Trace number 3718397

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 125.61 123.805

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark125.61
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 constraints2707
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	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@5f934ad
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-3718397-1338254460.wbo
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.206s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c ignored satisfied constraints => 1
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2708 constraints processed.
0.48/0.32	c objective function length is 2707 literals
0.78/0.49	c SATISFIABLE
0.78/0.49	c OPTIMIZING...
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.378
0.78/0.49	o 581
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.466
1.08/0.58	o 534
1.37/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
1.37/0.64	o 521
1.37/0.68	c Got one! Elapsed wall clock time (in seconds):0.563
1.37/0.68	o 517
1.67/0.70	c Got one! Elapsed wall clock time (in seconds):0.585
1.67/0.70	o 81
1.67/0.73	c Got one! Elapsed wall clock time (in seconds):0.611
1.67/0.73	o 54
1.67/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.67/0.74	o 52
1.67/0.77	c Got one! Elapsed wall clock time (in seconds):0.659
1.67/0.77	o 50
2.02/0.92	c Got one! Elapsed wall clock time (in seconds):0.807
2.02/0.92	o 48
2.02/0.95	c Got one! Elapsed wall clock time (in seconds):0.835
2.02/0.95	o 46
2.12/1.03	c Got one! Elapsed wall clock time (in seconds):0.911
2.12/1.03	o 43
2.12/1.04	c Got one! Elapsed wall clock time (in seconds):0.929
2.12/1.04	o 41
2.12/1.08	c Got one! Elapsed wall clock time (in seconds):0.965
2.12/1.08	o 40
2.26/1.20	c Got one! Elapsed wall clock time (in seconds):1.085
2.26/1.20	o 38
2.38/1.23	c Got one! Elapsed wall clock time (in seconds):1.116
2.38/1.23	o 36
2.38/1.29	c Got one! Elapsed wall clock time (in seconds):1.17
2.38/1.29	o 33
2.47/1.34	c Got one! Elapsed wall clock time (in seconds):1.23
2.47/1.34	o 28
2.58/1.44	c Got one! Elapsed wall clock time (in seconds):1.32
2.58/1.44	o 14
2.58/1.46	c Got one! Elapsed wall clock time (in seconds):1.346
2.58/1.46	o 12
2.58/1.50	c Got one! Elapsed wall clock time (in seconds):1.38
2.58/1.50	o 10
2.67/1.55	c Got one! Elapsed wall clock time (in seconds):1.433
2.67/1.55	o 7
2.80/1.65	c Got one! Elapsed wall clock time (in seconds):1.533
2.80/1.65	o 6
2.90/1.76	c cleaning 5969 clauses out of 11937 with flag 7979/11937
3.37/2.14	c cleaning 5982 clauses out of 11965 with flag 43913/17934
3.80/2.56	c cleaning 6490 clauses out of 12983 with flag 86684/24934
3.93/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
3.93/2.69	o 5
4.15/2.87	c Got one! Elapsed wall clock time (in seconds):2.752
4.15/2.87	o 4
4.35/3.05	c cleaning 6625 clauses out of 13258 with flag 23235/31699
4.76/3.43	c cleaning 6316 clauses out of 12633 with flag 62848/37699
4.96/3.67	c Got one! Elapsed wall clock time (in seconds):3.553
4.96/3.67	o 3
5.06/3.75	c cleaning 5714 clauses out of 11439 with flag 13769/42821
5.36/4.10	c cleaning 5851 clauses out of 11725 with flag 61970/48821
5.88/4.59	c cleaning 6433 clauses out of 12873 with flag 119106/55820
6.48/5.16	c Got one! Elapsed wall clock time (in seconds):5.04
6.48/5.16	o 1
6.88/5.57	c cleaning 9711 clauses out of 19438 with flag 48535/68818
7.28/5.98	c cleaning 7856 clauses out of 15726 with flag 97800/74817
7.79/6.45	c cleaning 7427 clauses out of 14870 with flag 146467/81817
8.40/7.04	c cleaning 7722 clauses out of 15443 with flag 205251/89817
9.12/7.76	c cleaning 8351 clauses out of 16720 with flag 277287/98816
9.81/8.45	c cleaning 9183 clauses out of 18370 with flag 348662/108817
10.61/9.24	c cleaning 10083 clauses out of 20185 with flag 425764/119815
11.63/10.27	c cleaning 11035 clauses out of 22102 with flag 519794/131815
12.73/11.35	c cleaning 12022 clauses out of 24067 with flag 619436/144815
13.95/12.51	c cleaning 13021 clauses out of 26045 with flag 725343/158815
15.26/13.82	c cleaning 14012 clauses out of 28025 with flag 841704/173816
16.57/15.14	c cleaning 14997 clauses out of 30011 with flag 953157/189815
17.99/16.58	c cleaning 15997 clauses out of 32015 with flag 1067745/206816
19.49/18.07	c cleaning 17004 clauses out of 34018 with flag 1188691/224816
21.09/19.64	c cleaning 18003 clauses out of 36014 with flag 1317575/243816
22.89/21.43	c cleaning 19004 clauses out of 38012 with flag 1466802/263817
24.99/23.51	c cleaning 19987 clauses out of 40009 with flag 1627201/284818
27.01/25.56	c cleaning 21008 clauses out of 42021 with flag 1782186/306817
29.32/27.85	c cleaning 21997 clauses out of 44011 with flag 1952401/329815
31.42/29.91	c cleaning 22998 clauses out of 46014 with flag 2113763/353816
33.53/32.01	c cleaning 24003 clauses out of 48016 with flag 2275605/378816
36.03/34.52	c cleaning 25001 clauses out of 50012 with flag 2451988/404815
39.07/37.58	c cleaning 25996 clauses out of 52011 with flag 2653483/431815
42.56/41.02	c cleaning 26997 clauses out of 54016 with flag 2872201/459816
45.78/44.20	c cleaning 28003 clauses out of 56019 with flag 3055439/488816
49.30/47.74	c cleaning 28985 clauses out of 58016 with flag 3262348/518817
53.11/51.58	c cleaning 30005 clauses out of 60030 with flag 3494814/549816
57.42/55.84	c cleaning 31002 clauses out of 62024 with flag 3750312/581815
60.84/59.22	c cleaning 32003 clauses out of 64022 with flag 3950883/614816
64.25/62.65	c cleaning 33002 clauses out of 66017 with flag 4161713/648815
67.95/66.38	c cleaning 34004 clauses out of 68014 with flag 4404972/683815
72.37/70.70	c cleaning 34983 clauses out of 70011 with flag 4678050/719816
77.19/75.51	c cleaning 36006 clauses out of 72028 with flag 4973619/756816
82.49/80.85	c cleaning 36993 clauses out of 74021 with flag 5269875/794815
87.62/85.96	c cleaning 38009 clauses out of 76028 with flag 5543434/833816
93.12/91.44	c cleaning 39001 clauses out of 78019 with flag 5819977/873816
98.03/96.35	c cleaning 39990 clauses out of 80017 with flag 6077328/914816
103.54/101.88	c cleaning 41003 clauses out of 82028 with flag 6347853/956817
109.58/107.89	c cleaning 42006 clauses out of 84024 with flag 6653177/999816
116.00/114.27	c cleaning 43003 clauses out of 86014 with flag 6949609/1043816
122.91/121.14	c cleaning 44000 clauses out of 88006 with flag 7253132/1088815
125.51/123.79	c starts		: 197
125.51/123.79	c conflicts		: 1106744
125.51/123.79	c decisions		: 1426568
125.51/123.79	c propagations		: 39530523
125.51/123.79	c inspects		: 1837285744
125.51/123.79	c shortcuts		: 0
125.51/123.79	c learnt literals	: 28
125.51/123.79	c learnt binary clauses	: 28
125.51/123.79	c learnt ternary clauses	: 189
125.51/123.79	c learnt constraints	: 1106715
125.51/123.79	c ignored constraints	: 0
125.51/123.79	c root simplifications	: 0
125.51/123.79	c removed literals (reason simplification)	: 0
125.51/123.79	c reason swapping (by a shorter reason)	: 0
125.51/123.79	c Calls to reduceDB	: 49
125.51/123.79	c Number of update (reduction) of LBD	: 294267
125.51/123.79	c number of reductions to clauses (during analyze)	: 0
125.51/123.79	c number of learned constraints concerned by reduction	: 0
125.51/123.79	c number of learning phase by resolution	: 0
125.51/123.79	c number of learning phase by cutting planes	: 0
125.51/123.80	c speed (assignments/second)	: 320264.13947873714
125.51/123.80	c non guided choices	3168
125.51/123.80	c learnt constraints type 
125.51/123.80	c constraints type 
125.51/123.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
125.51/123.80	c ignored satisfied constraints => 1
125.51/123.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
125.51/123.80	c 2708 constraints processed.
125.51/123.80	s OPTIMUM FOUND
125.51/123.80	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 
125.51/123.80	c objective function=1
125.51/123.80	c Total wall clock time (in seconds): 123.681

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-3718397-1338254460/watcher-3718397-1338254460 -o /tmp/evaluation-result-3718397-1338254460/solver-3718397-1338254460 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718397-1338254460.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.01 2.00 2.00 3/196 9518
/proc/meminfo: memFree=31633324/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/9518/stat : 9518 (java) R 9516 9518 6458 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 291570855 2560000 46 33554432000 1073741824 1073778376 140734001618576 140734001615704 213410475303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9518/statm: 625 46 37 9 0 29 0

[startup+0.104767 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 9518
/proc/meminfo: memFree=31633324/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 4299 0 1 0 9 1 0 0 20 0 18 0 291570855 9787817984 5499 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2389604 5499 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.200256 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 9518
/proc/meminfo: memFree=31633324/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9558416 CPUtime=0.24 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 4734 0 1 0 23 1 0 0 20 0 18 0 291570855 9787817984 6865 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2389604 6865 2186 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558416

[startup+0.300289 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 9518
/proc/meminfo: memFree=31633324/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9558416 CPUtime=0.48 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 6595 0 1 0 47 1 0 0 20 0 18 0 291570855 9787817984 8847 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2389604 8847 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558416

[startup+0.700238 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 9518
/proc/meminfo: memFree=31633324/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9624980 CPUtime=1.67 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 17738 0 1 0 165 2 0 0 20 0 19 0 291570855 9855979520 15354 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2406245 15354 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 2.01 2.00 2.00 4/214 9537
/proc/meminfo: memFree=31567536/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9624980 CPUtime=2.67 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 17849 0 1 0 264 3 0 0 20 0 19 0 291570855 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2406245 20462 2259 9 0 2396937 0
[pid=9518/tid=9520] ppid=9516 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/9518/task/9520/stat : 9520 (java) R 9516 9518 6458 0 -1 4202560 2476 0 1 0 145 1 0 0 20 0 19 0 291570856 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138640698664 140138491927256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9521] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9521/stat : 9521 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138613152040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9522] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9522/stat : 9522 (java) S 9516 9518 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138612099240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9523] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9523/stat : 9523 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138611046952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9524] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9524/stat : 9524 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138609994152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9525] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9525/stat : 9525 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138480446248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9526] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9526/stat : 9526 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138479393448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9527] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291570858 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137991616912 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5370 0 0 0 59 0 0 0 20 0 19 0 291570861 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8803 0 0 0 57 1 0 0 20 0 19 0 291570861 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9536] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9536/stat : 9536 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137987407048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570892 9855979520 20462 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 9624980

[startup+3.10063 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9537
/proc/meminfo: memFree=31534404/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9624980 CPUtime=4.46 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 18030 0 1 0 441 5 0 0 20 0 19 0 291570855 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2406245 27175 2285 9 0 2396937 0
[pid=9518/tid=9520] ppid=9516 vsize=9624980 CPUtime=2.92 cores=1,3,5,7
/proc/9518/task/9520/stat : 9520 (java) R 9516 9518 6458 0 -1 4202560 2483 0 1 0 291 1 0 0 20 0 19 0 291570856 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138640699864 140138491989096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9521] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9521/stat : 9521 (java) S 9516 9518 6458 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138613152040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9522] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9522/stat : 9522 (java) S 9516 9518 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138612099240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9523] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9523/stat : 9523 (java) S 9516 9518 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138611046952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9524] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9524/stat : 9524 (java) S 9516 9518 6458 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138609994152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9525] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9525/stat : 9525 (java) S 9516 9518 6458 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138480446248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9526] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9526/stat : 9526 (java) S 9516 9518 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138479393448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9527] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 19 0 291570858 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137991616912 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5462 0 0 0 63 0 0 0 20 0 19 0 291570861 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8809 0 0 0 65 1 0 0 20 0 19 0 291570861 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9536] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9536/stat : 9536 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137987407048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570892 9855979520 27175 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9537
/proc/meminfo: memFree=31533480/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9624980 CPUtime=7.69 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 18042 0 1 0 764 5 0 0 20 0 19 0 291570855 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2406245 26741 2285 9 0 2396937 0
[pid=9518/tid=9520] ppid=9516 vsize=9624980 CPUtime=5.92 cores=1,3,5,7
/proc/9518/task/9520/stat : 9520 (java) R 9516 9518 6458 0 -1 4202560 2490 0 1 0 591 1 0 0 20 0 19 0 291570856 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138640699744 140138492017933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9521] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9521/stat : 9521 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138613152040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9522] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9522/stat : 9522 (java) S 9516 9518 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138612099240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9523] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9523/stat : 9523 (java) S 9516 9518 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138611046952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9524] ppid=9516 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9518/task/9524/stat : 9524 (java) S 9516 9518 6458 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138609994152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9525] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9525/stat : 9525 (java) S 9516 9518 6458 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138480446248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9526] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9526/stat : 9526 (java) S 9516 9518 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138479393448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9527] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291570857 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 34 0 0 0 27 0 0 0 20 0 19 0 291570858 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137991616912 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5462 0 0 0 63 0 0 0 20 0 19 0 291570861 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8809 0 0 0 65 1 0 0 20 0 19 0 291570861 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9536] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9536/stat : 9536 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137987407048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570892 9855979520 26741 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]

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

/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9624980 CPUtime=1.76 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 45 0 0 0 176 0 0 0 20 0 19 0 291570858 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137991616912 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5466 0 0 0 66 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8810 0 0 0 67 1 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9536] ppid=9516 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9518/task/9536/stat : 9536 (java) S 9516 9518 6458 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137987407048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570892 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 123.41
Current children cumulated vsize (KiB) 9624980

[startup+123.201 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 9651
/proc/meminfo: memFree=31552984/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9624980 CPUtime=125.02 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 18273 0 1 0 12494 8 0 0 20 0 19 0 291570855 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2406245 29969 2286 9 0 2396937 0
[pid=9518/tid=9520] ppid=9516 vsize=9624980 CPUtime=120.8 cores=1,3,5,7
/proc/9518/task/9520/stat : 9520 (java) R 9516 9518 6458 0 -1 4202560 2531 0 1 0 12078 2 0 0 20 0 19 0 291570856 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138640699744 140138492009968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9521] ppid=9516 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9521/stat : 9521 (java) S 9516 9518 6458 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138613152040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9522] ppid=9516 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9522/stat : 9522 (java) S 9516 9518 6458 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138612099240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9523] ppid=9516 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/9518/task/9523/stat : 9523 (java) S 9516 9518 6458 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138611046952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9524] ppid=9516 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/9518/task/9524/stat : 9524 (java) S 9516 9518 6458 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138609994152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9525] ppid=9516 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/9518/task/9525/stat : 9525 (java) S 9516 9518 6458 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138480446248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9526] ppid=9516 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9526/stat : 9526 (java) S 9516 9518 6458 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138479393448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9527] ppid=9516 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9624980 CPUtime=1.76 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 45 0 0 0 176 0 0 0 20 0 19 0 291570858 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137991616912 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5466 0 0 0 66 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8810 0 0 0 67 1 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9536] ppid=9516 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9518/task/9536/stat : 9536 (java) S 9516 9518 6458 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137987407048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570892 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 125.02
Current children cumulated vsize (KiB) 9624980

[startup+123.601 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 9651
/proc/meminfo: memFree=31552984/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9624980 CPUtime=125.41 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 18273 0 1 0 12533 8 0 0 20 0 19 0 291570855 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2406245 29969 2286 9 0 2396937 0
[pid=9518/tid=9520] ppid=9516 vsize=9624980 CPUtime=121.19 cores=1,3,5,7
/proc/9518/task/9520/stat : 9520 (java) R 9516 9518 6458 0 -1 4202560 2531 0 1 0 12117 2 0 0 20 0 19 0 291570856 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138640699744 140138492008640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9521] ppid=9516 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9521/stat : 9521 (java) S 9516 9518 6458 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138613152040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9522] ppid=9516 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9522/stat : 9522 (java) S 9516 9518 6458 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138612099240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9523] ppid=9516 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/9518/task/9523/stat : 9523 (java) S 9516 9518 6458 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138611046952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9524] ppid=9516 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/9518/task/9524/stat : 9524 (java) S 9516 9518 6458 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138609994152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9525] ppid=9516 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/9518/task/9525/stat : 9525 (java) S 9516 9518 6458 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138480446248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9526] ppid=9516 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9526/stat : 9526 (java) S 9516 9518 6458 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138479393448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9527] ppid=9516 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570857 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9624980 CPUtime=1.76 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 45 0 0 0 176 0 0 0 20 0 19 0 291570858 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291570859 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137991616912 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5466 0 0 0 66 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8810 0 0 0 67 1 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9536] ppid=9516 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9518/task/9536/stat : 9536 (java) S 9516 9518 6458 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291570861 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137987407048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570892 9855979520 29969 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 125.41
Current children cumulated vsize (KiB) 9624980

[startup+123.801 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 9651
/proc/meminfo: memFree=31552984/32873844 swapFree=6608/6608
[pid=9518] ppid=9516 vsize=9691544 CPUtime=125.61 cores=1,3,5,7
/proc/9518/stat : 9518 (java) S 9516 9518 6458 0 -1 4202496 18283 0 1 0 12553 8 0 0 20 0 20 0 291570855 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140734496898336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9518/statm: 2422886 29979 2286 9 0 2413578 0
[pid=9518/tid=9520] ppid=9516 vsize=9691544 CPUtime=121.39 cores=1,3,5,7
/proc/9518/task/9520/stat : 9520 (java) S 9516 9518 6458 0 -1 4202560 2533 0 1 0 12137 2 0 0 20 0 20 0 291570856 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138640700120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9521] ppid=9516 vsize=9691544 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9521/stat : 9521 (java) S 9516 9518 6458 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 20 0 291570857 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138613152040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9522] ppid=9516 vsize=9691544 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9522/stat : 9522 (java) S 9516 9518 6458 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 291570857 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138612099240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9523] ppid=9516 vsize=9691544 CPUtime=0.1 cores=1,3,5,7
/proc/9518/task/9523/stat : 9523 (java) S 9516 9518 6458 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 20 0 291570857 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138611046952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9524] ppid=9516 vsize=9691544 CPUtime=0.07 cores=1,3,5,7
/proc/9518/task/9524/stat : 9524 (java) S 9516 9518 6458 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 20 0 291570857 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138609994152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9525] ppid=9516 vsize=9691544 CPUtime=0.09 cores=1,3,5,7
/proc/9518/task/9525/stat : 9525 (java) S 9516 9518 6458 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 20 0 291570857 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138480446248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9526] ppid=9516 vsize=9691544 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9526/stat : 9526 (java) S 9516 9518 6458 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 20 0 291570857 9924141056 29979 33554432000 1073741824 1073778376 140734496907200 140138479393448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9518/tid=9527] ppid=9516 vsize=9691544 CPUtime=0.08 cores=1,3,5,7
/proc/9518/task/9527/stat : 9527 (java) S 9516 9518 6458 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 20 0 291570857 9924141056 29977 33554432000 1073741824 1073778376 140734496907200 140138478341160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9518/tid=9528] ppid=9516 vsize=9691544 CPUtime=0.06 cores=1,3,5,7
/proc/9518/task/9528/stat : 9528 (java) S 9516 9518 6458 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570857 9924141056 29977 33554432000 1073741824 1073778376 140734496907200 140138477288360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9529] ppid=9516 vsize=9691544 CPUtime=1.76 cores=1,3,5,7
/proc/9518/task/9529/stat : 9529 (java) S 9516 9518 6458 0 -1 4202560 45 0 0 0 176 0 0 0 20 0 18 0 291570858 9924141056 29977 33554432000 1073741824 1073778376 140734496907200 140137994774760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9530] ppid=9516 vsize=9691544 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9530/stat : 9530 (java) S 9516 9518 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291570859 9924141056 29977 33554432000 1073741824 1073778376 140734496907200 140137993720824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9531] ppid=9516 vsize=9691544 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9531/stat : 9531 (java) S 9516 9518 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291570859 9924141056 29977 33554432000 1073741824 1073778376 140734496907200 140137992668424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9532] ppid=9516 vsize=9691544 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9532/stat : 9532 (java) R 9516 9518 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 291570861 9924141056 29983 33554432000 1073741824 1073778376 140734496907200 140137991616912 140138491475613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9518/tid=9533] ppid=9516 vsize=9691544 CPUtime=0.67 cores=1,3,5,7
/proc/9518/task/9533/stat : 9533 (java) S 9516 9518 6458 0 -1 4202560 5466 0 0 0 67 0 0 0 20 0 18 0 291570861 9924141056 29981 33554432000 1073741824 1073778376 140734496907200 140137990564536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9534] ppid=9516 vsize=9691544 CPUtime=0.68 cores=1,3,5,7
/proc/9518/task/9534/stat : 9534 (java) S 9516 9518 6458 0 -1 4202560 8810 0 0 0 67 1 0 0 20 0 17 0 291570861 9924141056 29982 33554432000 1073741824 1073778376 140734496907200 140137989511736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9535] ppid=9516 vsize=9691544 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9535/stat : 9535 (java) S 9516 9518 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 291570861 9924141056 29982 33554432000 1073741824 1073778376 140734496907200 140137988459640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9518/tid=9537] ppid=9516 vsize=9691544 CPUtime=0 cores=1,3,5,7
/proc/9518/task/9537/stat : 9537 (java) S 9516 9518 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 17 0 291570892 9924141056 29982 33554432000 1073741824 1073778376 140734496907200 140137986352040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 125.61
Current children cumulated vsize (KiB) 9691544

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9518 and gives
#  childrusage.ru_utime.tv_sec=125
#  childrusage.ru_utime.tv_usec=221963
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=163975
# CPU time returned by wait4() is 125.386
# while last known CPU time is 125.61
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 123.805
CPU time (s): 125.61
CPU user time (s): 125.53
CPU system time (s): 0.08
CPU usage (%): 101.458
Max. virtual memory (cumulated for all children) (KiB): 9691544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.222
system time used= 0.163975
maximum resident set size= 119932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18291
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4128
involuntary context switches= 3800

runsolver used 0.528919 second user time and 1.2768 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 03:21:00
IDJOB=3718397
IDBENCH=79297
IDSOLVER=2301
FILE ID=node140/3718397-1338254460
RUNJOBID= node140-1338248942-8853
PBS_JOBID= 14624641
Free space on /tmp= 71336 MiB

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

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=1326295021

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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.91
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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:       32873844 kB
MemFree:        31633852 kB
Buffers:          232572 kB
Cached:            52348 kB
SwapCached:         1668 kB
Active:           355936 kB
Inactive:          27040 kB
Active(anon):      89544 kB
Inactive(anon):    10060 kB
Active(file):     266392 kB
Inactive(file):    16980 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        163804 kB
Mapped:            18144 kB
Shmem:                 8 kB
Slab:             714320 kB
SReclaimable:     156392 kB
SUnreclaim:       557928 kB
KernelStack:        1776 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71336 MiB
End job on node140 at 2012-05-29 03:23:04