Trace number 2658290

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 Resolution 2.2.0 2010-05-26OPT3 204.828 202.845

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
MD5SUM616d60d0b9e17d59a77d69efb2609a49
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 benchmark4.69329
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 variables108
Total number of constraints9
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 constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658290-1276646385.opb
0.08/0.20	c reading problem ... 
0.38/0.35	c ... done. Wall clock time 0.14s.
0.38/0.35	c #vars     432
0.38/0.35	c #constraints  661
0.38/0.35	c constraints type 
0.38/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.38/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
3.17/2.13	c cleaning 2493 clauses out of 5000 with flag 5000/5000
4.87/3.73	c cleaning 4250 clauses out of 8507 with flag 11000/11000
6.37/5.30	c cleaning 5629 clauses out of 11257 with flag 18000/18000
8.91/7.76	c cleaning 6811 clauses out of 13629 with flag 26001/26001
12.53/11.31	c cleaning 7906 clauses out of 15817 with flag 35000/35000
15.73/14.54	c cleaning 8956 clauses out of 17911 with flag 45000/45000
18.95/17.72	c cleaning 9477 clauses out of 18956 with flag 55001/55001
22.15/20.97	c cleaning 9731 clauses out of 19478 with flag 65000/65000
24.85/23.64	c cleaning 9870 clauses out of 19747 with flag 75000/75000
27.45/26.29	c cleaning 9932 clauses out of 19878 with flag 85001/85001
30.46/29.25	c cleaning 9968 clauses out of 19945 with flag 95000/95000
31.26/30.06	c SATISFIABLE
31.26/30.06	c OPTIMIZING...
31.26/30.06	c Got one! Elapsed wall clock time (in seconds):29.852
31.26/30.06	o 389
32.16/30.95	c cleaning 9976 clauses out of 19978 with flag 105001/105001
34.47/33.27	c cleaning 9998 clauses out of 20002 with flag 115001/115001
37.77/36.58	c cleaning 9999 clauses out of 20004 with flag 125001/125001
40.32/38.98	c cleaning 9995 clauses out of 20005 with flag 135001/135001
42.69/41.03	c cleaning 9991 clauses out of 20012 with flag 145003/145003
42.91/41.28	c Got one! Elapsed wall clock time (in seconds):41.071
42.91/41.28	o 141
44.51/42.85	c cleaning 9999 clauses out of 20020 with flag 155002/155002
45.62/44.00	c Got one! Elapsed wall clock time (in seconds):43.798
45.62/44.00	o 13
46.51/44.84	c cleaning 9997 clauses out of 20018 with flag 165000/165000
48.43/46.72	c cleaning 10007 clauses out of 20022 with flag 175001/175001
50.73/49.00	c cleaning 10008 clauses out of 20015 with flag 185001/185001
52.35/50.63	c Got one! Elapsed wall clock time (in seconds):50.427
52.35/50.63	o 3
52.64/50.94	c cleaning 10001 clauses out of 20009 with flag 195003/195003
56.05/54.34	c cleaning 9999 clauses out of 20006 with flag 205001/205001
58.65/56.91	c cleaning 9993 clauses out of 20007 with flag 215001/215001
60.66/58.91	c cleaning 10000 clauses out of 20013 with flag 225000/225000
62.66/60.91	c cleaning 10003 clauses out of 20014 with flag 235001/235001
64.97/63.22	c cleaning 10001 clauses out of 20010 with flag 245000/245000
67.38/65.62	c cleaning 10001 clauses out of 20010 with flag 255001/255001
69.18/67.46	c cleaning 9997 clauses out of 20008 with flag 265000/265000
70.78/69.05	c cleaning 9999 clauses out of 20013 with flag 275002/275002
72.69/70.98	c cleaning 10002 clauses out of 20013 with flag 285001/285001
75.09/73.32	c cleaning 9996 clauses out of 20011 with flag 295001/295001
77.19/75.48	c cleaning 10001 clauses out of 20014 with flag 305000/305000
79.19/77.49	c cleaning 10003 clauses out of 20014 with flag 315001/315001
81.99/80.26	c cleaning 9999 clauses out of 20010 with flag 325000/325000
84.09/82.36	c cleaning 10000 clauses out of 20011 with flag 335000/335000
86.10/84.38	c cleaning 10001 clauses out of 20011 with flag 345000/345000
88.30/86.56	c cleaning 9996 clauses out of 20010 with flag 355000/355000
90.70/88.91	c cleaning 10005 clauses out of 20016 with flag 365002/365002
93.31/91.52	c cleaning 9998 clauses out of 20010 with flag 375001/375001
96.01/94.26	c cleaning 9999 clauses out of 20011 with flag 385000/385000
98.52/96.77	c cleaning 10001 clauses out of 20014 with flag 395002/395002
100.82/99.06	c cleaning 9996 clauses out of 20012 with flag 405001/405001
103.52/101.77	c cleaning 10005 clauses out of 20016 with flag 415001/415001
105.92/104.12	c cleaning 10002 clauses out of 20010 with flag 425000/425000
108.03/106.24	c cleaning 10001 clauses out of 20011 with flag 435003/435003
110.13/108.39	c cleaning 10002 clauses out of 20007 with flag 445000/445000
112.33/110.54	c cleaning 9997 clauses out of 20006 with flag 455001/455001
115.04/113.22	c cleaning 9997 clauses out of 20009 with flag 465001/465001
116.94/115.19	c cleaning 10004 clauses out of 20011 with flag 475000/475000
119.54/117.74	c cleaning 10003 clauses out of 20007 with flag 485000/485000
121.98/120.19	c cleaning 10000 clauses out of 20004 with flag 495000/495000
124.18/122.38	c cleaning 9997 clauses out of 20004 with flag 505000/505000
126.09/124.24	c cleaning 9994 clauses out of 20007 with flag 515000/515000
127.88/126.03	c cleaning 9999 clauses out of 20014 with flag 525001/525001
129.99/128.17	c cleaning 10000 clauses out of 20014 with flag 535000/535000
132.00/130.11	c cleaning 10004 clauses out of 20015 with flag 545001/545001
134.60/132.70	c cleaning 10000 clauses out of 20011 with flag 555001/555001
137.60/135.78	c cleaning 10001 clauses out of 20011 with flag 565001/565001
139.80/137.93	c cleaning 9996 clauses out of 20010 with flag 575001/575001
142.31/140.49	c cleaning 10002 clauses out of 20014 with flag 585001/585001
144.94/143.04	c cleaning 10002 clauses out of 20012 with flag 595001/595001
147.25/145.33	c cleaning 9998 clauses out of 20009 with flag 605001/605001
149.35/147.42	c cleaning 10000 clauses out of 20011 with flag 615001/615001
151.55/149.70	c cleaning 9996 clauses out of 20011 with flag 625001/625001
153.55/151.70	c cleaning 10001 clauses out of 20015 with flag 635001/635001
155.64/153.71	c cleaning 10000 clauses out of 20013 with flag 645000/645000
157.96/156.00	c cleaning 9999 clauses out of 20013 with flag 655000/655000
161.05/159.19	c cleaning 10005 clauses out of 20015 with flag 665001/665001
164.26/162.34	c cleaning 10002 clauses out of 20009 with flag 675000/675000
167.06/165.12	c cleaning 9999 clauses out of 20007 with flag 685000/685000
169.87/167.99	c cleaning 9999 clauses out of 20009 with flag 695001/695001
172.99/171.08	c cleaning 9998 clauses out of 20009 with flag 705001/705001
175.69/173.74	c cleaning 10001 clauses out of 20010 with flag 715000/715000
178.39/176.45	c cleaning 10001 clauses out of 20011 with flag 725002/725002
180.79/178.81	c cleaning 9998 clauses out of 20008 with flag 735000/735000
183.30/181.36	c cleaning 10003 clauses out of 20011 with flag 745001/745001
185.90/183.92	c cleaning 9997 clauses out of 20008 with flag 755001/755001
188.30/186.38	c cleaning 10000 clauses out of 20010 with flag 765000/765000
190.60/188.61	c cleaning 10004 clauses out of 20010 with flag 775000/775000
193.20/191.29	c cleaning 9999 clauses out of 20006 with flag 785000/785000
195.99/194.07	c cleaning 10000 clauses out of 20007 with flag 795001/795001
198.90/196.91	c cleaning 10001 clauses out of 20007 with flag 805001/805001
201.90/199.90	c cleaning 9999 clauses out of 20004 with flag 815000/815000
204.71/202.71	c cleaning 10001 clauses out of 20001 with flag 825002/825002
204.71/202.78	c starts		: 173
204.71/202.78	c conflicts		: 825026
204.71/202.78	c decisions		: 845409
204.71/202.78	c propagations		: 19175774
204.71/202.78	c inspects		: 552183928
204.71/202.78	c learnt literals	: 17
204.71/202.78	c learnt binary clauses	: 83
204.71/202.78	c learnt ternary clauses	: 283
204.71/202.78	c learnt clauses	: 825008
204.71/202.78	c ignored clauses	: 0
204.71/202.78	c root simplifications	: 0
204.71/202.78	c removed literals (reason simplification)	: 34475781
204.71/202.78	c reason swapping (by a shorter reason)	: 0
204.71/202.78	c Calls to reduceDB	: 84
204.71/202.78	c number of reductions to clauses (during analyze)	: 0
204.71/202.78	c number of learned constraints concerned by reduction	: 0
204.71/202.78	c number of learning phase by resolution	: 0
204.71/202.78	c number of learning phase by cutting planes	: 0
204.71/202.78	c speed (assignments/second)	: 126031.20584156527
204.71/202.78	c non guided choices	3123
204.71/202.78	c learnt constraints type 
204.71/202.78	c constraints type 
204.71/202.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
204.71/202.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
204.71/202.78	s OPTIMUM FOUND
204.71/202.78	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 
204.71/202.78	c objective function=3
204.71/202.78	c Total wall clock time (in seconds): 202.579

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-2658290-1276646385/watcher-2658290-1276646385 -o /tmp/evaluation-result-2658290-1276646385/solver-2658290-1276646385 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658290-1276646385.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.00 1.00 1.00 3/106 12097
/proc/meminfo: memFree=1829928/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1832 CPUtime=0
/proc/12097/stat : 12097 (java6) S 12095 12097 11867 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 5933930 1875968 153 1992294400 134512640 134550932 4286927296 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/12097/statm: 458 153 116 10 0 63 0

[startup+0.079329 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12097
/proc/meminfo: memFree=1829928/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1521796 CPUtime=0.06
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 3772 0 1 0 5 1 0 0 18 0 7 0 5933930 1558319104 3212 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 380449 3212 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101327 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12097
/proc/meminfo: memFree=1829928/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1524184 CPUtime=0.08
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 3960 0 1 0 7 1 0 0 18 0 12 0 5933930 1560764416 3398 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301628 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12097
/proc/meminfo: memFree=1829928/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1526244 CPUtime=0.38
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 5300 0 1 0 36 2 0 0 18 0 12 0 5933930 1562873856 4736 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 381561 4736 1363 10 0 378863 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526244

[startup+0.700606 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12097
/proc/meminfo: memFree=1829928/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1530424 CPUtime=1.16
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 6877 0 1 0 112 4 0 0 18 0 13 0 5933930 1567154176 6142 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 382606 6142 1418 10 0 379908 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1530424

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 12110
/proc/meminfo: memFree=1807444/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1530276 CPUtime=2.5
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 10462 0 1 0 245 5 0 0 18 0 13 0 5933930 1567002624 9471 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 382569 9471 1421 10 0 379871 0
[pid=12097/tid=12099] ppid=12095 vsize=1530276 CPUtime=1.47
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 7434 0 1 0 144 3 0 0 20 0 13 0 5933931 1567002624 9472 1992294400 134512640 134550932 4290053440 18446744073709551615 4109018813 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 5933933 1567002624 9472 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 5933933 1567002624 9473 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5933934 1567002624 9473 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 5933935 1567002624 9473 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 5933935 1567002624 9474 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1567002624 9474 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1530276 CPUtime=0.55
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 801 0 0 0 55 0 0 0 25 0 13 0 5933939 1567002624 9475 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1530276 CPUtime=0.45
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 1162 0 0 0 45 0 0 0 25 0 13 0 5933939 1567002624 9475 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1567002624 9475 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5933939 1567002624 9475 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1530276 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1567002624 9475 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1530276

[startup+3.10047 s]
/proc/loadavg: 1.00 1.00 1.00 5/119 12110
/proc/meminfo: memFree=1783884/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1530144 CPUtime=4.22
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 14578 0 1 0 415 7 0 0 18 0 13 0 5933930 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 382536 13548 1440 10 0 379838 0
[pid=12097/tid=12099] ppid=12095 vsize=1530144 CPUtime=3.04
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 10683 0 1 0 299 5 0 0 25 0 13 0 5933931 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4109089921 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 272 0 0 0 0 0 0 0 18 0 13 0 5933933 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 147 0 0 0 0 0 0 0 18 0 13 0 5933933 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1530144 CPUtime=0.02
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 414 0 0 0 2 0 0 0 17 0 13 0 5933934 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1530144 CPUtime=0.59
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 809 0 0 0 59 0 0 0 17 0 13 0 5933939 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1530144 CPUtime=0.52
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 1187 0 0 0 52 0 0 0 18 0 13 0 5933939 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5933939 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1566867456 13548 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1530144

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12110
/proc/meminfo: memFree=1769004/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1530144 CPUtime=7.49
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 17494 0 1 0 740 9 0 0 18 0 13 0 5933930 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 382536 16421 1440 10 0 379838 0
[pid=12097/tid=12099] ppid=12095 vsize=1530144 CPUtime=6.17
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 12617 0 1 0 611 6 0 0 25 0 13 0 5933931 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4109113262 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 465 0 0 0 0 0 0 0 17 0 13 0 5933933 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1530144 CPUtime=0.01
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 367 0 0 0 1 0 0 0 18 0 13 0 5933933 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1530144 CPUtime=0.06
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 979 0 0 0 6 0 0 0 16 0 13 0 5933934 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1530144 CPUtime=0.65
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 65 0 0 0 15 0 13 0 5933939 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1530144 CPUtime=0.53
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 1187 0 0 0 53 0 0 0 17 0 13 0 5933939 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5933939 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1530144 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1566867456 16421 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 1530144

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12110
/proc/meminfo: memFree=1755488/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1529820 CPUtime=13.94
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 20936 0 1 0 1383 11 0 0 18 0 13 0 5933930 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 382455 19778 1440 10 0 379757 0
[pid=12097/tid=12099] ppid=12095 vsize=1529820 CPUtime=12.49
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 15382 0 1 0 1241 8 0 0 19 0 13 0 5933931 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4109085451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1529820 CPUtime=0.02
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 673 0 0 0 2 0 0 0 15 0 13 0 5933933 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1529820 CPUtime=0.02
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 530 0 0 0 2 0 0 0 18 0 13 0 5933933 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1529820 CPUtime=0.12
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 1278 0 0 0 12 0 0 0 15 0 13 0 5933934 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1529820 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1529820 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1529820 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1529820 CPUtime=0.65
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 65 0 0 0 15 0 13 0 5933939 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1529820 CPUtime=0.57
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 1194 0 0 0 57 0 0 0 15 0 13 0 5933939 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1529820 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1529820 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5933939 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1529820 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1566535680 19778 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.94
Current children cumulated vsize (KiB) 1529820

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 12110
/proc/meminfo: memFree=1745320/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1529820 CPUtime=26.75
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 23487 0 1 0 2663 12 0 0 18 0 13 0 5933930 1566535680 22325 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 382455 22325 1440 10 0 379757 0
[pid=12097/tid=12099] ppid=12095 vsize=1529820 CPUtime=25.13
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 17521 0 1 0 2505 8 0 0 25 0 13 0 5933931 1566535680 22325 1992294400 134512640 134550932 4290053440 18446744073709551615 4108680430 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1529820 CPUtime=0.05
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 703 0 0 0 5 0 0 0 15 0 13 0 5933933 1566535680 22325 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1529820 CPUtime=0.04
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 543 0 0 0 4 0 0 0 18 0 13 0 5933933 1566535680 22325 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1529820 CPUtime=0.24

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

/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 5933939 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.3
Current children cumulated vsize (KiB) 1532432

[startup+199.902 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 12123
/proc/meminfo: memFree=1677368/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1532432 CPUtime=201.9
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 42632 0 1 0 20165 25 0 0 18 0 13 0 5933930 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 383108 39074 1440 10 0 380410 0
[pid=12097/tid=12099] ppid=12095 vsize=1532432 CPUtime=196.19
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 32155 0 1 0 19601 18 0 0 25 0 13 0 5933931 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4108846822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1532432 CPUtime=0.48
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 769 0 0 0 47 1 0 0 16 0 13 0 5933933 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1532432 CPUtime=0.48
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 646 0 0 0 47 1 0 0 15 0 13 0 5933933 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1532432 CPUtime=2.88
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 3062 0 0 0 287 1 0 0 15 0 13 0 5933934 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1532432 CPUtime=0.67
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 67 0 0 0 15 0 13 0 5933939 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1532432 CPUtime=1.14
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 4109 0 0 0 113 1 0 0 15 0 13 0 5933939 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 5933939 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1569210368 39074 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.9
Current children cumulated vsize (KiB) 1532432

[startup+201.502 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 12123
/proc/meminfo: memFree=1677368/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1532432 CPUtime=203.51
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 42642 0 1 0 20325 26 0 0 18 0 13 0 5933930 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 383108 39083 1440 10 0 380410 0
[pid=12097/tid=12099] ppid=12095 vsize=1532432 CPUtime=197.75
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 32156 0 1 0 19757 18 0 0 25 0 13 0 5933931 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4109031589 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1532432 CPUtime=0.48
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 769 0 0 0 47 1 0 0 15 0 13 0 5933933 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1532432 CPUtime=0.48
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 646 0 0 0 47 1 0 0 15 0 13 0 5933933 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1532432 CPUtime=2.91
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 3071 0 0 0 290 1 0 0 15 0 13 0 5933934 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1532432 CPUtime=0.67
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 67 0 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1532432 CPUtime=1.14
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 4109 0 0 0 113 1 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.51
Current children cumulated vsize (KiB) 1532432

[startup+202.302 s]
/proc/loadavg: 1.06 1.02 1.00 3/119 12123
/proc/meminfo: memFree=1677368/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1532432 CPUtime=204.32
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 42642 0 1 0 20406 26 0 0 18 0 13 0 5933930 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 383108 39083 1440 10 0 380410 0
[pid=12097/tid=12099] ppid=12095 vsize=1532432 CPUtime=198.55
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 32156 0 1 0 19837 18 0 0 25 0 13 0 5933931 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4109085524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1532432 CPUtime=0.48
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 769 0 0 0 47 1 0 0 15 0 13 0 5933933 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1532432 CPUtime=0.48
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 646 0 0 0 47 1 0 0 15 0 13 0 5933933 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1532432 CPUtime=2.91
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 3071 0 0 0 290 1 0 0 15 0 13 0 5933934 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1532432 CPUtime=0.67
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 67 0 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1532432 CPUtime=1.14
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 4109 0 0 0 113 1 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.32
Current children cumulated vsize (KiB) 1532432

[startup+202.702 s]
/proc/loadavg: 1.06 1.02 1.00 3/119 12123
/proc/meminfo: memFree=1677368/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1532432 CPUtime=204.71
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 42643 0 1 0 20445 26 0 0 18 0 13 0 5933930 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 383108 39083 1440 10 0 380410 0
[pid=12097/tid=12099] ppid=12095 vsize=1532432 CPUtime=198.94
/proc/12097/task/12099/stat : 12099 (java) R 12095 12097 11867 0 -1 4202560 32157 0 1 0 19876 18 0 0 25 0 13 0 5933931 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4109274009 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1532432 CPUtime=0.49
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 769 0 0 0 48 1 0 0 15 0 13 0 5933933 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1532432 CPUtime=0.49
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 646 0 0 0 48 1 0 0 15 0 13 0 5933933 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1532432 CPUtime=2.91
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 3071 0 0 0 290 1 0 0 16 0 13 0 5933934 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1532432 CPUtime=0.67
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 67 0 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1532432 CPUtime=1.14
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 4109 0 0 0 113 1 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 5933939 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1532432 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1569210368 39083 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.71
Current children cumulated vsize (KiB) 1532432

[startup+202.802 s]
/proc/loadavg: 1.06 1.02 1.00 3/119 12123
/proc/meminfo: memFree=1677368/2059040 swapFree=4164944/4192956
[pid=12097] ppid=12095 vsize=1532756 CPUtime=204.8
/proc/12097/stat : 12097 (java) S 12095 12097 11867 0 -1 4202496 42761 0 1 0 20454 26 0 0 18 0 13 0 5933930 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12097/statm: 383189 39200 1441 10 0 380491 0
[pid=12097/tid=12099] ppid=12095 vsize=1532756 CPUtime=198.97
/proc/12097/task/12099/stat : 12099 (java) S 12095 12097 11867 0 -1 4202560 32163 0 1 0 19879 18 0 0 25 0 13 0 5933931 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12100] ppid=12095 vsize=1532756 CPUtime=0.49
/proc/12097/task/12100/stat : 12100 (java) S 12095 12097 11867 0 -1 4202560 827 0 0 0 48 1 0 0 15 0 13 0 5933933 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12101] ppid=12095 vsize=1532756 CPUtime=0.5
/proc/12097/task/12101/stat : 12101 (java) S 12095 12097 11867 0 -1 4202560 675 0 0 0 49 1 0 0 16 0 13 0 5933933 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12102] ppid=12095 vsize=1532756 CPUtime=2.96
/proc/12097/task/12102/stat : 12102 (java) S 12095 12097 11867 0 -1 4202560 3089 0 0 0 295 1 0 0 16 0 13 0 5933934 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 0 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12103] ppid=12095 vsize=1532756 CPUtime=0
/proc/12097/task/12103/stat : 12103 (java) S 12095 12097 11867 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5933935 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12104] ppid=12095 vsize=1532756 CPUtime=0
/proc/12097/task/12104/stat : 12104 (java) S 12095 12097 11867 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5933935 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12105] ppid=12095 vsize=1532756 CPUtime=0
/proc/12097/task/12105/stat : 12105 (java) S 12095 12097 11867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5933939 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12106] ppid=12095 vsize=1532756 CPUtime=0.67
/proc/12097/task/12106/stat : 12106 (java) S 12095 12097 11867 0 -1 4202560 813 0 0 0 67 0 0 0 15 0 13 0 5933939 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 1 0 0 0
[pid=12097/tid=12107] ppid=12095 vsize=1532756 CPUtime=1.14
/proc/12097/task/12107/stat : 12107 (java) S 12095 12097 11867 0 -1 4202560 4109 0 0 0 113 1 0 0 15 0 13 0 5933939 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12108] ppid=12095 vsize=1532756 CPUtime=0
/proc/12097/task/12108/stat : 12108 (java) S 12095 12097 11867 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5933939 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12109] ppid=12095 vsize=1532756 CPUtime=0
/proc/12097/task/12109/stat : 12109 (java) S 12095 12097 11867 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 5933939 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
[pid=12097/tid=12110] ppid=12095 vsize=1532756 CPUtime=0
/proc/12097/task/12110/stat : 12110 (java) S 12095 12097 11867 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5933965 1569542144 39200 1992294400 134512640 134550932 4290053440 18446744073709551615 4294960144 0 4 0 16800975 18446604437840531904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.8
Current children cumulated vsize (KiB) 1532756

Child status: 30
Real time (s): 202.845
CPU time (s): 204.828
CPU user time (s): 204.549
CPU system time (s): 0.278957
CPU usage (%): 100.978
Max. virtual memory (cumulated for all children) (KiB): 1538644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.549
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42764
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= 5315
involuntary context switches= 3316

runsolver used 0.444932 second user time and 1.06684 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 01:59:45
IDJOB=2658290
IDBENCH=47904
IDSOLVER=1164
FILE ID=node029/2658290-1276646385
PBS_JOBID= 11172415
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658290-1276646385/watcher-2658290-1276646385 -o /tmp/evaluation-result-2658290-1276646385/solver-2658290-1276646385 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658290-1276646385.opb

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

MD5SUM BENCH= 616d60d0b9e17d59a77d69efb2609a49
RANDOM SEED=638057296

node029.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.221
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.44
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.221
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1830324 kB
Buffers:         34656 kB
Cached:          95924 kB
SwapCached:       1508 kB
Active:          92272 kB
Inactive:        72384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1830324 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             440 kB
Writeback:           4 kB
AnonPages:       32584 kB
Mapped:          15104 kB
Slab:            42088 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181476 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= 62576 MiB
End job on node029 at 2010-06-16 02:03:08