Trace number 2692106

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.14 1716.69

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900545610--soft-66-100-0.wbo
MD5SUM75e2f830e9a185ffa43de126e90d54da
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 benchmark306.438
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.02/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.06	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100526
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		i386
0.02/0.07	c Free memory 		1393557488
0.02/0.07	c Max memory 		1395916800
0.02/0.07	c Total memory 		1395916800
0.02/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-2692106-1277900421.wbo
0.11/0.10	c reading problem ... 
0.28/0.29	c ... done. Wall clock time 0.191s.
0.28/0.29	c #vars     1137
0.28/0.29	c #constraints  2707
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 155
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1639
0.28/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
0.28/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.24/0.92	c SATISFIABLE
2.24/0.92	c OPTIMIZING...
2.24/0.92	c Got one! Elapsed wall clock time (in seconds):0.826
2.24/0.92	o 508
4.91/3.09	c Got one! Elapsed wall clock time (in seconds):2.992
4.91/3.09	o 478
9.83/7.80	c Got one! Elapsed wall clock time (in seconds):7.709
9.83/7.80	o 424
23.81/21.62	c Got one! Elapsed wall clock time (in seconds):21.522
23.81/21.62	o 359
40.79/38.36	c Got one! Elapsed wall clock time (in seconds):38.263
40.79/38.36	o 349
51.53/48.94	c cleaning 0 clauses out of 5001 with flag 0/5001
73.71/70.75	c Got one! Elapsed wall clock time (in seconds):70.651
73.71/70.75	o 327
184.59/178.73	c Got one! Elapsed wall clock time (in seconds):178.638
184.59/178.73	o 297
218.44/211.51	c Got one! Elapsed wall clock time (in seconds):211.417
218.44/211.51	o 278
280.67/271.70	c cleaning 0 clauses out of 11000 with flag 0/11000
536.38/518.18	c Got one! Elapsed wall clock time (in seconds):518.085
536.38/518.18	o 265
959.94/922.76	c cleaning 0 clauses out of 18000 with flag 0/18000
1564.51/1495.34	c Got one! Elapsed wall clock time (in seconds):1495.245
1564.51/1495.34	o 213
1800.02/1716.61	c starts		: 61
1800.02/1716.61	c conflicts		: 23520
1800.02/1716.61	c decisions		: 79830
1800.02/1716.61	c propagations		: 1200158
1800.02/1716.61	c inspects		: 2021392424
1800.02/1716.61	c learnt literals	: 0
1800.02/1716.61	c learnt binary clauses	: 0
1800.02/1716.61	c learnt ternary clauses	: 0
1800.02/1716.61	c learnt clauses	: 23520
1800.02/1716.61	c ignored clauses	: 0
1800.02/1716.61	c root simplifications	: 0
1800.02/1716.61	c removed literals (reason simplification)	: 0
1800.02/1716.61	c reason swapping (by a shorter reason)	: 0
1800.02/1716.61	c Calls to reduceDB	: 3
1800.02/1716.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1716.61	c number of learned constraints concerned by reduction	: 0
1800.02/1716.61	c number of learning phase by resolution	: 0
1800.02/1716.61	c number of learning phase by cutting planes	: 0
1800.02/1716.61	c speed (assignments/second)	: 5424.050690119585
1800.02/1716.61	c non guided choices	1308
1800.02/1716.62	c learnt constraints type 
1800.02/1716.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 113
1800.02/1716.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
1800.02/1716.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23392
1800.02/1716.62	c constraints type 
1800.02/1716.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 155
1800.02/1716.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1639
1800.02/1716.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
1800.02/1716.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1716.62	s SATISFIABLE
1800.02/1716.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.02/1716.62	c objective function=213
1800.02/1716.62	c Total wall clock time (in seconds): 1716.528

Verifier Data

OK	213

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692106-1277900421/watcher-2692106-1277900421 -o /tmp/evaluation-result-2692106-1277900421/solver-2692106-1277900421 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2692106-1277900421.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: 1.99 1.97 1.98 2/178 23798
/proc/meminfo: memFree=31568332/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=13164 CPUtime=0
/proc/23798/stat : 23798 (java) R 23796 23798 22746 0 -1 4194304 899 0 0 0 0 0 0 0 25 0 1 0 163633832 13479936 408 4089446400 134512640 134550932 4287731152 18446744073709551615 7702149 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23798/statm: 3291 414 144 10 0 1121 0

[startup+0.0413611 s]
/proc/loadavg: 1.99 1.97 1.98 2/178 23798
/proc/meminfo: memFree=31568332/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1526332 CPUtime=0.02
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 3863 0 1 0 2 0 0 0 25 0 13 0 163633832 1562963968 3304 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 381583 3305 1045 10 0 378893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.100306 s]
/proc/loadavg: 1.99 1.97 1.98 2/178 23798
/proc/meminfo: memFree=31568332/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1530160 CPUtime=0.11
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 5260 0 1 0 10 1 0 0 25 0 18 0 163633832 1566883840 4697 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 382540 4697 1348 10 0 379842 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530160

[startup+0.300273 s]
/proc/loadavg: 1.99 1.97 1.98 2/178 23798
/proc/meminfo: memFree=31568332/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1531848 CPUtime=0.52
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 7527 0 1 0 51 1 0 0 25 0 18 0 163633832 1568612352 6840 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 382962 6841 1411 10 0 380264 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1531848

[startup+0.700202 s]
/proc/loadavg: 1.99 1.97 1.98 2/178 23798
/proc/meminfo: memFree=31568332/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1549676 CPUtime=1.64
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 21292 0 1 0 160 4 0 0 25 0 19 0 163633832 1586868224 16581 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 387419 16581 1420 10 0 384721 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1549676

[startup+1.50106 s]
/proc/loadavg: 1.99 1.97 1.98 4/197 23817
/proc/meminfo: memFree=31451876/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1549052 CPUtime=3.31
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 47092 0 1 0 323 8 0 0 25 0 19 0 163633832 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 387263 39442 1438 10 0 384565 0
[pid=23798/tid=23800] ppid=23796 vsize=1549052 CPUtime=1.47
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 32122 0 1 0 143 4 0 0 18 0 19 0 163633832 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4109759859 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23802] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23802/stat : 23802 (java) S 23796 23798 22746 0 -1 4202560 409 0 0 0 0 0 0 0 16 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23803] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23803/stat : 23803 (java) S 23796 23798 22746 0 -1 4202560 311 0 0 0 0 0 0 0 16 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23804] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23804/stat : 23804 (java) S 23796 23798 22746 0 -1 4202560 59 0 0 0 0 0 0 0 16 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23805] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23805/stat : 23805 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23806] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 163633833 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 163633834 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1549052 CPUtime=0.89
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6309 0 0 0 87 2 0 0 23 0 19 0 163633836 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1549052 CPUtime=0.91
/proc/23798/task/23814/stat : 23814 (java) R 23796 23798 22746 0 -1 4202560 6286 0 0 0 90 1 0 0 22 0 19 0 163633836 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 104163579 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 163633836 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1549052 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1586229248 39442 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 1549052

[startup+3.10083 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23817
/proc/meminfo: memFree=31413680/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1547580 CPUtime=5.01
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 55204 0 1 0 492 9 0 0 25 0 19 0 163633832 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 386895 47100 1438 10 0 384197 0
[pid=23798/tid=23800] ppid=23796 vsize=1547580 CPUtime=3.04
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 36302 0 1 0 300 4 0 0 20 0 19 0 163633832 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4109250945 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23802] ppid=23796 vsize=1547580 CPUtime=0.01
/proc/23798/task/23802/stat : 23802 (java) S 23796 23798 22746 0 -1 4202560 1056 0 0 0 1 0 0 0 16 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23803] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23803/stat : 23803 (java) S 23796 23798 22746 0 -1 4202560 604 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23804] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23804/stat : 23804 (java) S 23796 23798 22746 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23805] ppid=23796 vsize=1547580 CPUtime=0.01
/proc/23798/task/23805/stat : 23805 (java) S 23796 23798 22746 0 -1 4202560 1062 0 0 0 1 0 0 0 16 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23806] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 702 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 833 0 0 0 0 0 0 0 16 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 583 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 163633834 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1547580 CPUtime=0.91
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6309 0 0 0 89 2 0 0 15 0 19 0 163633836 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1547580 CPUtime=0.97
/proc/23798/task/23814/stat : 23814 (java) S 23796 23798 22746 0 -1 4202560 6295 0 0 0 96 1 0 0 15 0 19 0 163633836 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 163633836 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1584721920 47100 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1547580

[startup+6.30128 s]
/proc/loadavg: 1.99 1.97 1.98 4/197 23817
/proc/meminfo: memFree=31377396/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1547580 CPUtime=8.32
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 57443 0 1 0 823 9 0 0 25 0 19 0 163633832 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 386895 48991 1442 10 0 384197 0
[pid=23798/tid=23800] ppid=23796 vsize=1547580 CPUtime=6.22
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 36312 0 1 0 618 4 0 0 25 0 19 0 163633832 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4109753269 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 604 0 0 0 0 0 0 0 16 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23802] ppid=23796 vsize=1547580 CPUtime=0.02
/proc/23798/task/23802/stat : 23802 (java) S 23796 23798 22746 0 -1 4202560 1382 0 0 0 2 0 0 0 15 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23803] ppid=23796 vsize=1547580 CPUtime=0.01
/proc/23798/task/23803/stat : 23803 (java) S 23796 23798 22746 0 -1 4202560 871 0 0 0 1 0 0 0 16 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23804] ppid=23796 vsize=1547580 CPUtime=0.01
/proc/23798/task/23804/stat : 23804 (java) S 23796 23798 22746 0 -1 4202560 381 0 0 0 1 0 0 0 15 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23805] ppid=23796 vsize=1547580 CPUtime=0.02
/proc/23798/task/23805/stat : 23805 (java) S 23796 23798 22746 0 -1 4202560 1335 0 0 0 2 0 0 0 15 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23806] ppid=23796 vsize=1547580 CPUtime=0.01
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 1013 0 0 0 1 0 0 0 15 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 968 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 860 0 0 0 0 0 0 0 15 0 19 0 163633833 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 163633834 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1547580 CPUtime=0.96
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6324 0 0 0 94 2 0 0 15 0 19 0 163633836 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1547580 CPUtime=1
/proc/23798/task/23814/stat : 23814 (java) S 23796 23798 22746 0 -1 4202560 6299 0 0 0 99 1 0 0 15 0 19 0 163633836 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 163633836 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1547580 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1584721920 48991 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 1547580

[startup+12.7012 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23817
/proc/meminfo: memFree=31368716/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1545028 CPUtime=14.84
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 59865 0 1 0 1474 10 0 0 25 0 19 0 163633832 1582108672 50611 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 386257 50611 1444 10 0 383559 0
[pid=23798/tid=23800] ppid=23796 vsize=1545028 CPUtime=12.58
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 36584 0 1 0 1254 4 0 0 25 0 19 0 163633832 1582108672 50611 4089446400 134512640 134550932 4287731152 18446744073709551615 4109683133 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1545028 CPUtime=0.01
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 814 0 0 0 1 0 0 0 16 0 19 0 163633833 1582108672 50611 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0

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

[pid=23798/tid=23806] ppid=23796 vsize=1547076 CPUtime=10.41
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 7210 0 0 0 915 126 0 0 16 0 19 0 163633833 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1547076 CPUtime=10.49
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 6797 0 0 0 903 146 0 0 16 0 19 0 163633833 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1547076 CPUtime=10.72
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 5534 0 0 0 919 153 0 0 15 0 19 0 163633833 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1547076 CPUtime=0.99
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 237 0 0 0 71 28 0 0 15 0 19 0 163633834 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1547076 CPUtime=1.12
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6343 0 0 0 110 2 0 0 15 0 19 0 163633836 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1547076 CPUtime=1.1
/proc/23798/task/23814/stat : 23814 (java) S 23796 23798 22746 0 -1 4202560 6304 0 0 0 109 1 0 0 15 0 19 0 163633836 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 163633836 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1584205824 92293 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1614.16
Current children cumulated vsize (KiB) 1547076

[startup+1602.3 s]
/proc/loadavg: 2.53 2.16 2.06 3/197 23888
/proc/meminfo: memFree=31210872/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1547076 CPUtime=1678.05
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 106796 0 1 0 166548 1257 0 0 25 0 19 0 163633832 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 386769 93565 1450 10 0 384071 0
[pid=23798/tid=23800] ppid=23796 vsize=1547076 CPUtime=1586.31
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 38855 0 1 0 158621 10 0 0 25 0 19 0 163633832 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4109755454 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1547076 CPUtime=11.12
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 6584 0 0 0 946 166 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 3 0 0 0
[pid=23798/tid=23802] ppid=23796 vsize=1547076 CPUtime=10.67
/proc/23798/task/23802/stat : 23802 (java) S 23796 23798 22746 0 -1 4202560 8467 0 0 0 938 129 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23803] ppid=23796 vsize=1547076 CPUtime=10.61
/proc/23798/task/23803/stat : 23803 (java) S 23796 23798 22746 0 -1 4202560 7417 0 0 0 939 122 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23804] ppid=23796 vsize=1547076 CPUtime=11.21
/proc/23798/task/23804/stat : 23804 (java) S 23796 23798 22746 0 -1 4202560 5271 0 0 0 952 169 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 1 0 0 0
[pid=23798/tid=23805] ppid=23796 vsize=1547076 CPUtime=11.5
/proc/23798/task/23805/stat : 23805 (java) S 23796 23798 22746 0 -1 4202560 5950 0 0 0 972 178 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 5 0 0 0
[pid=23798/tid=23806] ppid=23796 vsize=1547076 CPUtime=10.96
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 7406 0 0 0 963 133 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1547076 CPUtime=11.07
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 7023 0 0 0 953 154 0 0 15 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1547076 CPUtime=11.26
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 5781 0 0 0 967 159 0 0 16 0 19 0 163633833 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1547076 CPUtime=1
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 241 0 0 0 71 29 0 0 15 0 19 0 163633834 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1547076 CPUtime=1.12
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6343 0 0 0 110 2 0 0 15 0 19 0 163633836 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1547076 CPUtime=1.1
/proc/23798/task/23814/stat : 23814 (java) S 23796 23798 22746 0 -1 4202560 6304 0 0 0 109 1 0 0 15 0 19 0 163633836 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 163633836 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1584205824 93565 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1678.05
Current children cumulated vsize (KiB) 1547076

[startup+1662.3 s]
/proc/loadavg: 2.19 2.13 2.06 4/197 23889
/proc/meminfo: memFree=31092872/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1547076 CPUtime=1742.21
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 108868 0 1 0 172876 1345 0 0 25 0 19 0 163633832 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 386769 95504 1450 10 0 384071 0
[pid=23798/tid=23800] ppid=23796 vsize=1547076 CPUtime=1645.48
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 38932 0 1 0 164538 10 0 0 25 0 19 0 163633832 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4109955307 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1547076 CPUtime=11.75
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 6760 0 0 0 995 180 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23802] ppid=23796 vsize=1547076 CPUtime=11.32
/proc/23798/task/23802/stat : 23802 (java) S 23796 23798 22746 0 -1 4202560 8755 0 0 0 997 135 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23803] ppid=23796 vsize=1547076 CPUtime=11.18
/proc/23798/task/23803/stat : 23803 (java) S 23796 23798 22746 0 -1 4202560 7629 0 0 0 985 133 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 3 0 0 0
[pid=23798/tid=23804] ppid=23796 vsize=1547076 CPUtime=11.83
/proc/23798/task/23804/stat : 23804 (java) S 23796 23798 22746 0 -1 4202560 5447 0 0 0 1000 183 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23805] ppid=23796 vsize=1547076 CPUtime=12.15
/proc/23798/task/23805/stat : 23805 (java) S 23796 23798 22746 0 -1 4202560 6200 0 0 0 1026 189 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 5 0 0 0
[pid=23798/tid=23806] ppid=23796 vsize=1547076 CPUtime=11.59
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 7682 0 0 0 1016 143 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1547076 CPUtime=11.71
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 7465 0 0 0 1007 164 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 1 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1547076 CPUtime=11.85
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 5952 0 0 0 1016 169 0 0 16 0 19 0 163633833 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1547076 CPUtime=1.03
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 243 0 0 0 73 30 0 0 15 0 19 0 163633834 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1547076 CPUtime=1.12
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6343 0 0 0 110 2 0 0 15 0 19 0 163633836 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1547076 CPUtime=1.1
/proc/23798/task/23814/stat : 23814 (java) S 23796 23798 22746 0 -1 4202560 6304 0 0 0 109 1 0 0 15 0 19 0 163633836 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 163633836 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1584205824 95504 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1742.21
Current children cumulated vsize (KiB) 1547076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1716.6 s]
/proc/loadavg: 2.15 2.12 2.06 4/197 23894
/proc/meminfo: memFree=30985296/32950940 swapFree=67111528/67111528
[pid=23798] ppid=23796 vsize=1547076 CPUtime=1800.02
/proc/23798/stat : 23798 (java) S 23796 23798 22746 0 -1 4202496 109934 0 1 0 178588 1414 0 0 25 0 19 0 163633832 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23798/statm: 386769 96487 1450 10 0 384071 0
[pid=23798/tid=23800] ppid=23796 vsize=1547076 CPUtime=1699.12
/proc/23798/task/23800/stat : 23800 (java) R 23796 23798 22746 0 -1 4202560 38996 0 1 0 169902 10 0 0 25 0 19 0 163633832 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4109751478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23798/tid=23801] ppid=23796 vsize=1547076 CPUtime=12.24
/proc/23798/task/23801/stat : 23801 (java) S 23796 23798 22746 0 -1 4202560 6960 0 0 0 1038 186 0 0 16 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23802] ppid=23796 vsize=1547076 CPUtime=11.9
/proc/23798/task/23802/stat : 23802 (java) S 23796 23798 22746 0 -1 4202560 8936 0 0 0 1047 143 0 0 16 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
[pid=23798/tid=23803] ppid=23796 vsize=1547076 CPUtime=11.73
/proc/23798/task/23803/stat : 23803 (java) S 23796 23798 22746 0 -1 4202560 7707 0 0 0 1028 145 0 0 16 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 5 0 0 0
[pid=23798/tid=23804] ppid=23796 vsize=1547076 CPUtime=12.26
/proc/23798/task/23804/stat : 23804 (java) S 23796 23798 22746 0 -1 4202560 5532 0 0 0 1036 190 0 0 16 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23805] ppid=23796 vsize=1547076 CPUtime=12.72
/proc/23798/task/23805/stat : 23805 (java) S 23796 23798 22746 0 -1 4202560 6282 0 0 0 1071 201 0 0 16 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 3 0 0 0
[pid=23798/tid=23806] ppid=23796 vsize=1547076 CPUtime=12.02
/proc/23798/task/23806/stat : 23806 (java) S 23796 23798 22746 0 -1 4202560 7815 0 0 0 1053 149 0 0 16 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23807] ppid=23796 vsize=1547076 CPUtime=12.28
/proc/23798/task/23807/stat : 23807 (java) S 23796 23798 22746 0 -1 4202560 7547 0 0 0 1051 177 0 0 15 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 1 0 0 0
[pid=23798/tid=23808] ppid=23796 vsize=1547076 CPUtime=12.38
/proc/23798/task/23808/stat : 23808 (java) S 23796 23798 22746 0 -1 4202560 6105 0 0 0 1065 173 0 0 15 0 19 0 163633833 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23809] ppid=23796 vsize=1547076 CPUtime=1.04
/proc/23798/task/23809/stat : 23809 (java) S 23796 23798 22746 0 -1 4202560 247 0 0 0 73 31 0 0 15 0 19 0 163633834 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 0 0 16800975 18446604454222561664 0 0 -1 4 0 0 0
[pid=23798/tid=23810] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23810/stat : 23810 (java) S 23796 23798 22746 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23811] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23811/stat : 23811 (java) S 23796 23798 22746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 163633834 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23812] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23812/stat : 23812 (java) S 23796 23798 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23813] ppid=23796 vsize=1547076 CPUtime=1.12
/proc/23798/task/23813/stat : 23813 (java) S 23796 23798 22746 0 -1 4202560 6343 0 0 0 110 2 0 0 15 0 19 0 163633836 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 0 0 0 0
[pid=23798/tid=23814] ppid=23796 vsize=1547076 CPUtime=1.1
/proc/23798/task/23814/stat : 23814 (java) S 23796 23798 22746 0 -1 4202560 6304 0 0 0 109 1 0 0 15 0 19 0 163633836 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23815] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23815/stat : 23815 (java) S 23796 23798 22746 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 163633836 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 2 0 0 0
[pid=23798/tid=23816] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23816/stat : 23816 (java) S 23796 23798 22746 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 163633836 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 3 0 0 0
[pid=23798/tid=23817] ppid=23796 vsize=1547076 CPUtime=0
/proc/23798/task/23817/stat : 23817 (java) S 23796 23798 22746 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 163633864 1584205824 96487 4089446400 134512640 134550932 4287731152 18446744073709551615 4294960144 0 4 0 16800975 18446604454222561664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1547076

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): 1716.69
CPU time (s): 1800.14
CPU user time (s): 1785.99
CPU system time (s): 14.1578
CPU usage (%): 104.861
Max. virtual memory (cumulated for all children) (KiB): 1549980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.99
system time used= 14.1578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109960
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= 105047
involuntary context switches= 3324124

runsolver used 2.90656 second user time and 6.51301 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 14:20:21
IDJOB=2692106
IDBENCH=78882
IDSOLVER=1203
FILE ID=node117/2692106-1277900421
PBS_JOBID= 11197155
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.1900545610--soft-66-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-2692106-1277900421/watcher-2692106-1277900421 -o /tmp/evaluation-result-2692106-1277900421/solver-2692106-1277900421 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2692106-1277900421.wbo

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

MD5SUM BENCH= 75e2f830e9a185ffa43de126e90d54da
RANDOM SEED=912527119

node117.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.799
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.59
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.799
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.799
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.799
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.799
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.85
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.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:     32950940 kB
MemFree:      31568488 kB
Buffers:        184244 kB
Cached:         849304 kB
SwapCached:          0 kB
Active:         663100 kB
Inactive:       578908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31568488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:      208168 kB
Mapped:          16328 kB
Slab:            77592 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   352384 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 node117 at 2010-06-30 14:49:00