Trace number 2691586

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.19 1672.79

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark147.368
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2691586-1277925787.wbo
0.10/0.10	c reading problem ... 
0.53/0.31	c ... done. Wall clock time 0.206s.
0.53/0.31	c #vars     2938
0.53/0.31	c #constraints  2707
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.53/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
0.53/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.61/1.01	c SATISFIABLE
2.61/1.01	c OPTIMIZING...
2.61/1.01	c Got one! Elapsed wall clock time (in seconds):0.911
2.61/1.01	o 1127
2.97/1.26	c Got one! Elapsed wall clock time (in seconds):1.164
2.97/1.26	o 1060
3.45/1.58	c Got one! Elapsed wall clock time (in seconds):1.478
3.45/1.58	o 1058
3.98/1.88	c Got one! Elapsed wall clock time (in seconds):1.783
3.98/1.88	o 1048
4.42/2.26	c Got one! Elapsed wall clock time (in seconds):2.167
4.42/2.26	o 998
5.29/3.01	c Got one! Elapsed wall clock time (in seconds):2.912
5.29/3.01	o 978
5.61/3.40	c Got one! Elapsed wall clock time (in seconds):3.303
5.61/3.40	o 965
6.23/3.99	c Got one! Elapsed wall clock time (in seconds):3.894
6.23/3.99	o 957
7.25/4.95	c Got one! Elapsed wall clock time (in seconds):4.851
7.25/4.95	o 949
9.28/6.93	c Got one! Elapsed wall clock time (in seconds):6.833
9.28/6.93	o 905
9.91/7.58	c Got one! Elapsed wall clock time (in seconds):7.484
9.91/7.58	o 862
11.02/8.69	c Got one! Elapsed wall clock time (in seconds):8.592
11.02/8.69	o 812
12.75/10.31	c Got one! Elapsed wall clock time (in seconds):10.212
12.75/10.31	o 808
15.62/13.17	c Got one! Elapsed wall clock time (in seconds):13.076
15.62/13.17	o 797
21.03/18.47	c Got one! Elapsed wall clock time (in seconds):18.37
21.03/18.47	o 759
22.05/19.46	c Got one! Elapsed wall clock time (in seconds):19.368
22.05/19.46	o 756
23.58/20.96	c Got one! Elapsed wall clock time (in seconds):20.864
23.58/20.96	o 743
26.11/23.48	c Got one! Elapsed wall clock time (in seconds):23.384
26.11/23.48	o 710
31.41/28.67	c Got one! Elapsed wall clock time (in seconds):28.574
31.41/28.67	o 706
38.34/35.40	c Got one! Elapsed wall clock time (in seconds):35.302
38.34/35.40	o 696
49.30/46.14	c cleaning 0 clauses out of 5001 with flag 0/5001
50.77/47.55	c Got one! Elapsed wall clock time (in seconds):47.452
50.77/47.55	o 694
52.71/49.42	c Got one! Elapsed wall clock time (in seconds):49.323
52.71/49.42	o 666
56.50/53.11	c Got one! Elapsed wall clock time (in seconds):53.012
56.50/53.11	o 662
62.15/58.61	c Got one! Elapsed wall clock time (in seconds):58.517
62.15/58.61	o 650
69.11/65.42	c Got one! Elapsed wall clock time (in seconds):65.327
69.11/65.42	o 641
81.63/77.63	c Got one! Elapsed wall clock time (in seconds):77.537
81.63/77.63	o 627
106.49/101.71	c Got one! Elapsed wall clock time (in seconds):101.612
106.49/101.71	o 626
149.44/143.32	c Got one! Elapsed wall clock time (in seconds):143.225
149.44/143.32	o 599
168.28/161.10	c Got one! Elapsed wall clock time (in seconds):161.007
168.28/161.10	o 557
179.28/171.66	c Got one! Elapsed wall clock time (in seconds):171.566
179.28/171.66	o 530
189.21/181.20	c Got one! Elapsed wall clock time (in seconds):181.107
189.21/181.20	o 528
206.19/197.57	c Got one! Elapsed wall clock time (in seconds):197.475
206.19/197.57	o 519
236.10/226.27	c Got one! Elapsed wall clock time (in seconds):226.168
236.10/226.27	o 517
285.35/273.35	c Got one! Elapsed wall clock time (in seconds):273.254
285.35/273.35	o 502
307.25/294.44	c cleaning 0 clauses out of 11000 with flag 0/11000
366.69/351.30	c Got one! Elapsed wall clock time (in seconds):351.205
366.69/351.30	o 453
507.34/486.13	c Got one! Elapsed wall clock time (in seconds):486.033
507.34/486.13	o 446
586.72/559.40	c Got one! Elapsed wall clock time (in seconds):559.299
586.72/559.40	o 433
602.58/574.47	c Got one! Elapsed wall clock time (in seconds):574.376
602.58/574.47	o 420
653.13/621.10	c Got one! Elapsed wall clock time (in seconds):621.002
653.13/621.10	o 417
733.92/695.64	c Got one! Elapsed wall clock time (in seconds):695.541
733.92/695.64	o 389
1014.34/948.99	c Got one! Elapsed wall clock time (in seconds):948.89
1014.34/948.99	o 350
1174.61/1099.66	c Got one! Elapsed wall clock time (in seconds):1099.567
1174.61/1099.66	o 343
1465.19/1361.14	c cleaning 0 clauses out of 18000 with flag 0/18000
1538.53/1426.98	c Got one! Elapsed wall clock time (in seconds):1426.883
1538.53/1426.98	o 335
1800.01/1672.71	c starts		: 88
1800.01/1672.71	c conflicts		: 19899
1800.01/1672.71	c decisions		: 271259
1800.01/1672.71	c propagations		: 1904480
1800.01/1672.71	c inspects		: 1042915450
1800.01/1672.71	c learnt literals	: 0
1800.01/1672.71	c learnt binary clauses	: 0
1800.01/1672.71	c learnt ternary clauses	: 0
1800.01/1672.71	c learnt clauses	: 19898
1800.01/1672.71	c ignored clauses	: 0
1800.01/1672.71	c root simplifications	: 0
1800.01/1672.71	c removed literals (reason simplification)	: 0
1800.01/1672.71	c reason swapping (by a shorter reason)	: 0
1800.01/1672.71	c Calls to reduceDB	: 3
1800.01/1672.71	c number of reductions to clauses (during analyze)	: 0
1800.01/1672.71	c number of learned constraints concerned by reduction	: 0
1800.01/1672.71	c number of learning phase by resolution	: 0
1800.01/1672.71	c number of learning phase by cutting planes	: 0
1800.01/1672.71	c speed (assignments/second)	: 7750.452741886255
1800.01/1672.71	c non guided choices	4591
1800.01/1672.72	c learnt constraints type 
1800.01/1672.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.01/1672.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19891
1800.01/1672.72	c constraints type 
1800.01/1672.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.01/1672.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
1800.01/1672.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1672.72	s SATISFIABLE
1800.01/1672.73	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.01/1672.73	c objective function=335
1800.01/1672.73	c Total wall clock time (in seconds): 1672.628

Verifier Data

OK	335

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691586-1277925787/watcher-2691586-1277925787 -o /tmp/evaluation-result-2691586-1277925787/solver-2691586-1277925787 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691586-1277925787.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 16653
/proc/meminfo: memFree=31263304/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=13164 CPUtime=0
/proc/16653/stat : 16653 (java) R 16651 16653 14714 0 -1 4194304 445 0 0 0 0 0 0 0 25 0 1 0 133873846 13479936 173 4089446400 134512640 134550932 4288041312 18446744073709551615 8172650 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16653/statm: 3291 179 138 10 0 1121 0

[startup+0.100431 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16653
/proc/meminfo: memFree=31263304/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1530056 CPUtime=0.1
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 5220 0 1 0 10 0 0 0 25 0 18 0 133873846 1566777344 4656 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 382514 4656 1347 10 0 379816 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530056

[startup+0.20039 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16653
/proc/meminfo: memFree=31263304/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1530228 CPUtime=0.27
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 5893 0 1 0 27 0 0 0 25 0 18 0 133873846 1566953472 5329 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 382557 5330 1382 10 0 379859 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1530228

[startup+0.301383 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16653
/proc/meminfo: memFree=31263304/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1532024 CPUtime=0.53
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 7784 0 1 0 52 1 0 0 25 0 18 0 133873846 1568792576 7099 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 383006 7101 1411 10 0 380308 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1532024

[startup+0.700319 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16653
/proc/meminfo: memFree=31263304/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1549812 CPUtime=1.71
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 18553 0 1 0 169 2 0 0 25 0 19 0 133873846 1587007488 14054 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387453 14054 1421 10 0 384755 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1549812

[startup+1.50114 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 16672
/proc/meminfo: memFree=31171456/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1548812 CPUtime=3.45
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 46558 0 1 0 340 5 0 0 25 0 19 0 133873846 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387203 38714 1444 10 0 384505 0
[pid=16653/tid=16655] ppid=16651 vsize=1548812 CPUtime=1.48
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 32089 0 1 0 144 4 0 0 18 0 19 0 133873847 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4109760752 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16657] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16658] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16659] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16660] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 14714 0 -1 4202560 129 0 0 0 0 0 0 0 18 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16661] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 180 0 0 0 0 0 0 0 18 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 205 0 0 0 0 0 0 0 17 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 174 0 0 0 0 0 0 0 17 0 19 0 133873848 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133873849 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1548812 CPUtime=1.02
/proc/16653/task/16668/stat : 16668 (java) R 16651 16653 14714 0 -1 4202560 5460 0 0 0 102 0 0 0 16 0 19 0 133873851 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 105575899 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1548812 CPUtime=0.92
/proc/16653/task/16669/stat : 16669 (java) R 16651 16653 14714 0 -1 4202560 7237 0 0 0 92 0 0 0 15 0 19 0 133873851 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 103371449 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133873851 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1548812 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1585983488 38714 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 1548812

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16672
/proc/meminfo: memFree=31107100/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1548556 CPUtime=5.41
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 52545 0 1 0 535 6 0 0 25 0 19 0 133873846 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387139 42823 1444 10 0 384441 0
[pid=16653/tid=16655] ppid=16651 vsize=1548556 CPUtime=3.05
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 32102 0 1 0 301 4 0 0 20 0 19 0 133873847 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4109995589 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16657] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 14714 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16658] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 14714 0 -1 4202560 727 0 0 0 0 0 0 0 16 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16659] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 14714 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16660] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 14714 0 -1 4202560 1033 0 0 0 0 0 0 0 16 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16661] ppid=16651 vsize=1548556 CPUtime=0.01
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 1444 0 0 0 1 0 0 0 16 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 660 0 0 0 0 0 0 0 16 0 19 0 133873848 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 133873849 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1548556 CPUtime=1.18
/proc/16653/task/16668/stat : 16668 (java) S 16651 16653 14714 0 -1 4202560 5893 0 0 0 118 0 0 0 15 0 19 0 133873851 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1548556 CPUtime=1.07
/proc/16653/task/16669/stat : 16669 (java) S 16651 16653 14714 0 -1 4202560 8631 0 0 0 107 0 0 0 15 0 19 0 133873851 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133873851 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 3 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1585721344 42823 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 1548556

[startup+6.30132 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16672
/proc/meminfo: memFree=31070192/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1548556 CPUtime=8.67
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 60126 0 1 0 859 8 0 0 25 0 19 0 133873846 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387139 49909 1444 10 0 384441 0
[pid=16653/tid=16655] ppid=16651 vsize=1548556 CPUtime=6.22
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 35323 0 1 0 618 4 0 0 21 0 19 0 133873847 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4109842969 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1548556 CPUtime=0.01
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 850 0 0 0 1 0 0 0 15 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16657] ppid=16651 vsize=1548556 CPUtime=0.01
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 14714 0 -1 4202560 619 0 0 0 1 0 0 0 15 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16658] ppid=16651 vsize=1548556 CPUtime=0.01
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 14714 0 -1 4202560 1025 0 0 0 1 0 0 0 15 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16659] ppid=16651 vsize=1548556 CPUtime=0.01
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 14714 0 -1 4202560 1022 0 0 0 1 0 0 0 16 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 3 0 0 0
[pid=16653/tid=16660] ppid=16651 vsize=1548556 CPUtime=0.02
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 14714 0 -1 4202560 1632 0 0 0 2 0 0 0 15 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16661] ppid=16651 vsize=1548556 CPUtime=0.02
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 2115 0 0 0 2 0 0 0 15 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 751 0 0 0 0 0 0 0 16 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1548556 CPUtime=0.01
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 1167 0 0 0 1 0 0 0 15 0 19 0 133873848 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 133873849 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1548556 CPUtime=1.19
/proc/16653/task/16668/stat : 16668 (java) S 16651 16653 14714 0 -1 4202560 5893 0 0 0 119 0 0 0 15 0 19 0 133873851 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1548556 CPUtime=1.07
/proc/16653/task/16669/stat : 16669 (java) S 16651 16653 14714 0 -1 4202560 8631 0 0 0 107 0 0 0 15 0 19 0 133873851 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133873851 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 3 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1548556 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1585721344 49909 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 1548556

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16673
/proc/meminfo: memFree=31057892/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1548556 CPUtime=15.22
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 63621 0 1 0 1512 10 0 0 25 0 19 0 133873846 1585721344 53048 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387139 53048 1444 10 0 384441 0
[pid=16653/tid=16655] ppid=16651 vsize=1548556 CPUtime=12.57
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 35490 0 1 0 1253 4 0 0 25 0 19 0 133873847 1585721344 53048 4089446400 134512640 134550932 4288041312 18446744073709551615 4109995696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1548556 CPUtime=0.02
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 1150 0 0 0 2 0 0 0 16 0 19 0 133873848 1585721344 53048 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0

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

[pid=16653/tid=16661] ppid=16651 vsize=1549580 CPUtime=16.86
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 24124 0 0 0 1440 246 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1549580 CPUtime=17.2
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 23165 0 0 0 1427 293 0 0 15 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 7 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1549580 CPUtime=17.17
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 22677 0 0 0 1431 286 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 1 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1549580 CPUtime=1.99
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 292 0 0 0 133 66 0 0 15 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1549580 CPUtime=1.62
/proc/16653/task/16668/stat : 16668 (java) S 16651 16653 14714 0 -1 4202560 5933 0 0 0 162 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1549580 CPUtime=1.09
/proc/16653/task/16669/stat : 16669 (java) S 16651 16653 14714 0 -1 4202560 8635 0 0 0 109 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1660.01
Current children cumulated vsize (KiB) 1549580

[startup+1602.3 s]
/proc/loadavg: 2.56 2.13 2.04 3/197 16766
/proc/meminfo: memFree=28099520/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1549580 CPUtime=1723.18
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 241446 0 1 0 169842 2476 0 0 25 0 19 0 133873846 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387395 221713 1450 10 0 384697 0
[pid=16653/tid=16655] ppid=16651 vsize=1549580 CPUtime=1576.25
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 38785 0 1 0 157612 13 0 0 25 0 19 0 133873847 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4109994810 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1549580 CPUtime=17.88
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 24266 0 0 0 1499 289 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16657] ppid=16651 vsize=1549580 CPUtime=18.01
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 14714 0 -1 4202560 23356 0 0 0 1487 314 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16658] ppid=16651 vsize=1549580 CPUtime=17.95
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 14714 0 -1 4202560 23231 0 0 0 1457 338 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16659] ppid=16651 vsize=1549580 CPUtime=17.87
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 14714 0 -1 4202560 23353 0 0 0 1484 303 0 0 15 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16660] ppid=16651 vsize=1549580 CPUtime=17.65
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 14714 0 -1 4202560 22466 0 0 0 1470 295 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16661] ppid=16651 vsize=1549580 CPUtime=17.32
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 24124 0 0 0 1481 251 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1549580 CPUtime=17.73
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 23165 0 0 0 1470 303 0 0 15 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 7 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1549580 CPUtime=17.67
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 22677 0 0 0 1472 295 0 0 15 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 1 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1549580 CPUtime=2.02
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 296 0 0 0 135 67 0 0 16 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1549580 CPUtime=1.62
/proc/16653/task/16668/stat : 16668 (java) S 16651 16653 14714 0 -1 4202560 5933 0 0 0 162 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1549580 CPUtime=1.09
/proc/16653/task/16669/stat : 16669 (java) S 16651 16653 14714 0 -1 4202560 8635 0 0 0 109 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1723.18
Current children cumulated vsize (KiB) 1549580

[startup+1662.3 s]
/proc/loadavg: 2.20 2.11 2.03 3/197 16768
/proc/meminfo: memFree=28053140/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1549580 CPUtime=1788.13
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 241551 0 1 0 176240 2573 0 0 25 0 19 0 133873846 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387395 221713 1450 10 0 384697 0
[pid=16653/tid=16655] ppid=16651 vsize=1549580 CPUtime=1635.26
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 38882 0 1 0 163512 14 0 0 25 0 19 0 133873847 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4109995418 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1549580 CPUtime=18.64
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 24266 0 0 0 1564 300 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16657] ppid=16651 vsize=1549580 CPUtime=18.73
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 14714 0 -1 4202560 23356 0 0 0 1546 327 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 1 0 0 0
[pid=16653/tid=16658] ppid=16651 vsize=1549580 CPUtime=18.7
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 14714 0 -1 4202560 23231 0 0 0 1519 351 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16659] ppid=16651 vsize=1549580 CPUtime=18.52
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 14714 0 -1 4202560 23353 0 0 0 1541 311 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16660] ppid=16651 vsize=1549580 CPUtime=18.35
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 14714 0 -1 4202560 22466 0 0 0 1528 307 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16661] ppid=16651 vsize=1549580 CPUtime=18.09
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 24124 0 0 0 1548 261 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1549580 CPUtime=18.57
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 23165 0 0 0 1538 319 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 7 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1549580 CPUtime=18.41
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 22677 0 0 0 1534 307 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1549580 CPUtime=2.05
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 300 0 0 0 135 70 0 0 15 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1549580 CPUtime=1.62
/proc/16653/task/16668/stat : 16668 (java) S 16651 16653 14714 0 -1 4202560 5933 0 0 0 162 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1549580 CPUtime=1.09
/proc/16653/task/16669/stat : 16669 (java) S 16651 16653 14714 0 -1 4202560 8635 0 0 0 109 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 1 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1788.13
Current children cumulated vsize (KiB) 1549580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1672.7 s]
/proc/loadavg: 2.17 2.10 2.03 3/197 16768
/proc/meminfo: memFree=28049536/32951124 swapFree=67111528/67111528
[pid=16653] ppid=16651 vsize=1549580 CPUtime=1800.01
/proc/16653/stat : 16653 (java) S 16651 16653 14714 0 -1 4202496 241582 0 1 0 177398 2603 0 0 25 0 19 0 133873846 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16653/statm: 387395 221713 1450 10 0 384697 0
[pid=16653/tid=16655] ppid=16651 vsize=1549580 CPUtime=1645.34
/proc/16653/task/16655/stat : 16655 (java) R 16651 16653 14714 0 -1 4202560 38913 0 1 0 164520 14 0 0 25 0 19 0 133873847 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4109798027 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=1549580 CPUtime=18.8
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 14714 0 -1 4202560 24266 0 0 0 1577 303 0 0 15 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16657] ppid=16651 vsize=1549580 CPUtime=18.97
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 14714 0 -1 4202560 23356 0 0 0 1565 332 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16658] ppid=16651 vsize=1549580 CPUtime=18.94
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 14714 0 -1 4202560 23231 0 0 0 1538 356 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 7 0 0 0
[pid=16653/tid=16659] ppid=16651 vsize=1549580 CPUtime=18.73
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 14714 0 -1 4202560 23353 0 0 0 1560 313 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16660] ppid=16651 vsize=1549580 CPUtime=18.58
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 14714 0 -1 4202560 22466 0 0 0 1548 310 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 1 0 0 0
[pid=16653/tid=16661] ppid=16651 vsize=1549580 CPUtime=18.31
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 14714 0 -1 4202560 24124 0 0 0 1567 264 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
[pid=16653/tid=16662] ppid=16651 vsize=1549580 CPUtime=18.81
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 14714 0 -1 4202560 23165 0 0 0 1559 322 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16663] ppid=16651 vsize=1549580 CPUtime=18.63
/proc/16653/task/16663/stat : 16663 (java) S 16651 16653 14714 0 -1 4202560 22677 0 0 0 1552 311 0 0 16 0 19 0 133873848 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16664] ppid=16651 vsize=1549580 CPUtime=2.07
/proc/16653/task/16664/stat : 16664 (java) S 16651 16653 14714 0 -1 4202560 300 0 0 0 136 71 0 0 15 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 0 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16665] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16665/stat : 16665 (java) S 16651 16653 14714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16666] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16666/stat : 16666 (java) S 16651 16653 14714 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 133873849 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 2 0 0 0
[pid=16653/tid=16667] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16667/stat : 16667 (java) S 16651 16653 14714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16668] ppid=16651 vsize=1549580 CPUtime=1.62
/proc/16653/task/16668/stat : 16668 (java) S 16651 16653 14714 0 -1 4202560 5933 0 0 0 162 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 0 0 0 0
[pid=16653/tid=16669] ppid=16651 vsize=1549580 CPUtime=1.09
/proc/16653/task/16669/stat : 16669 (java) S 16651 16653 14714 0 -1 4202560 8635 0 0 0 109 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 5 0 0 0
[pid=16653/tid=16670] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16670/stat : 16670 (java) S 16651 16653 14714 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 4 0 0 0
[pid=16653/tid=16671] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16671/stat : 16671 (java) S 16651 16653 14714 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 133873851 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 1 0 0 0
[pid=16653/tid=16672] ppid=16651 vsize=1549580 CPUtime=0
/proc/16653/task/16672/stat : 16672 (java) S 16651 16653 14714 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133873884 1586769920 221713 4089446400 134512640 134550932 4288041312 18446744073709551615 4294960144 0 4 0 16800975 18446604471088007872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1549580

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): 1672.79
CPU time (s): 1800.19
CPU user time (s): 1774.11
CPU system time (s): 26.078
CPU usage (%): 107.616
Max. virtual memory (cumulated for all children) (KiB): 1550604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.11
system time used= 26.078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241629
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= 131578
involuntary context switches= 6200124

runsolver used 3.21551 second user time and 6.14207 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 21:23:07
IDJOB=2691586
IDBENCH=79263
IDSOLVER=1203
FILE ID=node145/2691586-1277925787
PBS_JOBID= 11197304
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568706--soft-0-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-2691586-1277925787/watcher-2691586-1277925787 -o /tmp/evaluation-result-2691586-1277925787/solver-2691586-1277925787 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691586-1277925787.wbo

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=1953593737

node145.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.851
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.70
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.851
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.851
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.851
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.75
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.851
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.851
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.67
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.851
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.82
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.851
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:     32951124 kB
MemFree:      31263700 kB
Buffers:        208556 kB
Cached:        1264912 kB
SwapCached:          0 kB
Active:         552692 kB
Inactive:       991784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31263700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:       71452 kB
Mapped:          15556 kB
Slab:            80792 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214776 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 node145 at 2010-06-30 21:51:01