Trace number 2658403

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 126.37 124.057

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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 benchmark20.7478
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2658403-1276649046.opb
0.24/0.21	c reading problem ... 
0.37/0.40	c ... done. Wall clock time 0.193s.
0.37/0.40	c #vars     616
0.37/0.40	c #constraints  918
0.37/0.40	c constraints type 
0.37/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.37/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
2.51/1.83	c cleaning 2493 clauses out of 5000 with flag 5000/5000
3.70/2.91	c cleaning 4254 clauses out of 8508 with flag 11001/11001
5.00/4.28	c cleaning 5618 clauses out of 11254 with flag 18001/18001
6.81/6.09	c cleaning 6818 clauses out of 13635 with flag 26000/26000
8.70/7.77	c cleaning 7906 clauses out of 15818 with flag 35001/35001
11.37/10.15	c cleaning 8951 clauses out of 17912 with flag 45001/45001
14.05/12.60	c cleaning 9476 clauses out of 18961 with flag 55001/55001
16.74/15.08	c cleaning 9739 clauses out of 19484 with flag 65000/65000
20.04/18.08	c cleaning 9871 clauses out of 19745 with flag 75000/75000
22.95/20.97	c cleaning 9935 clauses out of 19875 with flag 85001/85001
24.85/22.87	c cleaning 9969 clauses out of 19940 with flag 95001/95001
26.95/24.90	c cleaning 9979 clauses out of 19970 with flag 105000/105000
28.85/26.82	c cleaning 9992 clauses out of 19991 with flag 115000/115000
32.05/30.03	c cleaning 9998 clauses out of 19999 with flag 125000/125000
34.28/32.26	c cleaning 9991 clauses out of 20001 with flag 135000/135000
35.49/33.45	c cleaning 9990 clauses out of 20012 with flag 145002/145002
36.81/34.77	c cleaning 10004 clauses out of 20021 with flag 155001/155001
39.01/36.94	c cleaning 9995 clauses out of 20017 with flag 165001/165001
40.91/38.84	c cleaning 10007 clauses out of 20022 with flag 175001/175001
43.12/41.08	c cleaning 10003 clauses out of 20015 with flag 185001/185001
45.54/43.46	c cleaning 10001 clauses out of 20010 with flag 195000/195000
47.85/45.77	c cleaning 9997 clauses out of 20009 with flag 205000/205000
49.16/47.08	c cleaning 10001 clauses out of 20012 with flag 215000/215000
51.46/49.32	c cleaning 9997 clauses out of 20012 with flag 225001/225001
53.46/51.38	c cleaning 10006 clauses out of 20017 with flag 235003/235003
55.07/52.97	c cleaning 9994 clauses out of 20008 with flag 245000/245000
56.66/54.53	c cleaning 9994 clauses out of 20014 with flag 255000/255000
57.27/55.15	c SATISFIABLE
57.27/55.15	c OPTIMIZING...
57.27/55.15	c Got one! Elapsed wall clock time (in seconds):54.941
57.27/55.15	o 67
58.07/55.97	c cleaning 10002 clauses out of 20021 with flag 265001/265001
59.57/57.49	c cleaning 9992 clauses out of 20019 with flag 275001/275001
61.18/59.08	c cleaning 9997 clauses out of 20026 with flag 285000/285000
62.80/60.66	c cleaning 10011 clauses out of 20028 with flag 295000/295000
64.79/62.65	c cleaning 10001 clauses out of 20018 with flag 305001/305001
66.50/64.36	c cleaning 10000 clauses out of 20017 with flag 315001/315001
68.80/66.61	c cleaning 9998 clauses out of 20016 with flag 325000/325000
70.51/68.32	c cleaning 9995 clauses out of 20018 with flag 335000/335000
71.01/68.80	c Got one! Elapsed wall clock time (in seconds):68.596
71.01/68.80	o 5
71.91/69.75	c cleaning 9997 clauses out of 20024 with flag 345001/345001
73.51/71.32	c cleaning 10002 clauses out of 20027 with flag 355001/355001
75.01/72.89	c cleaning 10008 clauses out of 20024 with flag 365000/365000
77.03/74.89	c cleaning 9999 clauses out of 20016 with flag 375000/375000
79.23/77.01	c cleaning 10006 clauses out of 20017 with flag 385000/385000
79.63/77.46	c Got one! Elapsed wall clock time (in seconds):77.255
79.63/77.46	o 3
80.73/78.51	c cleaning 9994 clauses out of 20011 with flag 395000/395000
83.14/80.98	c cleaning 10000 clauses out of 20019 with flag 405002/405002
85.44/83.22	c cleaning 9998 clauses out of 20017 with flag 415000/415000
87.34/85.17	c cleaning 10001 clauses out of 20019 with flag 425000/425000
88.85/86.64	c cleaning 10007 clauses out of 20019 with flag 435001/435001
90.55/88.34	c cleaning 10000 clauses out of 20010 with flag 445000/445000
92.66/90.48	c cleaning 10003 clauses out of 20009 with flag 455000/455000
94.26/92.07	c cleaning 9998 clauses out of 20007 with flag 465001/465001
96.26/94.05	c cleaning 9997 clauses out of 20008 with flag 475001/475001
98.27/96.07	c cleaning 10000 clauses out of 20012 with flag 485002/485002
100.18/97.91	c cleaning 10000 clauses out of 20010 with flag 495000/495000
101.98/99.71	c cleaning 9999 clauses out of 20012 with flag 505002/505002
103.89/101.62	c cleaning 10000 clauses out of 20012 with flag 515001/515001
105.79/103.56	c cleaning 10002 clauses out of 20012 with flag 525001/525001
107.39/105.16	c cleaning 10001 clauses out of 20009 with flag 535000/535000
109.29/107.09	c cleaning 10000 clauses out of 20009 with flag 545001/545001
111.30/109.06	c cleaning 10002 clauses out of 20010 with flag 555002/555002
113.40/111.13	c cleaning 10000 clauses out of 20008 with flag 565002/565002
115.70/113.49	c cleaning 9998 clauses out of 20005 with flag 575000/575000
117.90/115.68	c cleaning 10000 clauses out of 20008 with flag 585001/585001
120.01/117.75	c cleaning 10001 clauses out of 20007 with flag 595000/595000
122.21/119.95	c cleaning 9998 clauses out of 20007 with flag 605001/605001
124.21/121.99	c cleaning 10005 clauses out of 20009 with flag 615001/615001
126.21/123.99	c starts		: 156
126.21/123.99	c conflicts		: 624974
126.21/123.99	c decisions		: 646098
126.21/123.99	c propagations		: 12284439
126.21/123.99	c inspects		: 376397980
126.21/123.99	c learnt literals	: 16
126.21/123.99	c learnt binary clauses	: 60
126.21/123.99	c learnt ternary clauses	: 188
126.21/123.99	c learnt clauses	: 624957
126.21/123.99	c ignored clauses	: 0
126.21/123.99	c root simplifications	: 0
126.21/123.99	c removed literals (reason simplification)	: 20061276
126.21/123.99	c reason swapping (by a shorter reason)	: 0
126.21/123.99	c Calls to reduceDB	: 63
126.21/123.99	c number of reductions to clauses (during analyze)	: 0
126.21/123.99	c number of learned constraints concerned by reduction	: 0
126.21/123.99	c number of learning phase by resolution	: 0
126.21/123.99	c number of learning phase by cutting planes	: 0
126.21/123.99	c speed (assignments/second)	: 264028.1771874395
126.21/123.99	c non guided choices	4028
126.21/123.99	c learnt constraints type 
126.21/123.99	c constraints type 
126.21/123.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
126.21/123.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
126.21/123.99	s OPTIMUM FOUND
126.21/123.99	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 
126.21/123.99	c objective function=3
126.21/123.99	c Total wall clock time (in seconds): 123.784

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-2658403-1276649046/watcher-2658403-1276649046 -o /tmp/evaluation-result-2658403-1276649046/solver-2658403-1276649046 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658403-1276649046.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.01 1.01 1.00 3/105 14118
/proc/meminfo: memFree=1813380/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=248 CPUtime=0
/proc/14118/stat : 14118 (java6) R 14116 14118 13804 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 6198153 253952 28 1992294400 134512640 134550932 4292839456 18446744073709551615 1724894 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14118/statm: 62 28 21 10 0 23 0

[startup+0.112976 s]
/proc/loadavg: 1.01 1.01 1.00 3/105 14118
/proc/meminfo: memFree=1813380/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1524184 CPUtime=0.09
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 4029 0 1 0 6 3 0 0 18 0 12 0 6198153 1560764416 3468 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 381046 3468 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.208169 s]
/proc/loadavg: 1.01 1.01 1.00 3/105 14118
/proc/meminfo: memFree=1813380/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1526216 CPUtime=0.24
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 5084 0 1 0 20 4 0 0 18 0 12 0 6198153 1562845184 4521 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 381554 4521 1346 10 0 378856 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526216

[startup+0.301002 s]
/proc/loadavg: 1.01 1.01 1.00 3/105 14118
/proc/meminfo: memFree=1813380/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1526812 CPUtime=0.37
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 5441 0 1 0 33 4 0 0 18 0 12 0 6198153 1563455488 4878 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 381703 4878 1363 10 0 379005 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526812

[startup+0.701046 s]
/proc/loadavg: 1.01 1.01 1.00 3/105 14118
/proc/meminfo: memFree=1813380/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1530088 CPUtime=1.1
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 6833 0 1 0 105 5 0 0 18 0 13 0 6198153 1566810112 6219 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382522 6219 1419 10 0 379824 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530088

[startup+1.50214 s]
/proc/loadavg: 1.01 1.01 1.00 2/118 14131
/proc/meminfo: memFree=1786060/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1530088 CPUtime=2.17
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 11238 0 1 0 210 7 0 0 18 0 13 0 6198153 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382522 10623 1421 10 0 379824 0
[pid=14118/tid=14120] ppid=14116 vsize=1530088 CPUtime=1.27
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 8638 0 1 0 122 5 0 0 25 0 13 0 6198155 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4109802105 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 6198156 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 6198156 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6198158 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6198158 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 6198158 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1530088 CPUtime=0.29
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 561 0 0 0 29 0 0 0 21 0 13 0 6198163 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1530088 CPUtime=0.57
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 970 0 0 0 57 0 0 0 15 0 13 0 6198163 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6198163 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1566810112 10623 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1530088

[startup+3.10231 s]
/proc/loadavg: 1.01 1.01 1.00 2/118 14131
/proc/meminfo: memFree=1767212/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1530088 CPUtime=3.91
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 15269 0 1 0 382 9 0 0 18 0 13 0 6198153 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382522 14644 1440 10 0 379824 0
[pid=14118/tid=14120] ppid=14116 vsize=1530088 CPUtime=2.81
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 11262 0 1 0 274 7 0 0 25 0 13 0 6198155 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4109707222 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 355 0 0 0 0 0 0 0 18 0 13 0 6198156 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 432 0 0 0 0 0 0 0 18 0 13 0 6198156 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1530088 CPUtime=0.04
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 602 0 0 0 4 0 0 0 16 0 13 0 6198158 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1530088 CPUtime=0.35
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 570 0 0 0 35 0 0 0 16 0 13 0 6198163 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1530088 CPUtime=0.65
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 981 0 0 0 65 0 0 0 15 0 13 0 6198163 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6198163 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1566810112 14644 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 1530088

[startup+6.30265 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 14131
/proc/meminfo: memFree=1755184/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1530088 CPUtime=7.16
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 17804 0 1 0 706 10 0 0 18 0 13 0 6198153 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382522 17176 1440 10 0 379824 0
[pid=14118/tid=14120] ppid=14116 vsize=1530088 CPUtime=5.94
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 13529 0 1 0 586 8 0 0 25 0 13 0 6198155 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4109717785 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1530088 CPUtime=0.01
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 356 0 0 0 1 0 0 0 15 0 13 0 6198156 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1530088 CPUtime=0.01
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 434 0 0 0 1 0 0 0 18 0 13 0 6198156 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1530088 CPUtime=0.09
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 859 0 0 0 9 0 0 0 16 0 13 0 6198158 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1530088 CPUtime=0.41
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 578 0 0 0 41 0 0 0 15 0 13 0 6198163 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1530088 CPUtime=0.65
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 981 0 0 0 65 0 0 0 15 0 13 0 6198163 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6198163 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1530088 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1566810112 17176 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1530088

[startup+12.7024 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 14131
/proc/meminfo: memFree=1739188/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1537468 CPUtime=14.25
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 26389 0 1 0 1412 13 0 0 18 0 13 0 6198153 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 384367 22627 1440 10 0 381669 0
[pid=14118/tid=14120] ppid=14116 vsize=1537468 CPUtime=12.21
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 16731 0 1 0 1212 9 0 0 25 0 13 0 6198155 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4109802048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1537468 CPUtime=0.03
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 457 0 0 0 3 0 0 0 15 0 13 0 6198156 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1537468 CPUtime=0.02
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 525 0 0 0 2 0 0 0 16 0 13 0 6198156 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1537468 CPUtime=0.18
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 1321 0 0 0 18 0 0 0 16 0 13 0 6198158 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1537468 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1537468 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1537468 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1537468 CPUtime=0.46
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 582 0 0 0 46 0 0 0 15 0 13 0 6198163 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1537468 CPUtime=1.31
/proc/14118/task/14128/stat : 14128 (java) R 14116 14118 13804 0 -1 4202560 5706 0 0 0 129 2 0 0 16 0 13 0 6198163 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1537468 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1537468 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6198163 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1537468 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1574367232 22627 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 1537468

[startup+25.5018 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 14131
/proc/meminfo: memFree=1687108/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1531312 CPUtime=27.55
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 38864 0 1 0 2736 19 0 0 18 0 13 0 6198153 1568063488 32596 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382828 32596 1440 10 0 380130 0
[pid=14118/tid=14120] ppid=14116 vsize=1531312 CPUtime=24.76
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 27779 0 1 0 2462 14 0 0 25 0 13 0 6198155 1568063488 32596 1992294400 134512640 134550932 4293479328 18446744073709551615 4109802055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1531312 CPUtime=0.07
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 465 0 0 0 7 0 0 0 16 0 13 0 6198156 1568063488 32596 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1531312 CPUtime=0.05
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 525 0 0 0 5 0 0 0 16 0 13 0 6198156 1568063488 32596 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1531312 CPUtime=0.34

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

/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6198163 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 117.5
Current children cumulated vsize (KiB) 1531312

[startup+118.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 14133
/proc/meminfo: memFree=1670740/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1531312 CPUtime=120.7
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 43026 0 1 0 12047 23 0 0 18 0 13 0 6198153 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382828 36688 1440 10 0 380130 0
[pid=14118/tid=14120] ppid=14116 vsize=1531312 CPUtime=115.5
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 29735 0 1 0 11534 16 0 0 25 0 13 0 6198155 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4109755401 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1531312 CPUtime=0.33
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 575 0 0 0 33 0 0 0 16 0 13 0 6198156 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1531312 CPUtime=0.33
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 646 0 0 0 33 0 0 0 15 0 13 0 6198156 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1531312 CPUtime=2.12
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 3390 0 0 0 211 1 0 0 16 0 13 0 6198158 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1531312 CPUtime=0.46
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 582 0 0 0 46 0 0 0 15 0 13 0 6198163 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1531312 CPUtime=1.89
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 7024 0 0 0 187 2 0 0 15 0 13 0 6198163 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6198163 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1568063488 36688 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 120.7
Current children cumulated vsize (KiB) 1531312

[startup+121.601 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 14133
/proc/meminfo: memFree=1670740/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1531312 CPUtime=123.91
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 43039 0 1 0 12368 23 0 0 18 0 13 0 6198153 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382828 36700 1440 10 0 380130 0
[pid=14118/tid=14120] ppid=14116 vsize=1531312 CPUtime=118.66
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 29736 0 1 0 11850 16 0 0 25 0 13 0 6198155 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4109753324 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1531312 CPUtime=0.33
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 575 0 0 0 33 0 0 0 15 0 13 0 6198156 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1531312 CPUtime=0.34
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 646 0 0 0 34 0 0 0 16 0 13 0 6198156 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1531312 CPUtime=2.15
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 3402 0 0 0 214 1 0 0 15 0 13 0 6198158 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1531312 CPUtime=0.46
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 582 0 0 0 46 0 0 0 15 0 13 0 6198163 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1531312 CPUtime=1.89
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 7024 0 0 0 187 2 0 0 15 0 13 0 6198163 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6198163 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1568063488 36700 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 123.91
Current children cumulated vsize (KiB) 1531312

[startup+123.202 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 14133
/proc/meminfo: memFree=1670616/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1531312 CPUtime=125.52
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 43060 0 1 0 12529 23 0 0 18 0 13 0 6198153 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382828 36720 1440 10 0 380130 0
[pid=14118/tid=14120] ppid=14116 vsize=1531312 CPUtime=120.23
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 29737 0 1 0 12007 16 0 0 25 0 13 0 6198155 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4109983930 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1531312 CPUtime=0.33
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 575 0 0 0 33 0 0 0 15 0 13 0 6198156 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1531312 CPUtime=0.34
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 646 0 0 0 34 0 0 0 15 0 13 0 6198156 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1531312 CPUtime=2.19
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 3422 0 0 0 218 1 0 0 15 0 13 0 6198158 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1531312 CPUtime=0.46
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 582 0 0 0 46 0 0 0 15 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1531312 CPUtime=1.89
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 7024 0 0 0 187 2 0 0 15 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) R 14116 14118 13804 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 125.52
Current children cumulated vsize (KiB) 1531312

[startup+123.602 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 14133
/proc/meminfo: memFree=1670616/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1531312 CPUtime=125.91
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 43060 0 1 0 12568 23 0 0 18 0 13 0 6198153 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382828 36720 1440 10 0 380130 0
[pid=14118/tid=14120] ppid=14116 vsize=1531312 CPUtime=120.62
/proc/14118/task/14120/stat : 14120 (java) R 14116 14118 13804 0 -1 4202560 29737 0 1 0 12046 16 0 0 25 0 13 0 6198155 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4109754964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1531312 CPUtime=0.33
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 575 0 0 0 33 0 0 0 15 0 13 0 6198156 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1531312 CPUtime=0.34
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 646 0 0 0 34 0 0 0 15 0 13 0 6198156 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1531312 CPUtime=2.19
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 3422 0 0 0 218 1 0 0 15 0 13 0 6198158 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1531312 CPUtime=0.46
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 582 0 0 0 46 0 0 0 15 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1531312 CPUtime=1.89
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 13804 0 -1 4202560 7024 0 0 0 187 2 0 0 15 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6198163 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1531312 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1568063488 36720 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 125.91
Current children cumulated vsize (KiB) 1531312

[startup+124.003 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 14133
/proc/meminfo: memFree=1670616/2059040 swapFree=4164960/4192956
[pid=14118] ppid=14116 vsize=1531636 CPUtime=126.32
/proc/14118/stat : 14118 (java) S 14116 14118 13804 0 -1 4202496 43070 0 1 0 12609 23 0 0 18 0 13 0 6198153 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14118/statm: 382909 36730 1441 10 0 380211 0
[pid=14118/tid=14120] ppid=14116 vsize=1531636 CPUtime=121.01
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 13804 0 -1 4202560 29742 0 1 0 12085 16 0 0 25 0 13 0 6198155 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1531636 CPUtime=0.33
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 13804 0 -1 4202560 575 0 0 0 33 0 0 0 15 0 13 0 6198156 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1531636 CPUtime=0.34
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 13804 0 -1 4202560 646 0 0 0 34 0 0 0 15 0 13 0 6198156 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1531636 CPUtime=2.19
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 13804 0 -1 4202560 3422 0 0 0 218 1 0 0 15 0 13 0 6198158 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1531636 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 13804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6198158 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1531636 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 13804 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6198158 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1531636 CPUtime=0
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1531636 CPUtime=0.46
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 13804 0 -1 4202560 582 0 0 0 46 0 0 0 15 0 13 0 6198163 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1531636 CPUtime=1.91
/proc/14118/task/14128/stat : 14128 (java) R 14116 14118 13804 0 -1 4202560 7024 0 0 0 189 2 0 0 15 0 13 0 6198163 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 105578310 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1531636 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 13804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6198163 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1531636 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 13804 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6198163 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=14118/tid=14131] ppid=14116 vsize=1531636 CPUtime=0
/proc/14118/task/14131/stat : 14131 (java) S 14116 14118 13804 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6198195 1568395264 36730 1992294400 134512640 134550932 4293479328 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 126.32
Current children cumulated vsize (KiB) 1531636

Child status: 30
Real time (s): 124.057
CPU time (s): 126.37
CPU user time (s): 126.116
CPU system time (s): 0.253961
CPU usage (%): 101.864
Max. virtual memory (cumulated for all children) (KiB): 1539124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.116
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43075
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= 3493
involuntary context switches= 2346

runsolver used 0.25796 second user time and 0.670898 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 02:44:06
IDJOB=2658403
IDBENCH=48017
IDSOLVER=1164
FILE ID=node087/2658403-1276649046
PBS_JOBID= 11172429
Free space on /tmp= 62556 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=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658403-1276649046/watcher-2658403-1276649046 -o /tmp/evaluation-result-2658403-1276649046/solver-2658403-1276649046 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658403-1276649046.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=1906853700

node087.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.213
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.42
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.213
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813652 kB
Buffers:         31288 kB
Cached:         105992 kB
SwapCached:        768 kB
Active:          83076 kB
Inactive:        86972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813652 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:       32000 kB
Mapped:          14616 kB
Slab:            53604 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181748 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= 62556 MiB
End job on node087 at 2010-06-16 02:46:10