Trace number 3718082

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 PB 2012-05-28OPTIMUM 32.638 31.1656

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-33-100-0.wbo
MD5SUM97e6423088cc7ef1f08dcccdf9e01ef4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.1728
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120528
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		501472288
0.10/0.10	c Max memory 		7480803328
0.10/0.10	c Total memory 		504102912
0.10/0.10	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 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-3718082-1338252084.wbo
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.202s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2088
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 => 2612
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.31	c ignored satisfied constraints => 1
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.31	c 2708 constraints processed.
0.47/0.31	c objective function length is 1857 literals
0.76/0.45	c SATISFIABLE
0.76/0.45	c OPTIMIZING...
0.76/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.76/0.45	o 670
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
1.06/0.50	o 597
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.426
1.06/0.54	o 369
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.06/0.55	o 349
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.06/0.59	o 347
1.36/0.65	c Got one! Elapsed wall clock time (in seconds):0.539
1.36/0.65	o 328
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
1.36/0.67	o 326
1.36/0.69	c Got one! Elapsed wall clock time (in seconds):0.582
1.36/0.69	o 292
1.56/0.70	c Got one! Elapsed wall clock time (in seconds):0.592
1.56/0.70	o 264
1.56/0.72	c Got one! Elapsed wall clock time (in seconds):0.605
1.56/0.72	o 195
1.56/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.56/0.75	o 194
1.56/0.78	c Got one! Elapsed wall clock time (in seconds):0.668
1.56/0.78	o 189
1.68/0.88	c Got one! Elapsed wall clock time (in seconds):0.769
1.68/0.88	o 186
1.68/0.89	c Got one! Elapsed wall clock time (in seconds):0.782
1.68/0.89	o 184
1.78/0.91	c Got one! Elapsed wall clock time (in seconds):0.804
1.78/0.91	o 179
1.78/0.97	c Got one! Elapsed wall clock time (in seconds):0.858
1.78/0.97	o 178
1.89/1.03	c Got one! Elapsed wall clock time (in seconds):0.922
1.89/1.03	o 174
1.89/1.05	c Got one! Elapsed wall clock time (in seconds):0.938
1.89/1.05	o 170
1.99/1.19	c Got one! Elapsed wall clock time (in seconds):1.079
1.99/1.19	o 169
2.09/1.22	c Got one! Elapsed wall clock time (in seconds):1.105
2.09/1.22	o 144
2.09/1.30	c Got one! Elapsed wall clock time (in seconds):1.185
2.09/1.30	o 137
2.18/1.40	c Got one! Elapsed wall clock time (in seconds):1.285
2.18/1.40	o 103
2.29/1.43	c Got one! Elapsed wall clock time (in seconds):1.324
2.29/1.43	o 102
2.29/1.48	c Got one! Elapsed wall clock time (in seconds):1.367
2.29/1.48	o 100
2.39/1.54	c Got one! Elapsed wall clock time (in seconds):1.426
2.39/1.54	o 96
2.50/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
2.50/1.68	o 92
2.64/1.76	c Got one! Elapsed wall clock time (in seconds):1.647
2.64/1.76	o 91
2.84/1.95	c Got one! Elapsed wall clock time (in seconds):1.834
2.84/1.95	o 90
2.94/2.04	c Got one! Elapsed wall clock time (in seconds):1.925
2.94/2.04	o 81
2.94/2.09	c Got one! Elapsed wall clock time (in seconds):1.978
2.94/2.09	o 78
3.24/2.34	c cleaning 7796 clauses out of 15592 with flag 10225/15592
3.90/2.93	c Got one! Elapsed wall clock time (in seconds):2.814
3.90/2.93	o 76
3.90/2.99	c Got one! Elapsed wall clock time (in seconds):2.883
3.90/2.99	o 72
4.00/3.01	c Got one! Elapsed wall clock time (in seconds):2.9
4.00/3.01	o 69
4.00/3.03	c Got one! Elapsed wall clock time (in seconds):2.918
4.00/3.03	o 59
4.10/3.11	c Got one! Elapsed wall clock time (in seconds):3.004
4.10/3.11	o 56
4.10/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
4.10/3.18	o 54
4.21/3.29	c cleaning 8014 clauses out of 16035 with flag 11733/23831
4.32/3.39	c Got one! Elapsed wall clock time (in seconds):3.282
4.32/3.39	o 28
4.50/3.47	c Got one! Elapsed wall clock time (in seconds):3.363
4.50/3.47	o 27
4.70/3.66	c Got one! Elapsed wall clock time (in seconds):3.554
4.70/3.66	o 25
4.90/3.83	c cleaning 7447 clauses out of 14905 with flag 21614/30715
5.36/4.27	c cleaning 6727 clauses out of 13459 with flag 63790/36716
5.96/4.82	c cleaning 6864 clauses out of 13731 with flag 113641/43715
6.57/5.41	c Got one! Elapsed wall clock time (in seconds):5.303
6.57/5.41	o 24
6.99/5.80	c cleaning 9924 clauses out of 19852 with flag 37046/56700
7.09/5.95	c Got one! Elapsed wall clock time (in seconds):5.836
7.09/5.95	o 22
7.39/6.26	c cleaning 7822 clauses out of 15665 with flag 36396/62437
7.50/6.32	c Got one! Elapsed wall clock time (in seconds):6.208
7.50/6.32	o 17
7.80/6.69	c cleaning 6666 clauses out of 13340 with flag 49480/67934
7.90/6.79	c Got one! Elapsed wall clock time (in seconds):6.675
7.90/6.79	o 14
8.31/7.10	c cleaning 6071 clauses out of 12173 with flag 47713/73433
8.71/7.51	c cleaning 6051 clauses out of 12102 with flag 97006/79433
9.21/8.00	c cleaning 6524 clauses out of 13051 with flag 152024/86433
9.51/8.37	c Got one! Elapsed wall clock time (in seconds):8.259
9.51/8.37	o 7
9.62/8.46	c cleaning 6225 clauses out of 12454 with flag 12583/92361
10.12/8.90	c cleaning 6106 clauses out of 12230 with flag 70425/98362
10.53/9.35	c cleaning 6545 clauses out of 13121 with flag 121600/105359
10.64/9.45	c Got one! Elapsed wall clock time (in seconds):9.338
10.64/9.45	o 6
10.94/9.77	c cleaning 6011 clauses out of 12045 with flag 45987/110828
11.44/10.21	c cleaning 6010 clauses out of 12034 with flag 105698/116828
11.94/10.72	c cleaning 6504 clauses out of 13022 with flag 164208/123826
12.44/11.27	c cleaning 7256 clauses out of 14519 with flag 229200/131827
12.84/11.65	c Got one! Elapsed wall clock time (in seconds):11.539
12.84/11.65	o 3
13.35/12.11	c cleaning 8857 clauses out of 17721 with flag 55594/142286
13.54/12.36	c Got one! Elapsed wall clock time (in seconds):12.25
13.54/12.36	o 2
13.76/12.54	c cleaning 7133 clauses out of 14287 with flag 21212/147709
14.16/12.99	c cleaning 6572 clauses out of 13152 with flag 75775/153707
14.67/13.47	c cleaning 6773 clauses out of 13578 with flag 134271/160705
15.17/13.98	c cleaning 7389 clauses out of 14806 with flag 195337/168706
15.88/14.60	c cleaning 8209 clauses out of 16420 with flag 263677/177709
16.70/15.43	c cleaning 9097 clauses out of 18207 with flag 340270/187705
17.59/16.36	c cleaning 10041 clauses out of 20110 with flag 426732/198705
18.71/17.42	c cleaning 11031 clauses out of 22070 with flag 521865/210706
19.34/18.04	c Got one! Elapsed wall clock time (in seconds):17.93
19.34/18.04	o 1
19.94/18.62	c cleaning 11874 clauses out of 23762 with flag 57225/223429
20.54/19.20	c cleaning 8930 clauses out of 17890 with flag 115890/229431
21.16/19.82	c cleaning 7974 clauses out of 15959 with flag 178592/236430
21.66/20.35	c cleaning 7985 clauses out of 15984 with flag 232525/244429
22.17/20.88	c cleaning 8494 clauses out of 16999 with flag 286539/253430
22.77/21.47	c cleaning 9248 clauses out of 18503 with flag 348640/263429
23.49/22.18	c cleaning 10120 clauses out of 20257 with flag 423721/274431
24.39/23.05	c cleaning 11060 clauses out of 22134 with flag 511985/286429
25.49/24.17	c cleaning 12030 clauses out of 24073 with flag 617278/299429
26.59/25.27	c cleaning 13010 clauses out of 26041 with flag 717616/313430
28.11/26.72	c cleaning 14009 clauses out of 28031 with flag 839956/328430
29.71/28.35	c cleaning 15008 clauses out of 30021 with flag 966858/344431
31.31/29.94	c cleaning 15998 clauses out of 32004 with flag 1090969/361429
32.52/31.16	c starts		: 168
32.52/31.16	c conflicts		: 374483
32.52/31.16	c decisions		: 612635
32.52/31.16	c propagations		: 21924950
32.52/31.16	c inspects		: 355820384
32.52/31.16	c shortcuts		: 0
32.52/31.16	c learnt literals	: 36
32.52/31.16	c learnt binary clauses	: 29
32.52/31.16	c learnt ternary clauses	: 143
32.52/31.16	c learnt constraints	: 374446
32.52/31.16	c ignored constraints	: 0
32.52/31.16	c root simplifications	: 0
32.52/31.16	c removed literals (reason simplification)	: 0
32.52/31.16	c reason swapping (by a shorter reason)	: 0
32.52/31.16	c Calls to reduceDB	: 40
32.52/31.16	c Number of update (reduction) of LBD	: 135803
32.52/31.16	c number of reductions to clauses (during analyze)	: 0
32.52/31.16	c number of learned constraints concerned by reduction	: 0
32.52/31.16	c number of learning phase by resolution	: 0
32.52/31.16	c number of learning phase by cutting planes	: 0
32.52/31.16	c speed (assignments/second)	: 711387.0863075925
32.52/31.16	c non guided choices	5641
32.52/31.16	c learnt constraints type 
32.52/31.16	c constraints type 
32.52/31.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
32.52/31.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
32.52/31.16	c ignored satisfied constraints => 1
32.52/31.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
32.52/31.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
32.52/31.16	c 2708 constraints processed.
32.52/31.16	s OPTIMUM FOUND
32.52/31.16	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 
32.52/31.16	c objective function=1
32.52/31.16	c Total wall clock time (in seconds): 31.047

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-3718082-1338252084/watcher-3718082-1338252084 -o /tmp/evaluation-result-3718082-1338252084/solver-3718082-1338252084 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718082-1338252084.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: 1.98 1.98 1.99 4/194 695
/proc/meminfo: memFree=30988964/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/695/stat : 695 (java) R 693 695 28718 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 291335219 9515008 184 33554432000 1073741824 1073778376 140736722233408 140736722224632 271787388343 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/695/statm: 2323 184 142 9 0 71 0

[startup+0.0264009 s]
/proc/loadavg: 1.98 1.98 1.99 4/194 695
/proc/meminfo: memFree=30988964/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 2931 0 1 0 1 0 0 0 20 0 11 0 291335219 9310650368 3120 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2273108 3120 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100195 s]
/proc/loadavg: 1.98 1.98 1.99 4/194 695
/proc/meminfo: memFree=30988964/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 4387 0 1 0 9 1 0 0 20 0 18 0 291335219 9787817984 5069 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2389604 5069 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300157 s]
/proc/loadavg: 1.98 1.98 1.99 4/194 695
/proc/meminfo: memFree=30988964/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9558416 CPUtime=0.47 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 5947 0 1 0 46 1 0 0 20 0 18 0 291335219 9787817984 7899 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2389604 7901 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558416

[startup+0.700184 s]
/proc/loadavg: 1.98 1.98 1.99 4/194 695
/proc/meminfo: memFree=30988964/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=1.56 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 11800 0 1 0 153 3 0 0 20 0 19 0 291335219 9855979520 12506 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 12506 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624980

[startup+1.50075 s]
/proc/loadavg: 2.15 2.02 2.01 4/213 714
/proc/meminfo: memFree=30939012/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=2.39 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 11817 0 1 0 236 3 0 0 20 0 19 0 291335219 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 16610 2254 9 0 2396937 0
[pid=695/tid=697] ppid=693 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/695/task/697/stat : 697 (java) R 693 695 28718 0 -1 4202560 2524 0 1 0 145 1 0 0 20 0 19 0 291335220 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678383063488 139678256133368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=695/tid=698] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 3640 0 0 0 44 0 0 0 20 0 19 0 291335225 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.45 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4453 0 0 0 45 0 0 0 20 0 19 0 291335225 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 16610 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624980

[startup+3.10065 s]
/proc/loadavg: 2.15 2.02 2.01 3/213 714
/proc/meminfo: memFree=30922136/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=4.1 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 11991 0 1 0 406 4 0 0 20 0 19 0 291335219 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 22303 2279 9 0 2396937 0
[pid=695/tid=697] ppid=693 vsize=9624980 CPUtime=3.04 cores=1,3,5,7
/proc/695/task/697/stat : 697 (java) R 693 695 28718 0 -1 4202560 2532 0 1 0 302 2 0 0 20 0 19 0 291335220 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678383071608 139678256160606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=695/tid=698] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 3744 0 0 0 49 0 0 0 20 0 19 0 291335225 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4466 0 0 0 50 0 0 0 20 0 19 0 291335225 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 22303 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 2.13 2.02 2.00 3/213 714
/proc/meminfo: memFree=30903244/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=7.5 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 14561 0 1 0 745 5 0 0 20 0 19 0 291335219 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 23368 2279 9 0 2396937 0
[pid=695/tid=697] ppid=693 vsize=9624980 CPUtime=6.12 cores=1,3,5,7
/proc/695/task/697/stat : 697 (java) R 693 695 28718 0 -1 4202560 2537 0 1 0 610 2 0 0 20 0 19 0 291335220 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678383071704 139678256112971 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=695/tid=698] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335221 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 291335222 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 6275 0 0 0 66 0 0 0 20 0 19 0 291335225 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4466 0 0 0 50 0 0 0 20 0 19 0 291335225 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 23368 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0.83 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 36 0 0 0 83 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 6276 0 0 0 71 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4466 0 0 0 50 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.11
Current children cumulated vsize (KiB) 9624980

[startup+30.3006 s]
/proc/loadavg: 2.10 2.01 2.00 3/213 886
/proc/meminfo: memFree=30613396/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=31.72 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 14637 0 1 0 3166 6 0 0 20 0 19 0 291335219 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 23921 2280 9 0 2396937 0
[pid=695/tid=697] ppid=693 vsize=9624980 CPUtime=29.29 cores=1,3,5,7
/proc/695/task/697/stat : 697 (java) R 693 695 28718 0 -1 4202560 2571 0 1 0 2926 3 0 0 20 0 19 0 291335220 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678383071704 139678256112377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=695/tid=698] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 36 0 0 0 86 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 6276 0 0 0 71 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4466 0 0 0 50 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.72
Current children cumulated vsize (KiB) 9624980

[startup+30.7006 s]
/proc/loadavg: 2.09 2.01 2.00 3/213 886
/proc/meminfo: memFree=30613272/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=32.12 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 14637 0 1 0 3206 6 0 0 20 0 19 0 291335219 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 23921 2280 9 0 2396937 0
[pid=695/tid=697] ppid=693 vsize=9624980 CPUtime=29.7 cores=1,3,5,7
/proc/695/task/697/stat : 697 (java) R 693 695 28718 0 -1 4202560 2571 0 1 0 2967 3 0 0 20 0 19 0 291335220 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678383071584 139678256132311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=695/tid=698] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 36 0 0 0 86 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 6276 0 0 0 71 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4466 0 0 0 50 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 32.12
Current children cumulated vsize (KiB) 9624980

[startup+31.1006 s]
/proc/loadavg: 2.09 2.01 2.00 3/213 886
/proc/meminfo: memFree=30613272/32873648 swapFree=6852/6852
[pid=695] ppid=693 vsize=9624980 CPUtime=32.52 cores=1,3,5,7
/proc/695/stat : 695 (java) S 693 695 28718 0 -1 4202496 14637 0 1 0 3246 6 0 0 20 0 19 0 291335219 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 140734589524352 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/695/statm: 2406245 23921 2280 9 0 2396937 0
[pid=695/tid=697] ppid=693 vsize=9624980 CPUtime=30.09 cores=1,3,5,7
/proc/695/task/697/stat : 697 (java) R 693 695 28718 0 -1 4202560 2571 0 1 0 3006 3 0 0 20 0 19 0 291335220 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678383071584 139678256133342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=695/tid=698] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/698/stat : 698 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678227019944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=699] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/699/stat : 699 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678225967400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=700] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/700/stat : 700 (java) S 693 695 28718 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678224914856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=701] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/701/stat : 701 (java) S 693 695 28718 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678223862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=702] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/702/stat : 702 (java) S 693 695 28718 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678222809768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=695/tid=703] ppid=693 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/695/task/703/stat : 703 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678221757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=704] ppid=693 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/695/task/704/stat : 704 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678220704680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=705] ppid=693 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/695/task/705/stat : 705 (java) S 693 695 28718 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291335221 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678219652136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=695/tid=706] ppid=693 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/695/task/706/stat : 706 (java) S 693 695 28718 0 -1 4202560 36 0 0 0 86 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678207240296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=707] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/707/stat : 707 (java) S 693 695 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678206186616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=708] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/708/stat : 708 (java) S 693 695 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291335222 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678205133960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=709] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/709/stat : 709 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678204082704 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=710] ppid=693 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/695/task/710/stat : 710 (java) S 693 695 28718 0 -1 4202560 6276 0 0 0 71 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678203030072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=711] ppid=693 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/695/task/711/stat : 711 (java) S 693 695 28718 0 -1 4202560 4466 0 0 0 50 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678201977528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=712] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/712/stat : 712 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678200925176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=695/tid=713] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/713/stat : 713 (java) S 693 695 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291335225 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678199872840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=695/tid=714] ppid=693 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/695/task/714/stat : 714 (java) S 693 695 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291335253 9855979520 23921 33554432000 1073741824 1073778376 140734589533216 139678198817576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 32.52
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 31.1656
CPU time (s): 32.638
CPU user time (s): 32.4871
CPU system time (s): 0.150977
CPU usage (%): 104.725
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4871
system time used= 0.150977
maximum resident set size= 97328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14654
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1952
involuntary context switches= 1216

runsolver used 0.100984 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 02:41:25
IDJOB=3718082
IDBENCH=78998
IDSOLVER=2301
FILE ID=node115/3718082-1338252084
RUNJOBID= node115-1338248169-32131
PBS_JOBID= 14624652
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718082-1338252084/watcher-3718082-1338252084 -o /tmp/evaluation-result-3718082-1338252084/solver-3718082-1338252084 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718082-1338252084.wbo

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

MD5SUM BENCH= 97e6423088cc7ef1f08dcccdf9e01ef4
RANDOM SEED=1670141056

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30990120 kB
Buffers:          496988 kB
Cached:           389904 kB
SwapCached:          972 kB
Active:           771376 kB
Inactive:         220956 kB
Active(anon):      97580 kB
Inactive(anon):     9244 kB
Active(file):     673796 kB
Inactive(file):   211712 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        165208 kB
Mapped:            19900 kB
Shmem:                96 kB
Slab:             751836 kB
SReclaimable:     196040 kB
SUnreclaim:       555796 kB
KernelStack:        1760 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node115 at 2012-05-29 02:41:56