Trace number 3492573

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 20.3109 18.877

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567135--soft-66-100-0.wbo
MD5SUM32795eb517f73910564f73a4c3c20f9d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.1867
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492573-1307909991.wbo
0.11/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.2s.
0.47/0.31	c #vars     1135
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
0.74/0.41	c SATISFIABLE
0.74/0.41	c OPTIMIZING...
0.74/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.74/0.41	o 321
0.74/0.44	c Got one! Elapsed wall clock time (in seconds):0.334
0.74/0.44	o 228
0.74/0.48	c Got one! Elapsed wall clock time (in seconds):0.373
0.74/0.48	o 66
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.477
1.05/0.58	o 40
1.26/0.68	c Got one! Elapsed wall clock time (in seconds):0.577
1.26/0.68	o 39
1.42/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.42/0.76	o 38
1.42/0.79	c Got one! Elapsed wall clock time (in seconds):0.687
1.42/0.79	o 32
1.64/0.95	c cleaning 3371 clauses out of 6743 with flag 2001/6743
1.99/1.30	c cleaning 4682 clauses out of 9372 with flag 8001/12743
2.09/1.34	c Got one! Elapsed wall clock time (in seconds):1.233
2.09/1.34	o 22
2.39/1.63	c cleaning 5139 clauses out of 10279 with flag 5001/18332
2.70/1.95	c cleaning 5565 clauses out of 11139 with flag 11000/24331
3.14/2.34	c cleaning 6284 clauses out of 12574 with flag 18000/31331
3.44/2.64	c Got one! Elapsed wall clock time (in seconds):2.537
3.44/2.64	o 13
3.75/2.99	c cleaning 8417 clauses out of 16838 with flag 5000/41879
4.16/3.34	c cleaning 7202 clauses out of 14421 with flag 11000/47879
4.36/3.50	c Got one! Elapsed wall clock time (in seconds):3.397
4.36/3.50	o 2
4.48/3.62	c cleaning 6293 clauses out of 12594 with flag 2001/53254
4.78/3.94	c cleaning 6148 clauses out of 12301 with flag 8001/59254
5.19/4.31	c cleaning 6571 clauses out of 13153 with flag 15001/66254
5.59/4.72	c cleaning 7288 clauses out of 14581 with flag 23000/74253
6.09/5.25	c cleaning 8139 clauses out of 16295 with flag 32002/83255
6.69/5.80	c cleaning 9075 clauses out of 18157 with flag 42003/93256
7.20/6.32	c cleaning 9536 clauses out of 19081 with flag 52002/103255
7.70/6.81	c cleaning 9769 clauses out of 19543 with flag 62000/113253
8.20/7.38	c cleaning 9875 clauses out of 19774 with flag 72000/123253
8.80/7.97	c cleaning 9942 clauses out of 19899 with flag 82000/133253
9.45/8.50	c cleaning 9974 clauses out of 19959 with flag 92002/143255
10.32/9.09	c cleaning 9983 clauses out of 19983 with flag 102000/153253
10.84/9.54	c cleaning 9997 clauses out of 20001 with flag 112001/163254
11.35/10.04	c cleaning 10001 clauses out of 20005 with flag 122002/173255
11.85/10.52	c cleaning 9996 clauses out of 20004 with flag 132002/183255
12.26/10.94	c cleaning 9992 clauses out of 20006 with flag 142000/193253
12.65/11.37	c cleaning 9995 clauses out of 20014 with flag 152000/203253
13.16/11.86	c cleaning 10006 clauses out of 20019 with flag 162000/213253
13.66/12.38	c cleaning 10003 clauses out of 20013 with flag 172000/223253
14.17/12.88	c cleaning 10001 clauses out of 20012 with flag 182002/233255
14.67/13.39	c cleaning 10000 clauses out of 20011 with flag 192002/243255
15.18/13.87	c cleaning 9997 clauses out of 20010 with flag 202001/253254
15.69/14.38	c cleaning 10003 clauses out of 20015 with flag 212003/263256
16.19/14.87	c cleaning 9999 clauses out of 20009 with flag 222000/273253
16.79/15.42	c cleaning 9998 clauses out of 20010 with flag 232000/283253
17.39/16.03	c cleaning 10002 clauses out of 20013 with flag 242001/293254
17.89/16.56	c cleaning 10002 clauses out of 20010 with flag 252000/303253
18.39/17.06	c cleaning 10002 clauses out of 20010 with flag 262002/313255
19.00/17.65	c cleaning 10001 clauses out of 20006 with flag 272001/323254
19.50/18.18	c cleaning 9999 clauses out of 20003 with flag 282001/333254
20.23/18.81	c cleaning 9989 clauses out of 20003 with flag 292002/343255
20.23/18.87	c starts		: 144
20.23/18.87	c conflicts		: 343804
20.23/18.87	c decisions		: 613149
20.23/18.87	c propagations		: 14272001
20.23/18.87	c inspects		: 174318003
20.23/18.87	c shortcuts		: 0
20.23/18.87	c learnt literals	: 9
20.23/18.87	c learnt binary clauses	: 49
20.23/18.87	c learnt ternary clauses	: 382
20.23/18.87	c learnt constraints	: 343794
20.23/18.87	c ignored constraints	: 0
20.23/18.87	c root simplifications	: 0
20.23/18.87	c removed literals (reason simplification)	: 1601649
20.23/18.87	c reason swapping (by a shorter reason)	: 0
20.23/18.87	c Calls to reduceDB	: 38
20.23/18.87	c number of reductions to clauses (during analyze)	: 0
20.23/18.87	c number of learned constraints concerned by reduction	: 0
20.23/18.87	c number of learning phase by resolution	: 0
20.23/18.87	c number of learning phase by cutting planes	: 0
20.23/18.87	c speed (assignments/second)	: 928985.2893315108
20.23/18.87	c non guided choices	1551
20.23/18.87	c learnt constraints type 
20.23/18.87	c constraints type 
20.23/18.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
20.23/18.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
20.23/18.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
20.23/18.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
20.23/18.87	s OPTIMUM FOUND
20.23/18.87	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 
20.23/18.87	c objective function=2
20.23/18.87	c Total wall clock time (in seconds): 18.762

Verifier Data

OK	2

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-3492573-1307909991/watcher-3492573-1307909991 -o /var/tmp/evaluation-result-3492573-1307909991/solver-3492573-1307909991 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492573-1307909991.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.98 1.97 1.89 3/195 14281
/proc/meminfo: memFree=1212424/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 1240 0 0 0 0 0 0 0 18 0 2 0 902597072 31260672 957 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 7632 957 730 9 0 383 0
[pid=14281/tid=14282] ppid=14279 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 123 0 0 0 0 0 0 0 19 0 2 0 902597072 31260672 957 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228122713856 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0159889 s]
/proc/loadavg: 1.98 1.97 1.89 3/195 14281
/proc/meminfo: memFree=1212424/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 6348 0 1 0 0 0 0 0 18 0 2 0 902597072 10694979584 6047 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2611079 6058 917 9 0 2602235 0
[pid=14281/tid=14282] ppid=14279 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 5253 0 1 0 0 0 0 0 19 0 2 0 902597072 10694979584 6069 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.106007 s]
/proc/loadavg: 1.98 1.97 1.89 3/195 14281
/proc/meminfo: memFree=1212424/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10539744 CPUtime=0.11 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 13120 0 1 0 9 2 0 0 18 0 18 0 902597072 10792697856 12803 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2634936 12807 2099 9 0 2625670 0
[pid=14281/tid=14282] ppid=14279 vsize=10539744 CPUtime=0.08 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 11189 0 1 0 7 1 0 0 18 0 18 0 902597072 10792697856 12807 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539744

[startup+0.300952 s]
/proc/loadavg: 1.98 1.97 1.89 3/195 14281
/proc/meminfo: memFree=1212424/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10540360 CPUtime=0.47 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 16025 0 1 0 45 2 0 0 18 0 18 0 902597072 10793328640 15212 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2635090 15213 2202 9 0 2625824 0
[pid=14281/tid=14282] ppid=14279 vsize=10540360 CPUtime=0.28 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 12917 0 1 0 26 2 0 0 18 0 18 0 902597072 10793328640 15214 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540360

[startup+0.700893 s]
/proc/loadavg: 1.98 1.97 1.89 3/195 14281
/proc/meminfo: memFree=1212424/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=1.42 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 22193 0 1 0 139 3 0 0 18 0 19 0 902597072 10802089984 18696 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 18696 2226 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=0.68 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 13789 0 1 0 66 2 0 0 19 0 19 0 902597072 10802089984 18696 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46987870780243 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 10548916

[startup+1.50073 s]
/proc/loadavg: 1.98 1.97 1.89 2/191 14325
/proc/meminfo: memFree=1209708/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=2.29 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 23778 0 1 0 226 3 0 0 18 0 19 0 902597072 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 20273 2253 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=1.44 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 14183 0 1 0 142 2 0 0 20 0 19 0 902597072 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912505642255 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14281/tid=14284] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 220 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.02 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 518 0 0 0 2 0 0 0 15 0 19 0 902597075 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.4 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 2385 0 0 0 40 0 0 0 15 0 19 0 902597077 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.38 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4880 0 0 0 38 0 0 0 16 0 19 0 902597077 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14298] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14299] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597077 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14300] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902597104 10802089984 20273 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10548916

[startup+3.10147 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14357
/proc/meminfo: memFree=1138032/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=3.96 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 24177 0 1 0 393 3 0 0 18 0 19 0 902597072 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 20667 2253 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=2.98 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 14185 0 1 0 296 2 0 0 25 0 19 0 902597072 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912505679086 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14281/tid=14284] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 224 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 59 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.08 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 701 0 0 0 8 0 0 0 15 0 19 0 902597075 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.42 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 2387 0 0 0 42 0 0 0 15 0 19 0 902597077 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.43 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4891 0 0 0 43 0 0 0 15 0 19 0 902597077 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14298] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14299] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597077 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14300] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902597104 10802089984 20667 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10548916

[startup+6.3009 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14357
/proc/meminfo: memFree=1127384/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=7.2 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 24312 0 1 0 716 4 0 0 18 0 19 0 902597072 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 20642 2253 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=6.06 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 14193 0 1 0 604 2 0 0 25 0 19 0 902597072 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912505642112 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14281/tid=14284] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.18 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 754 0 0 0 18 0 0 0 15 0 19 0 902597075 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.45 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 2456 0 0 0 45 0 0 0 15 0 19 0 902597077 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.43 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4891 0 0 0 43 0 0 0 15 0 19 0 902597077 10802089984 20642 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0

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

/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 227 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 150 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.51 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 925 0 0 0 51 0 0 0 16 0 19 0 902597075 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.91 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 9446 0 0 0 91 0 0 0 15 0 19 0 902597077 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.45 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4891 0 0 0 45 0 0 0 15 0 19 0 902597077 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14298] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14299] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597077 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14300] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902597104 10802089984 22543 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 10548916

[startup+18.3007 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14357
/proc/meminfo: memFree=1118120/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=19.7 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 31518 0 1 0 1965 5 0 0 18 0 19 0 902597072 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 22546 2254 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=17.66 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 14219 0 1 0 1764 2 0 0 25 0 19 0 902597072 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912505679091 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14281/tid=14284] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 227 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 150 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.54 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 925 0 0 0 54 0 0 0 16 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.91 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 9446 0 0 0 91 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.45 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4891 0 0 0 45 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14298] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14299] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14300] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902597104 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 10548916

[startup+18.7067 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14358
/proc/meminfo: memFree=1118236/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=20.13 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 31518 0 1 0 2008 5 0 0 18 0 19 0 902597072 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 22546 2254 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=18.07 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 14219 0 1 0 1805 2 0 0 25 0 19 0 902597072 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912505642507 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14281/tid=14284] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 227 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 150 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.54 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 925 0 0 0 54 0 0 0 16 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.93 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 9446 0 0 0 93 0 0 0 16 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.45 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4891 0 0 0 45 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14298] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14299] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14300] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902597104 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.13
Current children cumulated vsize (KiB) 10548916

[startup+18.8017 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14358
/proc/meminfo: memFree=1118236/32951124 swapFree=67051728/67111528
[pid=14281] ppid=14279 vsize=10548916 CPUtime=20.23 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14279 14281 12190 0 -1 4202496 31518 0 1 0 2018 5 0 0 18 0 19 0 902597072 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14281/statm: 2637229 22546 2254 9 0 2627963 0
[pid=14281/tid=14282] ppid=14279 vsize=10548916 CPUtime=18.16 cores=0,2,4,6
/proc/14281/task/14282/stat : 14282 (java) R 14279 14281 12190 0 -1 4202560 14219 0 1 0 1814 2 0 0 25 0 19 0 902597072 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 46912506055629 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14281/tid=14284] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14279 14281 12190 0 -1 4202560 227 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14285] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14279 14281 12190 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14286] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14279 14281 12190 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14287] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14279 14281 12190 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14288] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14279 14281 12190 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14289] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14279 14281 12190 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14290] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14279 14281 12190 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14291] ppid=14279 vsize=10548916 CPUtime=0.01 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14279 14281 12190 0 -1 4202560 150 0 0 0 1 0 0 0 15 0 19 0 902597074 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14292] ppid=14279 vsize=10548916 CPUtime=0.54 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14279 14281 12190 0 -1 4202560 925 0 0 0 54 0 0 0 16 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 0 0 16800975 18446604453956195328 0 0 -1 2 0 0 0
[pid=14281/tid=14293] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14279 14281 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14294] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14279 14281 12190 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902597075 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14295] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134537649 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14296] ppid=14279 vsize=10548916 CPUtime=0.93 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14279 14281 12190 0 -1 4202560 9446 0 0 0 93 0 0 0 16 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14297] ppid=14279 vsize=10548916 CPUtime=0.45 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14279 14281 12190 0 -1 4202560 4891 0 0 0 45 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 4 0 0 0
[pid=14281/tid=14298] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134529945 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
[pid=14281/tid=14299] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14279 14281 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902597077 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 0 0 0 0
[pid=14281/tid=14300] ppid=14279 vsize=10548916 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14279 14281 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902597104 10802089984 22546 33554432000 1073741824 1073778376 140733867617840 18446744073709551615 228134530560 0 4 0 16800975 18446604453956195328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 10548916

Child status: 30
Real time (s): 18.877
CPU time (s): 20.3109
CPU user time (s): 20.2539
CPU system time (s): 0.056991
CPU usage (%): 107.596
Max. virtual memory (cumulated for all children) (KiB): 10548916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2539
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31554
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= 1657
involuntary context switches= 756

runsolver used 0.035994 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 22:19:51
IDJOB=3492573
IDBENCH=78900
IDSOLVER=1982
FILE ID=node138/3492573-1307909991
RUNJOBID= node138-1307908076-13712
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

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

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

MD5SUM BENCH= 32795eb517f73910564f73a4c3c20f9d
RANDOM SEED=802260848

node138.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.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.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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1212976 kB
Buffers:         69692 kB
Cached:       30624744 kB
SwapCached:      13084 kB
Active:       16100404 kB
Inactive:     14679728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1212976 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:       83288 kB
Mapped:          17120 kB
Slab:           894364 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10565576 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= 2896 MiB
End job on node138 at 2011-06-12 22:20:10