Trace number 3718105

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 45.5771 44.0927

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900581320--soft-33-100-0.wbo
MD5SUM8591b35e74198f55af565a685d4a35ec
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 benchmark31.7772
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 constraints1837
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 93832
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93831
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120528
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3718105-1338251940.wbo
0.06/0.13	c reading problem ... 
0.43/0.32	c ... done. Wall clock time 0.197s.
0.43/0.32	c declared #vars     231
0.43/0.32	c internal #vars     2068
0.43/0.32	c #constraints  2707
0.43/0.32	c constraints type 
0.43/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2607
0.43/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.43/0.33	c ignored satisfied constraints => 1
0.43/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 77
0.43/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.43/0.33	c 2708 constraints processed.
0.43/0.33	c objective function length is 1837 literals
0.72/0.47	c SATISFIABLE
0.72/0.47	c OPTIMIZING...
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.341
0.72/0.47	o 792
1.02/0.52	c Got one! Elapsed wall clock time (in seconds):0.394
1.02/0.52	o 692
1.02/0.55	c Got one! Elapsed wall clock time (in seconds):0.427
1.02/0.55	o 375
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.45
1.02/0.58	o 374
1.32/0.60	c Got one! Elapsed wall clock time (in seconds):0.472
1.32/0.60	o 370
1.32/0.62	c Got one! Elapsed wall clock time (in seconds):0.488
1.32/0.62	o 369
1.32/0.63	c Got one! Elapsed wall clock time (in seconds):0.499
1.32/0.63	o 337
1.32/0.64	c Got one! Elapsed wall clock time (in seconds):0.514
1.32/0.64	o 262
1.55/0.73	c Got one! Elapsed wall clock time (in seconds):0.603
1.55/0.73	o 246
1.88/1.02	c Got one! Elapsed wall clock time (in seconds):0.897
1.88/1.02	o 242
1.88/1.06	c Got one! Elapsed wall clock time (in seconds):0.934
1.88/1.06	o 236
1.99/1.12	c Got one! Elapsed wall clock time (in seconds):0.993
1.99/1.12	o 232
1.99/1.14	c Got one! Elapsed wall clock time (in seconds):1.007
1.99/1.14	o 228
1.99/1.15	c Got one! Elapsed wall clock time (in seconds):1.022
1.99/1.15	o 201
1.99/1.17	c Got one! Elapsed wall clock time (in seconds):1.041
1.99/1.17	o 189
2.08/1.21	c Got one! Elapsed wall clock time (in seconds):1.078
2.08/1.21	o 182
2.08/1.25	c Got one! Elapsed wall clock time (in seconds):1.12
2.08/1.25	o 178
2.18/1.32	c Got one! Elapsed wall clock time (in seconds):1.191
2.18/1.32	o 171
2.39/1.50	c Got one! Elapsed wall clock time (in seconds):1.372
2.39/1.50	o 170
2.49/1.68	c Got one! Elapsed wall clock time (in seconds):1.555
2.49/1.68	o 169
2.63/1.72	c Got one! Elapsed wall clock time (in seconds):1.588
2.63/1.72	o 164
2.74/1.83	c cleaning 5681 clauses out of 11372 with flag 8210/11372
2.74/1.89	c Got one! Elapsed wall clock time (in seconds):1.765
2.74/1.89	o 148
2.98/2.01	c Got one! Elapsed wall clock time (in seconds):1.884
2.98/2.01	o 146
2.98/2.04	c Got one! Elapsed wall clock time (in seconds):1.917
2.98/2.04	o 145
3.09/2.14	c Got one! Elapsed wall clock time (in seconds):2.013
3.09/2.14	o 143
3.09/2.16	c Got one! Elapsed wall clock time (in seconds):2.028
3.09/2.16	o 135
3.19/2.20	c Got one! Elapsed wall clock time (in seconds):2.077
3.19/2.20	o 99
3.19/2.29	c Got one! Elapsed wall clock time (in seconds):2.16
3.19/2.29	o 97
3.38/2.44	c Got one! Elapsed wall clock time (in seconds):2.312
3.38/2.44	o 96
3.58/2.62	c cleaning 7301 clauses out of 14608 with flag 17861/20289
3.58/2.68	c Got one! Elapsed wall clock time (in seconds):2.549
3.58/2.68	o 93
3.79/2.85	c Got one! Elapsed wall clock time (in seconds):2.725
3.79/2.85	o 92
3.99/3.00	c Got one! Elapsed wall clock time (in seconds):2.87
3.99/3.00	o 68
4.09/3.18	c Got one! Elapsed wall clock time (in seconds):3.048
4.09/3.18	o 39
4.20/3.21	c Got one! Elapsed wall clock time (in seconds):3.079
4.20/3.21	o 37
4.30/3.35	c cleaning 7345 clauses out of 14699 with flag 17627/27681
4.44/3.45	c Got one! Elapsed wall clock time (in seconds):3.318
4.44/3.45	o 36
4.74/3.72	c cleaning 6329 clauses out of 12657 with flag 34858/32984
4.74/3.75	c Got one! Elapsed wall clock time (in seconds):3.619
4.74/3.75	o 34
4.86/3.80	c Got one! Elapsed wall clock time (in seconds):3.673
4.86/3.80	o 31
4.86/3.84	c Got one! Elapsed wall clock time (in seconds):3.714
4.86/3.84	o 30
4.96/3.90	c Got one! Elapsed wall clock time (in seconds):3.776
4.96/3.90	o 29
5.06/4.05	c Got one! Elapsed wall clock time (in seconds):3.921
5.06/4.05	o 24
5.28/4.28	c Got one! Elapsed wall clock time (in seconds):4.149
5.28/4.28	o 22
5.49/4.45	c cleaning 7618 clauses out of 15241 with flag 21565/41897
5.69/4.60	c Got one! Elapsed wall clock time (in seconds):4.477
5.69/4.60	o 19
5.89/4.83	c cleaning 6408 clauses out of 12836 with flag 35846/47110
6.19/5.10	c Got one! Elapsed wall clock time (in seconds):4.974
6.19/5.10	o 9
6.19/5.18	c cleaning 5889 clauses out of 11785 with flag 12562/52467
6.29/5.27	c Got one! Elapsed wall clock time (in seconds):5.14
6.29/5.27	o 6
6.40/5.39	c Got one! Elapsed wall clock time (in seconds):5.263
6.40/5.39	o 5
6.61/5.53	c cleaning 5701 clauses out of 11433 with flag 20997/58004
6.90/5.88	c cleaning 5862 clauses out of 11732 with flag 70096/64004
7.40/6.30	c cleaning 6435 clauses out of 12870 with flag 122613/71004
7.40/6.39	c Got one! Elapsed wall clock time (in seconds):6.264
7.40/6.39	o 3
7.80/6.71	c cleaning 5907 clauses out of 11820 with flag 50224/76389
8.21/7.10	c cleaning 5956 clauses out of 11917 with flag 97207/82393
8.62/7.50	c cleaning 6472 clauses out of 12956 with flag 148311/89388
9.13/8.01	c cleaning 7238 clauses out of 14487 with flag 210019/97391
9.54/8.47	c Got one! Elapsed wall clock time (in seconds):8.346
9.54/8.47	o 2
10.04/8.98	c cleaning 9941 clauses out of 19886 with flag 70507/110028
10.54/9.45	c cleaning 7964 clauses out of 15944 with flag 134401/116027
11.06/9.94	c cleaning 7483 clauses out of 14984 with flag 193077/123031
11.67/10.52	c cleaning 7739 clauses out of 15498 with flag 262076/131028
12.31/11.15	c cleaning 8379 clauses out of 16759 with flag 340478/140028
13.03/11.89	c cleaning 9177 clauses out of 18379 with flag 436165/150027
13.84/12.65	c cleaning 10082 clauses out of 20201 with flag 526531/161027
14.64/13.46	c cleaning 11048 clauses out of 22119 with flag 618375/173027
14.95/13.77	c Got one! Elapsed wall clock time (in seconds):13.646
14.95/13.77	o 1
15.05/13.86	c cleaning 8510 clauses out of 17028 with flag 10346/178984
15.55/14.31	c cleaning 7251 clauses out of 14516 with flag 65885/184982
16.05/14.87	c cleaning 7117 clauses out of 14266 with flag 127691/191983
16.75/15.52	c cleaning 7559 clauses out of 15149 with flag 196989/199983
17.47/16.24	c cleaning 8286 clauses out of 16589 with flag 273182/208982
18.17/16.99	c cleaning 9144 clauses out of 18305 with flag 357652/218984
19.07/17.81	c cleaning 10075 clauses out of 20159 with flag 451106/229982
20.01/18.75	c cleaning 11032 clauses out of 22084 with flag 547306/241982
21.02/19.71	c cleaning 12021 clauses out of 24052 with flag 649928/254983
22.12/20.83	c cleaning 13006 clauses out of 26030 with flag 765396/268982
23.34/22.08	c cleaning 14007 clauses out of 28025 with flag 887868/283983
24.74/23.49	c cleaning 15009 clauses out of 30017 with flag 1021103/299982
26.44/25.12	c cleaning 15999 clauses out of 32008 with flag 1164419/316982
28.15/26.86	c cleaning 17002 clauses out of 34009 with flag 1318439/334982
29.75/28.42	c cleaning 17998 clauses out of 36006 with flag 1465566/353982
31.47/30.11	c cleaning 18994 clauses out of 38007 with flag 1610822/373983
33.28/31.91	c cleaning 20005 clauses out of 40012 with flag 1761723/394982
35.19/33.84	c cleaning 21002 clauses out of 42006 with flag 1919010/416982
37.19/35.86	c cleaning 21997 clauses out of 44004 with flag 2079546/439984
39.39/38.09	c cleaning 22992 clauses out of 46005 with flag 2247565/463982
42.19/40.83	c cleaning 24001 clauses out of 48011 with flag 2443172/488982
45.20/43.86	c cleaning 24996 clauses out of 50011 with flag 2647241/514985
45.43/44.08	c starts		: 197
45.43/44.08	c conflicts		: 516684
45.43/44.08	c decisions		: 767497
45.43/44.08	c propagations		: 24278524
45.43/44.08	c inspects		: 555552018
45.43/44.08	c shortcuts		: 0
45.43/44.08	c learnt literals	: 20
45.43/44.08	c learnt binary clauses	: 27
45.43/44.08	c learnt ternary clauses	: 134
45.43/44.08	c learnt constraints	: 516663
45.43/44.08	c ignored constraints	: 0
45.43/44.08	c root simplifications	: 0
45.43/44.08	c removed literals (reason simplification)	: 0
45.43/44.08	c reason swapping (by a shorter reason)	: 0
45.43/44.08	c Calls to reduceDB	: 44
45.43/44.08	c Number of update (reduction) of LBD	: 159926
45.43/44.08	c number of reductions to clauses (during analyze)	: 0
45.43/44.08	c number of learned constraints concerned by reduction	: 0
45.43/44.08	c number of learning phase by resolution	: 0
45.43/44.08	c number of learning phase by cutting planes	: 0
45.43/44.08	c speed (assignments/second)	: 555102.636211903
45.43/44.08	c non guided choices	5949
45.43/44.08	c learnt constraints type 
45.43/44.08	c constraints type 
45.43/44.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2607
45.43/44.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
45.43/44.08	c ignored satisfied constraints => 1
45.43/44.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 77
45.43/44.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
45.43/44.08	c 2708 constraints processed.
45.43/44.08	s OPTIMUM FOUND
45.43/44.09	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 
45.43/44.09	c objective function=1
45.43/44.09	c Total wall clock time (in seconds): 43.958

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-3718105-1338251940/watcher-3718105-1338251940 -o /tmp/evaluation-result-3718105-1338251940/solver-3718105-1338251940 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718105-1338251940.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.02 2.00 2.00 3/194 520
/proc/meminfo: memFree=30980420/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=11820 CPUtime=0 cores=1,3,5,7
/proc/520/stat : 520 (runsolver) R 518 520 28718 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 291320821 12103680 55 33554432000 4194304 5436572 140733282536336 140733282532216 5057063 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0
/proc/520/statm: 2 1 0 0 0 2 0

[startup+0.042516 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 520
/proc/meminfo: memFree=30980420/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9025868 CPUtime=0.01 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 2842 0 1 0 1 0 0 0 20 0 10 0 291320821 9242488832 3541 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2256467 3543 1582 9 0 2247168 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9025868

[startup+0.100262 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 520
/proc/meminfo: memFree=30980420/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 3582 0 1 0 5 1 0 0 20 0 18 0 291320821 9787817984 4791 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2389604 4797 1912 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.300166 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 520
/proc/meminfo: memFree=30980420/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9558416 CPUtime=0.43 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 5235 0 1 0 41 2 0 0 20 0 18 0 291320821 9787817984 7442 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2389604 7444 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558416

[startup+0.700235 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 520
/proc/meminfo: memFree=30980420/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=1.55 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 10558 0 1 0 152 3 0 0 20 0 19 0 291320821 9855979520 12958 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 12958 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9624980

[startup+1.50068 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 539
/proc/meminfo: memFree=30935932/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=2.39 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 10568 0 1 0 235 4 0 0 20 0 19 0 291320821 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 16033 2252 9 0 2396937 0
[pid=520/tid=522] ppid=518 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/520/task/522/stat : 522 (java) R 518 520 28718 0 -1 4202560 2493 0 1 0 143 2 0 0 20 0 19 0 291320822 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750410117592 139750267245396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=520/tid=523] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) S 518 520 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291320825 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750032116712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.41 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 2639 0 0 0 41 0 0 0 20 0 19 0 291320828 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4236 0 0 0 48 0 0 0 20 0 19 0 291320828 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 16033 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624980

[startup+3.10062 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 539
/proc/meminfo: memFree=30912784/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=4.09 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 10653 0 1 0 405 4 0 0 20 0 19 0 291320821 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 20191 2279 9 0 2396937 0
[pid=520/tid=522] ppid=518 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/520/task/522/stat : 522 (java) R 518 520 28718 0 -1 4202560 2498 0 1 0 300 3 0 0 20 0 19 0 291320822 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750410117528 139750267249858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=520/tid=523] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) S 518 520 28718 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 291320825 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750032116712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 2644 0 0 0 46 0 0 0 20 0 19 0 291320828 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4238 0 0 0 53 0 0 0 20 0 19 0 291320828 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 20191 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9624980

[startup+6.30062 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 539
/proc/meminfo: memFree=30905380/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=7.4 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 11484 0 1 0 735 5 0 0 20 0 19 0 291320821 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 20794 2279 9 0 2396937 0
[pid=520/tid=522] ppid=518 vsize=9624980 CPUtime=6.08 cores=1,3,5,7
/proc/520/task/522/stat : 522 (java) R 518 520 28718 0 -1 4202560 2505 0 1 0 605 3 0 0 20 0 19 0 291320822 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750410117592 139750267227108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=520/tid=523] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291320824 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) S 518 520 28718 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 291320825 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750032116712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 3458 0 0 0 54 0 0 0 20 0 19 0 291320828 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4239 0 0 0 54 0 0 0 20 0 19 0 291320828 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 20794 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0.89 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) S 518 520 28718 0 -1 4202560 38 0 0 0 89 0 0 0 20 0 19 0 291320825 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750032116712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 3460 0 0 0 58 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4239 0 0 0 55 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 44.5
Current children cumulated vsize (KiB) 9624980

[startup+43.5007 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 540
/proc/meminfo: memFree=30900648/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=44.9 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 11567 0 1 0 4484 6 0 0 20 0 19 0 291320821 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 21350 2280 9 0 2396937 0
[pid=520/tid=522] ppid=518 vsize=9624980 CPUtime=42.38 cores=1,3,5,7
/proc/520/task/522/stat : 522 (java) R 518 520 28718 0 -1 4202560 2538 0 1 0 4235 3 0 0 20 0 19 0 291320822 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750410117472 139750267217361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=520/tid=523] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0.89 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) S 518 520 28718 0 -1 4202560 38 0 0 0 89 0 0 0 20 0 19 0 291320825 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750032116712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 3460 0 0 0 58 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4239 0 0 0 55 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 21350 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 44.9
Current children cumulated vsize (KiB) 9624980

[startup+43.9007 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 540
/proc/meminfo: memFree=30898476/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=45.33 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 11591 0 1 0 4527 6 0 0 20 0 19 0 291320821 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 21883 2280 9 0 2396937 0
[pid=520/tid=522] ppid=518 vsize=9624980 CPUtime=42.75 cores=1,3,5,7
/proc/520/task/522/stat : 522 (java) S 518 520 28718 0 -1 4202560 2538 0 1 0 4272 3 0 0 20 0 19 0 291320822 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750410117592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=523] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) R 518 520 28718 0 -1 4202560 38 0 0 0 92 0 0 0 20 0 19 0 291320825 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750032115568 271787239195 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 3460 0 0 0 58 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4239 0 0 0 55 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 45.33
Current children cumulated vsize (KiB) 9624980

[startup+44.0072 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 540
/proc/meminfo: memFree=30898476/32873648 swapFree=6852/6852
[pid=520] ppid=518 vsize=9624980 CPUtime=45.43 cores=1,3,5,7
/proc/520/stat : 520 (java) S 518 520 28718 0 -1 4202496 11592 0 1 0 4537 6 0 0 20 0 19 0 291320821 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 140737228277376 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/520/statm: 2406245 21883 2280 9 0 2396937 0
[pid=520/tid=522] ppid=518 vsize=9624980 CPUtime=42.85 cores=1,3,5,7
/proc/520/task/522/stat : 522 (java) R 518 520 28718 0 -1 4202560 2539 0 1 0 4282 3 0 0 20 0 19 0 291320822 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750410117592 139750267191272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=520/tid=523] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/523/stat : 523 (java) S 518 520 28718 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750388218920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=524] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/524/stat : 524 (java) S 518 520 28718 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750387166120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=525] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/525/stat : 525 (java) S 518 520 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750386113320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=526] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/526/stat : 526 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750048524968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=527] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/527/stat : 527 (java) S 518 520 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750047472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=528] ppid=518 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/520/task/528/stat : 528 (java) S 518 520 28718 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750046419368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=529] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/529/stat : 529 (java) S 518 520 28718 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750045366568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=520/tid=530] ppid=518 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/520/task/530/stat : 530 (java) S 518 520 28718 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291320824 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750044313768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=531] ppid=518 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/520/task/531/stat : 531 (java) S 518 520 28718 0 -1 4202560 38 0 0 0 92 0 0 0 20 0 19 0 291320825 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750032116712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=532] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/532/stat : 532 (java) S 518 520 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750031062776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=533] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/533/stat : 533 (java) S 518 520 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291320826 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750030009864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=534] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/534/stat : 534 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750028958352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=520/tid=535] ppid=518 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/520/task/535/stat : 535 (java) S 518 520 28718 0 -1 4202560 3460 0 0 0 58 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750027905464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=520/tid=536] ppid=518 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/520/task/536/stat : 536 (java) S 518 520 28718 0 -1 4202560 4239 0 0 0 55 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750026852664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=537] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/537/stat : 537 (java) S 518 520 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750025800056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=538] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/538/stat : 538 (java) S 518 520 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291320828 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750024747464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=520/tid=539] ppid=518 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/520/task/539/stat : 539 (java) S 518 520 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291320856 9855979520 21883 33554432000 1073741824 1073778376 140737228286240 139750022895272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 45.43
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 44.0927
CPU time (s): 45.5771
CPU user time (s): 45.4241
CPU system time (s): 0.152976
CPU usage (%): 103.366
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4241
system time used= 0.152976
maximum resident set size= 87572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11604
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2386
involuntary context switches= 2001

runsolver used 0.167974 second user time and 0.472928 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 02:39:01
IDJOB=3718105
IDBENCH=78959
IDSOLVER=2301
FILE ID=node115/3718105-1338251940
RUNJOBID= node115-1338248169-32131
PBS_JOBID= 14624652
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 8591b35e74198f55af565a685d4a35ec
RANDOM SEED=1097643320

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30980576 kB
Buffers:          496788 kB
Cached:           389816 kB
SwapCached:          972 kB
Active:           780680 kB
Inactive:         220832 kB
Active(anon):     107028 kB
Inactive(anon):     9244 kB
Active(file):     673652 kB
Inactive(file):   211588 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:        191412 kB
Mapped:            19900 kB
Shmem:                96 kB
Slab:             751868 kB
SReclaimable:     196020 kB
SUnreclaim:       555848 kB
KernelStack:        1760 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

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