Trace number 2694945

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 RES // CP 2.2.0 2010-05-31Wrong Opt. 113.625 62.9825

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563801--soft-66-100-0.wbo
MD5SUM8222df718f0c39737e94bfab6b6fa003
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark29.2616
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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.0.v20100531
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.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694945-1277910864.wbo
0.11/0.10	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.218s.
0.49/0.32	c #vars     1158
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1617
0.49/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 933
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.49/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1617
0.49/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 933
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.85/0.49	c And the winner is Resolution
1.52/1.32	c SATISFIABLE
1.52/1.32	c OPTIMIZING...
1.52/1.32	c Got one! Elapsed wall clock time (in seconds):1.224
1.52/1.32	o 183
1.80/1.41	c And the winner is Resolution
1.87/2.33	c Got one! Elapsed wall clock time (in seconds):2.232
1.87/2.33	o 180
2.11/2.40	c And the winner is Resolution
2.28/3.34	c Got one! Elapsed wall clock time (in seconds):3.241
2.28/3.34	o 153
2.48/3.47	c And the winner is Resolution
2.66/4.35	c Got one! Elapsed wall clock time (in seconds):4.247
2.66/4.35	o 124
2.78/4.47	c And the winner is Resolution
2.92/5.35	c Got one! Elapsed wall clock time (in seconds):5.252
2.92/5.35	o 105
3.03/5.42	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.25/5.59	c And the winner is Resolution
3.50/6.36	c Got one! Elapsed wall clock time (in seconds):6.258
3.50/6.36	o 67
4.25/6.72	c cleaning 4246 clauses out of 8501 with flag 11000/11000
5.44/7.33	c cleaning 5626 clauses out of 11256 with flag 18001/18001
6.82/8.05	c cleaning 6813 clauses out of 13633 with flag 26004/26004
8.86/9.00	c cleaning 7906 clauses out of 15818 with flag 35002/35002
8.86/9.05	c And the winner is Resolution
8.97/9.37	c Got one! Elapsed wall clock time (in seconds):9.269
8.97/9.37	o 49
10.84/10.36	c cleaning 8951 clauses out of 17910 with flag 45000/45000
13.03/11.40	c cleaning 9475 clauses out of 18960 with flag 55001/55001
15.21/12.53	c cleaning 9737 clauses out of 19487 with flag 65003/65003
17.21/13.52	c cleaning 9870 clauses out of 19747 with flag 75000/75000
19.22/14.58	c cleaning 9937 clauses out of 19877 with flag 85000/85000
21.39/15.68	c cleaning 9969 clauses out of 19945 with flag 95005/95005
23.58/16.79	c cleaning 9978 clauses out of 19974 with flag 105003/105003
25.96/17.90	c cleaning 9988 clauses out of 19994 with flag 115001/115001
28.14/19.02	c cleaning 9995 clauses out of 20006 with flag 125001/125001
29.92/19.97	c cleaning 10003 clauses out of 20013 with flag 135003/135003
31.91/20.99	c cleaning 10002 clauses out of 20008 with flag 145001/145001
33.65/21.86	c cleaning 10000 clauses out of 20007 with flag 155002/155002
35.84/22.98	c cleaning 9993 clauses out of 20005 with flag 165000/165000
38.02/24.05	c cleaning 9995 clauses out of 20012 with flag 175000/175000
40.00/25.07	c cleaning 9997 clauses out of 20017 with flag 185000/185000
42.36/26.26	c cleaning 10006 clauses out of 20022 with flag 195002/195002
44.34/27.29	c cleaning 10002 clauses out of 20014 with flag 205000/205000
46.72/28.41	c cleaning 9992 clauses out of 20012 with flag 215000/215000
48.69/29.47	c cleaning 10004 clauses out of 20021 with flag 225001/225001
50.64/30.40	c cleaning 10005 clauses out of 20017 with flag 235001/235001
52.61/31.47	c cleaning 9999 clauses out of 20011 with flag 245000/245000
55.00/32.63	c cleaning 9997 clauses out of 20014 with flag 255002/255002
57.34/33.70	c cleaning 10007 clauses out of 20015 with flag 265000/265000
59.28/34.73	c cleaning 10000 clauses out of 20008 with flag 275000/275000
61.05/35.64	c cleaning 9987 clauses out of 20008 with flag 285000/285000
63.03/36.63	c cleaning 10000 clauses out of 20021 with flag 295000/295000
64.99/37.62	c cleaning 10007 clauses out of 20022 with flag 305001/305001
66.94/38.63	c cleaning 9997 clauses out of 20014 with flag 315000/315000
69.10/39.70	c cleaning 10004 clauses out of 20018 with flag 325001/325001
71.27/40.86	c cleaning 10000 clauses out of 20013 with flag 335000/335000
73.42/41.92	c cleaning 10001 clauses out of 20015 with flag 345002/345002
75.61/43.05	c cleaning 10000 clauses out of 20015 with flag 355003/355003
77.77/44.13	c cleaning 10004 clauses out of 20013 with flag 365001/365001
79.93/45.22	c cleaning 9997 clauses out of 20009 with flag 375001/375001
81.69/46.17	c cleaning 10001 clauses out of 20011 with flag 385000/385000
83.62/47.17	c cleaning 10003 clauses out of 20012 with flag 395002/395002
85.80/48.21	c cleaning 10002 clauses out of 20009 with flag 405002/405002
87.56/49.19	c cleaning 9986 clauses out of 20005 with flag 415000/415000
89.71/50.23	c cleaning 10003 clauses out of 20023 with flag 425004/425004
91.67/51.24	c cleaning 10001 clauses out of 20016 with flag 435000/435000
93.82/52.38	c cleaning 10002 clauses out of 20015 with flag 445000/445000
96.00/53.42	c cleaning 9998 clauses out of 20013 with flag 455000/455000
97.96/54.46	c cleaning 10006 clauses out of 20019 with flag 465004/465004
100.12/55.51	c cleaning 9992 clauses out of 20009 with flag 475000/475000
101.71/56.30	c cleaning 0 clauses out of 5001 with flag 0/5001
102.77/56.83	c cleaning 10003 clauses out of 20020 with flag 485003/485003
104.94/57.94	c cleaning 9999 clauses out of 20014 with flag 495000/495000
107.47/59.29	c cleaning 10004 clauses out of 20017 with flag 505002/505002
109.84/60.47	c cleaning 9999 clauses out of 20012 with flag 515001/515001
112.00/61.60	c cleaning 10005 clauses out of 20014 with flag 525002/525002
113.13/62.12	c And the winner is Resolution
113.54/62.96	c starts		: 160
113.54/62.96	c conflicts		: 529275
113.54/62.96	c decisions		: 906016
113.54/62.96	c propagations		: 30505103
113.54/62.96	c inspects		: 360453867
113.54/62.96	c learnt literals	: 6
113.54/62.96	c learnt binary clauses	: 36
113.54/62.96	c learnt ternary clauses	: 517
113.54/62.96	c learnt clauses	: 529268
113.54/62.96	c ignored clauses	: 0
113.54/62.96	c root simplifications	: 0
113.54/62.96	c removed literals (reason simplification)	: 3104008
113.54/62.96	c reason swapping (by a shorter reason)	: 0
113.54/62.96	c Calls to reduceDB	: 54
113.54/62.96	c number of reductions to clauses (during analyze)	: 0
113.54/62.96	c number of learned constraints concerned by reduction	: 0
113.54/62.96	c number of learning phase by resolution	: 0
113.54/62.96	c number of learning phase by cutting planes	: 0
113.54/62.96	c speed (assignments/second)	: 569231.2558313118
113.54/62.96	c non guided choices	1398
113.54/62.96	c learnt constraints type 
113.54/62.96	c constraints type 
113.54/62.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1617
113.54/62.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 933
113.54/62.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
113.54/62.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
113.54/62.96	c constraints type 
113.54/62.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
113.54/62.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1617
113.54/62.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 933
113.54/62.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
113.54/62.96	s OPTIMUM FOUND
113.54/62.96	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 
113.54/62.96	c objective function=49
113.54/62.96	c Total wall clock time (in seconds): 62.862

Verifier Data

OK	49

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694945-1277910864/watcher-2694945-1277910864 -o /tmp/evaluation-result-2694945-1277910864/solver-2694945-1277910864 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694945-1277910864.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12330
/proc/meminfo: memFree=31453480/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1832 CPUtime=0
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4194304 431 0 0 0 0 0 0 0 25 0 1 0 132382816 1875968 160 4089446400 134512640 134550932 4291438080 18446744073709551615 4178516 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/12330/statm: 458 160 123 10 0 63 0

[startup+0.0157101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12330
/proc/meminfo: memFree=31453480/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1521496 CPUtime=0
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 2813 0 1 0 0 0 0 0 25 0 10 0 132382816 1558011904 2256 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 380374 2256 519 10 0 378085 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1521496

[startup+0.100755 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12330
/proc/meminfo: memFree=31453480/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1529928 CPUtime=0.11
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 5248 0 1 0 10 1 0 0 25 0 18 0 132382816 1566646272 4685 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 382482 4686 1346 10 0 379785 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529928

[startup+0.300722 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12330
/proc/meminfo: memFree=31453480/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1531920 CPUtime=0.49
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 8663 0 1 0 48 1 0 0 25 0 18 0 132382816 1568686080 7955 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 382980 7958 1395 10 0 380283 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1531920

[startup+0.700593 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12330
/proc/meminfo: memFree=31453480/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1538468 CPUtime=1.52
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 13543 0 1 0 149 3 0 0 25 0 20 0 132382816 1575391232 11176 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 384617 11176 1425 10 0 381920 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1538468

[startup+1.50146 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 12352
/proc/meminfo: memFree=31415076/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1538468 CPUtime=1.87
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 15979 0 1 0 184 3 0 0 25 0 20 0 132382816 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 384617 13554 1433 10 0 381920 0
[pid=12330/tid=12332] ppid=12328 vsize=1538468 CPUtime=0.3
/proc/12330/task/12332/stat : 12332 (java) S 12328 12330 11304 0 -1 4202560 7000 0 1 0 29 1 0 0 19 0 20 0 132382816 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12333] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12328 12330 11304 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12334] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12335] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12328 12330 11304 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12336] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12336/stat : 12336 (java) S 12328 12330 11304 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12337] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12338] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12339] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132382818 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 132382818 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382818 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1538468 CPUtime=0.5
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1046 0 0 0 50 0 0 0 19 0 20 0 132382820 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1538468 CPUtime=0.53
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 3201 0 0 0 53 0 0 0 19 0 20 0 132382820 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132382820 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 132382851 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382851 1575391232 13554 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1538468

[startup+3.10125 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 12354
/proc/meminfo: memFree=31404908/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1538468 CPUtime=2.28
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 19382 0 1 0 225 3 0 0 25 0 20 0 132382816 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 384617 16748 1433 10 0 381920 0
[pid=12330/tid=12332] ppid=12328 vsize=1538468 CPUtime=0.31
/proc/12330/task/12332/stat : 12332 (java) S 12328 12330 11304 0 -1 4202560 7103 0 1 0 30 1 0 0 19 0 20 0 132382816 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12333] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12328 12330 11304 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12334] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12335] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12328 12330 11304 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12336] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12336/stat : 12336 (java) S 12328 12330 11304 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12337] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12338] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12339] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 132382817 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 132382818 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 132382818 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382818 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1538468 CPUtime=0.61
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1075 0 0 0 61 0 0 0 17 0 20 0 132382820 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1538468 CPUtime=0.7
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 3434 0 0 0 70 0 0 0 17 0 20 0 132382820 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132382820 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 132382851 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1538468 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382851 1575391232 16748 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1538468
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 2.16 2.03 2.01 4/200 12362
/proc/meminfo: memFree=31320580/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1540260 CPUtime=3.5
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 41454 0 1 0 344 6 0 0 25 0 20 0 132382816 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 385065 37806 1451 10 0 382368 0
[pid=12330/tid=12332] ppid=12328 vsize=1540260 CPUtime=0.32
/proc/12330/task/12332/stat : 12332 (java) S 12328 12330 11304 0 -1 4202560 7308 0 1 0 31 1 0 0 19 0 20 0 132382816 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12333] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12328 12330 11304 0 -1 4202560 258 0 0 0 0 0 0 0 16 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12334] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12328 12330 11304 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12335] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12328 12330 11304 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12336] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12336/stat : 12336 (java) S 12328 12330 11304 0 -1 4202560 181 0 0 0 0 0 0 0 16 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12337] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12328 12330 11304 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12338] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12328 12330 11304 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12339] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 563 0 0 0 0 0 0 0 18 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 269 0 0 0 0 0 0 0 18 0 20 0 132382817 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1540260 CPUtime=0.01
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 872 0 0 0 1 0 0 0 15 0 20 0 132382818 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132382818 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 132382818 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1540260 CPUtime=0.69
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1326 0 0 0 69 0 0 0 15 0 20 0 132382820 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1540260 CPUtime=0.88
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 4584 0 0 0 88 0 0 0 15 0 20 0 132382820 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 132382820 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 132382851 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1540260 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382851 1577226240 37806 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1540260
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 2.23 2.05 2.02 4/200 12366

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

/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 1470 0 0 0 21 2 0 0 16 0 22 0 132382817 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 3 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1541284 CPUtime=0.19
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 1260 0 0 0 18 1 0 0 15 0 22 0 132382817 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1541284 CPUtime=2.82
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 3035 0 0 0 280 2 0 0 15 0 22 0 132382818 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 132382818 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 132382818 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 132382820 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1541284 CPUtime=0.78
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1351 0 0 0 78 0 0 0 16 0 22 0 132382820 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1541284 CPUtime=1.46
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 7141 0 0 0 146 0 0 0 16 0 22 0 132382820 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 132382820 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 132382820 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 132382851 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 132382851 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
[pid=12330/tid=12365] ppid=12328 vsize=1541284 CPUtime=48.26
/proc/12330/task/12365/stat : 12365 (java) R 12328 12330 11304 0 -1 4202560 91 0 0 0 4826 0 0 0 25 0 22 0 132383753 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4109346209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12330/tid=12366] ppid=12328 vsize=1541284 CPUtime=48.24
/proc/12330/task/12366/stat : 12366 (java) R 12328 12330 11304 0 -1 4202560 97 0 0 0 4824 0 0 0 25 0 22 0 132383753 1578274816 54208 4089446400 134512640 134550932 4291438080 18446744073709551615 4109427256 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 110.37
Current children cumulated vsize (KiB) 1541284

[startup+62.3012 s]
/proc/loadavg: 2.66 2.19 2.06 4/200 12368
/proc/meminfo: memFree=31234928/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1541284 CPUtime=113.22
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 61342 0 1 0 11297 25 0 0 25 0 20 0 132382816 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 385321 54623 1451 10 0 382624 0
[pid=12330/tid=12332] ppid=12328 vsize=1541284 CPUtime=0.32
/proc/12330/task/12332/stat : 12332 (java) S 12328 12330 11304 0 -1 4202560 7312 0 1 0 31 1 0 0 15 0 20 0 132382816 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12333] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12333/stat : 12333 (java) S 12328 12330 11304 0 -1 4202560 1570 0 0 0 21 1 0 0 15 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12334] ppid=12328 vsize=1541284 CPUtime=0.26
/proc/12330/task/12334/stat : 12334 (java) S 12328 12330 11304 0 -1 4202560 1275 0 0 0 24 2 0 0 16 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
[pid=12330/tid=12335] ppid=12328 vsize=1541284 CPUtime=0.2
/proc/12330/task/12335/stat : 12335 (java) S 12328 12330 11304 0 -1 4202560 1139 0 0 0 18 2 0 0 15 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12336] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12336/stat : 12336 (java) S 12328 12330 11304 0 -1 4202560 1720 0 0 0 20 2 0 0 15 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12337] ppid=12328 vsize=1541284 CPUtime=0.18
/proc/12330/task/12337/stat : 12337 (java) S 12328 12330 11304 0 -1 4202560 1334 0 0 0 17 1 0 0 15 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12338] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12338/stat : 12338 (java) S 12328 12330 11304 0 -1 4202560 1331 0 0 0 21 1 0 0 15 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12339] ppid=12328 vsize=1541284 CPUtime=0.23
/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 1492 0 0 0 21 2 0 0 15 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 3 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1541284 CPUtime=0.2
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 1309 0 0 0 19 1 0 0 16 0 20 0 132382817 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1541284 CPUtime=2.89
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 3132 0 0 0 287 2 0 0 15 0 20 0 132382818 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132382818 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 132382818 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1541284 CPUtime=0.78
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1351 0 0 0 78 0 0 0 16 0 20 0 132382820 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1541284 CPUtime=1.46
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 7141 0 0 0 146 0 0 0 16 0 20 0 132382820 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 132382820 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 132382851 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382851 1578274816 54623 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 113.22
Current children cumulated vsize (KiB) 1541284

[startup+62.7071 s]
/proc/loadavg: 2.66 2.19 2.06 3/198 12368
/proc/meminfo: memFree=31234448/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1541284 CPUtime=113.34
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 61343 0 1 0 11309 25 0 0 25 0 20 0 132382816 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 385321 54624 1451 10 0 382624 0
[pid=12330/tid=12332] ppid=12328 vsize=1541284 CPUtime=0.44
/proc/12330/task/12332/stat : 12332 (java) R 12328 12330 11304 0 -1 4202560 7313 0 1 0 43 1 0 0 16 0 20 0 132382816 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4109136674 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12330/tid=12333] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12333/stat : 12333 (java) S 12328 12330 11304 0 -1 4202560 1570 0 0 0 21 1 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12334] ppid=12328 vsize=1541284 CPUtime=0.26
/proc/12330/task/12334/stat : 12334 (java) S 12328 12330 11304 0 -1 4202560 1275 0 0 0 24 2 0 0 16 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
[pid=12330/tid=12335] ppid=12328 vsize=1541284 CPUtime=0.2
/proc/12330/task/12335/stat : 12335 (java) S 12328 12330 11304 0 -1 4202560 1139 0 0 0 18 2 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12336] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12336/stat : 12336 (java) S 12328 12330 11304 0 -1 4202560 1720 0 0 0 20 2 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12337] ppid=12328 vsize=1541284 CPUtime=0.18
/proc/12330/task/12337/stat : 12337 (java) S 12328 12330 11304 0 -1 4202560 1334 0 0 0 17 1 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12338] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12338/stat : 12338 (java) S 12328 12330 11304 0 -1 4202560 1331 0 0 0 21 1 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12339] ppid=12328 vsize=1541284 CPUtime=0.23
/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 1492 0 0 0 21 2 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 3 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1541284 CPUtime=0.2
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 1309 0 0 0 19 1 0 0 16 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1541284 CPUtime=2.89
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 3132 0 0 0 287 2 0 0 15 0 20 0 132382818 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132382818 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 132382818 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1541284 CPUtime=0.79
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1351 0 0 0 79 0 0 0 15 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1541284 CPUtime=1.46
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 7141 0 0 0 146 0 0 0 15 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 132382851 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382851 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 113.34
Current children cumulated vsize (KiB) 1541284

[startup+62.9011 s]
/proc/loadavg: 2.66 2.19 2.06 3/198 12368
/proc/meminfo: memFree=31234448/32950928 swapFree=67111528/67111528
[pid=12330] ppid=12328 vsize=1541284 CPUtime=113.54
/proc/12330/stat : 12330 (java) S 12328 12330 11304 0 -1 4202496 61343 0 1 0 11329 25 0 0 25 0 20 0 132382816 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12330/statm: 385321 54624 1451 10 0 382624 0
[pid=12330/tid=12332] ppid=12328 vsize=1541284 CPUtime=0.63
/proc/12330/task/12332/stat : 12332 (java) R 12328 12330 11304 0 -1 4202560 7313 0 1 0 62 1 0 0 16 0 20 0 132382816 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4108941025 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12330/tid=12333] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12333/stat : 12333 (java) S 12328 12330 11304 0 -1 4202560 1570 0 0 0 21 1 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12334] ppid=12328 vsize=1541284 CPUtime=0.26
/proc/12330/task/12334/stat : 12334 (java) S 12328 12330 11304 0 -1 4202560 1275 0 0 0 24 2 0 0 16 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
[pid=12330/tid=12335] ppid=12328 vsize=1541284 CPUtime=0.2
/proc/12330/task/12335/stat : 12335 (java) S 12328 12330 11304 0 -1 4202560 1139 0 0 0 18 2 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12336] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12336/stat : 12336 (java) S 12328 12330 11304 0 -1 4202560 1720 0 0 0 20 2 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12337] ppid=12328 vsize=1541284 CPUtime=0.18
/proc/12330/task/12337/stat : 12337 (java) S 12328 12330 11304 0 -1 4202560 1334 0 0 0 17 1 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 1 0 0 0
[pid=12330/tid=12338] ppid=12328 vsize=1541284 CPUtime=0.22
/proc/12330/task/12338/stat : 12338 (java) S 12328 12330 11304 0 -1 4202560 1331 0 0 0 21 1 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12339] ppid=12328 vsize=1541284 CPUtime=0.23
/proc/12330/task/12339/stat : 12339 (java) S 12328 12330 11304 0 -1 4202560 1492 0 0 0 21 2 0 0 15 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 3 0 0 0
[pid=12330/tid=12340] ppid=12328 vsize=1541284 CPUtime=0.2
/proc/12330/task/12340/stat : 12340 (java) S 12328 12330 11304 0 -1 4202560 1309 0 0 0 19 1 0 0 16 0 20 0 132382817 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12341] ppid=12328 vsize=1541284 CPUtime=2.89
/proc/12330/task/12341/stat : 12341 (java) S 12328 12330 11304 0 -1 4202560 3132 0 0 0 287 2 0 0 15 0 20 0 132382818 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 0 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12342] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12342/stat : 12342 (java) S 12328 12330 11304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 132382818 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12343] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12343/stat : 12343 (java) S 12328 12330 11304 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 132382818 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12344] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12344/stat : 12344 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12345] ppid=12328 vsize=1541284 CPUtime=0.79
/proc/12330/task/12345/stat : 12345 (java) S 12328 12330 11304 0 -1 4202560 1351 0 0 0 79 0 0 0 15 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12346] ppid=12328 vsize=1541284 CPUtime=1.46
/proc/12330/task/12346/stat : 12346 (java) S 12328 12330 11304 0 -1 4202560 7141 0 0 0 146 0 0 0 15 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 2 0 0 0
[pid=12330/tid=12347] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12347/stat : 12347 (java) S 12328 12330 11304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 4 0 0 0
[pid=12330/tid=12348] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12348/stat : 12348 (java) S 12328 12330 11304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 132382820 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 0 0 0 0
[pid=12330/tid=12351] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12351/stat : 12351 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 132382851 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 6 0 0 0
[pid=12330/tid=12352] ppid=12328 vsize=1541284 CPUtime=0
/proc/12330/task/12352/stat : 12352 (java) S 12328 12330 11304 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 132382851 1578274816 54624 4089446400 134512640 134550932 4291438080 18446744073709551615 4294960144 0 4 0 16800975 18446604453941177152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 113.54
Current children cumulated vsize (KiB) 1541284

Child status: 30
Real time (s): 62.9825
CPU time (s): 113.625
CPU user time (s): 113.357
CPU system time (s): 0.267959
CPU usage (%): 180.407
Max. virtual memory (cumulated for all children) (KiB): 1543332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.357
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61349
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= 6348
involuntary context switches= 50387

runsolver used 0.124981 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 17:14:25
IDJOB=2694945
IDBENCH=78981
IDSOLVER=1207
FILE ID=node126/2694945-1277910864
PBS_JOBID= 11197216
Free space on /tmp= 74184 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563801--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694945-1277910864/watcher-2694945-1277910864 -o /tmp/evaluation-result-2694945-1277910864/solver-2694945-1277910864 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694945-1277910864.wbo

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

MD5SUM BENCH= 8222df718f0c39737e94bfab6b6fa003
RANDOM SEED=301663142

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31453892 kB
Buffers:        193200 kB
Cached:         924144 kB
SwapCached:          0 kB
Active:         701796 kB
Inactive:       653948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31453892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:      238840 kB
Mapped:          17676 kB
Slab:            77824 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   397532 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= 74184 MiB
End job on node126 at 2010-06-30 17:15:28