Trace number 2661745

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 88.0476 48.4043

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=43-P2=127-P3=89-P4=59-P5=127-P6=43-P7=127-P8=67-P9=17-B.opb
MD5SUMbc362e080dfd9e6c883df7eeb6006e66
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.764882
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661745-1276648484.opb
0.25/0.21	c reading problem ... 
0.56/0.42	c ... done. Wall clock time 0.216s.
0.56/0.42	c #vars     630
0.56/0.42	c #constraints  910
0.56/0.42	c constraints type 
0.56/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
0.56/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
0.56/0.42	c constraints type 
0.56/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.56/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
6.33/3.34	c cleaning 2500 clauses out of 5000 with flag 5000/5000
8.49/4.46	c cleaning 4245 clauses out of 8501 with flag 11001/11001
11.43/5.92	c cleaning 5623 clauses out of 11256 with flag 18001/18001
15.12/7.84	c cleaning 6812 clauses out of 13632 with flag 26000/26000
18.70/9.67	c cleaning 7905 clauses out of 15818 with flag 35000/35000
22.39/11.50	c cleaning 8957 clauses out of 17913 with flag 45000/45000
25.30/13.03	c cleaning 9478 clauses out of 18957 with flag 55001/55001
28.78/14.87	c cleaning 9737 clauses out of 19478 with flag 65001/65001
32.25/16.60	c cleaning 9868 clauses out of 19739 with flag 75000/75000
34.54/17.89	c cleaning 9936 clauses out of 19873 with flag 85002/85002
37.64/19.43	c cleaning 9965 clauses out of 19936 with flag 95001/95001
40.53/20.99	c cleaning 9979 clauses out of 19970 with flag 105000/105000
43.38/22.40	c cleaning 9985 clauses out of 19992 with flag 115001/115001
43.50/22.53	c And the winner is Resolution
43.57/22.60	c SATISFIABLE
43.57/22.60	c OPTIMIZING...
43.57/22.60	c Got one! Elapsed wall clock time (in seconds):22.391
43.57/22.60	o 67
46.15/23.96	c cleaning 9985 clauses out of 20006 with flag 125000/125000
47.86/24.86	c cleaning 0 clauses out of 5001 with flag 0/5001
51.12/26.55	c cleaning 10010 clauses out of 20020 with flag 135000/135000
52.37/27.25	c And the winner is Resolution
52.50/27.70	c Got one! Elapsed wall clock time (in seconds):27.498
52.50/27.70	o 65
54.08/28.52	c cleaning 9999 clauses out of 20011 with flag 145001/145001
56.55/29.80	c And the winner is Resolution
56.60/30.71	c Got one! Elapsed wall clock time (in seconds):30.507
56.60/30.71	o 3
57.16/31.02	c cleaning 9995 clauses out of 20014 with flag 155003/155003
60.43/32.70	c cleaning 9998 clauses out of 20016 with flag 165000/165000
63.68/34.50	c cleaning 10008 clauses out of 20018 with flag 175000/175000
67.49/36.49	c cleaning 10002 clauses out of 20010 with flag 185001/185001
71.36/38.49	c cleaning 10001 clauses out of 20008 with flag 195001/195001
75.19/40.49	c cleaning 10002 clauses out of 20007 with flag 205001/205001
79.24/42.55	c cleaning 10000 clauses out of 20005 with flag 215001/215001
82.64/44.34	c cleaning 9997 clauses out of 20004 with flag 225000/225000
86.87/46.50	c cleaning 10002 clauses out of 20007 with flag 235001/235001
87.34/46.86	c And the winner is Resolution
87.95/48.35	c starts		: 121
87.95/48.35	c conflicts		: 236398
87.95/48.35	c decisions		: 248937
87.95/48.35	c propagations		: 4012612
87.95/48.35	c inspects		: 118502485
87.95/48.35	c learnt literals	: 15
87.95/48.35	c learnt binary clauses	: 56
87.95/48.35	c learnt ternary clauses	: 191
87.95/48.35	c learnt clauses	: 236382
87.95/48.35	c ignored clauses	: 0
87.95/48.35	c root simplifications	: 0
87.95/48.35	c removed literals (reason simplification)	: 5542026
87.95/48.35	c reason swapping (by a shorter reason)	: 0
87.95/48.35	c Calls to reduceDB	: 25
87.95/48.35	c number of reductions to clauses (during analyze)	: 0
87.95/48.35	c number of learned constraints concerned by reduction	: 0
87.95/48.35	c number of learning phase by resolution	: 0
87.95/48.35	c number of learning phase by cutting planes	: 0
87.95/48.35	c speed (assignments/second)	: 227536.83016728095
87.95/48.35	c non guided choices	2894
87.95/48.35	c learnt constraints type 
87.95/48.35	c constraints type 
87.95/48.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
87.95/48.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
87.95/48.35	c constraints type 
87.95/48.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
87.95/48.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
87.95/48.35	s OPTIMUM FOUND
87.95/48.35	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 
87.95/48.35	c objective function=3
87.95/48.35	c Total wall clock time (in seconds): 48.147

Verifier Data

OK	3

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.26 1.20 1.08 3/106 6815
/proc/meminfo: memFree=1634268/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=13164 CPUtime=0
/proc/6815/stat : 6815 (java) R 6813 6815 6179 0 -1 4194304 594 0 0 0 0 0 0 0 19 0 1 0 40452111 13479936 254 1992294400 134512640 134550932 4289128640 18446744073709551615 2639483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6815/statm: 3291 259 140 10 0 1121 0

[startup+0.0955279 s]
/proc/loadavg: 1.26 1.20 1.08 3/106 6815
/proc/meminfo: memFree=1634268/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1524180 CPUtime=0.08
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 3962 0 1 0 6 2 0 0 19 0 12 0 40452111 1560760320 3402 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.10153 s]
/proc/loadavg: 1.26 1.20 1.08 3/106 6815
/proc/meminfo: memFree=1634268/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1524180 CPUtime=0.09
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 3999 0 1 0 7 2 0 0 19 0 12 0 40452111 1560760320 3439 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 381045 3439 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300027 s]
/proc/loadavg: 1.26 1.20 1.08 3/106 6815
/proc/meminfo: memFree=1634268/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1526244 CPUtime=0.38
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 5385 0 1 0 35 3 0 0 19 0 12 0 40452111 1562873856 4823 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 381561 4823 1363 10 0 378864 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526244

[startup+0.700027 s]
/proc/loadavg: 1.26 1.20 1.08 3/106 6815
/proc/meminfo: memFree=1634268/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1531532 CPUtime=1.15
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 7580 0 1 0 112 3 0 0 19 0 16 0 40452111 1568288768 6807 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 382883 6807 1409 10 0 380186 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1531532

[startup+1.50103 s]
/proc/loadavg: 1.26 1.20 1.08 5/122 6831
/proc/meminfo: memFree=1608968/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1532064 CPUtime=2.74
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 10593 0 1 0 270 4 0 0 19 0 16 0 40452111 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 383016 9409 1420 10 0 380319 0
[pid=6815/tid=6817] ppid=6813 vsize=1532064 CPUtime=0.4
/proc/6815/task/6817/stat : 6817 (java) S 6813 6815 6179 0 -1 4202560 4151 0 1 0 38 2 0 0 18 0 16 0 40452112 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 40452114 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 40452114 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 40452115 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 16 0 40452116 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 40452116 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40452120 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1532064 CPUtime=0.61
/proc/6815/task/6824/stat : 6824 (java) R 6813 6815 6179 0 -1 4202560 1129 0 0 0 61 0 0 0 25 0 16 0 40452120 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 103979283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1532064 CPUtime=0.26
/proc/6815/task/6825/stat : 6825 (java) R 6813 6815 6179 0 -1 4202560 1266 0 0 0 26 0 0 0 25 0 16 0 40452120 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 105954037 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40452120 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40452120 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6828] ppid=6813 vsize=1532064 CPUtime=0.53
/proc/6815/task/6828/stat : 6828 (java) R 6813 6815 6179 0 -1 4202560 476 0 0 0 53 0 0 0 19 0 16 0 40452154 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4109563750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6829] ppid=6813 vsize=1532064 CPUtime=0.9
/proc/6815/task/6829/stat : 6829 (java) R 6813 6815 6179 0 -1 4202560 2498 0 0 0 90 0 0 0 19 0 16 0 40452154 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 103615333 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1532064 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1568833536 9409 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1532064

[startup+3.10102 s]
/proc/loadavg: 1.26 1.20 1.08 5/122 6831
/proc/meminfo: memFree=1577224/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1542288 CPUtime=5.93
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 25843 0 1 0 567 26 0 0 19 0 16 0 40452111 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385572 20035 1424 10 0 382875 0
[pid=6815/tid=6817] ppid=6813 vsize=1542288 CPUtime=0.4
/proc/6815/task/6817/stat : 6817 (java) S 6813 6815 6179 0 -1 4202560 4151 0 1 0 38 2 0 0 18 0 16 0 40452112 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 40452114 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 40452114 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1542288 CPUtime=0.26
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 2 0 0 0 12 14 0 0 18 0 16 0 40452115 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 16 0 40452116 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 40452116 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40452120 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1542288 CPUtime=0.86
/proc/6815/task/6824/stat : 6824 (java) R 6813 6815 6179 0 -1 4202560 1854 0 0 0 86 0 0 0 21 0 16 0 40452120 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 103981623 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1542288 CPUtime=1.56
/proc/6815/task/6825/stat : 6825 (java) R 6813 6815 6179 0 -1 4202560 7780 0 0 0 152 4 0 0 18 0 16 0 40452120 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 103981817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40452120 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40452120 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6828] ppid=6813 vsize=1542288 CPUtime=1.58
/proc/6815/task/6828/stat : 6828 (java) R 6813 6815 6179 0 -1 4202560 5188 0 0 0 156 2 0 0 16 0 16 0 40452154 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4109816322 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6829] ppid=6813 vsize=1542288 CPUtime=1.2
/proc/6815/task/6829/stat : 6829 (java) R 6813 6815 6179 0 -1 4202560 5797 0 0 0 119 1 0 0 19 0 16 0 40452154 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 103475568 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1542288 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1579302912 20035 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1542288

[startup+6.30102 s]
/proc/loadavg: 1.64 1.27 1.10 5/122 6831
/proc/meminfo: memFree=1483976/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1542864 CPUtime=12.17
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 49405 0 1 0 1180 37 0 0 19 0 16 0 40452111 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385716 40446 1448 10 0 383019 0
[pid=6815/tid=6817] ppid=6813 vsize=1542864 CPUtime=0.4
/proc/6815/task/6817/stat : 6817 (java) S 6813 6815 6179 0 -1 4202560 4151 0 1 0 38 2 0 0 15 0 16 0 40452112 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1542864 CPUtime=0.04
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 1107 0 0 0 4 0 0 0 16 0 16 0 40452114 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1542864 CPUtime=0.02
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 507 0 0 0 2 0 0 0 16 0 16 0 40452114 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1542864 CPUtime=0.36
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 1429 0 0 0 21 15 0 0 16 0 16 0 40452115 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 40452116 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40452116 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40452120 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1542864 CPUtime=1.34
/proc/6815/task/6824/stat : 6824 (java) R 6813 6815 6179 0 -1 4202560 1905 0 0 0 134 0 0 0 21 0 16 0 40452120 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 105580538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1542864 CPUtime=3.1
/proc/6815/task/6825/stat : 6825 (java) R 6813 6815 6179 0 -1 4202560 11260 0 0 0 305 5 0 0 16 0 16 0 40452120 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 104163168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40452120 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40452120 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6828] ppid=6813 vsize=1542864 CPUtime=4.22
/proc/6815/task/6828/stat : 6828 (java) R 6813 6815 6179 0 -1 4202560 8803 0 0 0 418 4 0 0 17 0 16 0 40452154 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4110221309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6829] ppid=6813 vsize=1542864 CPUtime=2.6
/proc/6815/task/6829/stat : 6829 (java) R 6813 6815 6179 0 -1 4202560 19174 0 0 0 253 7 0 0 19 0 16 0 40452154 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4109847360 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1542864 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1579892736 40446 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 1542864

[startup+12.702 s]
/proc/loadavg: 1.75 1.30 1.11 3/122 6831
/proc/meminfo: memFree=1439832/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1542344 CPUtime=24.7
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 60662 0 1 0 2429 41 0 0 19 0 16 0 40452111 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385586 49723 1448 10 0 382889 0
[pid=6815/tid=6817] ppid=6813 vsize=1542344 CPUtime=0.4
/proc/6815/task/6817/stat : 6817 (java) S 6813 6815 6179 0 -1 4202560 4151 0 1 0 38 2 0 0 15 0 16 0 40452112 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1542344 CPUtime=0.14
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 2931 0 0 0 13 1 0 0 15 0 16 0 40452114 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1542344 CPUtime=0.13
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 2265 0 0 0 13 0 0 0 16 0 16 0 40452114 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1542344 CPUtime=0.56
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 2934 0 0 0 41 15 0 0 15 0 16 0 40452115 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 40452116 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40452116 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40452120 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1542344 CPUtime=1.43
/proc/6815/task/6824/stat : 6824 (java) S 6813 6815 6179 0 -1 4202560 1907 0 0 0 143 0 0 0 17 0 16 0 40452120 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1542344 CPUtime=3.82
/proc/6815/task/6825/stat : 6825 (java) S 6813 6815 6179 0 -1 4202560 12864 0 0 0 377 5 0 0 15 0 16 0 40452120 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40452120 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40452120 1579360256 49723 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0

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

[pid=6815/tid=6820] ppid=6813 vsize=1543368 CPUtime=2.92
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 3839 0 0 0 262 30 0 0 16 0 16 0 40452115 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 40452116 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40452116 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1543368 CPUtime=1.46
/proc/6815/task/6824/stat : 6824 (java) S 6813 6815 6179 0 -1 4202560 1907 0 0 0 146 0 0 0 16 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1543368 CPUtime=4.44
/proc/6815/task/6825/stat : 6825 (java) S 6813 6815 6179 0 -1 4202560 13954 0 0 0 438 6 0 0 15 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6838] ppid=6813 vsize=1543368 CPUtime=12.54
/proc/6815/task/6838/stat : 6838 (java) R 6813 6815 6179 0 -1 4202560 13 0 0 0 1254 0 0 0 25 0 16 0 40455183 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4110016055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6839] ppid=6813 vsize=1543368 CPUtime=12.64
/proc/6815/task/6839/stat : 6839 (java) R 6813 6815 6179 0 -1 4202560 8 0 0 0 1264 0 0 0 25 0 16 0 40455183 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4110231416 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.31
Current children cumulated vsize (KiB) 1543368

[startup+46.302 s]
/proc/loadavg: 2.05 1.43 1.16 3/122 6839
/proc/meminfo: memFree=1410444/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1543368 CPUtime=86.47
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 69335 0 1 0 8585 62 0 0 19 0 16 0 40452111 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385842 57033 1449 10 0 383145 0
[pid=6815/tid=6817] ppid=6813 vsize=1543368 CPUtime=0.41
/proc/6815/task/6817/stat : 6817 (java) S 6813 6815 6179 0 -1 4202560 4153 0 1 0 39 2 0 0 15 0 16 0 40452112 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1543368 CPUtime=0.71
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 6220 0 0 0 68 3 0 0 15 0 16 0 40452114 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1543368 CPUtime=0.7
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 5587 0 0 0 67 3 0 0 16 0 16 0 40452114 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1543368 CPUtime=2.92
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 3839 0 0 0 262 30 0 0 15 0 16 0 40452115 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 40452116 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40452116 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1543368 CPUtime=1.46
/proc/6815/task/6824/stat : 6824 (java) S 6813 6815 6179 0 -1 4202560 1907 0 0 0 146 0 0 0 16 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1543368 CPUtime=4.44
/proc/6815/task/6825/stat : 6825 (java) S 6813 6815 6179 0 -1 4202560 13954 0 0 0 438 6 0 0 15 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 40452120 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1543368 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 40452155 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6838] ppid=6813 vsize=1543368 CPUtime=14.08
/proc/6815/task/6838/stat : 6838 (java) R 6813 6815 6179 0 -1 4202560 15 0 0 0 1408 0 0 0 25 0 16 0 40455183 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4159991719 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6839] ppid=6813 vsize=1543368 CPUtime=14.2
/proc/6815/task/6839/stat : 6839 (java) R 6813 6815 6179 0 -1 4202560 8 0 0 0 1420 0 0 0 25 0 16 0 40455183 1580408832 57033 1992294400 134512640 134550932 4289128640 18446744073709551615 4109990787 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 86.47
Current children cumulated vsize (KiB) 1543368

[startup+47.102 s]
/proc/loadavg: 2.05 1.43 1.16 3/122 6839
/proc/meminfo: memFree=1410444/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1542344 CPUtime=87.47
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 69336 0 1 0 8685 62 0 0 19 0 14 0 40452111 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385586 56777 1449 10 0 382889 0
[pid=6815/tid=6817] ppid=6813 vsize=1542344 CPUtime=0.41
/proc/6815/task/6817/stat : 6817 (java) S 6813 6815 6179 0 -1 4202560 4153 0 1 0 39 2 0 0 15 0 14 0 40452112 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1542344 CPUtime=0.72
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 6220 0 0 0 69 3 0 0 15 0 14 0 40452114 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1542344 CPUtime=0.7
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 5587 0 0 0 67 3 0 0 16 0 14 0 40452114 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1542344 CPUtime=3.05
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 3839 0 0 0 275 30 0 0 16 0 14 0 40452115 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 40452116 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40452116 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40452120 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1542344 CPUtime=1.46
/proc/6815/task/6824/stat : 6824 (java) S 6813 6815 6179 0 -1 4202560 1907 0 0 0 146 0 0 0 16 0 14 0 40452120 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1542344 CPUtime=4.44
/proc/6815/task/6825/stat : 6825 (java) S 6813 6815 6179 0 -1 4202560 13954 0 0 0 438 6 0 0 15 0 14 0 40452120 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40452120 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 40452120 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40452155 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40452155 1579360256 56777 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.47
Current children cumulated vsize (KiB) 1542344

[startup+47.901 s]
/proc/loadavg: 2.05 1.43 1.16 1/120 6839
/proc/meminfo: memFree=1410956/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1542344 CPUtime=87.54
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 69337 0 1 0 8692 62 0 0 19 0 14 0 40452111 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385586 56778 1449 10 0 382889 0
[pid=6815/tid=6817] ppid=6813 vsize=1542344 CPUtime=0.45
/proc/6815/task/6817/stat : 6817 (java) R 6813 6815 6179 0 -1 4202560 4154 0 1 0 43 2 0 0 16 0 14 0 40452112 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4109686492 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1542344 CPUtime=0.72
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 6220 0 0 0 69 3 0 0 15 0 14 0 40452114 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1542344 CPUtime=0.7
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 5587 0 0 0 67 3 0 0 16 0 14 0 40452114 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1542344 CPUtime=3.05
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 3839 0 0 0 275 30 0 0 15 0 14 0 40452115 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 40452116 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40452116 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1542344 CPUtime=1.48
/proc/6815/task/6824/stat : 6824 (java) R 6813 6815 6179 0 -1 4202560 1907 0 0 0 148 0 0 0 15 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 106262462 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1542344 CPUtime=4.44
/proc/6815/task/6825/stat : 6825 (java) S 6813 6815 6179 0 -1 4202560 13954 0 0 0 438 6 0 0 15 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) S 6813 6815 6179 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40452155 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40452155 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.54
Current children cumulated vsize (KiB) 1542344

[startup+48.302 s]
/proc/loadavg: 1.97 1.42 1.16 2/120 6839
/proc/meminfo: memFree=1410956/2059040 swapFree=4140048/4192956
[pid=6815] ppid=6813 vsize=1542344 CPUtime=87.95
/proc/6815/stat : 6815 (java) S 6813 6815 6179 0 -1 4202496 69337 0 1 0 8733 62 0 0 19 0 14 0 40452111 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6815/statm: 385586 56778 1449 10 0 382889 0
[pid=6815/tid=6817] ppid=6813 vsize=1542344 CPUtime=0.86
/proc/6815/task/6817/stat : 6817 (java) R 6813 6815 6179 0 -1 4202560 4154 0 1 0 84 2 0 0 16 0 14 0 40452112 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4109686497 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6815/tid=6818] ppid=6813 vsize=1542344 CPUtime=0.72
/proc/6815/task/6818/stat : 6818 (java) S 6813 6815 6179 0 -1 4202560 6220 0 0 0 69 3 0 0 15 0 14 0 40452114 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6819] ppid=6813 vsize=1542344 CPUtime=0.7
/proc/6815/task/6819/stat : 6819 (java) S 6813 6815 6179 0 -1 4202560 5587 0 0 0 67 3 0 0 16 0 14 0 40452114 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
[pid=6815/tid=6820] ppid=6813 vsize=1542344 CPUtime=3.05
/proc/6815/task/6820/stat : 6820 (java) S 6813 6815 6179 0 -1 4202560 3839 0 0 0 275 30 0 0 15 0 14 0 40452115 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 0 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6821] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6821/stat : 6821 (java) S 6813 6815 6179 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 40452116 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6822] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6822/stat : 6822 (java) S 6813 6815 6179 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40452116 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6823] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6823/stat : 6823 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6824] ppid=6813 vsize=1542344 CPUtime=1.49
/proc/6815/task/6824/stat : 6824 (java) S 6813 6815 6179 0 -1 4202560 1907 0 0 0 149 0 0 0 15 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6825] ppid=6813 vsize=1542344 CPUtime=4.44
/proc/6815/task/6825/stat : 6825 (java) S 6813 6815 6179 0 -1 4202560 13954 0 0 0 438 6 0 0 15 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6826] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6826/stat : 6826 (java) S 6813 6815 6179 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6827] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6827/stat : 6827 (java) R 6813 6815 6179 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 40452120 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6815/tid=6830] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6830/stat : 6830 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40452155 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 0 0 0 0
[pid=6815/tid=6831] ppid=6813 vsize=1542344 CPUtime=0
/proc/6815/task/6831/stat : 6831 (java) S 6813 6815 6179 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 40452155 1579360256 56778 1992294400 134512640 134550932 4289128640 18446744073709551615 4294960144 0 4 0 16800975 18446604437825808512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.95
Current children cumulated vsize (KiB) 1542344

Child status: 30
Real time (s): 48.4043
CPU time (s): 88.0476
CPU user time (s): 87.3957
CPU system time (s): 0.6519
CPU usage (%): 181.9
Max. virtual memory (cumulated for all children) (KiB): 1546964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.3957
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69342
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= 2077
involuntary context switches= 2887

runsolver used 0.200969 second user time and 0.565913 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 02:34:44
IDJOB=2661745
IDBENCH=48000
IDSOLVER=1166
FILE ID=node006/2661745-1276648484
PBS_JOBID= 11172416
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=97-P1=43-P2=127-P3=89-P4=59-P5=127-P6=43-P7=127-P8=67-P9=17-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661745-1276648484/watcher-2661745-1276648484 -o /tmp/evaluation-result-2661745-1276648484/solver-2661745-1276648484 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661745-1276648484.opb

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

MD5SUM BENCH= bc362e080dfd9e6c883df7eeb6006e66
RANDOM SEED=1348941198

node006.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1634540 kB
Buffers:        139300 kB
Cached:         200240 kB
SwapCached:       6988 kB
Active:         124544 kB
Inactive:       229412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1634540 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:             532 kB
Writeback:           8 kB
AnonPages:       12476 kB
Mapped:          13140 kB
Slab:            48712 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62504 MiB
End job on node006 at 2010-06-16 02:35:33