Trace number 2658325

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 264.918 262.66

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=43-P1=101-P2=251-P3=307-P4=499-B.opb
MD5SUMe79e2db14e141163591dbcfdfed7384a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.488925
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658325-1276647387.opb
0.09/0.20	c reading problem ... 
0.40/0.34	c ... done. Wall clock time 0.137s.
0.40/0.34	c #vars     432
0.40/0.34	c #constraints  661
0.40/0.34	c constraints type 
0.40/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.40/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
2.82/1.92	c SATISFIABLE
2.82/1.92	c OPTIMIZING...
2.82/1.92	c Got one! Elapsed wall clock time (in seconds):1.723
2.82/1.92	o 129
3.20/2.12	c cleaning 2496 clauses out of 5000 with flag 5000/5000
4.69/3.41	c cleaning 4250 clauses out of 8504 with flag 11000/11000
6.80/5.55	c cleaning 5628 clauses out of 11255 with flag 18001/18001
9.36/8.01	c cleaning 6810 clauses out of 13627 with flag 26001/26001
12.57/11.26	c cleaning 7909 clauses out of 15817 with flag 35001/35001
14.67/13.37	c cleaning 8944 clauses out of 17908 with flag 45001/45001
15.08/13.74	c Got one! Elapsed wall clock time (in seconds):13.54
15.08/13.74	o 45
16.38/15.02	c cleaning 9481 clauses out of 18964 with flag 55001/55001
19.99/18.64	c cleaning 9736 clauses out of 19482 with flag 65000/65000
21.98/20.61	c cleaning 9874 clauses out of 19747 with flag 75001/75001
24.79/23.49	c cleaning 9936 clauses out of 19873 with flag 85001/85001
27.60/26.20	c cleaning 9960 clauses out of 19936 with flag 95000/95000
28.30/26.94	c Got one! Elapsed wall clock time (in seconds):26.736
28.30/26.94	o 3
29.70/28.38	c cleaning 9982 clauses out of 19977 with flag 105001/105001
32.12/30.77	c cleaning 9997 clauses out of 19995 with flag 115001/115001
34.92/33.52	c cleaning 9999 clauses out of 19997 with flag 125000/125000
38.22/36.81	c cleaning 9998 clauses out of 19998 with flag 135000/135000
40.43/39.01	c cleaning 9988 clauses out of 20000 with flag 145000/145000
42.99/41.30	c cleaning 9999 clauses out of 20015 with flag 155003/155003
45.31/43.55	c cleaning 10001 clauses out of 20013 with flag 165000/165000
48.02/46.30	c cleaning 9997 clauses out of 20013 with flag 175001/175001
50.41/48.69	c cleaning 10004 clauses out of 20019 with flag 185004/185004
52.12/50.37	c cleaning 9997 clauses out of 20012 with flag 195001/195001
55.33/53.55	c cleaning 10003 clauses out of 20016 with flag 205002/205002
57.64/55.82	c cleaning 9999 clauses out of 20011 with flag 215000/215000
59.24/57.41	c cleaning 9996 clauses out of 20013 with flag 225001/225001
60.95/59.13	c cleaning 9994 clauses out of 20016 with flag 235000/235000
62.95/61.13	c cleaning 10009 clauses out of 20024 with flag 245002/245002
65.45/63.64	c cleaning 10003 clauses out of 20013 with flag 255000/255000
67.36/65.59	c cleaning 9997 clauses out of 20011 with flag 265001/265001
69.76/67.99	c cleaning 10004 clauses out of 20013 with flag 275000/275000
73.58/71.71	c cleaning 10001 clauses out of 20009 with flag 285000/285000
77.18/75.31	c cleaning 10000 clauses out of 20009 with flag 295001/295001
79.49/77.66	c cleaning 9994 clauses out of 20009 with flag 305001/305001
81.00/79.16	c cleaning 9995 clauses out of 20015 with flag 315001/315001
82.59/80.72	c cleaning 10008 clauses out of 20020 with flag 325001/325001
85.80/83.94	c cleaning 10000 clauses out of 20012 with flag 335001/335001
88.05/86.16	c cleaning 10004 clauses out of 20012 with flag 345001/345001
91.26/89.32	c cleaning 10000 clauses out of 20007 with flag 355000/355000
94.27/92.33	c cleaning 9999 clauses out of 20008 with flag 365001/365001
97.07/95.14	c cleaning 9997 clauses out of 20008 with flag 375000/375000
99.97/98.09	c cleaning 10000 clauses out of 20012 with flag 385001/385001
102.98/101.04	c cleaning 10001 clauses out of 20011 with flag 395000/395000
104.93/102.99	c cleaning 9999 clauses out of 20010 with flag 405001/405001
107.94/105.93	c cleaning 10002 clauses out of 20012 with flag 415002/415002
110.75/108.78	c cleaning 9999 clauses out of 20008 with flag 425000/425000
112.55/110.55	c cleaning 10000 clauses out of 20011 with flag 435002/435002
114.65/112.67	c cleaning 10002 clauses out of 20009 with flag 445000/445000
117.06/115.02	c cleaning 10000 clauses out of 20008 with flag 455001/455001
118.87/116.84	c cleaning 9995 clauses out of 20007 with flag 465000/465000
120.88/118.87	c cleaning 9997 clauses out of 20013 with flag 475001/475001
122.98/120.99	c cleaning 9997 clauses out of 20016 with flag 485001/485001
125.37/123.39	c cleaning 10005 clauses out of 20018 with flag 495000/495000
127.68/125.64	c cleaning 10002 clauses out of 20013 with flag 505000/505000
129.88/127.85	c cleaning 10001 clauses out of 20011 with flag 515000/515000
132.10/130.07	c cleaning 9999 clauses out of 20009 with flag 525000/525000
134.68/132.61	c cleaning 9999 clauses out of 20010 with flag 535000/535000
136.69/134.69	c cleaning 10000 clauses out of 20011 with flag 545000/545000
138.98/136.95	c cleaning 10001 clauses out of 20012 with flag 555001/555001
140.69/138.68	c cleaning 9999 clauses out of 20011 with flag 565001/565001
143.09/141.08	c cleaning 10001 clauses out of 20012 with flag 575001/575001
145.39/143.34	c cleaning 10001 clauses out of 20010 with flag 585000/585000
147.80/145.71	c cleaning 10001 clauses out of 20011 with flag 595002/595002
149.90/147.82	c cleaning 9999 clauses out of 20008 with flag 605000/605000
152.80/150.73	c cleaning 10001 clauses out of 20010 with flag 615001/615001
155.29/153.25	c cleaning 9999 clauses out of 20009 with flag 625001/625001
157.60/155.51	c cleaning 9994 clauses out of 20009 with flag 635000/635000
160.00/157.91	c cleaning 10001 clauses out of 20016 with flag 645001/645001
162.41/160.30	c cleaning 10001 clauses out of 20014 with flag 655000/655000
164.72/162.61	c cleaning 10001 clauses out of 20013 with flag 665000/665000
167.42/165.31	c cleaning 10001 clauses out of 20012 with flag 675000/675000
169.43/167.40	c cleaning 9997 clauses out of 20011 with flag 685000/685000
171.62/169.57	c cleaning 10001 clauses out of 20014 with flag 695000/695000
173.93/171.87	c cleaning 10005 clauses out of 20014 with flag 705001/705001
176.07/173.97	c cleaning 9999 clauses out of 20009 with flag 715001/715001
177.97/175.80	c cleaning 9997 clauses out of 20010 with flag 725001/725001
179.67/177.53	c cleaning 9999 clauses out of 20014 with flag 735002/735002
181.56/179.46	c cleaning 9999 clauses out of 20014 with flag 745001/745001
183.38/181.25	c cleaning 10000 clauses out of 20015 with flag 755001/755001
185.38/183.23	c cleaning 10001 clauses out of 20014 with flag 765000/765000
187.38/185.20	c cleaning 10004 clauses out of 20014 with flag 775001/775001
189.89/187.73	c cleaning 10002 clauses out of 20009 with flag 785000/785000
191.69/189.58	c cleaning 9995 clauses out of 20007 with flag 795001/795001
193.29/191.17	c cleaning 9998 clauses out of 20011 with flag 805000/805000
195.19/193.08	c cleaning 10001 clauses out of 20013 with flag 815000/815000
197.00/194.88	c cleaning 9998 clauses out of 20013 with flag 825001/825001
198.90/196.78	c cleaning 10000 clauses out of 20016 with flag 835002/835002
201.00/198.85	c cleaning 10000 clauses out of 20015 with flag 845001/845001
202.90/200.71	c cleaning 10000 clauses out of 20015 with flag 855001/855001
205.20/203.02	c cleaning 10002 clauses out of 20014 with flag 865000/865000
207.31/205.18	c cleaning 9999 clauses out of 20013 with flag 875001/875001
209.50/207.36	c cleaning 10002 clauses out of 20013 with flag 885000/885000
211.40/209.28	c cleaning 10000 clauses out of 20011 with flag 895000/895000
213.41/211.22	c cleaning 9996 clauses out of 20011 with flag 905000/905000
215.41/213.27	c cleaning 10004 clauses out of 20017 with flag 915002/915002
217.62/215.50	c cleaning 10000 clauses out of 20012 with flag 925001/925001
219.62/217.45	c cleaning 10001 clauses out of 20011 with flag 935000/935000
221.52/219.36	c cleaning 9997 clauses out of 20011 with flag 945001/945001
223.92/221.70	c cleaning 10003 clauses out of 20013 with flag 955000/955000
227.02/224.84	c cleaning 10000 clauses out of 20011 with flag 965001/965001
230.02/227.86	c cleaning 10000 clauses out of 20011 with flag 975001/975001
232.93/230.80	c cleaning 10000 clauses out of 20010 with flag 985000/985000
235.83/233.67	c cleaning 10002 clauses out of 20011 with flag 995001/995001
238.44/236.21	c cleaning 10001 clauses out of 20009 with flag 1005001/1005001
240.73/238.57	c cleaning 10001 clauses out of 20008 with flag 1015001/1015001
243.24/241.01	c cleaning 9999 clauses out of 20006 with flag 1025000/1025000
245.44/243.25	c cleaning 10002 clauses out of 20008 with flag 1035001/1035001
248.25/246.08	c cleaning 9996 clauses out of 20006 with flag 1045001/1045001
250.65/248.48	c cleaning 10002 clauses out of 20010 with flag 1055001/1055001
252.96/250.73	c cleaning 10001 clauses out of 20008 with flag 1065001/1065001
255.35/253.13	c cleaning 9999 clauses out of 20006 with flag 1075000/1075000
257.94/255.75	c cleaning 9998 clauses out of 20007 with flag 1085000/1085000
260.36/258.11	c cleaning 10005 clauses out of 20009 with flag 1095000/1095000
262.56/260.39	c cleaning 9998 clauses out of 20003 with flag 1105000/1105000
264.86/262.62	c starts		: 191
264.86/262.62	c conflicts		: 1114825
264.86/262.62	c decisions		: 1138094
264.86/262.62	c propagations		: 24183832
264.86/262.62	c inspects		: 773655138
264.86/262.62	c learnt literals	: 17
264.86/262.62	c learnt binary clauses	: 103
264.86/262.62	c learnt ternary clauses	: 323
264.86/262.62	c learnt clauses	: 1114807
264.86/262.62	c ignored clauses	: 0
264.86/262.62	c root simplifications	: 0
264.86/262.62	c removed literals (reason simplification)	: 47062404
264.86/262.62	c reason swapping (by a shorter reason)	: 0
264.86/262.62	c Calls to reduceDB	: 112
264.86/262.62	c number of reductions to clauses (during analyze)	: 0
264.86/262.62	c number of learned constraints concerned by reduction	: 0
264.86/262.62	c number of learning phase by resolution	: 0
264.86/262.62	c number of learning phase by cutting planes	: 0
264.86/262.62	c speed (assignments/second)	: 102610.38839812293
264.86/262.62	c non guided choices	2545
264.86/262.62	c learnt constraints type 
264.86/262.62	c constraints type 
264.86/262.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
264.86/262.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
264.86/262.62	s OPTIMUM FOUND
264.86/262.62	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 
264.86/262.62	c objective function=3
264.86/262.62	c Total wall clock time (in seconds): 262.425

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-2658325-1276647387/watcher-2658325-1276647387 -o /tmp/evaluation-result-2658325-1276647387/solver-2658325-1276647387 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658325-1276647387.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: 0.84 0.97 0.98 3/106 11938
/proc/meminfo: memFree=1712124/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=248 CPUtime=0
/proc/11938/stat : 11938 (java) R 11936 11938 11756 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 6031509 253952 28 1992294400 134512640 134550932 4289108624 18446744073709551615 10547796 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11938/statm: 62 28 21 10 0 23 0

[startup+0.0387279 s]
/proc/loadavg: 0.84 0.97 0.98 3/106 11938
/proc/meminfo: memFree=1712124/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1520328 CPUtime=0.02
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 3359 0 1 0 1 1 0 0 18 0 4 0 6031509 1556815872 2802 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 380082 2802 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100735 s]
/proc/loadavg: 0.84 0.97 0.98 3/106 11938
/proc/meminfo: memFree=1712124/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1524184 CPUtime=0.09
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 3979 0 1 0 7 2 0 0 18 0 12 0 6031509 1560764416 3418 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 381046 3418 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300321 s]
/proc/loadavg: 0.84 0.97 0.98 3/106 11938
/proc/meminfo: memFree=1712124/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1526220 CPUtime=0.4
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 5315 0 1 0 37 3 0 0 18 0 12 0 6031509 1562849280 4752 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 381555 4752 1365 10 0 378857 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526220

[startup+0.700318 s]
/proc/loadavg: 0.84 0.97 0.98 3/106 11938
/proc/meminfo: memFree=1712124/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1531528 CPUtime=1.17
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 7315 0 1 0 113 4 0 0 18 0 13 0 6031509 1568284672 6368 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 382882 6368 1418 10 0 380184 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1531528

[startup+1.50131 s]
/proc/loadavg: 0.84 0.97 0.98 5/119 11951
/proc/meminfo: memFree=1690136/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1530532 CPUtime=2.38
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 11117 0 1 0 233 5 0 0 18 0 13 0 6031509 1567264768 9925 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 382633 9925 1421 10 0 379935 0
[pid=11938/tid=11940] ppid=11936 vsize=1530532 CPUtime=1.47
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 7620 0 1 0 144 3 0 0 19 0 13 0 6031511 1567264768 9925 1992294400 134512640 134550932 4289108624 18446744073709551615 4109741697 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 6031512 1567264768 9925 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 6031512 1567264768 9925 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6031514 1567264768 9926 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6031514 1567264768 9926 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 6031514 1567264768 9926 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1567264768 9927 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1530532 CPUtime=0.28
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1355 0 0 0 28 0 0 0 25 0 13 0 6031519 1567264768 9928 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1530532 CPUtime=0.6
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 1073 0 0 0 60 0 0 0 25 0 13 0 6031519 1567264768 9928 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1567264768 9928 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6031519 1567264768 9928 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1530532 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1567264768 9929 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1530532

[startup+3.1013 s]
/proc/loadavg: 0.84 0.97 0.98 5/119 11951
/proc/meminfo: memFree=1662856/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1534156 CPUtime=4.34
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 16871 0 1 0 426 8 0 0 18 0 13 0 6031509 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383539 14747 1440 10 0 380841 0
[pid=11938/tid=11940] ppid=11936 vsize=1534156 CPUtime=3.04
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 10651 0 1 0 299 5 0 0 21 0 13 0 6031511 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4109741990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 435 0 0 0 0 0 0 0 17 0 13 0 6031512 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6031512 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1534156 CPUtime=0.01
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 437 0 0 0 1 0 0 0 17 0 13 0 6031514 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1534156 CPUtime=0.31
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1357 0 0 0 31 0 0 0 18 0 13 0 6031519 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1534156 CPUtime=0.93
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 2924 0 0 0 92 1 0 0 16 0 13 0 6031519 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6031519 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1570975744 14747 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1534156

[startup+6.30027 s]
/proc/loadavg: 0.85 0.97 0.98 2/119 11951
/proc/meminfo: memFree=1651200/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1534156 CPUtime=7.61
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 19030 0 1 0 752 9 0 0 18 0 13 0 6031509 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383539 16782 1440 10 0 380841 0
[pid=11938/tid=11940] ppid=11936 vsize=1534156 CPUtime=6.18
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 11983 0 1 0 612 6 0 0 25 0 13 0 6031511 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4109879362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1534156 CPUtime=0.01
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 676 0 0 0 1 0 0 0 15 0 13 0 6031512 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 13 0 6031512 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1534156 CPUtime=0.06
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 881 0 0 0 6 0 0 0 16 0 13 0 6031514 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1534156 CPUtime=0.32
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1357 0 0 0 32 0 0 0 18 0 13 0 6031519 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1534156 CPUtime=0.98
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 2925 0 0 0 97 1 0 0 15 0 13 0 6031519 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6031519 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1534156 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1570975744 16782 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 1534156

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.98 2/119 11951
/proc/meminfo: memFree=1640412/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532084 CPUtime=14.07
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 21706 0 1 0 1397 10 0 0 18 0 13 0 6031509 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383021 18959 1440 10 0 380323 0
[pid=11938/tid=11940] ppid=11936 vsize=1532084 CPUtime=12.51
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 14382 0 1 0 1244 7 0 0 25 0 13 0 6031511 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4109796537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532084 CPUtime=0.02
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 713 0 0 0 2 0 0 0 16 0 13 0 6031512 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532084 CPUtime=0.01
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 180 0 0 0 1 0 0 0 16 0 13 0 6031512 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532084 CPUtime=0.12
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 1076 0 0 0 12 0 0 0 15 0 13 0 6031514 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1532084 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1532084 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1532084 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1532084 CPUtime=0.38
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1364 0 0 0 38 0 0 0 16 0 13 0 6031519 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1532084 CPUtime=0.98
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 2925 0 0 0 97 1 0 0 15 0 13 0 6031519 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1532084 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1532084 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6031519 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532084 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1568854016 18959 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1532084

[startup+25.5011 s]
/proc/loadavg: 0.89 0.97 0.98 2/119 11951
/proc/meminfo: memFree=1624540/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532084 CPUtime=26.9
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 25809 0 1 0 2677 13 0 0 18 0 13 0 6031509 1568854016 23054 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383021 23054 1440 10 0 380323 0
[pid=11938/tid=11940] ppid=11936 vsize=1532084 CPUtime=25.1
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 17208 0 1 0 2502 8 0 0 25 0 13 0 6031511 1568854016 23054 1992294400 134512640 134550932 4289108624 18446744073709551615 4109796421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532084 CPUtime=0.05
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 1023 0 0 0 5 0 0 0 16 0 13 0 6031512 1568854016 23054 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532084 CPUtime=0.05
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 418 0 0 0 5 0 0 0 15 0 13 0 6031512 1568854016 23054 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532084 CPUtime=0.27

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

/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 261.36
Current children cumulated vsize (KiB) 1532796

[startup+260.709 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 11957
/proc/meminfo: memFree=1557952/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532796 CPUtime=262.97
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 44104 0 1 0 26262 35 0 0 18 0 13 0 6031509 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383199 39456 1440 10 0 380501 0
[pid=11938/tid=11940] ppid=11936 vsize=1532796 CPUtime=255.94
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 32176 0 1 0 25571 23 0 0 25 0 13 0 6031511 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4109726896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532796 CPUtime=0.6
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 1077 0 0 0 58 2 0 0 15 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532796 CPUtime=0.58
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 460 0 0 0 56 2 0 0 16 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532796 CPUtime=3.8
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 3062 0 0 0 378 2 0 0 16 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1532796 CPUtime=0.56
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1379 0 0 0 56 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1532796 CPUtime=1.42
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 4870 0 0 0 140 2 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 262.97
Current children cumulated vsize (KiB) 1532796

[startup+261.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 11957
/proc/meminfo: memFree=1557952/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532796 CPUtime=263.76
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 44104 0 1 0 26341 35 0 0 18 0 13 0 6031509 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383199 39456 1440 10 0 380501 0
[pid=11938/tid=11940] ppid=11936 vsize=1532796 CPUtime=256.73
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 32176 0 1 0 25650 23 0 0 25 0 13 0 6031511 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4109734188 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532796 CPUtime=0.6
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 1077 0 0 0 58 2 0 0 15 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532796 CPUtime=0.58
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 460 0 0 0 56 2 0 0 16 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532796 CPUtime=3.8
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 3062 0 0 0 378 2 0 0 15 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1532796 CPUtime=0.56
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1379 0 0 0 56 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1532796 CPUtime=1.42
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 4870 0 0 0 140 2 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.76
Current children cumulated vsize (KiB) 1532796

[startup+262.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 11957
/proc/meminfo: memFree=1557952/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532796 CPUtime=264.56
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 44104 0 1 0 26421 35 0 0 18 0 13 0 6031509 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383199 39456 1440 10 0 380501 0
[pid=11938/tid=11940] ppid=11936 vsize=1532796 CPUtime=257.53
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 32176 0 1 0 25730 23 0 0 25 0 13 0 6031511 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4109752271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532796 CPUtime=0.6
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 1077 0 0 0 58 2 0 0 15 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532796 CPUtime=0.58
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 460 0 0 0 56 2 0 0 16 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532796 CPUtime=3.8
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 3062 0 0 0 378 2 0 0 15 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1532796 CPUtime=0.56
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1379 0 0 0 56 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1532796 CPUtime=1.42
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 4870 0 0 0 140 2 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 264.56
Current children cumulated vsize (KiB) 1532796

[startup+262.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 11957
/proc/meminfo: memFree=1557952/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532796 CPUtime=264.75
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 44104 0 1 0 26440 35 0 0 18 0 13 0 6031509 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383199 39456 1440 10 0 380501 0
[pid=11938/tid=11940] ppid=11936 vsize=1532796 CPUtime=257.74
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 32176 0 1 0 25750 24 0 0 25 0 13 0 6031511 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4109870642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532796 CPUtime=0.6
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 1077 0 0 0 58 2 0 0 15 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532796 CPUtime=0.58
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 460 0 0 0 56 2 0 0 16 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532796 CPUtime=3.8
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 3062 0 0 0 378 2 0 0 15 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1532796 CPUtime=0.56
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1379 0 0 0 56 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1532796 CPUtime=1.42
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 4870 0 0 0 140 2 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 264.75
Current children cumulated vsize (KiB) 1532796

[startup+262.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 11957
/proc/meminfo: memFree=1557952/2059040 swapFree=4192956/4192956
[pid=11938] ppid=11936 vsize=1532796 CPUtime=264.86
/proc/11938/stat : 11938 (java) S 11936 11938 11756 0 -1 4202496 44104 0 1 0 26451 35 0 0 18 0 13 0 6031509 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11938/statm: 383199 39456 1440 10 0 380501 0
[pid=11938/tid=11940] ppid=11936 vsize=1532796 CPUtime=257.84
/proc/11938/task/11940/stat : 11940 (java) R 11936 11938 11756 0 -1 4202560 32176 0 1 0 25760 24 0 0 25 0 13 0 6031511 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4109559489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11938/tid=11941] ppid=11936 vsize=1532796 CPUtime=0.6
/proc/11938/task/11941/stat : 11941 (java) S 11936 11938 11756 0 -1 4202560 1077 0 0 0 58 2 0 0 15 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11942] ppid=11936 vsize=1532796 CPUtime=0.58
/proc/11938/task/11942/stat : 11942 (java) S 11936 11938 11756 0 -1 4202560 460 0 0 0 56 2 0 0 16 0 13 0 6031512 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11943] ppid=11936 vsize=1532796 CPUtime=3.8
/proc/11938/task/11943/stat : 11943 (java) S 11936 11938 11756 0 -1 4202560 3062 0 0 0 378 2 0 0 15 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 0 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11944] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11944/stat : 11944 (java) S 11936 11938 11756 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11945] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11945/stat : 11945 (java) S 11936 11938 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6031514 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11946] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11946/stat : 11946 (java) S 11936 11938 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6031518 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11947] ppid=11936 vsize=1532796 CPUtime=0.56
/proc/11938/task/11947/stat : 11947 (java) S 11936 11938 11756 0 -1 4202560 1379 0 0 0 56 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11948] ppid=11936 vsize=1532796 CPUtime=1.42
/proc/11938/task/11948/stat : 11948 (java) S 11936 11938 11756 0 -1 4202560 4870 0 0 0 140 2 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11949] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11949/stat : 11949 (java) S 11936 11938 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
[pid=11938/tid=11950] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11950/stat : 11950 (java) S 11936 11938 11756 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 6031519 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 1 0 0 0
[pid=11938/tid=11951] ppid=11936 vsize=1532796 CPUtime=0
/proc/11938/task/11951/stat : 11951 (java) S 11936 11938 11756 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6031544 1569583104 39456 1992294400 134512640 134550932 4289108624 18446744073709551615 4294960144 0 4 0 16800975 18446604436671230976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 264.86
Current children cumulated vsize (KiB) 1532796

Child status: 30
Real time (s): 262.66
CPU time (s): 264.918
CPU user time (s): 264.546
CPU system time (s): 0.371943
CPU usage (%): 100.859
Max. virtual memory (cumulated for all children) (KiB): 1540072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.546
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44120
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= 6752
involuntary context switches= 4323

runsolver used 0.555915 second user time and 1.40279 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 02:16:27
IDJOB=2658325
IDBENCH=47939
IDSOLVER=1164
FILE ID=node037/2658325-1276647387
PBS_JOBID= 11172438
Free space on /tmp= 62584 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=43-P1=101-P2=251-P3=307-P4=499-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658325-1276647387/watcher-2658325-1276647387 -o /tmp/evaluation-result-2658325-1276647387/solver-2658325-1276647387 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658325-1276647387.opb

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

MD5SUM BENCH= e79e2db14e141163591dbcfdfed7384a
RANDOM SEED=1810976946

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1712396 kB
Buffers:         64920 kB
Cached:         145424 kB
SwapCached:          0 kB
Active:         122064 kB
Inactive:       147644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1712396 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       59332 kB
Mapped:          15500 kB
Slab:            55172 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182008 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= 62584 MiB
End job on node037 at 2010-06-16 02:20:50