Trace number 2691559

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 CuttingPlanes 2.2.0 2010-05-26MSAT (TO) 1800.1 1684.66

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564281--soft-33-100-0.wbo
MD5SUMe85c5d1e36fd64db247bc5be7351d7af
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 benchmark117.614
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 constraints1785
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 88246
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 88245
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.06	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100526
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691559-1277911516.wbo
0.11/0.10	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.213s.
0.48/0.31	c #vars     2016
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 95
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 830
0.48/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1781
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.25/0.95	c SATISFIABLE
2.25/0.95	c OPTIMIZING...
2.25/0.95	c Got one! Elapsed wall clock time (in seconds):0.851
2.25/0.95	o 619
2.84/1.22	c Got one! Elapsed wall clock time (in seconds):1.12
2.84/1.22	o 542
3.63/1.61	c Got one! Elapsed wall clock time (in seconds):1.505
3.63/1.61	o 532
3.96/1.96	c Got one! Elapsed wall clock time (in seconds):1.864
3.96/1.96	o 466
4.58/2.50	c Got one! Elapsed wall clock time (in seconds):2.404
4.58/2.50	o 455
5.41/3.26	c Got one! Elapsed wall clock time (in seconds):3.157
5.41/3.26	o 451
6.04/3.89	c Got one! Elapsed wall clock time (in seconds):3.786
6.04/3.89	o 343
21.84/19.44	c Got one! Elapsed wall clock time (in seconds):19.343
21.84/19.44	o 304
30.48/27.93	c Got one! Elapsed wall clock time (in seconds):27.833
30.48/27.93	o 276
42.54/39.75	c Got one! Elapsed wall clock time (in seconds):39.648
42.54/39.75	o 260
45.18/42.30	c Got one! Elapsed wall clock time (in seconds):42.198
45.18/42.30	o 253
51.51/48.59	c Got one! Elapsed wall clock time (in seconds):48.49
51.51/48.59	o 241
71.56/68.15	c Got one! Elapsed wall clock time (in seconds):68.046
71.56/68.15	o 227
79.20/75.64	c Got one! Elapsed wall clock time (in seconds):75.54
79.20/75.64	o 213
110.35/105.95	c Got one! Elapsed wall clock time (in seconds):105.852
110.35/105.95	o 193
124.99/120.16	c Got one! Elapsed wall clock time (in seconds):120.058
124.99/120.16	o 179
133.10/128.00	c Got one! Elapsed wall clock time (in seconds):127.902
133.10/128.00	o 159
138.21/133.05	c cleaning 0 clauses out of 5000 with flag 0/5000
209.51/201.69	c Got one! Elapsed wall clock time (in seconds):201.585
209.51/201.69	o 158
283.08/272.14	c Got one! Elapsed wall clock time (in seconds):272.038
283.08/272.14	o 138
437.39/418.74	c Got one! Elapsed wall clock time (in seconds):418.641
437.39/418.74	o 102
738.95/700.99	c Got one! Elapsed wall clock time (in seconds):700.89
738.95/700.99	o 98
907.79/861.12	c cleaning 0 clauses out of 11003 with flag 0/11003
1060.64/1003.77	c Got one! Elapsed wall clock time (in seconds):1003.668
1060.64/1003.77	o 79
1800.03/1684.61	c starts		: 58
1800.03/1684.61	c conflicts		: 14293
1800.03/1684.61	c decisions		: 135636
1800.03/1684.61	c propagations		: 2637212
1800.03/1684.61	c inspects		: 848346412
1800.03/1684.61	c learnt literals	: 0
1800.03/1684.61	c learnt binary clauses	: 0
1800.03/1684.61	c learnt ternary clauses	: 0
1800.03/1684.61	c learnt clauses	: 14292
1800.03/1684.61	c ignored clauses	: 0
1800.03/1684.61	c root simplifications	: 0
1800.03/1684.61	c removed literals (reason simplification)	: 0
1800.03/1684.61	c reason swapping (by a shorter reason)	: 0
1800.03/1684.61	c Calls to reduceDB	: 2
1800.03/1684.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1684.61	c number of learned constraints concerned by reduction	: 0
1800.03/1684.61	c number of learning phase by resolution	: 0
1800.03/1684.61	c number of learning phase by cutting planes	: 0
1800.03/1684.61	c speed (assignments/second)	: 3873.479447386897
1800.03/1684.61	c non guided choices	2529
1800.03/1684.62	c learnt constraints type 
1800.03/1684.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 16
1800.03/1684.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.03/1684.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14268
1800.03/1684.62	c constraints type 
1800.03/1684.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 95
1800.03/1684.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 830
1800.03/1684.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1781
1800.03/1684.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1684.62	s SATISFIABLE
1800.03/1684.62	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 
1800.03/1684.62	c objective function=79
1800.03/1684.62	c Total wall clock time (in seconds): 1684.523

Verifier Data

OK	79

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691559-1277911516/watcher-2691559-1277911516 -o /tmp/evaluation-result-2691559-1277911516/solver-2691559-1277911516 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691559-1277911516.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.00 2.00 2.00 3/178 12392
/proc/meminfo: memFree=31269296/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1832 CPUtime=0
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4194304 431 0 0 0 0 0 0 0 25 0 1 0 132449264 1875968 161 4089446400 134512640 134550932 4288421984 18446744073709551615 11575892 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/12392/statm: 3239 161 123 10 0 63 0

[startup+0.0605499 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12392
/proc/meminfo: memFree=31269296/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1528720 CPUtime=0.05
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 4120 0 1 0 4 1 0 0 25 0 18 0 132449264 1565409280 3560 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 382180 3560 1081 10 0 379482 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528720

[startup+0.101555 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12392
/proc/meminfo: memFree=31269296/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1530160 CPUtime=0.11
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 5208 0 1 0 10 1 0 0 25 0 18 0 132449264 1566883840 4646 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 382540 4647 1347 10 0 379842 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530160

[startup+0.300533 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12392
/proc/meminfo: memFree=31269296/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1531908 CPUtime=0.48
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 7227 0 1 0 46 2 0 0 25 0 18 0 132449264 1568673792 6626 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 382977 6627 1400 10 0 380279 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1531908

[startup+0.700461 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12392
/proc/meminfo: memFree=31269296/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1554280 CPUtime=1.66
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 21852 0 1 0 161 5 0 0 25 0 19 0 132449264 1591582720 16980 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 388570 16980 1421 10 0 385872 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1554280

[startup+1.50132 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 12411
/proc/meminfo: memFree=31175408/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1555152 CPUtime=3.4
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 47234 0 1 0 331 9 0 0 25 0 19 0 132449264 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 388788 40346 1444 10 0 386090 0
[pid=12392/tid=12394] ppid=12390 vsize=1555152 CPUtime=1.47
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 32096 0 1 0 142 5 0 0 18 0 19 0 132449264 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4109195888 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12396] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12397] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12398] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12399] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 11183 0 -1 4202560 123 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12400] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 180 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 133 0 0 0 0 0 0 0 18 0 19 0 132449265 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 132449266 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1555152 CPUtime=0.93
/proc/12392/task/12407/stat : 12407 (java) R 12390 12392 11183 0 -1 4202560 6166 0 0 0 92 1 0 0 15 0 19 0 132449268 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 104144292 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1555152 CPUtime=0.96
/proc/12392/task/12408/stat : 12408 (java) R 12390 12392 11183 0 -1 4202560 7261 0 0 0 96 0 0 0 15 0 19 0 132449268 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 104163168 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132449268 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1555152 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1592475648 40346 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 1555152

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12411
/proc/meminfo: memFree=31109348/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1553640 CPUtime=5.3
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 51079 0 1 0 520 10 0 0 25 0 19 0 132449264 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 388410 43812 1444 10 0 385712 0
[pid=12392/tid=12394] ppid=12390 vsize=1553640 CPUtime=3.05
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 32103 0 1 0 300 5 0 0 19 0 19 0 132449264 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4109412147 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12396] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 11183 0 -1 4202560 719 0 0 0 0 0 0 0 16 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12397] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 11183 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12398] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 11183 0 -1 4202560 552 0 0 0 0 0 0 0 15 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12399] ppid=12390 vsize=1553640 CPUtime=0.01
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 11183 0 -1 4202560 844 0 0 0 1 0 0 0 16 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 1 0 0 0
[pid=12392/tid=12400] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1553640 CPUtime=0.01
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 523 0 0 0 1 0 0 0 15 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1553640 CPUtime=0.01
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 909 0 0 0 1 0 0 0 16 0 19 0 132449265 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 132449266 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1553640 CPUtime=1.05
/proc/12392/task/12407/stat : 12407 (java) S 12390 12392 11183 0 -1 4202560 6188 0 0 0 104 1 0 0 15 0 19 0 132449268 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1553640 CPUtime=1.08
/proc/12392/task/12408/stat : 12408 (java) S 12390 12392 11183 0 -1 4202560 7274 0 0 0 108 0 0 0 15 0 19 0 132449268 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132449268 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1553640 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1590927360 43812 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 1553640

[startup+6.30143 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12411
/proc/meminfo: memFree=31074132/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1550100 CPUtime=8.61
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 58800 0 1 0 849 12 0 0 25 0 19 0 132449264 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 387525 50221 1444 10 0 384827 0
[pid=12392/tid=12394] ppid=12390 vsize=1550100 CPUtime=6.23
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 35462 0 1 0 617 6 0 0 25 0 19 0 132449264 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4109205184 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1550100 CPUtime=0.02
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 1043 0 0 0 2 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12396] ppid=12390 vsize=1550100 CPUtime=0.02
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 11183 0 -1 4202560 1171 0 0 0 2 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12397] ppid=12390 vsize=1550100 CPUtime=0.01
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 11183 0 -1 4202560 722 0 0 0 1 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12398] ppid=12390 vsize=1550100 CPUtime=0.01
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 11183 0 -1 4202560 867 0 0 0 1 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12399] ppid=12390 vsize=1550100 CPUtime=0.02
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 11183 0 -1 4202560 1280 0 0 0 2 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 1 0 0 0
[pid=12392/tid=12400] ppid=12390 vsize=1550100 CPUtime=0.01
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 987 0 0 0 1 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1550100 CPUtime=0.02
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 1073 0 0 0 2 0 0 0 16 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1550100 CPUtime=0.02
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 1634 0 0 0 2 0 0 0 15 0 19 0 132449265 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 132449266 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1550100 CPUtime=1.06
/proc/12392/task/12407/stat : 12407 (java) S 12390 12392 11183 0 -1 4202560 6190 0 0 0 105 1 0 0 15 0 19 0 132449268 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1550100 CPUtime=1.08
/proc/12392/task/12408/stat : 12408 (java) S 12390 12392 11183 0 -1 4202560 7274 0 0 0 108 0 0 0 15 0 19 0 132449268 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132449268 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1550100 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1587302400 50221 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 1550100

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12411
/proc/meminfo: memFree=31067024/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1551124 CPUtime=15.07
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 60511 0 1 0 1495 12 0 0 25 0 19 0 132449264 1588350976 51810 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 387781 51810 1444 10 0 385083 0
[pid=12392/tid=12394] ppid=12390 vsize=1551124 CPUtime=12.6
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 36017 0 1 0 1254 6 0 0 25 0 19 0 132449264 1588350976 51810 4089446400 134512640 134550932 4288421984 18446744073709551615 4109196205 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1551124 CPUtime=0.04
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 1166 0 0 0 4 0 0 0 15 0 19 0 132449265 1588350976 51810 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0

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

[pid=12392/tid=12400] ppid=12390 vsize=1551124 CPUtime=15.11
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 13922 0 0 0 1232 279 0 0 16 0 19 0 132449265 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1551124 CPUtime=15.14
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 13981 0 0 0 1241 273 0 0 16 0 19 0 132449265 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1551124 CPUtime=14.92
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 14123 0 0 0 1221 271 0 0 16 0 19 0 132449265 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1551124 CPUtime=1.81
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 126 0 0 0 96 85 0 0 15 0 19 0 132449266 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1551124 CPUtime=1.27
/proc/12392/task/12407/stat : 12407 (java) S 12390 12392 11183 0 -1 4202560 6223 0 0 0 125 2 0 0 15 0 19 0 132449268 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1551124 CPUtime=1.1
/proc/12392/task/12408/stat : 12408 (java) S 12390 12392 11183 0 -1 4202560 7278 0 0 0 110 0 0 0 16 0 19 0 132449268 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 132449268 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1588350976 149403 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1642.96
Current children cumulated vsize (KiB) 1551124

[startup+1602.3 s]
/proc/loadavg: 2.02 2.10 2.05 3/197 12485
/proc/meminfo: memFree=30657520/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1551124 CPUtime=1709.4
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 170585 0 1 0 168557 2383 0 0 25 0 19 0 132449264 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 387781 153478 1450 10 0 385083 0
[pid=12392/tid=12394] ppid=12390 vsize=1551124 CPUtime=1578.78
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 39699 0 1 0 157860 18 0 0 25 0 19 0 132449264 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4109205292 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1551124 CPUtime=15.33
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 14789 0 0 0 1266 267 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12396] ppid=12390 vsize=1551124 CPUtime=15.68
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 11183 0 -1 4202560 13969 0 0 0 1288 280 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12397] ppid=12390 vsize=1551124 CPUtime=15.49
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 11183 0 -1 4202560 13669 0 0 0 1280 269 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12398] ppid=12390 vsize=1551124 CPUtime=16.19
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 11183 0 -1 4202560 15368 0 0 0 1323 296 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 1 0 0 0
[pid=12392/tid=12399] ppid=12390 vsize=1551124 CPUtime=15.58
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 11183 0 -1 4202560 15000 0 0 0 1287 271 0 0 15 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12400] ppid=12390 vsize=1551124 CPUtime=16.06
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 14315 0 0 0 1304 302 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1551124 CPUtime=16.06
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 14489 0 0 0 1316 290 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1551124 CPUtime=15.88
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 14497 0 0 0 1294 294 0 0 16 0 19 0 132449265 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1551124 CPUtime=1.87
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 130 0 0 0 98 89 0 0 15 0 19 0 132449266 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1551124 CPUtime=1.27
/proc/12392/task/12407/stat : 12407 (java) S 12390 12392 11183 0 -1 4202560 6223 0 0 0 125 2 0 0 15 0 19 0 132449268 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1551124 CPUtime=1.1
/proc/12392/task/12408/stat : 12408 (java) S 12390 12392 11183 0 -1 4202560 7278 0 0 0 110 0 0 0 16 0 19 0 132449268 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 132449268 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1588350976 153478 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1709.4
Current children cumulated vsize (KiB) 1551124

[startup+1662.3 s]
/proc/loadavg: 2.21 2.16 2.08 3/197 12486
/proc/meminfo: memFree=30641608/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1551124 CPUtime=1775.74
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 174683 0 1 0 175020 2554 0 0 25 0 19 0 132449264 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 387781 157393 1450 10 0 385083 0
[pid=12392/tid=12394] ppid=12390 vsize=1551124 CPUtime=1637.48
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 39832 0 1 0 163729 19 0 0 25 0 19 0 132449264 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4109196583 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1551124 CPUtime=16.33
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 15269 0 0 0 1342 291 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12396] ppid=12390 vsize=1551124 CPUtime=16.63
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 11183 0 -1 4202560 14478 0 0 0 1362 301 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12397] ppid=12390 vsize=1551124 CPUtime=16.5
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 11183 0 -1 4202560 14116 0 0 0 1359 291 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12398] ppid=12390 vsize=1551124 CPUtime=17.14
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 11183 0 -1 4202560 15896 0 0 0 1398 316 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12399] ppid=12390 vsize=1551124 CPUtime=16.51
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 11183 0 -1 4202560 15494 0 0 0 1361 290 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 1 0 0 0
[pid=12392/tid=12400] ppid=12390 vsize=1551124 CPUtime=16.92
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 14742 0 0 0 1371 321 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1551124 CPUtime=16.99
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 15107 0 0 0 1389 310 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1551124 CPUtime=16.83
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 14955 0 0 0 1368 315 0 0 16 0 19 0 132449265 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1551124 CPUtime=1.92
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 132 0 0 0 99 93 0 0 15 0 19 0 132449266 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1551124 CPUtime=1.27
/proc/12392/task/12407/stat : 12407 (java) S 12390 12392 11183 0 -1 4202560 6223 0 0 0 125 2 0 0 15 0 19 0 132449268 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1551124 CPUtime=1.1
/proc/12392/task/12408/stat : 12408 (java) S 12390 12392 11183 0 -1 4202560 7278 0 0 0 110 0 0 0 16 0 19 0 132449268 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 132449268 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1588350976 157393 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1775.74
Current children cumulated vsize (KiB) 1551124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1684.6 s]
/proc/loadavg: 2.27 2.18 2.09 3/197 12488
/proc/meminfo: memFree=30638368/32951124 swapFree=67111528/67111528
[pid=12392] ppid=12390 vsize=1551124 CPUtime=1800.03
/proc/12392/stat : 12392 (java) S 12390 12392 11183 0 -1 4202496 175616 0 1 0 177396 2607 0 0 25 0 19 0 132449264 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12392/statm: 387781 158268 1450 10 0 385083 0
[pid=12392/tid=12394] ppid=12390 vsize=1551124 CPUtime=1659.38
/proc/12392/task/12394/stat : 12394 (java) R 12390 12392 11183 0 -1 4202560 39874 0 1 0 165919 19 0 0 25 0 19 0 132449264 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4109266757 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12392/tid=12395] ppid=12390 vsize=1551124 CPUtime=16.63
/proc/12392/task/12395/stat : 12395 (java) S 12390 12392 11183 0 -1 4202560 15351 0 0 0 1364 299 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12396] ppid=12390 vsize=1551124 CPUtime=16.9
/proc/12392/task/12396/stat : 12396 (java) S 12390 12392 11183 0 -1 4202560 14637 0 0 0 1383 307 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12397] ppid=12390 vsize=1551124 CPUtime=16.79
/proc/12392/task/12397/stat : 12397 (java) S 12390 12392 11183 0 -1 4202560 14183 0 0 0 1381 298 0 0 15 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 7 0 0 0
[pid=12392/tid=12398] ppid=12390 vsize=1551124 CPUtime=17.46
/proc/12392/task/12398/stat : 12398 (java) S 12390 12392 11183 0 -1 4202560 16028 0 0 0 1425 321 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 5 0 0 0
[pid=12392/tid=12399] ppid=12390 vsize=1551124 CPUtime=16.79
/proc/12392/task/12399/stat : 12399 (java) S 12390 12392 11183 0 -1 4202560 15620 0 0 0 1384 295 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12400] ppid=12390 vsize=1551124 CPUtime=17.21
/proc/12392/task/12400/stat : 12400 (java) S 12390 12392 11183 0 -1 4202560 14885 0 0 0 1394 327 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 1 0 0 0
[pid=12392/tid=12401] ppid=12390 vsize=1551124 CPUtime=17.29
/proc/12392/task/12401/stat : 12401 (java) S 12390 12392 11183 0 -1 4202560 15200 0 0 0 1412 317 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12402] ppid=12390 vsize=1551124 CPUtime=17.14
/proc/12392/task/12402/stat : 12402 (java) S 12390 12392 11183 0 -1 4202560 15039 0 0 0 1392 322 0 0 16 0 19 0 132449265 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12403] ppid=12390 vsize=1551124 CPUtime=1.94
/proc/12392/task/12403/stat : 12403 (java) S 12390 12392 11183 0 -1 4202560 135 0 0 0 100 94 0 0 15 0 19 0 132449266 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 0 0 16800975 18446604471161971904 0 0 -1 3 0 0 0
[pid=12392/tid=12404] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12404/stat : 12404 (java) S 12390 12392 11183 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12405] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12405/stat : 12405 (java) S 12390 12392 11183 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 132449266 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
[pid=12392/tid=12406] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12406/stat : 12406 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 132449268 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12407] ppid=12390 vsize=1551124 CPUtime=1.27
/proc/12392/task/12407/stat : 12407 (java) S 12390 12392 11183 0 -1 4202560 6223 0 0 0 125 2 0 0 15 0 19 0 132449268 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 6 0 0 0
[pid=12392/tid=12408] ppid=12390 vsize=1551124 CPUtime=1.1
/proc/12392/task/12408/stat : 12408 (java) S 12390 12392 11183 0 -1 4202560 7278 0 0 0 110 0 0 0 16 0 19 0 132449268 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12409] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12409/stat : 12409 (java) S 12390 12392 11183 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 132449268 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 4 0 0 0
[pid=12392/tid=12410] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12410/stat : 12410 (java) S 12390 12392 11183 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 132449268 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 2 0 0 0
[pid=12392/tid=12411] ppid=12390 vsize=1551124 CPUtime=0
/proc/12392/task/12411/stat : 12411 (java) S 12390 12392 11183 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 132449300 1588350976 158268 4089446400 134512640 134550932 4288421984 18446744073709551615 4294960144 0 4 0 16800975 18446604471161971904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1551124

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1684.66
CPU time (s): 1800.1
CPU user time (s): 1774
CPU system time (s): 26.098
CPU usage (%): 106.853
Max. virtual memory (cumulated for all children) (KiB): 1555152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774
system time used= 26.098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175638
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= 147458
involuntary context switches= 6070699

runsolver used 3.07353 second user time and 5.87511 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 17:25:16
IDJOB=2691559
IDBENCH=78988
IDSOLVER=1203
FILE ID=node106/2691559-1277911516
PBS_JOBID= 11197224
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= e85c5d1e36fd64db247bc5be7351d7af
RANDOM SEED=33454731

node106.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.825
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.65
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.825
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.825
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.82
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.825
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.76
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.825
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	: 5332.82
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.825
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.73
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.825
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.83
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.825
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31269700 kB
Buffers:        194400 kB
Cached:        1269120 kB
SwapCached:          0 kB
Active:         512308 kB
Inactive:      1028616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31269700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:       77360 kB
Mapped:          15540 kB
Slab:            78488 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222480 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= 74208 MiB
End job on node106 at 2010-06-30 17:53:23