Trace number 3718084

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 68.0736 65.958

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550006--soft-66-100-0.wbo
MD5SUMc177cc73697745a978507901f2a8beaa
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 benchmark62.5065
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.3.2.v20120528
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718084-1338251831.wbo
0.10/0.10	c reading problem ... 
0.28/0.28	c ... done. Wall clock time 0.187s.
0.28/0.28	c declared #vars     231
0.28/0.28	c internal #vars     1142
0.28/0.28	c #constraints  2707
0.28/0.28	c constraints type 
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.28/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.28/0.28	c ignored satisfied constraints => 1
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.28/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.28/0.28	c 2708 constraints processed.
0.28/0.28	c objective function length is 911 literals
0.51/0.37	c SATISFIABLE
0.51/0.37	c OPTIMIZING...
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.273
0.51/0.37	o 731
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.297
0.51/0.39	o 716
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.333
0.77/0.43	o 308
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.368
0.77/0.46	o 306
0.77/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.77/0.49	o 114
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.418
1.07/0.51	o 111
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.428
1.07/0.52	o 78
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
1.07/0.54	o 50
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.458
1.07/0.55	o 49
1.07/0.59	c Got one! Elapsed wall clock time (in seconds):0.494
1.07/0.59	o 47
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.543
1.33/0.64	o 46
1.69/0.97	c cleaning 3868 clauses out of 7750 with flag 24930/7750
1.69/0.99	c Got one! Elapsed wall clock time (in seconds):0.898
1.69/0.99	o 45
1.96/1.13	c Got one! Elapsed wall clock time (in seconds):1.032
1.96/1.13	o 41
1.96/1.15	c Got one! Elapsed wall clock time (in seconds):1.052
1.96/1.15	o 35
2.09/1.22	c Got one! Elapsed wall clock time (in seconds):1.121
2.09/1.22	o 30
2.19/1.35	c Got one! Elapsed wall clock time (in seconds):1.25
2.19/1.35	o 29
2.29/1.41	c cleaning 5282 clauses out of 10572 with flag 5546/14440
2.29/1.48	c Got one! Elapsed wall clock time (in seconds):1.383
2.29/1.48	o 21
2.60/1.79	c cleaning 5603 clauses out of 11225 with flag 38128/20375
2.71/1.82	c Got one! Elapsed wall clock time (in seconds):1.727
2.71/1.82	o 20
2.87/1.99	c Got one! Elapsed wall clock time (in seconds):1.89
2.87/1.99	o 18
3.07/2.11	c cleaning 5532 clauses out of 11077 with flag 15227/25830
3.07/2.17	c Got one! Elapsed wall clock time (in seconds):2.075
3.07/2.17	o 17
3.32/2.33	c Got one! Elapsed wall clock time (in seconds):2.233
3.32/2.33	o 15
3.52/2.57	c cleaning 5882 clauses out of 11766 with flag 30060/32051
3.52/2.59	c Got one! Elapsed wall clock time (in seconds):2.496
3.52/2.59	o 14
3.72/2.75	c Got one! Elapsed wall clock time (in seconds):2.648
3.72/2.75	o 13
3.82/2.84	c Got one! Elapsed wall clock time (in seconds):2.738
3.82/2.84	o 5
3.95/2.98	c cleaning 6039 clauses out of 12103 with flag 18094/38270
4.35/3.34	c cleaning 6024 clauses out of 12064 with flag 64260/44270
4.86/3.84	c cleaning 6517 clauses out of 13040 with flag 120260/51270
5.44/4.12	c Got one! Elapsed wall clock time (in seconds):4.026
5.44/4.12	o 3
5.69/4.31	c cleaning 6031 clauses out of 12075 with flag 22213/56822
5.89/4.43	c Got one! Elapsed wall clock time (in seconds):4.331
5.89/4.43	o 2
6.44/4.70	c cleaning 5955 clauses out of 11924 with flag 37678/62702
6.74/5.07	c cleaning 5972 clauses out of 11970 with flag 85333/68703
7.24/5.55	c cleaning 6491 clauses out of 12998 with flag 142821/75703
7.74/6.06	c Got one! Elapsed wall clock time (in seconds):5.962
7.74/6.06	o 1
8.14/6.49	c cleaning 9212 clauses out of 18445 with flag 47452/87641
8.64/6.91	c cleaning 7609 clauses out of 15233 with flag 93895/93641
9.14/7.43	c cleaning 7307 clauses out of 14625 with flag 151103/100642
9.64/7.98	c cleaning 7647 clauses out of 15317 with flag 212585/108641
10.35/8.64	c cleaning 8330 clauses out of 16670 with flag 280991/117642
11.15/9.47	c cleaning 9166 clauses out of 18339 with flag 360734/127641
11.98/10.29	c cleaning 10080 clauses out of 20173 with flag 442606/138641
12.98/11.29	c cleaning 11038 clauses out of 22092 with flag 539977/150641
13.89/12.19	c cleaning 12024 clauses out of 24056 with flag 627922/163643
15.08/13.39	c cleaning 13008 clauses out of 26030 with flag 743491/177641
16.50/14.80	c cleaning 14008 clauses out of 28026 with flag 874916/192645
18.01/16.24	c cleaning 14990 clauses out of 30013 with flag 1001839/208641
19.51/17.73	c cleaning 15998 clauses out of 32023 with flag 1118525/225641
21.11/19.34	c cleaning 17008 clauses out of 34026 with flag 1245333/243642
22.91/21.11	c cleaning 18005 clauses out of 36017 with flag 1384993/262641
24.62/22.88	c cleaning 19002 clauses out of 38012 with flag 1519230/282642
26.62/24.83	c cleaning 19997 clauses out of 40009 with flag 1673697/303641
28.84/27.07	c cleaning 20998 clauses out of 42012 with flag 1830163/325641
31.25/29.45	c cleaning 21993 clauses out of 44014 with flag 1996993/348641
33.56/31.75	c cleaning 22997 clauses out of 46022 with flag 2163951/372643
35.88/34.08	c cleaning 24001 clauses out of 48023 with flag 2325330/397641
38.73/36.89	c cleaning 25001 clauses out of 50021 with flag 2503715/423641
41.74/39.80	c cleaning 25989 clauses out of 52019 with flag 2697543/450641
44.65/42.73	c cleaning 27003 clauses out of 54031 with flag 2884595/478642
48.08/46.12	c cleaning 28010 clauses out of 56027 with flag 3079823/507642
51.88/49.92	c cleaning 29008 clauses out of 58018 with flag 3287138/537643
55.70/53.77	c cleaning 29999 clauses out of 60010 with flag 3503188/568644
59.71/57.73	c cleaning 30996 clauses out of 62006 with flag 3721481/600642
64.02/62.00	c cleaning 31992 clauses out of 64009 with flag 3945479/633642
67.93/65.94	c starts		: 179
67.93/65.94	c conflicts		: 662414
67.93/65.94	c decisions		: 862013
67.93/65.94	c propagations		: 26258906
67.93/65.94	c inspects		: 938151414
67.93/65.94	c shortcuts		: 0
67.93/65.94	c learnt literals	: 21
67.93/65.94	c learnt binary clauses	: 28
67.93/65.94	c learnt ternary clauses	: 207
67.93/65.94	c learnt constraints	: 662392
67.93/65.94	c ignored constraints	: 0
67.93/65.94	c root simplifications	: 0
67.93/65.94	c removed literals (reason simplification)	: 0
67.93/65.94	c reason swapping (by a shorter reason)	: 0
67.93/65.94	c Calls to reduceDB	: 41
67.93/65.94	c Number of update (reduction) of LBD	: 187345
67.93/65.94	c number of reductions to clauses (during analyze)	: 0
67.93/65.94	c number of learned constraints concerned by reduction	: 0
67.93/65.94	c number of learning phase by resolution	: 0
67.93/65.94	c number of learning phase by cutting planes	: 0
67.93/65.94	c speed (assignments/second)	: 400019.8951922491
67.93/65.94	c non guided choices	3617
67.93/65.94	c learnt constraints type 
67.93/65.94	c constraints type 
67.93/65.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
67.93/65.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
67.93/65.94	c ignored satisfied constraints => 1
67.93/65.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
67.93/65.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
67.93/65.94	c 2708 constraints processed.
67.93/65.94	s OPTIMUM FOUND
67.93/65.94	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 
67.93/65.94	c objective function=1
67.93/65.94	c Total wall clock time (in seconds): 65.843

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-3718084-1338251831/watcher-3718084-1338251831 -o /tmp/evaluation-result-3718084-1338251831/solver-3718084-1338251831 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718084-1338251831.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.03 1.74 1.81 3/194 13987
/proc/meminfo: memFree=29561940/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13987/stat : 13987 (java) R 13985 13987 13069 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 291307156 23793664 710 33554432000 1073741824 1073778376 140736868444848 140736868433912 251043821648 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 5809 711 526 9 0 128 0

[startup+0.058882 s]
/proc/loadavg: 2.03 1.74 1.81 3/194 13987
/proc/meminfo: memFree=29561940/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 3229 0 1 0 4 1 0 0 20 0 18 0 291307156 9787817984 4437 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2389604 4438 1760 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100204 s]
/proc/loadavg: 2.03 1.74 1.81 3/194 13987
/proc/meminfo: memFree=29561940/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 4470 0 1 0 9 1 0 0 20 0 18 0 291307156 9787817984 6128 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2389604 6128 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300166 s]
/proc/loadavg: 2.03 1.74 1.81 3/194 13987
/proc/meminfo: memFree=29561940/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9559444 CPUtime=0.51 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 5958 0 1 0 49 2 0 0 20 0 19 0 291307156 9788870656 8378 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 8379 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9559444

[startup+0.70022 s]
/proc/loadavg: 2.03 1.74 1.81 3/194 13987
/proc/meminfo: memFree=29561940/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=1.49 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 11654 0 1 0 146 3 0 0 20 0 19 0 291307156 9855979520 12497 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 12497 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9624980

[startup+1.50061 s]
/proc/loadavg: 2.03 1.74 1.81 5/213 14006
/proc/meminfo: memFree=29508024/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=2.4 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 11723 0 1 0 236 4 0 0 20 0 19 0 291307156 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 16135 2277 9 0 2396937 0
[pid=13987/tid=13989] ppid=13985 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13069 0 -1 4202560 2469 0 1 0 143 2 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737388155288 139737248071519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291307158 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4434 0 0 0 42 0 0 0 20 0 19 0 291307161 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 3564 0 0 0 43 1 0 0 20 0 19 0 291307161 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 16135 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9624980

[startup+3.10068 s]
/proc/loadavg: 2.03 1.74 1.81 3/213 14006
/proc/meminfo: memFree=29506100/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=4.15 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 11987 0 1 0 411 4 0 0 20 0 19 0 291307156 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 16171 2277 9 0 2396937 0
[pid=13987/tid=13989] ppid=13985 vsize=9624980 CPUtime=2.99 cores=1,3,5,7
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13069 0 -1 4202560 2471 0 1 0 297 2 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737388155288 139737248100964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291307158 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4468 0 0 0 53 0 0 0 20 0 19 0 291307161 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 3788 0 0 0 46 1 0 0 20 0 19 0 291307161 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 16171 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.03 1.74 1.81 3/213 14006
/proc/meminfo: memFree=29491256/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=8.04 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 18724 0 1 0 799 5 0 0 20 0 19 0 291307156 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 19581 2278 9 0 2396937 0
[pid=13987/tid=13989] ppid=13985 vsize=9624980 CPUtime=6.09 cores=1,3,5,7
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13069 0 -1 4202560 2477 0 1 0 607 2 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737388147136 139737248053120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307157 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 19 0 291307158 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4468 0 0 0 58 0 0 0 20 0 19 0 291307161 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 10512 0 0 0 109 3 0 0 20 0 19 0 291307161 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 19581 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 38 0 0 0 70 0 0 0 20 0 19 0 291307158 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4468 0 0 0 59 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=1.17 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 10538 0 0 0 114 3 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 65.92
Current children cumulated vsize (KiB) 9624980

[startup+64.7006 s]
/proc/loadavg: 2.01 1.79 1.82 5/213 14063
/proc/meminfo: memFree=29518204/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=66.72 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 18894 0 1 0 6665 7 0 0 20 0 19 0 291307156 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 19257 2279 9 0 2396937 0
[pid=13987/tid=13989] ppid=13985 vsize=9624980 CPUtime=63.82 cores=1,3,5,7
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13069 0 -1 4202560 2506 0 1 0 6380 2 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737388155232 139737248053716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 38 0 0 0 70 0 0 0 20 0 19 0 291307158 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4468 0 0 0 59 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=1.17 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 10538 0 0 0 114 3 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 66.72
Current children cumulated vsize (KiB) 9624980

[startup+65.5006 s]
/proc/loadavg: 2.01 1.79 1.82 3/213 14063
/proc/meminfo: memFree=29505296/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=67.52 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 18894 0 1 0 6745 7 0 0 20 0 19 0 291307156 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 19257 2279 9 0 2396937 0
[pid=13987/tid=13989] ppid=13985 vsize=9624980 CPUtime=64.62 cores=1,3,5,7
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13069 0 -1 4202560 2506 0 1 0 6460 2 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737388155232 139737248053189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 38 0 0 0 70 0 0 0 20 0 19 0 291307158 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4468 0 0 0 59 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=1.17 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 10538 0 0 0 114 3 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 67.52
Current children cumulated vsize (KiB) 9624980

[startup+65.9007 s]
/proc/loadavg: 2.01 1.79 1.82 3/213 14063
/proc/meminfo: memFree=29484020/32873648 swapFree=7368/7368
[pid=13987] ppid=13985 vsize=9624980 CPUtime=67.93 cores=1,3,5,7
/proc/13987/stat : 13987 (java) S 13985 13987 13069 0 -1 4202496 18895 0 1 0 6786 7 0 0 20 0 19 0 291307156 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 140736868435984 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13987/statm: 2406245 19257 2279 9 0 2396937 0
[pid=13987/tid=13989] ppid=13985 vsize=9624980 CPUtime=65.03 cores=1,3,5,7
/proc/13987/task/13989/stat : 13989 (java) R 13985 13987 13069 0 -1 4202560 2506 0 1 0 6501 2 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737388155232 139737248395679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13990] ppid=13985 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/13987/task/13990/stat : 13990 (java) S 13985 13987 13069 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737366256296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13991] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13991/stat : 13991 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737163623208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13992] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13992/stat : 13992 (java) S 13985 13987 13069 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737162570664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13993] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13993/stat : 13993 (java) S 13985 13987 13069 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737161518120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13994] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13994/stat : 13994 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737160464552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=13995] ppid=13985 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13987/task/13995/stat : 13995 (java) S 13985 13987 13069 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737159412008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13987/tid=13996] ppid=13985 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13987/task/13996/stat : 13996 (java) S 13985 13987 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737158359464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=13997] ppid=13985 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13987/task/13997/stat : 13997 (java) S 13985 13987 13069 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 291307157 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737157306920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13998] ppid=13985 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/13987/task/13998/stat : 13998 (java) S 13985 13987 13069 0 -1 4202560 38 0 0 0 70 0 0 0 20 0 19 0 291307158 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737145109096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=13999] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/13999/stat : 13999 (java) S 13985 13987 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737144055416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14000] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14000/stat : 14000 (java) S 13985 13987 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307159 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737143002760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14001] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14001/stat : 14001 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737141951504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14002] ppid=13985 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/13987/task/14002/stat : 14002 (java) S 13985 13987 13069 0 -1 4202560 4468 0 0 0 59 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737140897848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14003] ppid=13985 vsize=9624980 CPUtime=1.17 cores=1,3,5,7
/proc/13987/task/14003/stat : 14003 (java) S 13985 13987 13069 0 -1 4202560 10539 0 0 0 114 3 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737139845304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13987/tid=14004] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14004/stat : 14004 (java) S 13985 13987 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737138792952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13987/tid=14005] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14005/stat : 14005 (java) S 13985 13987 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307161 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737137740616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13987/tid=14006] ppid=13985 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13987/task/14006/stat : 14006 (java) S 13985 13987 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291307186 9855979520 19257 33554432000 1073741824 1073778376 140736868444848 139737136649512 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 67.93
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 65.958
CPU time (s): 68.0736
CPU user time (s): 67.8917
CPU system time (s): 0.181972
CPU usage (%): 103.208
Max. virtual memory (cumulated for all children) (KiB): 9626504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.8917
system time used= 0.181972
maximum resident set size= 82552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2739
involuntary context switches= 1308

runsolver used 0.210967 second user time and 0.506922 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:37:11
IDJOB=3718084
IDBENCH=78907
IDSOLVER=2301
FILE ID=node149/3718084-1338251831
RUNJOBID= node149-1338251638-13086
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= c177cc73697745a978507901f2a8beaa
RANDOM SEED=1175247116

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.91
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.145
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	: 5438.55
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.145
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.145
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:        29562468 kB
Buffers:          641368 kB
Cached:          1748372 kB
SwapCached:         2476 kB
Active:          1186916 kB
Inactive:        1285312 kB
Active(anon):      65136 kB
Inactive(anon):     9368 kB
Active(file):    1121780 kB
Inactive(file):  1275944 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               564 kB
Writeback:             0 kB
AnonPages:        144672 kB
Mapped:            22528 kB
Shmem:                96 kB
Slab:             701772 kB
SReclaimable:     144920 kB
SUnreclaim:       556852 kB
KernelStack:        1760 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71696 MiB
End job on node149 at 2012-05-29 02:38:17