Trace number 3492575

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 21.5067 19.906

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-33-100-0.wbo
MD5SUMc8fdbd1e89585cb1f1efe2070d2e6c87
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 benchmark21.5067
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492575-1307909993.wbo
0.10/0.11	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.206s.
0.46/0.32	c #vars     2047
0.46/0.32	c #constraints  2707
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.46/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.75/0.43	c SATISFIABLE
0.75/0.43	c OPTIMIZING...
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.316
0.75/0.43	o 306
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.75/0.47	o 253
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.398
1.04/0.51	o 162
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.04/0.52	o 143
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
1.04/0.55	o 142
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.477
1.04/0.59	o 137
1.29/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.29/0.60	o 131
1.29/0.63	c Got one! Elapsed wall clock time (in seconds):0.515
1.29/0.63	o 126
1.29/0.65	c Got one! Elapsed wall clock time (in seconds):0.535
1.29/0.65	o 121
1.29/0.67	c Got one! Elapsed wall clock time (in seconds):0.561
1.29/0.67	o 75
1.29/0.69	c Got one! Elapsed wall clock time (in seconds):0.576
1.29/0.69	o 67
1.44/0.73	c Got one! Elapsed wall clock time (in seconds):0.619
1.44/0.73	o 59
1.44/0.76	c Got one! Elapsed wall clock time (in seconds):0.647
1.44/0.76	o 38
1.55/0.81	c Got one! Elapsed wall clock time (in seconds):0.695
1.55/0.81	o 21
1.65/0.98	c Got one! Elapsed wall clock time (in seconds):0.867
1.65/0.98	o 18
1.75/1.05	c Got one! Elapsed wall clock time (in seconds):0.935
1.75/1.05	o 17
1.85/1.12	c Got one! Elapsed wall clock time (in seconds):1.009
1.85/1.12	o 15
2.05/1.35	c Got one! Elapsed wall clock time (in seconds):1.243
2.05/1.35	o 10
2.16/1.47	c cleaning 5529 clauses out of 11062 with flag 1000/11062
2.30/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
2.30/1.54	o 6
2.61/1.88	c cleaning 5744 clauses out of 11492 with flag 5000/17021
2.71/1.93	c Got one! Elapsed wall clock time (in seconds):1.819
2.71/1.93	o 4
3.01/2.23	c cleaning 5695 clauses out of 11397 with flag 5000/22670
3.36/2.55	c cleaning 5847 clauses out of 11703 with flag 11001/28671
3.76/2.93	c cleaning 6423 clauses out of 12855 with flag 18000/35670
3.76/2.95	c Got one! Elapsed wall clock time (in seconds):2.843
3.76/2.95	o 1
3.97/3.20	c cleaning 5735 clauses out of 11475 with flag 5002/40713
4.27/3.49	c cleaning 5866 clauses out of 11738 with flag 11000/46711
4.67/3.85	c cleaning 6434 clauses out of 12873 with flag 18001/53712
5.07/4.26	c cleaning 7206 clauses out of 14439 with flag 26001/61712
5.57/4.78	c cleaning 8114 clauses out of 16234 with flag 35002/70713
6.18/5.33	c cleaning 9054 clauses out of 18119 with flag 45001/80712
6.95/5.88	c cleaning 9529 clauses out of 19064 with flag 55000/90711
7.93/6.40	c cleaning 9757 clauses out of 19536 with flag 65001/100712
8.33/6.85	c cleaning 9884 clauses out of 19779 with flag 75001/110712
8.74/7.29	c cleaning 9938 clauses out of 19898 with flag 85004/120715
9.34/7.83	c cleaning 9977 clauses out of 19961 with flag 95005/130716
9.84/8.34	c cleaning 9983 clauses out of 19979 with flag 105000/140711
10.35/8.83	c cleaning 9991 clauses out of 19996 with flag 115000/150711
10.84/9.33	c cleaning 9997 clauses out of 20006 with flag 125001/160712
11.45/9.94	c cleaning 10002 clauses out of 20008 with flag 135000/170711
11.84/10.37	c cleaning 10001 clauses out of 20007 with flag 145001/180712
12.46/10.90	c cleaning 9993 clauses out of 20006 with flag 155001/190712
12.76/11.28	c cleaning 9998 clauses out of 20012 with flag 165000/200711
13.25/11.73	c cleaning 10003 clauses out of 20015 with flag 175001/210712
13.75/12.24	c cleaning 10002 clauses out of 20012 with flag 185001/220712
14.16/12.68	c cleaning 9999 clauses out of 20009 with flag 195000/230711
14.66/13.15	c cleaning 9998 clauses out of 20010 with flag 205000/240711
15.16/13.64	c cleaning 10000 clauses out of 20017 with flag 215005/250716
15.68/14.13	c cleaning 10004 clauses out of 20016 with flag 225004/260715
16.18/14.64	c cleaning 9999 clauses out of 20008 with flag 235000/270711
16.68/15.13	c cleaning 9999 clauses out of 20010 with flag 245001/280712
17.18/15.65	c cleaning 9999 clauses out of 20013 with flag 255003/290714
17.68/16.12	c cleaning 9999 clauses out of 20012 with flag 265001/300712
18.28/16.77	c cleaning 10001 clauses out of 20014 with flag 275002/310713
18.89/17.37	c cleaning 10001 clauses out of 20011 with flag 285000/320711
19.39/17.88	c cleaning 9995 clauses out of 20010 with flag 295000/330711
19.89/18.39	c cleaning 10001 clauses out of 20015 with flag 305000/340711
20.49/18.92	c cleaning 9995 clauses out of 20014 with flag 315000/350711
20.99/19.48	c cleaning 10007 clauses out of 20020 with flag 325001/360712
21.39/19.89	c starts		: 157
21.39/19.89	c conflicts		: 367966
21.39/19.89	c decisions		: 688410
21.39/19.89	c propagations		: 13652719
21.39/19.89	c inspects		: 201821942
21.39/19.89	c shortcuts		: 0
21.39/19.89	c learnt literals	: 5
21.39/19.89	c learnt binary clauses	: 46
21.39/19.89	c learnt ternary clauses	: 403
21.39/19.89	c learnt constraints	: 367960
21.39/19.89	c ignored constraints	: 0
21.39/19.89	c root simplifications	: 0
21.39/19.89	c removed literals (reason simplification)	: 1858894
21.39/19.89	c reason swapping (by a shorter reason)	: 0
21.39/19.89	c Calls to reduceDB	: 39
21.39/19.89	c number of reductions to clauses (during analyze)	: 0
21.39/19.89	c number of learned constraints concerned by reduction	: 0
21.39/19.89	c number of learning phase by resolution	: 0
21.39/19.89	c number of learning phase by cutting planes	: 0
21.39/19.89	c speed (assignments/second)	: 805898.0579658817
21.39/19.89	c non guided choices	2540
21.39/19.89	c learnt constraints type 
21.39/19.89	c constraints type 
21.39/19.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
21.39/19.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
21.39/19.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
21.39/19.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
21.39/19.89	s OPTIMUM FOUND
21.39/19.90	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 
21.39/19.90	c objective function=1
21.39/19.90	c Total wall clock time (in seconds): 19.785

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17712
/proc/meminfo: memFree=32387144/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/17712/stat : 17712 (java) R 17710 17712 15316 0 -1 4202496 953 0 0 0 0 0 0 0 23 0 1 0 902596006 23580672 696 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254495729553 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17712/statm: 5757 696 513 9 0 124 0

[startup+0.0378999 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17712
/proc/meminfo: memFree=32387144/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 11053 0 1 0 1 1 0 0 23 0 11 0 902596006 10716594176 10751 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2616356 10751 1627 9 0 2607104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.100877 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17712
/proc/meminfo: memFree=32387144/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10540260 CPUtime=0.1 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 12988 0 1 0 9 1 0 0 23 0 18 0 902596006 10793226240 12684 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2635065 12684 2092 9 0 2625799 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540260

[startup+0.300822 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17712
/proc/meminfo: memFree=32387144/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10541404 CPUtime=0.46 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 16025 0 1 0 44 2 0 0 23 0 18 0 902596006 10794397696 15165 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2635351 15168 2200 9 0 2626085 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541404

[startup+0.700769 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17712
/proc/meminfo: memFree=32387144/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=1.44 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 21145 0 1 0 141 3 0 0 23 0 19 0 902596006 10800496640 18810 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 18810 2226 9 0 2627574 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10547360

[startup+1.5016 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17731
/proc/meminfo: memFree=32316900/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=2.3 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 24173 0 1 0 227 3 0 0 23 0 19 0 902596006 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 21831 2254 9 0 2627574 0
[pid=17712/tid=17714] ppid=17710 vsize=10547360 CPUtime=1.46 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) R 17710 17712 15316 0 -1 4202560 16842 0 1 0 143 3 0 0 18 0 19 0 902596007 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 46912505735840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 207 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 268 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) S 17710 17712 15316 0 -1 4202560 212 0 0 0 0 0 0 0 18 0 19 0 902596008 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17723] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17723/stat : 17723 (java) S 17710 17712 15316 0 -1 4202560 679 0 0 0 1 0 0 0 15 0 19 0 902596010 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 0 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17724] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17724/stat : 17724 (java) S 17710 17712 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17726] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17726/stat : 17726 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902596012 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512515505 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17727] ppid=17710 vsize=10547360 CPUtime=0.44 cores=1,3,5,7
/proc/17712/task/17727/stat : 17727 (java) S 17710 17712 15316 0 -1 4202560 2504 0 0 0 44 0 0 0 15 0 19 0 902596012 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17728] ppid=17710 vsize=10547360 CPUtime=0.36 cores=1,3,5,7
/proc/17712/task/17728/stat : 17728 (java) S 17710 17712 15316 0 -1 4202560 2305 0 0 0 36 0 0 0 15 0 19 0 902596012 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17729] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17729/stat : 17729 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902596012 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17730] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17730/stat : 17730 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902596012 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 21831 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10547360

[startup+3.10129 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17731
/proc/meminfo: memFree=32306856/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=3.97 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 25198 0 1 0 393 4 0 0 23 0 19 0 902596006 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 22395 2254 9 0 2627574 0
[pid=17712/tid=17714] ppid=17710 vsize=10547360 CPUtime=3 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) R 17710 17712 15316 0 -1 4202560 16845 0 1 0 297 3 0 0 19 0 19 0 902596007 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 46912505714204 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) S 17710 17712 15316 0 -1 4202560 214 0 0 0 0 0 0 0 16 0 19 0 902596008 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17723] ppid=17710 vsize=10547360 CPUtime=0.07 cores=1,3,5,7
/proc/17712/task/17723/stat : 17723 (java) S 17710 17712 15316 0 -1 4202560 873 0 0 0 7 0 0 0 16 0 19 0 902596010 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=17712/tid=17724] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17724/stat : 17724 (java) S 17710 17712 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17726] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17726/stat : 17726 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902596012 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512515505 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17727] ppid=17710 vsize=10547360 CPUtime=0.45 cores=1,3,5,7
/proc/17712/task/17727/stat : 17727 (java) S 17710 17712 15316 0 -1 4202560 2505 0 0 0 45 0 0 0 15 0 19 0 902596012 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17728] ppid=17710 vsize=10547360 CPUtime=0.41 cores=1,3,5,7
/proc/17712/task/17728/stat : 17728 (java) S 17710 17712 15316 0 -1 4202560 2828 0 0 0 41 0 0 0 15 0 19 0 902596012 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17729] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17729/stat : 17729 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902596012 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17730] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17730/stat : 17730 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902596012 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 22395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 10547360

[startup+6.30165 s]
/proc/loadavg: 2.00 2.02 1.97 4/214 17731
/proc/meminfo: memFree=32288864/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=7.83 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 36588 0 1 0 777 6 0 0 23 0 19 0 902596006 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 27323 2255 9 0 2627574 0
[pid=17712/tid=17714] ppid=17710 vsize=10547360 CPUtime=6.08 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) R 17710 17712 15316 0 -1 4202560 16854 0 1 0 605 3 0 0 25 0 19 0 902596007 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 46912505664052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) S 17710 17712 15316 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 19 0 902596008 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17723] ppid=17710 vsize=10547360 CPUtime=0.17 cores=1,3,5,7
/proc/17712/task/17723/stat : 17723 (java) S 17710 17712 15316 0 -1 4202560 921 0 0 0 17 0 0 0 16 0 19 0 902596010 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=17712/tid=17724] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17724/stat : 17724 (java) S 17710 17712 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17726] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17726/stat : 17726 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902596012 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512515505 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17727] ppid=17710 vsize=10547360 CPUtime=0.48 cores=1,3,5,7
/proc/17712/task/17727/stat : 17727 (java) S 17710 17712 15316 0 -1 4202560 2527 0 0 0 48 0 0 0 15 0 19 0 902596012 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17728] ppid=17710 vsize=10547360 CPUtime=1.03 cores=1,3,5,7
/proc/17712/task/17728/stat : 17728 (java) S 17710 17712 15316 0 -1 4202560 14133 0 0 0 101 2 0 0 16 0 19 0 902596012 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17729] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17729/stat : 17729 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902596012 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17730] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17730/stat : 17730 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902596012 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 27323 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 10547360

[startup+12.7014 s]

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

[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 24355 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 10547360

[startup+17.5014 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17732
/proc/meminfo: memFree=32296180/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=19.09 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 36810 0 1 0 1903 6 0 0 23 0 19 0 902596006 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 24395 2255 9 0 2627574 0
[pid=17712/tid=17714] ppid=17710 vsize=10547360 CPUtime=16.89 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) R 17710 17712 15316 0 -1 4202560 16877 0 1 0 1686 3 0 0 25 0 19 0 902596007 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 46912505729729 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 192 0 0 0 1 0 0 0 16 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10547360 CPUtime=0.02 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 51 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) S 17710 17712 15316 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17723] ppid=17710 vsize=10547360 CPUtime=0.52 cores=1,3,5,7
/proc/17712/task/17723/stat : 17723 (java) S 17710 17712 15316 0 -1 4202560 1100 0 0 0 52 0 0 0 15 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=17712/tid=17724] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17724/stat : 17724 (java) S 17710 17712 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17726] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17726/stat : 17726 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512515505 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17727] ppid=17710 vsize=10547360 CPUtime=0.48 cores=1,3,5,7
/proc/17712/task/17727/stat : 17727 (java) S 17710 17712 15316 0 -1 4202560 2527 0 0 0 48 0 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17728] ppid=17710 vsize=10547360 CPUtime=1.05 cores=1,3,5,7
/proc/17712/task/17728/stat : 17728 (java) S 17710 17712 15316 0 -1 4202560 14133 0 0 0 103 2 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17729] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17729/stat : 17729 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17730] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17730/stat : 17730 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 10547360

[startup+19.1011 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17732
/proc/meminfo: memFree=32296056/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=20.69 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 36813 0 1 0 2063 6 0 0 23 0 19 0 902596006 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 24395 2255 9 0 2627574 0
[pid=17712/tid=17714] ppid=17710 vsize=10547360 CPUtime=18.44 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) R 17710 17712 15316 0 -1 4202560 16880 0 1 0 1841 3 0 0 25 0 19 0 902596007 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 46912505756235 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 192 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10547360 CPUtime=0.02 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 51 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 13 0 0 0 1 0 0 0 16 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) S 17710 17712 15316 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17723] ppid=17710 vsize=10547360 CPUtime=0.57 cores=1,3,5,7
/proc/17712/task/17723/stat : 17723 (java) S 17710 17712 15316 0 -1 4202560 1100 0 0 0 57 0 0 0 15 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=17712/tid=17724] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17724/stat : 17724 (java) S 17710 17712 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17726] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17726/stat : 17726 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512515505 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17727] ppid=17710 vsize=10547360 CPUtime=0.48 cores=1,3,5,7
/proc/17712/task/17727/stat : 17727 (java) S 17710 17712 15316 0 -1 4202560 2527 0 0 0 48 0 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17728] ppid=17710 vsize=10547360 CPUtime=1.05 cores=1,3,5,7
/proc/17712/task/17728/stat : 17728 (java) S 17710 17712 15316 0 -1 4202560 14133 0 0 0 103 2 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17729] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17729/stat : 17729 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17730] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17730/stat : 17730 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 10547360

[startup+19.501 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17732
/proc/meminfo: memFree=32296056/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10547360 CPUtime=21.09 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 36813 0 1 0 2103 6 0 0 23 0 19 0 902596006 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2636840 24395 2255 9 0 2627574 0
[pid=17712/tid=17714] ppid=17710 vsize=10547360 CPUtime=18.82 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) S 17710 17712 15316 0 -1 4202560 16880 0 1 0 1879 3 0 0 25 0 19 0 902596007 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 192 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10547360 CPUtime=0.02 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 2 0 0 0 16 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 51 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10547360 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) S 17710 17712 15316 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 19 0 902596008 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17723] ppid=17710 vsize=10547360 CPUtime=0.58 cores=1,3,5,7
/proc/17712/task/17723/stat : 17723 (java) R 17710 17712 15316 0 -1 4202560 1100 0 0 0 58 0 0 0 15 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254500385865 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=17712/tid=17724] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17724/stat : 17724 (java) S 17710 17712 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902596010 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17726] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17726/stat : 17726 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512515505 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17727] ppid=17710 vsize=10547360 CPUtime=0.48 cores=1,3,5,7
/proc/17712/task/17727/stat : 17727 (java) S 17710 17712 15316 0 -1 4202560 2527 0 0 0 48 0 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17728] ppid=17710 vsize=10547360 CPUtime=1.05 cores=1,3,5,7
/proc/17712/task/17728/stat : 17728 (java) S 17710 17712 15316 0 -1 4202560 14133 0 0 0 103 2 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17729] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17729/stat : 17729 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17730] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17730/stat : 17730 (java) S 17710 17712 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902596012 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10547360 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) S 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902596040 10800496640 24395 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 10547360

[startup+19.9009 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17732
/proc/meminfo: memFree=32295924/32950928 swapFree=67053884/67111528
[pid=17712] ppid=17710 vsize=10548388 CPUtime=21.49 cores=1,3,5,7
/proc/17712/stat : 17712 (java) S 17710 17712 15316 0 -1 4202496 36835 0 1 0 2143 6 0 0 23 0 19 0 902596006 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17712/statm: 2637097 24416 2256 9 0 2627831 0
[pid=17712/tid=17714] ppid=17710 vsize=10548388 CPUtime=19.22 cores=1,3,5,7
/proc/17712/task/17714/stat : 17714 (java) R 17710 17712 15316 0 -1 4202560 16886 0 1 0 1919 3 0 0 25 0 19 0 902596007 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17712/tid=17715] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17715/stat : 17715 (java) S 17710 17712 15316 0 -1 4202560 192 0 0 0 1 0 0 0 15 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17716] ppid=17710 vsize=10548388 CPUtime=0.02 cores=1,3,5,7
/proc/17712/task/17716/stat : 17716 (java) S 17710 17712 15316 0 -1 4202560 10 0 0 0 2 0 0 0 16 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17717] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17717/stat : 17717 (java) S 17710 17712 15316 0 -1 4202560 51 0 0 0 1 0 0 0 15 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17718] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17718/stat : 17718 (java) S 17710 17712 15316 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=17712/tid=17719] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17719/stat : 17719 (java) S 17710 17712 15316 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=17712/tid=17720] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17720/stat : 17720 (java) S 17710 17712 15316 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=17712/tid=17721] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17721/stat : 17721 (java) S 17710 17712 15316 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 18 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 256 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17712/tid=17722] ppid=17710 vsize=10548388 CPUtime=0.01 cores=1,3,5,7
/proc/17712/task/17722/stat : 17722 (java) R 17710 17712 15316 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 12 0 902596008 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 256 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17712/tid=17725] ppid=17710 vsize=10548388 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17725/stat : 17725 (java) R 17710 17712 15316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 5 0 902596010 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512507801 256 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17712/tid=17731] ppid=17710 vsize=10548388 CPUtime=0 cores=1,3,5,7
/proc/17712/task/17731/stat : 17731 (java) R 17710 17712 15316 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 5 0 902596040 10801549312 24416 33554432000 1073741824 1073778376 140735610352080 18446744073709551615 254512508416 256 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 10548388

Child status: 30
Real time (s): 19.906
CPU time (s): 21.5067
CPU user time (s): 21.4347
CPU system time (s): 0.071989
CPU usage (%): 108.041
Max. virtual memory (cumulated for all children) (KiB): 10548388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4347
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36836
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= 1754
involuntary context switches= 771

runsolver used 0.038994 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 22:19:53
IDJOB=3492575
IDBENCH=78902
IDSOLVER=1982
FILE ID=node149/3492575-1307909993
RUNJOBID= node149-1307908141-17374
PBS_JOBID= 13559560
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= c8fdbd1e89585cb1f1efe2070d2e6c87
RANDOM SEED=968515120

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.73
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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:     32950928 kB
MemFree:      32387688 kB
Buffers:        121496 kB
Cached:         134732 kB
SwapCached:      22576 kB
Active:         278788 kB
Inactive:        98956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32387688 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:            1080 kB
Writeback:           0 kB
AnonPages:      119280 kB
Mapped:          18016 kB
Slab:           120708 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10546308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node149 at 2011-06-12 22:20:13