Trace number 2698616

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 61.0867 59.1095

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-33-100-0.wbo
MD5SUM2c7bc414eea5148dc6372ccd38f2fe74
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark61.0867
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698616-1278325692.wbo
0.00/0.09	c reading problem ... 
0.29/0.29	c ... done. Wall clock time 0.2s.
0.29/0.29	c #vars     2094
0.29/0.29	c #constraints  2707
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.29/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.29/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
1.14/0.55	c SATISFIABLE
1.14/0.55	c OPTIMIZING...
1.14/0.55	c Got one! Elapsed wall clock time (in seconds):0.463
1.14/0.55	o 403
1.43/0.66	c Got one! Elapsed wall clock time (in seconds):0.572
1.43/0.66	o 368
1.74/0.76	c Got one! Elapsed wall clock time (in seconds):0.672
1.74/0.76	o 338
2.03/0.80	c Got one! Elapsed wall clock time (in seconds):0.708
2.03/0.80	o 322
2.03/0.83	c Got one! Elapsed wall clock time (in seconds):0.743
2.03/0.83	o 274
2.03/0.87	c Got one! Elapsed wall clock time (in seconds):0.78
2.03/0.87	o 249
2.03/0.89	c Got one! Elapsed wall clock time (in seconds):0.801
2.03/0.89	o 234
2.31/0.97	c Got one! Elapsed wall clock time (in seconds):0.881
2.31/0.97	o 206
2.44/1.00	c Got one! Elapsed wall clock time (in seconds):0.91
2.44/1.00	o 202
2.44/1.05	c Got one! Elapsed wall clock time (in seconds):0.961
2.44/1.05	o 195
2.44/1.07	c Got one! Elapsed wall clock time (in seconds):0.984
2.44/1.07	o 189
2.56/1.18	c Got one! Elapsed wall clock time (in seconds):1.093
2.56/1.18	o 182
2.66/1.23	c Got one! Elapsed wall clock time (in seconds):1.138
2.66/1.23	o 164
2.75/1.31	c Got one! Elapsed wall clock time (in seconds):1.22
2.75/1.31	o 134
2.75/1.38	c Got one! Elapsed wall clock time (in seconds):1.285
2.75/1.38	o 124
2.95/1.51	c Got one! Elapsed wall clock time (in seconds):1.423
2.95/1.51	o 104
3.05/1.69	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.17/1.76	c Got one! Elapsed wall clock time (in seconds):1.666
3.17/1.76	o 96
3.27/1.88	c Got one! Elapsed wall clock time (in seconds):1.785
3.27/1.88	o 95
3.37/1.90	c Got one! Elapsed wall clock time (in seconds):1.812
3.37/1.90	o 93
3.37/1.98	c Got one! Elapsed wall clock time (in seconds):1.888
3.37/1.98	o 86
3.47/2.08	c Got one! Elapsed wall clock time (in seconds):1.992
3.47/2.08	o 75
3.57/2.16	c Got one! Elapsed wall clock time (in seconds):2.066
3.57/2.16	o 67
3.67/2.30	c Got one! Elapsed wall clock time (in seconds):2.211
3.67/2.30	o 63
3.87/2.43	c Got one! Elapsed wall clock time (in seconds):2.343
3.87/2.43	o 38
4.07/2.65	c Got one! Elapsed wall clock time (in seconds):2.558
4.07/2.65	o 23
4.19/2.78	c cleaning 4251 clauses out of 8504 with flag 11001/11001
4.39/2.97	c Got one! Elapsed wall clock time (in seconds):2.875
4.39/2.97	o 22
4.59/3.14	c Got one! Elapsed wall clock time (in seconds):3.051
4.59/3.14	o 17
4.90/3.44	c Got one! Elapsed wall clock time (in seconds):3.354
4.90/3.44	o 8
5.20/3.75	c cleaning 5626 clauses out of 11252 with flag 18000/18000
6.02/4.52	c cleaning 6810 clauses out of 13626 with flag 26000/26000
7.06/5.56	c cleaning 7906 clauses out of 15817 with flag 35001/35001
8.16/6.61	c cleaning 8950 clauses out of 17912 with flag 45002/45002
8.28/6.72	c Got one! Elapsed wall clock time (in seconds):6.627
8.28/6.72	o 2
9.47/7.93	c cleaning 9476 clauses out of 18961 with flag 55001/55001
10.40/8.89	c cleaning 9739 clauses out of 19484 with flag 65000/65000
11.40/9.82	c cleaning 9868 clauses out of 19746 with flag 75001/75001
12.30/10.71	c cleaning 9931 clauses out of 19879 with flag 85002/85002
13.10/11.56	c cleaning 9973 clauses out of 19949 with flag 95003/95003
13.90/12.39	c cleaning 9980 clauses out of 19975 with flag 105002/105002
14.70/13.18	c cleaning 9992 clauses out of 19993 with flag 115000/115000
15.61/14.00	c cleaning 9994 clauses out of 20003 with flag 125002/125002
16.31/14.76	c cleaning 10000 clauses out of 20007 with flag 135000/135000
17.02/15.41	c cleaning 9986 clauses out of 20007 with flag 145000/145000
17.71/16.14	c cleaning 10004 clauses out of 20022 with flag 155001/155001
18.51/16.93	c cleaning 10002 clauses out of 20019 with flag 165002/165002
19.22/17.64	c cleaning 10006 clauses out of 20015 with flag 175000/175000
20.01/18.49	c cleaning 9996 clauses out of 20010 with flag 185001/185001
20.91/19.34	c cleaning 10000 clauses out of 20013 with flag 195000/195000
21.72/20.13	c cleaning 10001 clauses out of 20013 with flag 205000/205000
22.42/20.84	c cleaning 10000 clauses out of 20012 with flag 215000/215000
23.12/21.54	c cleaning 10003 clauses out of 20014 with flag 225002/225002
23.82/22.27	c cleaning 9997 clauses out of 20010 with flag 235001/235001
24.52/22.96	c cleaning 9997 clauses out of 20012 with flag 245000/245000
25.22/23.61	c cleaning 10004 clauses out of 20015 with flag 255000/255000
25.83/24.28	c cleaning 9997 clauses out of 20011 with flag 265000/265000
26.63/25.00	c cleaning 9994 clauses out of 20014 with flag 275000/275000
27.33/25.73	c cleaning 10003 clauses out of 20020 with flag 285000/285000
28.03/26.42	c cleaning 10005 clauses out of 20018 with flag 295001/295001
28.63/27.09	c cleaning 10002 clauses out of 20012 with flag 305000/305000
29.43/27.81	c cleaning 9993 clauses out of 20010 with flag 315000/315000
30.13/28.54	c cleaning 10005 clauses out of 20017 with flag 325000/325000
30.83/29.25	c cleaning 10001 clauses out of 20014 with flag 335002/335002
31.53/29.96	c cleaning 10001 clauses out of 20011 with flag 345000/345000
32.23/30.66	c cleaning 9995 clauses out of 20011 with flag 355001/355001
32.93/31.32	c cleaning 10001 clauses out of 20016 with flag 365001/365001
33.54/32.00	c cleaning 10003 clauses out of 20014 with flag 375000/375000
34.39/32.71	c cleaning 9993 clauses out of 20012 with flag 385001/385001
35.38/33.52	c cleaning 10001 clauses out of 20018 with flag 395000/395000
36.09/34.25	c cleaning 9996 clauses out of 20017 with flag 405000/405000
36.90/35.00	c cleaning 10002 clauses out of 20021 with flag 415000/415000
37.60/35.73	c cleaning 9999 clauses out of 20019 with flag 425000/425000
38.31/36.42	c cleaning 10004 clauses out of 20021 with flag 435001/435001
38.92/37.05	c cleaning 10003 clauses out of 20017 with flag 445001/445001
39.52/37.69	c cleaning 10001 clauses out of 20014 with flag 455001/455001
40.22/38.30	c cleaning 9996 clauses out of 20013 with flag 465001/465001
40.92/39.02	c cleaning 9999 clauses out of 20016 with flag 475000/475000
41.73/39.81	c cleaning 9990 clauses out of 20019 with flag 485002/485002
42.33/40.47	c cleaning 10002 clauses out of 20027 with flag 495000/495000
43.03/41.13	c cleaning 10008 clauses out of 20025 with flag 505000/505000
43.74/41.84	c cleaning 10001 clauses out of 20017 with flag 515000/515000
44.43/42.53	c cleaning 10002 clauses out of 20016 with flag 525000/525000
45.13/43.24	c cleaning 9996 clauses out of 20014 with flag 535000/535000
45.83/43.93	c cleaning 10001 clauses out of 20020 with flag 545002/545002
46.63/44.74	c cleaning 9998 clauses out of 20018 with flag 555001/555001
47.43/45.57	c cleaning 10000 clauses out of 20019 with flag 565000/565000
48.24/46.35	c cleaning 10004 clauses out of 20022 with flag 575003/575003
48.94/47.09	c cleaning 10002 clauses out of 20015 with flag 585000/585000
49.74/47.82	c cleaning 9997 clauses out of 20015 with flag 595002/595002
50.55/48.68	c cleaning 10007 clauses out of 20018 with flag 605002/605002
51.35/49.45	c cleaning 10002 clauses out of 20009 with flag 615000/615000
52.15/50.22	c cleaning 9985 clauses out of 20008 with flag 625001/625001
52.85/50.97	c cleaning 10011 clauses out of 20026 with flag 635004/635004
53.55/51.68	c cleaning 9995 clauses out of 20012 with flag 645001/645001
54.25/52.34	c cleaning 10000 clauses out of 20018 with flag 655002/655002
54.95/53.07	c cleaning 10000 clauses out of 20016 with flag 665000/665000
55.65/53.78	c cleaning 9986 clauses out of 20016 with flag 675000/675000
56.46/54.55	c cleaning 10008 clauses out of 20030 with flag 685000/685000
57.15/55.21	c cleaning 10010 clauses out of 20023 with flag 695001/695001
57.86/55.95	c cleaning 10001 clauses out of 20013 with flag 705001/705001
58.56/56.61	c cleaning 10004 clauses out of 20014 with flag 715003/715003
59.27/57.31	c cleaning 10001 clauses out of 20007 with flag 725000/725000
59.96/58.01	c cleaning 9999 clauses out of 20006 with flag 735000/735000
60.87/58.95	c cleaning 10001 clauses out of 20008 with flag 745002/745002
60.98/59.09	c starts		: 199
60.98/59.09	c conflicts		: 746517
60.98/59.09	c decisions		: 1317202
60.98/59.09	c propagations		: 30545279
60.98/59.09	c inspects		: 434478800
60.98/59.09	c learnt literals	: 3
60.98/59.09	c learnt binary clauses	: 35
60.98/59.09	c learnt ternary clauses	: 698
60.98/59.09	c learnt clauses	: 746513
60.98/59.09	c ignored clauses	: 0
60.98/59.09	c root simplifications	: 0
60.98/59.09	c removed literals (reason simplification)	: 3731393
60.98/59.09	c reason swapping (by a shorter reason)	: 0
60.98/59.09	c Calls to reduceDB	: 76
60.98/59.09	c number of reductions to clauses (during analyze)	: 0
60.98/59.09	c number of learned constraints concerned by reduction	: 0
60.98/59.09	c number of learning phase by resolution	: 0
60.98/59.09	c number of learning phase by cutting planes	: 0
60.98/59.09	c speed (assignments/second)	: 583247.9616581695
60.98/59.09	c non guided choices	3789
60.98/59.09	c learnt constraints type 
60.98/59.09	c constraints type 
60.98/59.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
60.98/59.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
60.98/59.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
60.98/59.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
60.98/59.09	s OPTIMUM FOUND
60.98/59.09	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 
60.98/59.09	c objective function=2
60.98/59.09	c Total wall clock time (in seconds): 59.0

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698616-1278325692/watcher-2698616-1278325692 -o /tmp/evaluation-result-2698616-1278325692/solver-2698616-1278325692 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698616-1278325692.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.06 1.99 1.74 3/196 4242
/proc/meminfo: memFree=32399516/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=13508 CPUtime=0
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 1115 0 0 0 0 0 0 0 25 0 2 0 783957 13832192 585 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 3390 591 273 10 0 1204 0
[pid=4242/tid=4243] ppid=4240 vsize=13652 CPUtime=0
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 85 0 0 0 0 0 0 0 25 0 2 0 783958 13979648 596 4089446400 134512640 134550932 4287085056 18446744073709551615 9782564 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.102223 s]
/proc/loadavg: 2.06 1.99 1.74 3/196 4242
/proc/meminfo: memFree=32399516/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1530040 CPUtime=0.12
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 5275 0 1 0 11 1 0 0 25 0 18 0 783957 1566760960 4712 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 382510 4713 1347 10 0 379813 0
[pid=4242/tid=4243] ppid=4240 vsize=1530040 CPUtime=0.08
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 3604 0 1 0 8 0 0 0 18 0 18 0 783958 1566760960 4713 4089446400 134512640 134550932 4287085056 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530040

[startup+0.201186 s]
/proc/loadavg: 2.06 1.99 1.74 3/196 4242
/proc/meminfo: memFree=32399516/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1531456 CPUtime=0.29
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 6219 0 1 0 28 1 0 0 25 0 18 0 783957 1568210944 5656 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 382864 5656 1380 10 0 380167 0
[pid=4242/tid=4243] ppid=4240 vsize=1531456 CPUtime=0.18
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 4145 0 1 0 18 0 0 0 18 0 18 0 783958 1568210944 5656 4089446400 134512640 134550932 4287085056 18446744073709551615 4109052788 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1531456

[startup+0.30117 s]
/proc/loadavg: 2.06 1.99 1.74 3/196 4242
/proc/meminfo: memFree=32399516/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1531168 CPUtime=0.55
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 7700 0 1 0 54 1 0 0 25 0 18 0 783957 1567916032 6983 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 382792 6984 1410 10 0 380095 0
[pid=4242/tid=4243] ppid=4240 vsize=1531168 CPUtime=0.29
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 5380 0 1 0 28 1 0 0 18 0 18 0 783958 1567916032 6984 4089446400 134512640 134550932 4287085056 18446744073709551615 4109052788 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1531168

[startup+0.70109 s]
/proc/loadavg: 2.06 1.99 1.74 3/196 4242
/proc/meminfo: memFree=32399516/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1549012 CPUtime=1.74
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 16508 0 1 0 171 3 0 0 25 0 19 0 783957 1586188288 12630 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 387253 12630 1422 10 0 384556 0
[pid=4242/tid=4243] ppid=4240 vsize=1549012 CPUtime=0.68
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 6800 0 1 0 67 1 0 0 18 0 19 0 783958 1586188288 12630 4089446400 134512640 134550932 4287085056 18446744073709551615 4109052788 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1549012

[startup+1.50093 s]
/proc/loadavg: 2.06 1.99 1.74 3/215 4261
/proc/meminfo: memFree=32330368/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1548660 CPUtime=2.95
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 25544 0 1 0 291 4 0 0 25 0 19 0 783957 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 387165 21500 1430 10 0 384468 0
[pid=4242/tid=4243] ppid=4240 vsize=1548660 CPUtime=1.49
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 15694 0 1 0 146 3 0 0 18 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4109556190 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 783958 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 783959 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 783960 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 783960 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1548660 CPUtime=0.72
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3163 0 0 0 72 0 0 0 16 0 19 0 783962 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1548660 CPUtime=0.73
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5608 0 0 0 72 1 0 0 17 0 19 0 783962 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 783962 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585827840 21500 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1548660

[startup+3.10064 s]
/proc/loadavg: 2.06 1.99 1.74 3/215 4262
/proc/meminfo: memFree=32311028/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1548660 CPUtime=4.59
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 28799 0 1 0 455 4 0 0 25 0 19 0 783957 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 387165 24743 1444 10 0 384468 0
[pid=4242/tid=4243] ppid=4240 vsize=1548660 CPUtime=3.06
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 16561 0 1 0 303 3 0 0 19 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4109468687 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 321 0 0 0 0 0 0 0 18 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 0 0 0 0 0 0 0 0 16 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 488 0 0 0 0 0 0 0 15 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 577 0 0 0 0 0 0 0 18 0 19 0 783958 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1548660 CPUtime=0.02
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 927 0 0 0 2 0 0 0 15 0 19 0 783959 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 783960 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 783960 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1548660 CPUtime=0.74
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3167 0 0 0 74 0 0 0 15 0 19 0 783962 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1548660 CPUtime=0.75
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5615 0 0 0 74 1 0 0 15 0 19 0 783962 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 783962 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1548660 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585827840 24743 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 1548660

[startup+6.30103 s]
/proc/loadavg: 2.05 1.99 1.74 3/215 4262
/proc/meminfo: memFree=32304484/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1548100 CPUtime=7.85
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 29071 0 1 0 780 5 0 0 25 0 19 0 783957 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 387025 24807 1444 10 0 384328 0
[pid=4242/tid=4243] ppid=4240 vsize=1548100 CPUtime=6.21
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 16563 0 1 0 618 3 0 0 25 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4109536741 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 328 0 0 0 0 0 0 0 16 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 489 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 578 0 0 0 0 0 0 0 15 0 19 0 783958 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1548100 CPUtime=0.06
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 1156 0 0 0 6 0 0 0 15 0 19 0 783959 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 783960 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 783960 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1548100 CPUtime=0.75
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3169 0 0 0 75 0 0 0 15 0 19 0 783962 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1548100 CPUtime=0.79
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5623 0 0 0 78 1 0 0 15 0 19 0 783962 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 783962 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1548100 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585254400 24807 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1548100


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

/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 330 0 0 0 3 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 490 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1547972 CPUtime=0.03
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 593 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1547972 CPUtime=1.09
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 1649 0 0 0 108 1 0 0 15 0 19 0 783959 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 783960 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 783960 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1547972 CPUtime=1.01
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3422 0 0 0 101 0 0 0 15 0 19 0 783962 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1547972 CPUtime=0.86
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5645 0 0 0 85 1 0 0 15 0 19 0 783962 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 783962 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585123328 25366 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.37
Current children cumulated vsize (KiB) 1547972

[startup+58.8011 s]
/proc/loadavg: 2.06 2.00 1.75 3/215 4263
/proc/meminfo: memFree=32302272/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1547972 CPUtime=60.77
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 29957 0 1 0 6069 8 0 0 25 0 19 0 783957 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 386993 25367 1444 10 0 384296 0
[pid=4242/tid=4243] ppid=4240 vsize=1547972 CPUtime=57.56
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 16632 0 1 0 5753 3 0 0 25 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4109537261 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=1547972 CPUtime=0.03
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 330 0 0 0 3 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 490 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1547972 CPUtime=0.03
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 593 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1547972 CPUtime=1.09
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 1649 0 0 0 108 1 0 0 15 0 19 0 783959 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 783960 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 783960 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1547972 CPUtime=1.02
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3422 0 0 0 102 0 0 0 15 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1547972 CPUtime=0.86
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5645 0 0 0 85 1 0 0 15 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.77
Current children cumulated vsize (KiB) 1547972

[startup+59.0011 s]
/proc/loadavg: 2.06 2.00 1.75 3/215 4263
/proc/meminfo: memFree=32302272/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1547972 CPUtime=60.98
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 29958 0 1 0 6090 8 0 0 25 0 19 0 783957 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 386993 25367 1444 10 0 384296 0
[pid=4242/tid=4243] ppid=4240 vsize=1547972 CPUtime=57.74
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 3781 0 -1 4202560 16633 0 1 0 5771 3 0 0 25 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4109182707 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=1547972 CPUtime=0.03
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 330 0 0 0 3 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1547972 CPUtime=0.01
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 490 0 0 0 1 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 13 0 0 0 2 0 0 0 16 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1547972 CPUtime=0.03
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1547972 CPUtime=0.02
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 593 0 0 0 2 0 0 0 16 0 19 0 783958 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1547972 CPUtime=1.1
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 1649 0 0 0 109 1 0 0 15 0 19 0 783959 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 783960 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 783960 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1547972 CPUtime=1.02
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3422 0 0 0 102 0 0 0 15 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1547972 CPUtime=0.86
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5645 0 0 0 85 1 0 0 15 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 783962 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1547972 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585123328 25367 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.98
Current children cumulated vsize (KiB) 1547972

[startup+59.1011 s]
/proc/loadavg: 2.06 2.00 1.75 3/215 4263
/proc/meminfo: memFree=32302272/32950928 swapFree=67111528/67111528
[pid=4242] ppid=4240 vsize=1548296 CPUtime=61.07
/proc/4242/stat : 4242 (java) S 4240 4242 3781 0 -1 4202496 29969 0 1 0 6099 8 0 0 25 0 19 0 783957 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4242/statm: 387074 25378 1445 10 0 384377 0
[pid=4242/tid=4243] ppid=4240 vsize=1548296 CPUtime=57.83
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 3781 0 -1 4202560 16638 0 1 0 5780 3 0 0 25 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=1548296 CPUtime=0.03
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 3781 0 -1 4202560 330 0 0 0 3 0 0 0 15 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=1548296 CPUtime=0.01
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=1548296 CPUtime=0.01
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 3781 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=1548296 CPUtime=0.02
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 3781 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=1548296 CPUtime=0.01
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 3781 0 -1 4202560 490 0 0 0 1 0 0 0 15 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=1548296 CPUtime=0.02
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 3781 0 -1 4202560 13 0 0 0 2 0 0 0 16 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=1548296 CPUtime=0.03
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 3781 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=1548296 CPUtime=0.02
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 3781 0 -1 4202560 593 0 0 0 2 0 0 0 16 0 19 0 783958 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=1548296 CPUtime=1.1
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 3781 0 -1 4202560 1649 0 0 0 109 1 0 0 15 0 19 0 783959 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 0 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=1548296 CPUtime=0
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 3781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 783960 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=1548296 CPUtime=0
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 3781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 783960 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=1548296 CPUtime=0
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=1548296 CPUtime=1.02
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 3781 0 -1 4202560 3422 0 0 0 102 0 0 0 15 0 19 0 783962 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 0 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=1548296 CPUtime=0.86
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 3781 0 -1 4202560 5645 0 0 0 85 1 0 0 15 0 19 0 783962 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 7 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=1548296 CPUtime=0
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 783962 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 2 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=1548296 CPUtime=0
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 3781 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 783962 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 6 0 0 0
[pid=4242/tid=4261] ppid=4240 vsize=1548296 CPUtime=0
/proc/4242/task/4261/stat : 4261 (java) S 4240 4242 3781 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 783992 1585455104 25378 4089446400 134512640 134550932 4287085056 18446744073709551615 4294960144 0 4 0 16800975 18446604471112958080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 61.07
Current children cumulated vsize (KiB) 1548296

Child status: 30
Real time (s): 59.1095
CPU time (s): 61.0867
CPU user time (s): 60.9947
CPU system time (s): 0.091986
CPU usage (%): 103.345
Max. virtual memory (cumulated for all children) (KiB): 1549988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.9947
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29970
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= 3222
involuntary context switches= 16725

runsolver used 0.088986 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-05 12:28:12
IDJOB=2698616
IDBENCH=78925
IDSOLVER=1211
FILE ID=node114/2698616-1278325692
PBS_JOBID= 11207466
Free space on /tmp= 74200 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.1900554420--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698616-1278325692/watcher-2698616-1278325692 -o /tmp/evaluation-result-2698616-1278325692/solver-2698616-1278325692 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698616-1278325692.wbo

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

MD5SUM BENCH= 2c7bc414eea5148dc6372ccd38f2fe74
RANDOM SEED=1797168982

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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.824
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.824
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32399920 kB
Buffers:         21848 kB
Cached:         307216 kB
SwapCached:          0 kB
Active:         203948 kB
Inactive:       248140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32399920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      123424 kB
Mapped:          20252 kB
Slab:            35928 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1639616 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= 74200 MiB
End job on node114 at 2010-07-05 12:29:11