Trace number 2698731

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 30.4694 28.7632

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
MD5SUM2f4d2e59134ffbad904dde6d63a6f677
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark30.4694
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.1.v20100705
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.08	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698731-1278326338.wbo
0.04/0.09	c reading problem ... 
0.28/0.28	c ... done. Wall clock time 0.189s.
0.28/0.28	c #vars     1168
0.28/0.28	c #constraints  2707
0.28/0.28	c constraints type 
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.28/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.28/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.78/0.42	c SATISFIABLE
0.78/0.42	c OPTIMIZING...
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.321
0.78/0.42	o 476
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.377
0.78/0.47	o 420
1.08/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
1.08/0.54	o 368
1.37/0.60	c Got one! Elapsed wall clock time (in seconds):0.505
1.37/0.60	o 291
1.37/0.68	c Got one! Elapsed wall clock time (in seconds):0.583
1.37/0.68	o 262
1.68/0.74	c Got one! Elapsed wall clock time (in seconds):0.645
1.68/0.74	o 242
1.68/0.79	c Got one! Elapsed wall clock time (in seconds):0.697
1.68/0.79	o 237
1.98/0.82	c Got one! Elapsed wall clock time (in seconds):0.727
1.98/0.82	o 230
1.98/0.87	c Got one! Elapsed wall clock time (in seconds):0.774
1.98/0.87	o 226
2.22/0.91	c Got one! Elapsed wall clock time (in seconds):0.816
2.22/0.91	o 218
2.22/0.95	c Got one! Elapsed wall clock time (in seconds):0.856
2.22/0.95	o 185
2.33/1.01	c Got one! Elapsed wall clock time (in seconds):0.917
2.33/1.01	o 158
2.46/1.11	c Got one! Elapsed wall clock time (in seconds):1.016
2.46/1.11	o 143
2.56/1.21	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.56/1.26	c Got one! Elapsed wall clock time (in seconds):1.168
2.56/1.26	o 142
2.78/1.43	c Got one! Elapsed wall clock time (in seconds):1.339
2.78/1.43	o 106
3.08/1.72	c Got one! Elapsed wall clock time (in seconds):1.629
3.08/1.72	o 104
3.31/1.96	c cleaning 4253 clauses out of 8506 with flag 11002/11002
3.62/2.21	c Got one! Elapsed wall clock time (in seconds):2.119
3.62/2.21	o 96
3.71/2.37	c Got one! Elapsed wall clock time (in seconds):2.272
3.71/2.37	o 92
4.31/2.92	c cleaning 5623 clauses out of 11252 with flag 18001/18001
4.31/2.96	c Got one! Elapsed wall clock time (in seconds):2.866
4.31/2.96	o 90
5.42/4.05	c cleaning 6811 clauses out of 13628 with flag 26000/26000
6.25/4.85	c Got one! Elapsed wall clock time (in seconds):4.759
6.25/4.85	o 77
6.65/5.27	c cleaning 7905 clauses out of 15818 with flag 35001/35001
7.25/5.87	c Got one! Elapsed wall clock time (in seconds):5.778
7.25/5.87	o 73
7.95/6.57	c cleaning 8951 clauses out of 17912 with flag 45000/45000
8.46/7.08	c Got one! Elapsed wall clock time (in seconds):6.981
8.46/7.08	o 71
9.36/7.92	c cleaning 9474 clauses out of 18962 with flag 55001/55001
10.57/9.15	c cleaning 9741 clauses out of 19488 with flag 65001/65001
11.75/10.18	c Got one! Elapsed wall clock time (in seconds):10.085
11.75/10.18	o 59
11.85/10.28	c cleaning 9872 clauses out of 19750 with flag 75004/75004
13.06/11.42	c cleaning 9932 clauses out of 19875 with flag 85001/85001
13.06/11.47	c Got one! Elapsed wall clock time (in seconds):11.374
13.06/11.47	o 48
14.16/12.54	c cleaning 9965 clauses out of 19943 with flag 95001/95001
14.26/12.69	c Got one! Elapsed wall clock time (in seconds):12.593
14.26/12.69	o 42
15.46/13.85	c cleaning 9982 clauses out of 19979 with flag 105002/105002
16.36/14.76	c Got one! Elapsed wall clock time (in seconds):14.667
16.36/14.76	o 25
16.66/15.09	c cleaning 9995 clauses out of 19995 with flag 115000/115000
17.66/16.07	c cleaning 9999 clauses out of 20003 with flag 125003/125003
18.96/17.30	c cleaning 9997 clauses out of 20003 with flag 135002/135002
19.96/18.37	c cleaning 9994 clauses out of 20005 with flag 145001/145001
21.17/19.59	c cleaning 10002 clauses out of 20012 with flag 155002/155002
21.47/19.88	c Got one! Elapsed wall clock time (in seconds):19.789
21.47/19.88	o 22
22.37/20.75	c cleaning 10002 clauses out of 20010 with flag 165002/165002
23.27/21.67	c cleaning 10001 clauses out of 20007 with flag 175001/175001
24.27/22.60	c cleaning 9999 clauses out of 20006 with flag 185001/185001
25.27/23.65	c cleaning 9999 clauses out of 20006 with flag 195000/195000
26.07/24.44	c Got one! Elapsed wall clock time (in seconds):24.346
26.07/24.44	o 12
26.37/24.72	c cleaning 9998 clauses out of 20008 with flag 205001/205001
27.18/25.58	c cleaning 10002 clauses out of 20013 with flag 215004/215004
28.08/26.44	c cleaning 10001 clauses out of 20009 with flag 225002/225002
28.98/27.37	c cleaning 9998 clauses out of 20008 with flag 235002/235002
29.88/28.22	c cleaning 9999 clauses out of 20008 with flag 245000/245000
30.40/28.73	c starts		: 147
30.40/28.73	c conflicts		: 250501
30.40/28.73	c decisions		: 438321
30.40/28.73	c propagations		: 18994720
30.40/28.73	c inspects		: 185021420
30.40/28.73	c learnt literals	: 6
30.40/28.73	c learnt binary clauses	: 17
30.40/28.73	c learnt ternary clauses	: 177
30.40/28.73	c learnt clauses	: 250494
30.40/28.73	c ignored clauses	: 0
30.40/28.73	c root simplifications	: 0
30.40/28.73	c removed literals (reason simplification)	: 1111045
30.40/28.73	c reason swapping (by a shorter reason)	: 0
30.40/28.73	c Calls to reduceDB	: 26
30.40/28.73	c number of reductions to clauses (during analyze)	: 0
30.40/28.73	c number of learned constraints concerned by reduction	: 0
30.40/28.73	c number of learning phase by resolution	: 0
30.40/28.73	c number of learning phase by cutting planes	: 0
30.40/28.73	c speed (assignments/second)	: 4430772.101702822
30.40/28.73	c non guided choices	3851
30.40/28.73	c learnt constraints type 
30.40/28.73	c constraints type 
30.40/28.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
30.40/28.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
30.40/28.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
30.40/28.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
30.40/28.73	s OPTIMUM FOUND
30.40/28.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 
30.40/28.73	c objective function=12
30.40/28.73	c Total wall clock time (in seconds): 28.635

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698731-1278326338/watcher-2698731-1278326338 -o /tmp/evaluation-result-2698731-1278326338/solver-2698731-1278326338 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698731-1278326338.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 1.99 1.84 3/196 4317
/proc/meminfo: memFree=32327920/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=13164 CPUtime=0
/proc/4317/stat : 4317 (java) R 4315 4317 3792 0 -1 4194304 907 0 0 0 0 0 0 0 18 0 1 0 847944 13479936 411 4089446400 134512640 134550932 4287234368 18446744073709551615 9647749 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4317/statm: 3291 417 144 10 0 1121 0

[startup+0.0529 s]
/proc/loadavg: 2.00 1.99 1.84 3/196 4317
/proc/meminfo: memFree=32327920/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1527692 CPUtime=0.04
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 4054 0 1 0 3 1 0 0 18 0 18 0 847944 1564356608 3492 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 381923 3492 1078 10 0 379226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1527692

[startup+0.100294 s]
/proc/loadavg: 2.00 1.99 1.84 3/196 4317
/proc/meminfo: memFree=32327920/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1530184 CPUtime=0.11
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 5222 0 1 0 10 1 0 0 18 0 18 0 847944 1566908416 4658 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 382546 4658 1347 10 0 379849 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530184

[startup+0.300257 s]
/proc/loadavg: 2.00 1.99 1.84 3/196 4317
/proc/meminfo: memFree=32327920/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1531956 CPUtime=0.53
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 7596 0 1 0 52 1 0 0 18 0 18 0 847944 1568722944 6866 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 382989 6867 1409 10 0 380292 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531956

[startup+0.700186 s]
/proc/loadavg: 2.00 1.99 1.84 3/196 4317
/proc/meminfo: memFree=32327920/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1547896 CPUtime=1.68
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 15503 0 1 0 165 3 0 0 18 0 19 0 847944 1585045504 12433 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386974 12434 1425 10 0 384277 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1547896

[startup+1.50107 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4336
/proc/meminfo: memFree=32273960/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1546692 CPUtime=2.88
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 20676 0 1 0 285 3 0 0 18 0 19 0 847944 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386673 16356 1445 10 0 383976 0
[pid=4317/tid=4319] ppid=4315 vsize=1546692 CPUtime=1.47
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10280 0 1 0 146 1 0 0 18 0 19 0 847945 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4110070828 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 168 0 0 0 0 0 0 0 18 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 155 0 0 0 0 0 0 0 18 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 29 0 0 0 0 0 0 0 17 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 376 0 0 0 0 0 0 0 16 0 19 0 847946 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1546692 CPUtime=0.71
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 5831 0 0 0 71 0 0 0 15 0 19 0 847949 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1546692 CPUtime=0.66
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2729 0 0 0 66 0 0 0 16 0 19 0 847949 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1583812608 16356 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 1546692

[startup+3.10077 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4336
/proc/meminfo: memFree=32264288/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1546692 CPUtime=4.52
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 21634 0 1 0 449 3 0 0 18 0 19 0 847944 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386673 17310 1445 10 0 383976 0
[pid=4317/tid=4319] ppid=4315 vsize=1546692 CPUtime=3.04
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10281 0 1 0 303 1 0 0 17 0 19 0 847945 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4109896235 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 413 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 379 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1546692 CPUtime=0.02
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 699 0 0 0 2 0 0 0 15 0 19 0 847946 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1546692 CPUtime=0.73
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 5834 0 0 0 73 0 0 0 15 0 19 0 847949 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1546692 CPUtime=0.68
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2732 0 0 0 68 0 0 0 15 0 19 0 847949 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1546692 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1583812608 17310 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 1546692

[startup+6.30118 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4336
/proc/meminfo: memFree=32265264/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1543944 CPUtime=7.75
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 21696 0 1 0 772 3 0 0 18 0 19 0 847944 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 385986 16739 1445 10 0 383289 0
[pid=4317/tid=4319] ppid=4315 vsize=1543944 CPUtime=6.21
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10284 0 1 0 620 1 0 0 25 0 19 0 847945 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4109896259 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 414 0 0 0 0 0 0 0 15 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 98 0 0 0 0 0 0 0 16 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1543944 CPUtime=0.05
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 745 0 0 0 5 0 0 0 15 0 19 0 847946 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1543944 CPUtime=0.75
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 5838 0 0 0 75 0 0 0 15 0 19 0 847949 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1543944 CPUtime=0.69
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2734 0 0 0 69 0 0 0 15 0 19 0 847949 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1543944 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1580998656 16739 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 1543944

[startup+12.701 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4336
/proc/meminfo: memFree=32260520/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1545992 CPUtime=14.36
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 24461 0 1 0 1432 4 0 0 18 0 19 0 847944 1583095808 17791 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386498 17791 1445 10 0 383801 0
[pid=4317/tid=4319] ppid=4315 vsize=1545992 CPUtime=12.52
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10290 0 1 0 1251 1 0 0 18 0 19 0 847945 1583095808 17791 4089446400 134512640 134550932 4287234368 18446744073709551615 4109965143 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1545992 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 473 0 0 0 0 0 0 0 15 0 19 0 847946 1583095808 17791 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0

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

/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 473 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 127 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 409 0 0 0 1 0 0 0 16 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1544968 CPUtime=0.3
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 1215 0 0 0 30 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1544968 CPUtime=0.95
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 8095 0 0 0 94 1 0 0 15 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1544968 CPUtime=0.69
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2734 0 0 0 69 0 0 0 15 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1544968

[startup+27.9012 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4337
/proc/meminfo: memFree=32261120/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1544968 CPUtime=29.58
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 24622 0 1 0 2954 4 0 0 18 0 19 0 847944 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386242 17663 1445 10 0 383545 0
[pid=4317/tid=4319] ppid=4315 vsize=1544968 CPUtime=27.52
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10304 0 1 0 2750 2 0 0 25 0 19 0 847945 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4109871024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 473 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 127 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 409 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 79 0 0 0 1 0 0 0 16 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1544968 CPUtime=0.31
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 1215 0 0 0 31 0 0 0 15 0 19 0 847946 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1544968 CPUtime=0.95
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 8095 0 0 0 94 1 0 0 15 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1544968 CPUtime=0.69
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2734 0 0 0 69 0 0 0 15 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1582047232 17663 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.58
Current children cumulated vsize (KiB) 1544968

[startup+28.3011 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4337
/proc/meminfo: memFree=32261120/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1544968 CPUtime=29.98
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 24626 0 1 0 2994 4 0 0 18 0 19 0 847944 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386242 17666 1445 10 0 383545 0
[pid=4317/tid=4319] ppid=4315 vsize=1544968 CPUtime=27.91
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10305 0 1 0 2789 2 0 0 25 0 19 0 847945 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4109868588 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 473 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 127 0 0 0 1 0 0 0 16 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 409 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 82 0 0 0 1 0 0 0 16 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1544968 CPUtime=0.32
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 1215 0 0 0 32 0 0 0 15 0 19 0 847946 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1544968 CPUtime=0.95
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 8095 0 0 0 94 1 0 0 15 0 19 0 847949 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1544968 CPUtime=0.69
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2734 0 0 0 69 0 0 0 15 0 19 0 847949 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1582047232 17666 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (KiB) 1544968

[startup+28.7011 s]
/proc/loadavg: 2.00 1.99 1.84 3/215 4337
/proc/meminfo: memFree=32260996/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1544968 CPUtime=30.4
/proc/4317/stat : 4317 (java) S 4315 4317 3792 0 -1 4202496 24627 0 1 0 3036 4 0 0 18 0 19 0 847944 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386242 17667 1445 10 0 383545 0
[pid=4317/tid=4319] ppid=4315 vsize=1544968 CPUtime=28.31
/proc/4317/task/4319/stat : 4319 (java) R 4315 4317 3792 0 -1 4202560 10306 0 1 0 2829 2 0 0 25 0 19 0 847945 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4109834152 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3792 0 -1 4202560 473 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3792 0 -1 4202560 127 0 0 0 1 0 0 0 16 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3792 0 -1 4202560 409 0 0 0 1 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1544968 CPUtime=0.01
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3792 0 -1 4202560 82 0 0 0 1 0 0 0 16 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3792 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1544968 CPUtime=0.32
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3792 0 -1 4202560 1215 0 0 0 32 0 0 0 15 0 19 0 847946 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 0 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3792 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 847947 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 6 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1544968 CPUtime=0.98
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3792 0 -1 4202560 8095 0 0 0 97 1 0 0 15 0 19 0 847949 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 3 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1544968 CPUtime=0.69
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3792 0 -1 4202560 2734 0 0 0 69 0 0 0 15 0 19 0 847949 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 2 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3792 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 847949 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 4 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 847949 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1544968 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 847976 1582047232 17667 4089446400 134512640 134550932 4287234368 18446744073709551615 4294960144 0 4 0 16800975 18446604471104158464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.4
Current children cumulated vsize (KiB) 1544968

Child status: 30
Real time (s): 28.7632
CPU time (s): 30.4694
CPU user time (s): 30.4194
CPU system time (s): 0.049992
CPU usage (%): 105.932
Max. virtual memory (cumulated for all children) (KiB): 1550088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4194
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24639
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= 1525
involuntary context switches= 2175

runsolver used 0.055991 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node111 at 2010-07-05 12:38:58
IDJOB=2698731
IDBENCH=78983
IDSOLVER=1211
FILE ID=node111/2698731-1278326338
PBS_JOBID= 11207472
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= 2f4d2e59134ffbad904dde6d63a6f677
RANDOM SEED=916648904

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32328324 kB
Buffers:         27452 kB
Cached:         332468 kB
SwapCached:          0 kB
Active:         244808 kB
Inactive:       279092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32328324 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:      164092 kB
Mapped:          20328 kB
Slab:            35916 kB
PageTables:       5336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1662464 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= 74204 MiB
End job on node111 at 2010-07-05 12:39:27