Trace number 2698592

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 Resolution 2.2.1OPTIMUM 47.4258 45.4449

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
MD5SUMc3adda683c0d048bf44386b3ccfc9e41
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark47.4258
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1816
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698592-1278325671.wbo
0.00/0.09	c reading problem ... 
0.29/0.29	c ... done. Wall clock time 0.198s.
0.29/0.29	c #vars     2047
0.29/0.29	c #constraints  2707
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.29/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.29/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
1.13/0.53	c SATISFIABLE
1.13/0.53	c OPTIMIZING...
1.13/0.53	c Got one! Elapsed wall clock time (in seconds):0.439
1.13/0.53	o 419
1.43/0.63	c Got one! Elapsed wall clock time (in seconds):0.535
1.43/0.63	o 352
1.73/0.72	c Got one! Elapsed wall clock time (in seconds):0.63
1.73/0.72	o 315
1.73/0.75	c Got one! Elapsed wall clock time (in seconds):0.661
1.73/0.75	o 272
1.73/0.79	c Got one! Elapsed wall clock time (in seconds):0.697
1.73/0.79	o 222
2.03/0.83	c Got one! Elapsed wall clock time (in seconds):0.736
2.03/0.83	o 219
2.25/0.90	c Got one! Elapsed wall clock time (in seconds):0.813
2.25/0.90	o 212
2.39/1.01	c Got one! Elapsed wall clock time (in seconds):0.92
2.39/1.01	o 197
2.39/1.04	c Got one! Elapsed wall clock time (in seconds):0.947
2.39/1.04	o 129
2.39/1.09	c Got one! Elapsed wall clock time (in seconds):0.995
2.39/1.09	o 97
2.60/1.21	c Got one! Elapsed wall clock time (in seconds):1.114
2.60/1.21	o 96
2.60/1.25	c Got one! Elapsed wall clock time (in seconds):1.158
2.60/1.25	o 83
2.70/1.36	c Got one! Elapsed wall clock time (in seconds):1.268
2.70/1.36	o 75
3.00/1.60	c Got one! Elapsed wall clock time (in seconds):1.507
3.00/1.60	o 74
3.00/1.62	c cleaning 2497 clauses out of 5002 with flag 5002/5002
3.12/1.73	c Got one! Elapsed wall clock time (in seconds):1.641
3.12/1.73	o 64
3.32/1.93	c Got one! Elapsed wall clock time (in seconds):1.835
3.32/1.93	o 55
3.84/2.44	c Got one! Elapsed wall clock time (in seconds):2.348
3.84/2.44	o 50
3.95/2.53	c cleaning 4248 clauses out of 8503 with flag 11000/11000
4.31/2.72	c Got one! Elapsed wall clock time (in seconds):2.627
4.31/2.72	o 47
4.41/2.82	c Got one! Elapsed wall clock time (in seconds):2.727
4.41/2.82	o 21
5.03/3.40	c cleaning 5623 clauses out of 11255 with flag 18000/18000
5.24/3.55	c Got one! Elapsed wall clock time (in seconds):3.459
5.24/3.55	o 20
5.60/3.89	c Got one! Elapsed wall clock time (in seconds):3.801
5.60/3.89	o 19
6.11/4.35	c cleaning 6814 clauses out of 13633 with flag 26001/26001
7.24/5.41	c cleaning 7907 clauses out of 15819 with flag 35001/35001
7.74/5.92	c Got one! Elapsed wall clock time (in seconds):5.823
7.74/5.92	o 18
8.54/6.78	c Got one! Elapsed wall clock time (in seconds):6.687
8.54/6.78	o 13
8.65/6.83	c cleaning 8954 clauses out of 17915 with flag 45004/45004
10.07/8.27	c cleaning 9474 clauses out of 18957 with flag 55000/55000
11.29/9.46	c cleaning 9735 clauses out of 19484 with flag 65001/65001
11.99/10.10	c Got one! Elapsed wall clock time (in seconds):10.006
11.99/10.10	o 12
12.29/10.49	c cleaning 9869 clauses out of 19750 with flag 75002/75002
12.70/10.89	c Got one! Elapsed wall clock time (in seconds):10.797
12.70/10.89	o 10
13.30/11.43	c cleaning 9937 clauses out of 19880 with flag 85001/85001
14.30/12.45	c cleaning 9963 clauses out of 19942 with flag 95000/95000
15.60/13.74	c cleaning 9985 clauses out of 19982 with flag 105003/105003
16.80/14.94	c cleaning 9989 clauses out of 19994 with flag 115000/115000
17.81/15.97	c cleaning 9999 clauses out of 20005 with flag 125000/125000
18.91/17.02	c cleaning 10001 clauses out of 20007 with flag 135001/135001
19.91/18.00	c cleaning 9992 clauses out of 20007 with flag 145002/145002
20.51/18.67	c Got one! Elapsed wall clock time (in seconds):18.573
20.51/18.67	o 9
20.91/19.04	c cleaning 10003 clauses out of 20015 with flag 155002/155002
22.01/20.16	c cleaning 10002 clauses out of 20011 with flag 165001/165001
23.31/21.48	c cleaning 10001 clauses out of 20011 with flag 175003/175003
24.51/22.67	c cleaning 9999 clauses out of 20007 with flag 185000/185000
25.61/23.77	c cleaning 9999 clauses out of 20009 with flag 195001/195001
26.51/24.67	c cleaning 9993 clauses out of 20011 with flag 205002/205002
27.52/25.65	c cleaning 10007 clauses out of 20019 with flag 215003/215003
28.52/26.66	c cleaning 9990 clauses out of 20010 with flag 225001/225001
29.62/27.75	c cleaning 9999 clauses out of 20019 with flag 235000/235000
30.53/28.68	c cleaning 10009 clauses out of 20023 with flag 245003/245003
31.53/29.68	c cleaning 9996 clauses out of 20012 with flag 255001/255001
32.53/30.70	c cleaning 10007 clauses out of 20021 with flag 265006/265006
33.52/31.65	c cleaning 9997 clauses out of 20011 with flag 275003/275003
34.63/32.79	c cleaning 10003 clauses out of 20011 with flag 285000/285000
35.63/33.75	c cleaning 9999 clauses out of 20008 with flag 295000/295000
36.63/34.75	c cleaning 10003 clauses out of 20011 with flag 305002/305002
37.53/35.64	c cleaning 10000 clauses out of 20009 with flag 315003/315003
38.43/36.59	c cleaning 9986 clauses out of 20008 with flag 325002/325002
39.43/37.50	c cleaning 9993 clauses out of 20021 with flag 335001/335001
40.34/38.48	c cleaning 10002 clauses out of 20027 with flag 345000/345000
40.54/38.69	c Got one! Elapsed wall clock time (in seconds):38.599
40.54/38.69	o 7
41.24/39.38	c cleaning 10010 clauses out of 20025 with flag 355000/355000
41.94/40.02	c cleaning 10005 clauses out of 20016 with flag 365001/365001
42.44/40.56	c cleaning 10001 clauses out of 20011 with flag 375001/375001
43.64/41.75	c cleaning 9997 clauses out of 20011 with flag 385002/385002
44.64/42.78	c cleaning 9996 clauses out of 20012 with flag 395000/395000
45.74/43.80	c cleaning 10005 clauses out of 20018 with flag 405002/405002
46.86/44.97	c cleaning 10002 clauses out of 20010 with flag 415000/415000
47.38/45.40	c starts		: 163
47.38/45.40	c conflicts		: 419317
47.38/45.40	c decisions		: 746405
47.38/45.40	c propagations		: 22366259
47.38/45.40	c inspects		: 263851658
47.38/45.40	c learnt literals	: 6
47.38/45.40	c learnt binary clauses	: 28
47.38/45.40	c learnt ternary clauses	: 356
47.38/45.40	c learnt clauses	: 419310
47.38/45.40	c ignored clauses	: 0
47.38/45.40	c root simplifications	: 0
47.38/45.40	c removed literals (reason simplification)	: 2043008
47.38/45.40	c reason swapping (by a shorter reason)	: 0
47.38/45.40	c Calls to reduceDB	: 43
47.38/45.40	c number of reductions to clauses (during analyze)	: 0
47.38/45.40	c number of learned constraints concerned by reduction	: 0
47.38/45.40	c number of learning phase by resolution	: 0
47.38/45.40	c number of learning phase by cutting planes	: 0
47.38/45.40	c speed (assignments/second)	: 3332279.350417163
47.38/45.40	c non guided choices	3143
47.38/45.40	c learnt constraints type 
47.38/45.40	c constraints type 
47.38/45.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
47.38/45.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
47.38/45.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
47.38/45.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
47.38/45.40	s OPTIMUM FOUND
47.38/45.41	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 
47.38/45.41	c objective function=7
47.38/45.41	c Total wall clock time (in seconds): 45.313

Verifier Data

OK	7

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698592-1278325671/watcher-2698592-1278325671 -o /tmp/evaluation-result-2698592-1278325671/solver-2698592-1278325671 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698592-1278325671.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.97 1.71 3/196 4288
/proc/meminfo: memFree=32412936/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=13164 CPUtime=0
/proc/4288/stat : 4288 (java) R 4286 4288 3796 0 -1 4194304 1008 0 0 0 0 0 0 0 25 0 1 0 781031 13479936 499 4089446400 134512640 134550932 4293124240 18446744073709551615 103438560 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4288/statm: 3291 516 214 10 0 1121 0
[pid=4288/tid=4289] ppid=4286 vsize=13436 CPUtime=0
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 2 0 781031 13758464 529 4089446400 134512640 134550932 4293124240 18446744073709551615 105946789 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.097743 s]
/proc/loadavg: 2.02 1.97 1.71 3/196 4288
/proc/meminfo: memFree=32412936/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1529456 CPUtime=0.11
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 5223 0 1 0 10 1 0 0 25 0 18 0 781031 1566162944 4653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 382364 4653 1347 10 0 379667 0
[pid=4288/tid=4289] ppid=4286 vsize=1529456 CPUtime=0.08
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 3541 0 1 0 7 1 0 0 25 0 18 0 781031 1566162944 4653 4089446400 134512640 134550932 4293124240 18446744073709551615 4159793248 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529456

[startup+0.100744 s]
/proc/loadavg: 2.02 1.97 1.71 3/196 4288
/proc/meminfo: memFree=32412936/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1529456 CPUtime=0.11
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 5245 0 1 0 10 1 0 0 25 0 18 0 781031 1566162944 4675 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 382364 4675 1347 10 0 379667 0
[pid=4288/tid=4289] ppid=4286 vsize=1529456 CPUtime=0.08
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 3563 0 1 0 7 1 0 0 25 0 18 0 781031 1566162944 4675 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529456

[startup+0.300707 s]
/proc/loadavg: 2.02 1.97 1.71 3/196 4288
/proc/meminfo: memFree=32412936/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1532104 CPUtime=0.54
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 7708 0 1 0 52 2 0 0 25 0 18 0 781031 1568874496 6965 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 383026 6966 1410 10 0 380329 0
[pid=4288/tid=4289] ppid=4286 vsize=1532104 CPUtime=0.28
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 5313 0 1 0 27 1 0 0 18 0 18 0 781031 1568874496 6966 4089446400 134512640 134550932 4293124240 18446744073709551615 4109298548 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1532104

[startup+0.700635 s]
/proc/loadavg: 2.02 1.97 1.71 3/196 4288
/proc/meminfo: memFree=32412936/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548356 CPUtime=1.73
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 16920 0 1 0 170 3 0 0 25 0 19 0 781031 1585516544 12724 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387089 12724 1430 10 0 384392 0
[pid=4288/tid=4289] ppid=4286 vsize=1548356 CPUtime=0.68
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 6903 0 1 0 67 1 0 0 19 0 19 0 781031 1585516544 12724 4089446400 134512640 134550932 4293124240 18446744073709551615 4109853514 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 1548356

[startup+1.50155 s]
/proc/loadavg: 2.02 1.97 1.71 3/215 4307
/proc/meminfo: memFree=32353520/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548596 CPUtime=2.9
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 24294 0 1 0 286 4 0 0 25 0 19 0 781031 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387149 20097 1430 10 0 384452 0
[pid=4288/tid=4289] ppid=4286 vsize=1548596 CPUtime=1.48
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 14172 0 1 0 146 2 0 0 18 0 19 0 781031 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4109804482 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4288/tid=4291] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781032 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 781033 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 781033 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 781033 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548596 CPUtime=0.67
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 2805 0 0 0 67 0 0 0 25 0 19 0 781035 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548596 CPUtime=0.72
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6241 0 0 0 71 1 0 0 15 0 19 0 781035 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 781035 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548596 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585762304 20097 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 1548596

[startup+3.10127 s]
/proc/loadavg: 2.02 1.97 1.71 3/215 4307
/proc/meminfo: memFree=32330704/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548220 CPUtime=4.71
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 28041 0 1 0 467 4 0 0 25 0 19 0 781031 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387055 22653 1444 10 0 384358 0
[pid=4288/tid=4289] ppid=4286 vsize=1548220 CPUtime=3.05
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 14826 0 1 0 303 2 0 0 18 0 19 0 781031 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4109768001 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4288/tid=4291] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 98 0 0 0 0 0 0 0 16 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 19 0 781032 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548220 CPUtime=0.02
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 804 0 0 0 2 0 0 0 16 0 19 0 781033 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 781033 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 781033 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548220 CPUtime=0.85
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 3972 0 0 0 85 0 0 0 15 0 19 0 781035 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548220 CPUtime=0.75
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6247 0 0 0 74 1 0 0 16 0 19 0 781035 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 781035 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548220 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585377280 22653 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1548220

[startup+6.30072 s]
/proc/loadavg: 2.02 1.97 1.71 3/215 4307
/proc/meminfo: memFree=32325932/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548360 CPUtime=8.14
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 29746 0 1 0 809 5 0 0 25 0 19 0 781031 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387090 22847 1444 10 0 384393 0
[pid=4288/tid=4289] ppid=4286 vsize=1548360 CPUtime=6.2
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 14829 0 1 0 618 2 0 0 25 0 19 0 781031 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4109759917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4288/tid=4291] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 117 0 0 0 0 0 0 0 16 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 19 0 781032 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548360 CPUtime=0.06
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 1054 0 0 0 6 0 0 0 15 0 19 0 781033 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548360 CPUtime=1.06
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 5350 0 0 0 106 0 0 0 15 0 19 0 781035 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548360 CPUtime=0.76
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6248 0 0 0 75 1 0 0 15 0 19 0 781035 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 781035 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585520640 22847 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1548360


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

/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 120 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 184 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 223 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 141 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 328 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548360 CPUtime=0.62
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 1655 0 0 0 62 0 0 0 16 0 19 0 781033 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548360 CPUtime=1.14
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 5355 0 0 0 114 0 0 0 16 0 19 0 781035 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548360 CPUtime=0.76
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6248 0 0 0 75 1 0 0 15 0 19 0 781035 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 781035 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585520640 23422 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.66
Current children cumulated vsize (KiB) 1548360

[startup+45.1068 s]
/proc/loadavg: 2.01 1.97 1.72 3/215 4308
/proc/meminfo: memFree=32322776/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548360 CPUtime=47.08
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 30432 0 1 0 4702 6 0 0 25 0 19 0 781031 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387090 23441 1444 10 0 384393 0
[pid=4288/tid=4289] ppid=4286 vsize=1548360 CPUtime=44.37
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 14867 0 1 0 4434 3 0 0 25 0 19 0 781031 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4109804500 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4288/tid=4291] ppid=4286 vsize=1548360 CPUtime=0.02
/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 120 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 223 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 328 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548360 CPUtime=0.64
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 1671 0 0 0 64 0 0 0 16 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548360 CPUtime=1.15
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 5355 0 0 0 115 0 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548360 CPUtime=0.76
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6248 0 0 0 75 1 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.08
Current children cumulated vsize (KiB) 1548360

[startup+45.3008 s]
/proc/loadavg: 2.01 1.97 1.72 3/215 4308
/proc/meminfo: memFree=32322776/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548360 CPUtime=47.28
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 30432 0 1 0 4722 6 0 0 25 0 19 0 781031 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387090 23441 1444 10 0 384393 0
[pid=4288/tid=4289] ppid=4286 vsize=1548360 CPUtime=44.56
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 14867 0 1 0 4453 3 0 0 25 0 19 0 781031 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4109768919 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4288/tid=4291] ppid=4286 vsize=1548360 CPUtime=0.02
/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 120 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 223 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 328 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548360 CPUtime=0.64
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 1671 0 0 0 64 0 0 0 16 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548360 CPUtime=1.15
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 5355 0 0 0 115 0 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548360 CPUtime=0.76
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6248 0 0 0 75 1 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.28
Current children cumulated vsize (KiB) 1548360

[startup+45.4008 s]
/proc/loadavg: 2.01 1.97 1.72 3/215 4308
/proc/meminfo: memFree=32322776/32950928 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=1548360 CPUtime=47.38
/proc/4288/stat : 4288 (java) S 4286 4288 3796 0 -1 4202496 30432 0 1 0 4732 6 0 0 25 0 19 0 781031 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4288/statm: 387090 23441 1444 10 0 384393 0
[pid=4288/tid=4289] ppid=4286 vsize=1548360 CPUtime=44.66
/proc/4288/task/4289/stat : 4289 (java) R 4286 4288 3796 0 -1 4202560 14867 0 1 0 4463 3 0 0 25 0 19 0 781031 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4110257290 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4288/tid=4291] ppid=4286 vsize=1548360 CPUtime=0.02
/proc/4288/task/4291/stat : 4291 (java) S 4286 4288 3796 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4292] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4292/stat : 4292 (java) S 4286 4288 3796 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4293] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4293/stat : 4293 (java) S 4286 4288 3796 0 -1 4202560 120 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4294] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4294/stat : 4294 (java) S 4286 4288 3796 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4295] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4295/stat : 4295 (java) S 4286 4288 3796 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4296] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4296/stat : 4296 (java) S 4286 4288 3796 0 -1 4202560 223 0 0 0 1 0 0 0 16 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4297] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4297/stat : 4297 (java) S 4286 4288 3796 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4298] ppid=4286 vsize=1548360 CPUtime=0.01
/proc/4288/task/4298/stat : 4298 (java) S 4286 4288 3796 0 -1 4202560 328 0 0 0 1 0 0 0 15 0 19 0 781032 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 0 0 0 0
[pid=4288/tid=4299] ppid=4286 vsize=1548360 CPUtime=0.64
/proc/4288/task/4299/stat : 4299 (java) S 4286 4288 3796 0 -1 4202560 1671 0 0 0 64 0 0 0 16 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 0 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4300] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4300/stat : 4300 (java) S 4286 4288 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4301] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4301/stat : 4301 (java) S 4286 4288 3796 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 781033 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 4 0 0 0
[pid=4288/tid=4302] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4302/stat : 4302 (java) S 4286 4288 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4303] ppid=4286 vsize=1548360 CPUtime=1.15
/proc/4288/task/4303/stat : 4303 (java) S 4286 4288 3796 0 -1 4202560 5355 0 0 0 115 0 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 7 0 0 0
[pid=4288/tid=4304] ppid=4286 vsize=1548360 CPUtime=0.76
/proc/4288/task/4304/stat : 4304 (java) S 4286 4288 3796 0 -1 4202560 6248 0 0 0 75 1 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4305] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4305/stat : 4305 (java) S 4286 4288 3796 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
[pid=4288/tid=4306] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4306/stat : 4306 (java) S 4286 4288 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 781035 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 2 0 0 0
[pid=4288/tid=4307] ppid=4286 vsize=1548360 CPUtime=0
/proc/4288/task/4307/stat : 4307 (java) S 4286 4288 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 781065 1585520640 23441 4089446400 134512640 134550932 4293124240 18446744073709551615 4294960144 0 4 0 16800975 18446604471105066304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.38
Current children cumulated vsize (KiB) 1548360

Child status: 30
Real time (s): 45.4449
CPU time (s): 47.4258
CPU user time (s): 47.3518
CPU system time (s): 0.073988
CPU usage (%): 104.359
Max. virtual memory (cumulated for all children) (KiB): 1551324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.3518
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30448
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2281
involuntary context switches= 5052

runsolver used 0.075988 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-05 12:27:51
IDJOB=2698592
IDBENCH=78913
IDSOLVER=1211
FILE ID=node123/2698592-1278325671
PBS_JOBID= 11207451
Free space on /tmp= 74160 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698592-1278325671/watcher-2698592-1278325671 -o /tmp/evaluation-result-2698592-1278325671/solver-2698592-1278325671 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698592-1278325671.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c3adda683c0d048bf44386b3ccfc9e41
RANDOM SEED=1524072840

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5354.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32413200 kB
Buffers:         21752 kB
Cached:         293492 kB
SwapCached:          0 kB
Active:         204228 kB
Inactive:       234164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32413200 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             984 kB
Writeback:           0 kB
AnonPages:      123112 kB
Mapped:          20340 kB
Slab:            35924 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1649672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74156 MiB
End job on node123 at 2010-07-05 12:28:37