Trace number 2698547

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 56.7684 54.7955

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-66-100-0.wbo
MD5SUM763c02f50955b910cbe48f7840773e4a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark56.3114
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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-2698547-1278325637.wbo
0.00/0.09	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.19s.
0.27/0.28	c #vars     1137
0.27/0.28	c #constraints  2707
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.27/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.77/0.42	c SATISFIABLE
0.77/0.42	c OPTIMIZING...
0.77/0.42	c Got one! Elapsed wall clock time (in seconds):0.321
0.77/0.42	o 331
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.374
0.77/0.47	o 137
1.08/0.59	c Got one! Elapsed wall clock time (in seconds):0.498
1.08/0.59	o 116
1.37/0.69	c Got one! Elapsed wall clock time (in seconds):0.599
1.37/0.69	o 101
1.68/0.79	c Got one! Elapsed wall clock time (in seconds):0.699
1.68/0.79	o 95
1.97/0.87	c Got one! Elapsed wall clock time (in seconds):0.772
1.97/0.87	o 73
2.25/0.91	c Got one! Elapsed wall clock time (in seconds):0.811
2.25/0.91	o 54
2.25/0.99	c Got one! Elapsed wall clock time (in seconds):0.897
2.25/0.99	o 52
2.35/1.04	c Got one! Elapsed wall clock time (in seconds):0.95
2.35/1.04	o 45
2.47/1.17	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.47/1.19	c Got one! Elapsed wall clock time (in seconds):1.095
2.47/1.19	o 36
2.89/1.51	c Got one! Elapsed wall clock time (in seconds):1.417
2.89/1.51	o 26
3.12/1.70	c Got one! Elapsed wall clock time (in seconds):1.609
3.12/1.70	o 14
3.12/1.78	c cleaning 4248 clauses out of 8502 with flag 11001/11001
3.74/2.33	c cleaning 5624 clauses out of 11254 with flag 18001/18001
4.34/2.93	c cleaning 6810 clauses out of 13629 with flag 26000/26000
5.05/3.68	c cleaning 7904 clauses out of 15820 with flag 35001/35001
5.26/3.86	c Got one! Elapsed wall clock time (in seconds):3.768
5.26/3.86	o 11
5.56/4.11	c Got one! Elapsed wall clock time (in seconds):4.017
5.56/4.11	o 8
6.07/4.64	c cleaning 8954 clauses out of 17916 with flag 45001/45001
6.87/5.50	c cleaning 9478 clauses out of 18961 with flag 55000/55000
7.09/5.61	c Got one! Elapsed wall clock time (in seconds):5.52
7.09/5.61	o 6
7.98/6.51	c cleaning 9734 clauses out of 19483 with flag 65000/65000
8.80/7.33	c cleaning 9862 clauses out of 19751 with flag 75002/75002
9.71/8.22	c cleaning 9937 clauses out of 19890 with flag 85003/85003
10.51/9.01	c cleaning 9966 clauses out of 19951 with flag 95001/95001
11.21/9.73	c cleaning 9985 clauses out of 19984 with flag 105000/105000
12.01/10.52	c cleaning 9993 clauses out of 20001 with flag 115002/115002
12.01/10.54	c Got one! Elapsed wall clock time (in seconds):10.442
12.01/10.54	o 5
13.01/11.59	c cleaning 9998 clauses out of 20007 with flag 125001/125001
13.52/12.02	c Got one! Elapsed wall clock time (in seconds):11.922
13.52/12.02	o 2
13.92/12.50	c cleaning 9999 clauses out of 20009 with flag 135001/135001
14.72/13.24	c cleaning 10002 clauses out of 20010 with flag 145001/145001
15.41/13.91	c cleaning 9997 clauses out of 20008 with flag 155001/155001
16.12/14.69	c cleaning 10002 clauses out of 20010 with flag 165000/165000
16.52/15.09	c Got one! Elapsed wall clock time (in seconds):14.996
16.52/15.09	o 1
16.92/15.45	c cleaning 10001 clauses out of 20008 with flag 175000/175000
17.82/16.37	c cleaning 10000 clauses out of 20009 with flag 185002/185002
18.62/17.16	c cleaning 10001 clauses out of 20008 with flag 195001/195001
19.33/17.86	c cleaning 9998 clauses out of 20008 with flag 205002/205002
20.03/18.56	c cleaning 10003 clauses out of 20011 with flag 215003/215003
20.73/19.26	c cleaning 10000 clauses out of 20008 with flag 225003/225003
21.44/19.92	c cleaning 10001 clauses out of 20005 with flag 235000/235000
22.03/20.58	c cleaning 9995 clauses out of 20005 with flag 245001/245001
22.73/21.29	c cleaning 10001 clauses out of 20012 with flag 255003/255003
23.43/21.97	c cleaning 9997 clauses out of 20010 with flag 265002/265002
24.13/22.64	c cleaning 10001 clauses out of 20013 with flag 275002/275002
24.83/23.37	c cleaning 10003 clauses out of 20013 with flag 285003/285003
25.64/24.11	c cleaning 10000 clauses out of 20007 with flag 295000/295000
26.35/24.88	c cleaning 10000 clauses out of 20009 with flag 305002/305002
27.26/25.71	c cleaning 9996 clauses out of 20007 with flag 315000/315000
27.96/26.44	c cleaning 9996 clauses out of 20013 with flag 325002/325002
28.66/27.13	c cleaning 10001 clauses out of 20016 with flag 335001/335001
29.26/27.77	c cleaning 9994 clauses out of 20014 with flag 345000/345000
29.96/28.47	c cleaning 9999 clauses out of 20020 with flag 355000/355000
30.66/29.17	c cleaning 10001 clauses out of 20022 with flag 365001/365001
31.37/29.83	c cleaning 10002 clauses out of 20020 with flag 375000/375000
31.97/30.47	c cleaning 10004 clauses out of 20018 with flag 385000/385000
32.68/31.12	c cleaning 9996 clauses out of 20014 with flag 395000/395000
33.28/31.80	c cleaning 9996 clauses out of 20020 with flag 405002/405002
33.98/32.49	c cleaning 10006 clauses out of 20024 with flag 415002/415002
34.78/33.28	c cleaning 10006 clauses out of 20017 with flag 425001/425001
35.48/33.98	c cleaning 10003 clauses out of 20011 with flag 435001/435001
36.30/34.73	c cleaning 9998 clauses out of 20009 with flag 445002/445002
37.01/35.42	c cleaning 9998 clauses out of 20009 with flag 455000/455000
37.61/36.04	c cleaning 10002 clauses out of 20012 with flag 465001/465001
38.31/36.74	c cleaning 9991 clauses out of 20011 with flag 475002/475002
39.02/37.47	c cleaning 10003 clauses out of 20019 with flag 485001/485001
39.82/38.20	c cleaning 10000 clauses out of 20015 with flag 495000/495000
40.53/38.94	c cleaning 9998 clauses out of 20018 with flag 505003/505003
41.24/39.66	c cleaning 10005 clauses out of 20019 with flag 515002/515002
41.94/40.34	c cleaning 9998 clauses out of 20012 with flag 525000/525000
42.64/41.02	c cleaning 9998 clauses out of 20014 with flag 535000/535000
43.35/41.76	c cleaning 10007 clauses out of 20019 with flag 545003/545003
44.07/42.46	c cleaning 9993 clauses out of 20010 with flag 555001/555001
44.77/43.14	c cleaning 10002 clauses out of 20017 with flag 565001/565001
45.47/43.85	c cleaning 10004 clauses out of 20016 with flag 575002/575002
46.17/44.53	c cleaning 9999 clauses out of 20011 with flag 585001/585001
46.88/45.22	c cleaning 9997 clauses out of 20014 with flag 595003/595003
47.48/45.85	c cleaning 10002 clauses out of 20014 with flag 605000/605000
48.18/46.54	c cleaning 10006 clauses out of 20015 with flag 615003/615003
48.79/47.18	c cleaning 9997 clauses out of 20006 with flag 625000/625000
49.49/47.82	c cleaning 9999 clauses out of 20012 with flag 635003/635003
50.10/48.47	c cleaning 10002 clauses out of 20012 with flag 645002/645002
50.80/49.12	c cleaning 9992 clauses out of 20009 with flag 655001/655001
51.40/49.76	c cleaning 10007 clauses out of 20021 with flag 665005/665005
52.11/50.44	c cleaning 10000 clauses out of 20009 with flag 675000/675000
52.71/51.05	c cleaning 10002 clauses out of 20009 with flag 685000/685000
53.42/51.74	c cleaning 9995 clauses out of 20008 with flag 695001/695001
54.12/52.43	c cleaning 10003 clauses out of 20013 with flag 705001/705001
54.86/53.12	c cleaning 10001 clauses out of 20009 with flag 715000/715000
55.75/53.81	c cleaning 10002 clauses out of 20010 with flag 725002/725002
56.37/54.47	c cleaning 9996 clauses out of 20005 with flag 735000/735000
56.67/54.77	c starts		: 187
56.67/54.77	c conflicts		: 739472
56.67/54.77	c decisions		: 1212186
56.67/54.77	c propagations		: 33228670
56.67/54.77	c inspects		: 413449691
56.67/54.77	c learnt literals	: 5
56.67/54.77	c learnt binary clauses	: 18
56.67/54.77	c learnt ternary clauses	: 457
56.67/54.77	c learnt clauses	: 739466
56.67/54.77	c ignored clauses	: 0
56.67/54.77	c root simplifications	: 0
56.67/54.77	c removed literals (reason simplification)	: 3462056
56.67/54.77	c reason swapping (by a shorter reason)	: 0
56.67/54.77	c Calls to reduceDB	: 75
56.67/54.77	c number of reductions to clauses (during analyze)	: 0
56.67/54.77	c number of learned constraints concerned by reduction	: 0
56.67/54.77	c number of learning phase by resolution	: 0
56.67/54.77	c number of learning phase by cutting planes	: 0
56.67/54.77	c speed (assignments/second)	: 837373.872284663
56.67/54.77	c non guided choices	2335
56.67/54.77	c learnt constraints type 
56.67/54.77	c constraints type 
56.67/54.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
56.67/54.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
56.67/54.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
56.67/54.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
56.67/54.77	s OPTIMUM FOUND
56.67/54.77	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 
56.67/54.77	c objective function=1
56.67/54.77	c Total wall clock time (in seconds): 54.68

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698547-1278325637/watcher-2698547-1278325637 -o /tmp/evaluation-result-2698547-1278325637/solver-2698547-1278325637 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698547-1278325637.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.18 2.06 1.87 3/196 4163
/proc/meminfo: memFree=32338608/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=13008 CPUtime=0
/proc/4163/stat : 4163 (java) R 4161 4163 3856 0 -1 4194304 436 0 0 0 0 0 0 0 23 0 1 0 775922 13320192 167 4089446400 134512640 134550932 4287932656 18446744073709551615 2535333 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4163/statm: 3291 170 131 10 0 1121 0

[startup+0.100181 s]
/proc/loadavg: 2.18 2.06 1.87 3/196 4163
/proc/meminfo: memFree=32338608/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1529268 CPUtime=0.1
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 5188 0 1 0 10 0 0 0 23 0 18 0 775922 1565970432 4624 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 382317 4624 1347 10 0 379620 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529268

[startup+0.200161 s]
/proc/loadavg: 2.18 2.06 1.87 3/196 4163
/proc/meminfo: memFree=32338608/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1531708 CPUtime=0.27
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 6150 0 1 0 27 0 0 0 23 0 18 0 775922 1568468992 5586 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 382927 5586 1380 10 0 380230 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1531708

[startup+0.30114 s]
/proc/loadavg: 2.18 2.06 1.87 3/196 4163
/proc/meminfo: memFree=32338608/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1531824 CPUtime=0.53
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 7536 0 1 0 52 1 0 0 23 0 18 0 775922 1568587776 6905 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 382956 6905 1409 10 0 380259 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531824

[startup+0.701065 s]
/proc/loadavg: 2.18 2.06 1.87 3/196 4163
/proc/meminfo: memFree=32338608/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1550488 CPUtime=1.68
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 14969 0 1 0 165 3 0 0 23 0 19 0 775922 1587699712 12487 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 387622 12487 1425 10 0 384925 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1550488

[startup+1.50098 s]
/proc/loadavg: 2.18 2.06 1.87 3/215 4182
/proc/meminfo: memFree=32284276/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1548148 CPUtime=2.89
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 20062 0 1 0 286 3 0 0 23 0 19 0 775922 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 387037 15728 1445 10 0 384340 0
[pid=4163/tid=4165] ppid=4161 vsize=1548148 CPUtime=1.47
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9182 0 1 0 146 1 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4109945376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 169 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 90 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 157 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 775923 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 404 0 0 0 0 0 0 0 16 0 19 0 775924 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1548148 CPUtime=0.7
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6065 0 0 0 69 1 0 0 15 0 19 0 775926 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1548148 CPUtime=0.69
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2926 0 0 0 69 0 0 0 16 0 19 0 775926 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 775926 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1585303552 15728 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1548148

[startup+3.10067 s]
/proc/loadavg: 2.18 2.06 1.87 3/215 4182
/proc/meminfo: memFree=32278440/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1548148 CPUtime=4.55
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 20821 0 1 0 452 3 0 0 23 0 19 0 775922 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 387037 16480 1445 10 0 384340 0
[pid=4163/tid=4165] ppid=4161 vsize=1548148 CPUtime=3.03
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9185 0 1 0 302 1 0 0 20 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4110080517 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 775923 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1548148 CPUtime=0.04
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 718 0 0 0 4 0 0 0 16 0 19 0 775924 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1548148 CPUtime=0.74
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6070 0 0 0 73 1 0 0 15 0 19 0 775926 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1548148 CPUtime=0.72
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2934 0 0 0 72 0 0 0 15 0 19 0 775926 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 775926 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1548148 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1585303552 16480 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 1548148

[startup+6.30106 s]
/proc/loadavg: 2.16 2.06 1.87 3/215 4182
/proc/meminfo: memFree=32276952/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1547000 CPUtime=7.78
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 21188 0 1 0 774 4 0 0 23 0 19 0 775922 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 386750 16507 1445 10 0 384053 0
[pid=4163/tid=4165] ppid=4161 vsize=1547000 CPUtime=6.19
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9189 0 1 0 618 1 0 0 25 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4109988580 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1547000 CPUtime=0.07
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 986 0 0 0 7 0 0 0 16 0 19 0 775924 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1547000 CPUtime=0.75
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6070 0 0 0 74 1 0 0 15 0 19 0 775926 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1547000 CPUtime=0.72
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2934 0 0 0 72 0 0 0 15 0 19 0 775926 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 775926 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1584128000 16507 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1547000

[startup+12.7008 s]
/proc/loadavg: 2.15 2.06 1.87 3/215 4182
/proc/meminfo: memFree=32276176/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1547000 CPUtime=14.22
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 21318 0 1 0 1418 4 0 0 23 0 19 0 775922 1584128000 16629 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 386750 16629 1445 10 0 384053 0
[pid=4163/tid=4165] ppid=4161 vsize=1547000 CPUtime=12.46
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9197 0 1 0 1245 1 0 0 23 0 19 0 775923 1584128000 16629 4089446400 134512640 134550932 4287932656 18446744073709551615 4109998143 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1547000 CPUtime=0
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 775923 1584128000 16629 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0

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

/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 257 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1548576 CPUtime=0.05
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 168 0 0 0 5 0 0 0 15 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1548576 CPUtime=0.02
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 32 0 0 0 2 0 0 0 15 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 15 0 0 0 4 0 0 0 16 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 217 0 0 0 4 0 0 0 16 0 19 0 775923 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1548576 CPUtime=0.91
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 1431 0 0 0 90 1 0 0 16 0 19 0 775924 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1548576 CPUtime=1.01
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6850 0 0 0 100 1 0 0 16 0 19 0 775926 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 7 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1548576 CPUtime=0.72
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2934 0 0 0 72 0 0 0 15 0 19 0 775926 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 775926 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1585741824 17428 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 55.54
Current children cumulated vsize (KiB) 1548576

[startup+54.401 s]
/proc/loadavg: 2.08 2.05 1.88 3/215 4182
/proc/meminfo: memFree=32266936/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1548576 CPUtime=56.37
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 22549 0 1 0 5629 8 0 0 23 0 19 0 775922 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 387144 17445 1445 10 0 384447 0
[pid=4163/tid=4165] ppid=4161 vsize=1548576 CPUtime=53.3
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9257 0 1 0 5329 1 0 0 25 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4109988320 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 257 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1548576 CPUtime=0.05
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 168 0 0 0 5 0 0 0 16 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1548576 CPUtime=0.02
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 32 0 0 0 2 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 217 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1548576 CPUtime=0.92
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 1438 0 0 0 91 1 0 0 16 0 19 0 775924 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1548576 CPUtime=1.03
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6850 0 0 0 102 1 0 0 15 0 19 0 775926 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 7 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1548576 CPUtime=0.73
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2941 0 0 0 73 0 0 0 15 0 19 0 775926 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 775926 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1585741824 17445 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 56.37
Current children cumulated vsize (KiB) 1548576

[startup+54.6009 s]
/proc/loadavg: 2.08 2.05 1.88 3/215 4182
/proc/meminfo: memFree=32266936/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1548576 CPUtime=56.57
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 22556 0 1 0 5649 8 0 0 23 0 19 0 775922 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 387144 17451 1445 10 0 384447 0
[pid=4163/tid=4165] ppid=4161 vsize=1548576 CPUtime=53.48
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9258 0 1 0 5347 1 0 0 18 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4109988763 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 257 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1548576 CPUtime=0.05
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 168 0 0 0 5 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 217 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1548576 CPUtime=0.94
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 1444 0 0 0 93 1 0 0 16 0 19 0 775924 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1548576 CPUtime=1.03
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6850 0 0 0 102 1 0 0 15 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 7 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1548576 CPUtime=0.73
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2941 0 0 0 73 0 0 0 15 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 56.57
Current children cumulated vsize (KiB) 1548576

[startup+54.7009 s]
/proc/loadavg: 2.08 2.05 1.88 3/215 4182
/proc/meminfo: memFree=32266936/32951124 swapFree=67111528/67111528
[pid=4163] ppid=4161 vsize=1548576 CPUtime=56.67
/proc/4163/stat : 4163 (java) S 4161 4163 3856 0 -1 4202496 22556 0 1 0 5659 8 0 0 23 0 19 0 775922 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4163/statm: 387144 17451 1445 10 0 384447 0
[pid=4163/tid=4165] ppid=4161 vsize=1548576 CPUtime=53.58
/proc/4163/task/4165/stat : 4165 (java) R 4161 4163 3856 0 -1 4202560 9258 0 1 0 5357 1 0 0 18 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4109975807 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4163/tid=4166] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4166/stat : 4166 (java) S 4161 4163 3856 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4167] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4167/stat : 4167 (java) S 4161 4163 3856 0 -1 4202560 257 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4168] ppid=4161 vsize=1548576 CPUtime=0.05
/proc/4163/task/4168/stat : 4168 (java) S 4161 4163 3856 0 -1 4202560 168 0 0 0 5 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4169] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4169/stat : 4169 (java) S 4161 4163 3856 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4170] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4170/stat : 4170 (java) S 4161 4163 3856 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 3 0 0 0
[pid=4163/tid=4171] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4171/stat : 4171 (java) S 4161 4163 3856 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4172] ppid=4161 vsize=1548576 CPUtime=0.03
/proc/4163/task/4172/stat : 4172 (java) S 4161 4163 3856 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 0 0 0 0
[pid=4163/tid=4173] ppid=4161 vsize=1548576 CPUtime=0.04
/proc/4163/task/4173/stat : 4173 (java) S 4161 4163 3856 0 -1 4202560 217 0 0 0 4 0 0 0 15 0 19 0 775923 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4174] ppid=4161 vsize=1548576 CPUtime=0.94
/proc/4163/task/4174/stat : 4174 (java) S 4161 4163 3856 0 -1 4202560 1444 0 0 0 93 1 0 0 16 0 19 0 775924 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 0 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4175] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4175/stat : 4175 (java) S 4161 4163 3856 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4176] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4176/stat : 4176 (java) S 4161 4163 3856 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 775924 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 2 0 0 0
[pid=4163/tid=4177] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4177/stat : 4177 (java) S 4161 4163 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4178] ppid=4161 vsize=1548576 CPUtime=1.03
/proc/4163/task/4178/stat : 4178 (java) S 4161 4163 3856 0 -1 4202560 6850 0 0 0 102 1 0 0 15 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 7 0 0 0
[pid=4163/tid=4179] ppid=4161 vsize=1548576 CPUtime=0.73
/proc/4163/task/4179/stat : 4179 (java) S 4161 4163 3856 0 -1 4202560 2941 0 0 0 73 0 0 0 15 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
[pid=4163/tid=4180] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4180/stat : 4180 (java) S 4161 4163 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 6 0 0 0
[pid=4163/tid=4181] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4181/stat : 4181 (java) S 4161 4163 3856 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 775926 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 1 0 0 0
[pid=4163/tid=4182] ppid=4161 vsize=1548576 CPUtime=0
/proc/4163/task/4182/stat : 4182 (java) S 4161 4163 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 775953 1585741824 17451 4089446400 134512640 134550932 4287932656 18446744073709551615 4294960144 0 4 0 16800975 18446604453933923328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 56.67
Current children cumulated vsize (KiB) 1548576

Child status: 30
Real time (s): 54.7955
CPU time (s): 56.7684
CPU user time (s): 56.6784
CPU system time (s): 0.089986
CPU usage (%): 103.6
Max. virtual memory (cumulated for all children) (KiB): 1550648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6784
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22568
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= 3750
involuntary context switches= 9985

runsolver used 0.100984 second user time and 0.207968 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-05 12:27:17
IDJOB=2698547
IDBENCH=78880
IDSOLVER=1211
FILE ID=node141/2698547-1278325637
PBS_JOBID= 11207423
Free space on /tmp= 74180 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.1900670675--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-2698547-1278325637/watcher-2698547-1278325637 -o /tmp/evaluation-result-2698547-1278325637/solver-2698547-1278325637 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698547-1278325637.wbo

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

MD5SUM BENCH= 763c02f50955b910cbe48f7840773e4a
RANDOM SEED=2056767878

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.74
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.839
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.76
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.839
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.839
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.839
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:     32951124 kB
MemFree:      32339012 kB
Buffers:         22160 kB
Cached:         300196 kB
SwapCached:          0 kB
Active:         272040 kB
Inactive:       241628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32339012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:      190936 kB
Mapped:          20252 kB
Slab:            36008 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642264 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= 74180 MiB
End job on node141 at 2010-07-05 12:28:12