Trace number 2658466

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 358.568 356.243

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
MD5SUM65bc139f592885e582edbd6d46332a4d
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 benchmark6.13307
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 variables135
Total number of constraints11
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 constraints11
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)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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.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.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658466-1276650579.opb
0.24/0.20	c reading problem ... 
0.40/0.36	c ... done. Wall clock time 0.159s.
0.40/0.36	c #vars     540
0.40/0.36	c #constraints  826
0.40/0.36	c constraints type 
0.40/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.40/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
3.25/2.12	c cleaning 2496 clauses out of 5000 with flag 5000/5000
4.95/3.79	c cleaning 4250 clauses out of 8505 with flag 11001/11001
6.45/5.28	c cleaning 5625 clauses out of 11255 with flag 18001/18001
8.37/7.16	c cleaning 6809 clauses out of 13630 with flag 26001/26001
10.72/9.42	c cleaning 7910 clauses out of 15823 with flag 35003/35003
13.53/12.27	c cleaning 8951 clauses out of 17910 with flag 45000/45000
16.43/15.15	c cleaning 9478 clauses out of 18960 with flag 55001/55001
19.95/18.61	c cleaning 9739 clauses out of 19483 with flag 65002/65002
22.55/21.23	c cleaning 9868 clauses out of 19742 with flag 75000/75000
26.34/25.07	c cleaning 9934 clauses out of 19874 with flag 85000/85000
29.87/28.58	c cleaning 9961 clauses out of 19940 with flag 95000/95000
32.76/31.47	c cleaning 9984 clauses out of 19979 with flag 105000/105000
34.46/33.10	c cleaning 9996 clauses out of 19996 with flag 115001/115001
37.68/36.39	c cleaning 9998 clauses out of 20000 with flag 125001/125001
39.79/38.50	c cleaning 9994 clauses out of 20002 with flag 135001/135001
42.48/41.19	c cleaning 9995 clauses out of 20007 with flag 145000/145000
44.99/43.68	c cleaning 10002 clauses out of 20013 with flag 155001/155001
46.59/45.25	c cleaning 9993 clauses out of 20010 with flag 165000/165000
48.39/47.09	c cleaning 10003 clauses out of 20017 with flag 175000/175000
50.70/49.37	c cleaning 9999 clauses out of 20014 with flag 185000/185000
53.31/51.99	c cleaning 10002 clauses out of 20016 with flag 195001/195001
56.22/54.90	c cleaning 10004 clauses out of 20014 with flag 205001/205001
59.02/57.65	c cleaning 9998 clauses out of 20009 with flag 215000/215000
61.52/60.16	c cleaning 10000 clauses out of 20011 with flag 225000/225000
64.22/62.63	c cleaning 9998 clauses out of 20011 with flag 235000/235000
67.04/65.22	c cleaning 10004 clauses out of 20014 with flag 245001/245001
70.15/68.34	c cleaning 9999 clauses out of 20008 with flag 255000/255000
73.05/71.29	c cleaning 9998 clauses out of 20009 with flag 265000/265000
74.66/72.82	c cleaning 9990 clauses out of 20013 with flag 275002/275002
76.47/74.69	c cleaning 10006 clauses out of 20022 with flag 285001/285001
79.89/78.10	c cleaning 10003 clauses out of 20015 with flag 295000/295000
82.59/80.73	c cleaning 10002 clauses out of 20013 with flag 305001/305001
85.59/83.71	c cleaning 10001 clauses out of 20010 with flag 315000/315000
87.79/85.93	c cleaning 10000 clauses out of 20009 with flag 325000/325000
89.30/87.44	c cleaning 9996 clauses out of 20011 with flag 335002/335002
91.40/89.55	c cleaning 9998 clauses out of 20014 with flag 345001/345001
94.41/92.52	c cleaning 9999 clauses out of 20016 with flag 355001/355001
97.32/95.49	c cleaning 9999 clauses out of 20018 with flag 365002/365002
100.62/98.76	c cleaning 10005 clauses out of 20017 with flag 375000/375000
103.53/101.64	c cleaning 9999 clauses out of 20013 with flag 385001/385001
105.43/103.60	c cleaning 9998 clauses out of 20013 with flag 395000/395000
107.44/105.52	c cleaning 9997 clauses out of 20016 with flag 405001/405001
109.54/107.68	c cleaning 10002 clauses out of 20020 with flag 415002/415002
111.34/109.44	c cleaning 10005 clauses out of 20017 with flag 425001/425001
113.65/111.76	c cleaning 10003 clauses out of 20013 with flag 435002/435002
114.45/112.50	c SATISFIABLE
114.45/112.50	c OPTIMIZING...
114.45/112.50	c Got one! Elapsed wall clock time (in seconds):112.305
114.45/112.50	o 71
115.35/113.46	c cleaning 9988 clauses out of 20008 with flag 445000/445000
117.55/115.67	c cleaning 10002 clauses out of 20021 with flag 455001/455001
119.85/117.99	c cleaning 10002 clauses out of 20018 with flag 465000/465000
122.67/120.78	c cleaning 10004 clauses out of 20017 with flag 475001/475001
126.18/124.23	c cleaning 10002 clauses out of 20012 with flag 485000/485000
129.77/127.86	c cleaning 10001 clauses out of 20010 with flag 495000/495000
133.07/131.17	c cleaning 10003 clauses out of 20010 with flag 505001/505001
136.77/134.87	c cleaning 9998 clauses out of 20007 with flag 515001/515001
140.68/138.76	c cleaning 10003 clauses out of 20010 with flag 525002/525002
144.18/142.24	c cleaning 10000 clauses out of 20006 with flag 535001/535001
147.58/145.65	c cleaning 9998 clauses out of 20006 with flag 545001/545001
151.08/149.13	c cleaning 10001 clauses out of 20008 with flag 555001/555001
154.38/152.40	c cleaning 10003 clauses out of 20007 with flag 565001/565001
157.38/155.49	c cleaning 9996 clauses out of 20004 with flag 575001/575001
160.58/158.65	c cleaning 10002 clauses out of 20007 with flag 585000/585000
164.09/162.18	c cleaning 10000 clauses out of 20006 with flag 595001/595001
167.49/165.53	c cleaning 9997 clauses out of 20005 with flag 605000/605000
171.10/169.20	c cleaning 9999 clauses out of 20008 with flag 615000/615000
174.50/172.57	c cleaning 10001 clauses out of 20009 with flag 625000/625000
177.81/175.81	c cleaning 10004 clauses out of 20009 with flag 635001/635001
180.97/178.94	c cleaning 9997 clauses out of 20005 with flag 645002/645002
182.78/180.78	c cleaning 9996 clauses out of 20006 with flag 655000/655000
185.07/183.06	c cleaning 10000 clauses out of 20010 with flag 665000/665000
188.28/186.26	c cleaning 10001 clauses out of 20010 with flag 675000/675000
191.88/189.83	c cleaning 10002 clauses out of 20009 with flag 685000/685000
194.99/192.95	c cleaning 9999 clauses out of 20007 with flag 695000/695000
197.90/195.83	c cleaning 9999 clauses out of 20008 with flag 705000/705000
199.69/197.65	c cleaning 10000 clauses out of 20009 with flag 715000/715000
201.29/199.21	c cleaning 9996 clauses out of 20010 with flag 725001/725001
202.93/200.81	c cleaning 9997 clauses out of 20014 with flag 735001/735001
204.63/202.56	c cleaning 9999 clauses out of 20017 with flag 745001/745001
206.53/204.42	c cleaning 10005 clauses out of 20019 with flag 755002/755002
209.64/207.50	c cleaning 10002 clauses out of 20012 with flag 765000/765000
212.84/210.79	c cleaning 10004 clauses out of 20011 with flag 775001/775001
215.75/213.67	c cleaning 9998 clauses out of 20007 with flag 785001/785001
218.45/216.35	c cleaning 10002 clauses out of 20008 with flag 795000/795000
220.96/218.82	c cleaning 10001 clauses out of 20006 with flag 805000/805000
223.76/221.69	c cleaning 9999 clauses out of 20006 with flag 815001/815001
224.37/222.25	c Got one! Elapsed wall clock time (in seconds):222.052
224.37/222.25	o 3
225.86/223.74	c cleaning 9993 clauses out of 20007 with flag 825001/825001
227.86/225.73	c cleaning 9990 clauses out of 20013 with flag 835000/835000
230.48/228.33	c cleaning 9995 clauses out of 20023 with flag 845000/845000
232.68/230.52	c cleaning 9996 clauses out of 20028 with flag 855000/855000
234.78/232.64	c cleaning 10001 clauses out of 20032 with flag 865000/865000
236.87/234.77	c cleaning 9999 clauses out of 20032 with flag 875001/875001
239.18/237.03	c cleaning 10001 clauses out of 20034 with flag 885002/885002
241.38/239.23	c cleaning 10003 clauses out of 20033 with flag 895002/895002
243.48/241.35	c cleaning 10000 clauses out of 20029 with flag 905001/905001
245.68/243.58	c cleaning 10001 clauses out of 20029 with flag 915001/915001
248.29/246.11	c cleaning 10011 clauses out of 20029 with flag 925002/925002
250.20/248.07	c cleaning 10002 clauses out of 20017 with flag 935001/935001
252.40/250.26	c cleaning 10003 clauses out of 20015 with flag 945001/945001
254.70/252.53	c cleaning 10001 clauses out of 20012 with flag 955001/955001
257.00/254.86	c cleaning 9994 clauses out of 20010 with flag 965000/965000
259.52/257.39	c cleaning 10003 clauses out of 20016 with flag 975000/975000
261.92/259.71	c cleaning 10004 clauses out of 20013 with flag 985000/985000
264.22/262.07	c cleaning 10003 clauses out of 20010 with flag 995001/995001
266.32/264.16	c cleaning 9996 clauses out of 20006 with flag 1005000/1005000
268.23/266.11	c cleaning 10002 clauses out of 20011 with flag 1015001/1015001
270.03/267.88	c cleaning 9999 clauses out of 20009 with flag 1025001/1025001
272.13/269.99	c cleaning 9995 clauses out of 20010 with flag 1035001/1035001
274.13/271.97	c cleaning 10001 clauses out of 20016 with flag 1045002/1045002
276.14/273.98	c cleaning 10005 clauses out of 20013 with flag 1055000/1055000
278.64/276.46	c cleaning 10002 clauses out of 20008 with flag 1065000/1065000
280.64/278.45	c cleaning 9998 clauses out of 20005 with flag 1075000/1075000
282.54/280.37	c cleaning 9994 clauses out of 20007 with flag 1085000/1085000
284.54/282.32	c cleaning 9999 clauses out of 20013 with flag 1095000/1095000
286.64/284.48	c cleaning 9997 clauses out of 20014 with flag 1105000/1105000
288.85/286.70	c cleaning 10001 clauses out of 20017 with flag 1115000/1115000
291.15/288.94	c cleaning 10001 clauses out of 20016 with flag 1125000/1125000
293.15/290.94	c cleaning 10002 clauses out of 20016 with flag 1135001/1135001
295.46/293.29	c cleaning 10000 clauses out of 20015 with flag 1145002/1145002
297.96/295.77	c cleaning 9999 clauses out of 20013 with flag 1155000/1155000
300.46/298.23	c cleaning 10004 clauses out of 20013 with flag 1165000/1165000
302.57/300.35	c cleaning 10001 clauses out of 20010 with flag 1175001/1175001
304.67/302.49	c cleaning 10001 clauses out of 20009 with flag 1185001/1185001
307.27/305.03	c cleaning 9999 clauses out of 20007 with flag 1195000/1195000
309.38/307.20	c cleaning 9999 clauses out of 20008 with flag 1205000/1205000
311.39/309.16	c cleaning 9994 clauses out of 20010 with flag 1215001/1215001
313.78/311.53	c cleaning 10003 clauses out of 20016 with flag 1225001/1225001
315.99/313.73	c cleaning 9999 clauses out of 20012 with flag 1235000/1235000
317.89/315.69	c cleaning 10001 clauses out of 20013 with flag 1245000/1245000
320.10/317.84	c cleaning 10003 clauses out of 20013 with flag 1255001/1255001
323.19/320.93	c cleaning 10001 clauses out of 20009 with flag 1265000/1265000
326.29/324.00	c cleaning 9999 clauses out of 20008 with flag 1275000/1275000
328.59/326.31	c cleaning 10001 clauses out of 20010 with flag 1285001/1285001
330.89/328.66	c cleaning 10000 clauses out of 20009 with flag 1295001/1295001
333.51/331.25	c cleaning 9998 clauses out of 20008 with flag 1305000/1305000
335.91/333.69	c cleaning 10000 clauses out of 20010 with flag 1315000/1315000
338.31/336.04	c cleaning 9998 clauses out of 20010 with flag 1325000/1325000
340.91/338.64	c cleaning 10005 clauses out of 20013 with flag 1335001/1335001
343.61/341.32	c cleaning 10000 clauses out of 20008 with flag 1345001/1345001
346.11/343.89	c cleaning 10002 clauses out of 20007 with flag 1355000/1355000
348.91/346.62	c cleaning 10003 clauses out of 20005 with flag 1365000/1365000
351.71/349.48	c cleaning 9997 clauses out of 20001 with flag 1375000/1375000
354.22/351.92	c cleaning 10001 clauses out of 20004 with flag 1385000/1385000
356.81/354.53	c cleaning 10000 clauses out of 20004 with flag 1395002/1395002
358.52/356.21	c starts		: 192
358.52/356.21	c conflicts		: 1401900
358.52/356.21	c decisions		: 1430809
358.52/356.21	c propagations		: 32020825
358.52/356.21	c inspects		: 1004312127
358.52/356.21	c learnt literals	: 20
358.52/356.21	c learnt binary clauses	: 103
358.52/356.21	c learnt ternary clauses	: 356
358.52/356.21	c learnt clauses	: 1401879
358.52/356.21	c ignored clauses	: 0
358.52/356.21	c root simplifications	: 0
358.52/356.21	c removed literals (reason simplification)	: 62039108
358.52/356.21	c reason swapping (by a shorter reason)	: 0
358.52/356.21	c Calls to reduceDB	: 141
358.52/356.21	c number of reductions to clauses (during analyze)	: 0
358.52/356.21	c number of learned constraints concerned by reduction	: 0
358.52/356.21	c number of learning phase by resolution	: 0
358.52/356.21	c number of learning phase by cutting planes	: 0
358.52/356.21	c speed (assignments/second)	: 239041.65577992608
358.52/356.21	c non guided choices	3969
358.52/356.21	c learnt constraints type 
358.52/356.21	c constraints type 
358.52/356.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
358.52/356.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
358.52/356.21	s OPTIMUM FOUND
358.52/356.21	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 
358.52/356.21	c objective function=3
358.52/356.21	c Total wall clock time (in seconds): 356.01

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-2658466-1276650579/watcher-2658466-1276650579 -o /tmp/evaluation-result-2658466-1276650579/solver-2658466-1276650579 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658466-1276650579.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.31 1.13 1.37 3/106 6980
/proc/meminfo: memFree=1801400/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=248 CPUtime=0
/proc/6980/stat : 6980 (java) R 6978 6980 5885 0 -1 4194304 282 0 0 0 0 0 0 0 22 0 1 0 40644299 253952 28 1992294400 134512640 134550932 4288200688 18446744073709551615 1847892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6980/statm: 62 28 21 10 0 23 0

[startup+0.0460199 s]
/proc/loadavg: 1.31 1.13 1.37 3/106 6980
/proc/meminfo: memFree=1801400/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1521016 CPUtime=0.03
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 3492 0 1 0 2 1 0 0 18 0 5 0 40644299 1557520384 2935 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 380254 2935 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101019 s]
/proc/loadavg: 1.31 1.13 1.37 3/106 6980
/proc/meminfo: memFree=1801400/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1524184 CPUtime=0.09
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 4001 0 1 0 7 2 0 0 18 0 12 0 40644299 1560764416 3440 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 381046 3440 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301016 s]
/proc/loadavg: 1.31 1.13 1.37 3/106 6980
/proc/meminfo: memFree=1801400/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1525616 CPUtime=0.4
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 5310 0 1 0 38 2 0 0 18 0 12 0 40644299 1562230784 4747 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 381404 4748 1365 10 0 378706 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1525616

[startup+0.70101 s]
/proc/loadavg: 1.31 1.13 1.37 3/106 6980
/proc/meminfo: memFree=1801400/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1530148 CPUtime=1.18
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 6776 0 1 0 115 3 0 0 18 0 13 0 40644299 1566871552 6161 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 382537 6161 1418 10 0 379839 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1530148

[startup+1.502 s]
/proc/loadavg: 1.28 1.12 1.37 4/119 6993
/proc/meminfo: memFree=1779968/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1530148 CPUtime=2.57
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 9851 0 1 0 252 5 0 0 18 0 13 0 40644299 1566871552 9137 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 382537 9137 1421 10 0 379839 0
[pid=6980/tid=6982] ppid=6978 vsize=1530148 CPUtime=1.48
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 7100 0 1 0 145 3 0 0 20 0 13 0 40644300 1566871552 9138 1992294400 134512640 134550932 4288200688 18446744073709551615 4108969019 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 40644301 1566871552 9138 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 40644301 1566871552 9138 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 9138 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 13 0 40644303 1566871552 9139 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 40644303 1566871552 9139 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 9139 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1530148 CPUtime=0.49
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 649 0 0 0 49 0 0 0 25 0 13 0 40644308 1566871552 9140 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1530148 CPUtime=0.58
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1033 0 0 0 58 0 0 0 25 0 13 0 40644308 1566871552 9141 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 9141 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40644308 1566871552 9141 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1566871552 9142 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1530148

[startup+3.10097 s]
/proc/loadavg: 1.28 1.12 1.37 4/119 6993
/proc/meminfo: memFree=1754672/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1530148 CPUtime=4.3
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 14468 0 1 0 423 7 0 0 18 0 13 0 40644299 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 382537 13751 1440 10 0 379839 0
[pid=6980/tid=6982] ppid=6978 vsize=1530148 CPUtime=3.05
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 10860 0 1 0 300 5 0 0 25 0 13 0 40644300 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4109032771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 253 0 0 0 0 0 0 0 18 0 13 0 40644301 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 169 0 0 0 0 0 0 0 18 0 13 0 40644301 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1530148 CPUtime=0.02
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 418 0 0 0 2 0 0 0 17 0 13 0 40644303 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1530148 CPUtime=0.55
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 658 0 0 0 55 0 0 0 18 0 13 0 40644308 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1530148 CPUtime=0.64
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1041 0 0 0 64 0 0 0 19 0 13 0 40644308 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40644308 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1566871552 13751 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1530148

[startup+6.30192 s]
/proc/loadavg: 1.26 1.12 1.37 2/119 6993
/proc/meminfo: memFree=1740660/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1530148 CPUtime=7.57
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 17120 0 1 0 749 8 0 0 18 0 13 0 40644299 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 382537 16394 1440 10 0 379839 0
[pid=6980/tid=6982] ppid=6978 vsize=1530148 CPUtime=6.18
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 12216 0 1 0 613 5 0 0 25 0 13 0 40644300 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4109110964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1530148 CPUtime=0.01
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 545 0 0 0 1 0 0 0 17 0 13 0 40644301 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1530148 CPUtime=0.01
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 489 0 0 0 1 0 0 0 18 0 13 0 40644301 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1530148 CPUtime=0.07
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 1097 0 0 0 7 0 0 0 16 0 13 0 40644303 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1530148 CPUtime=0.56
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 659 0 0 0 56 0 0 0 16 0 13 0 40644308 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1530148 CPUtime=0.69
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1045 0 0 0 69 0 0 0 17 0 13 0 40644308 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40644308 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1566871552 16394 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 1530148

[startup+12.7018 s]
/proc/loadavg: 1.24 1.12 1.37 2/119 6993
/proc/meminfo: memFree=1723796/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1530148 CPUtime=14.03
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 21714 0 1 0 1393 10 0 0 18 0 13 0 40644299 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 382537 20946 1440 10 0 379839 0
[pid=6980/tid=6982] ppid=6978 vsize=1530148 CPUtime=12.46
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 16224 0 1 0 1239 7 0 0 25 0 13 0 40644300 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4109166561 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1530148 CPUtime=0.03
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 555 0 0 0 3 0 0 0 16 0 13 0 40644301 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1530148 CPUtime=0.02
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 509 0 0 0 2 0 0 0 18 0 13 0 40644301 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1530148 CPUtime=0.16
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 1646 0 0 0 16 0 0 0 16 0 13 0 40644303 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1530148 CPUtime=0.61
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 666 0 0 0 61 0 0 0 15 0 13 0 40644308 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1530148 CPUtime=0.69
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1045 0 0 0 69 0 0 0 17 0 13 0 40644308 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40644308 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1530148 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1566871552 20946 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 1530148

[startup+25.5016 s]
/proc/loadavg: 1.20 1.12 1.36 2/119 6993
/proc/meminfo: memFree=1716108/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1530148 CPUtime=26.85
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 23250 0 1 0 2674 11 0 0 18 0 13 0 40644299 1566871552 22477 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 382537 22477 1440 10 0 379839 0
[pid=6980/tid=6982] ppid=6978 vsize=1530148 CPUtime=25.1
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 17528 0 1 0 2502 8 0 0 25 0 13 0 40644300 1566871552 22477 1992294400 134512640 134550932 4288200688 18446744073709551615 4109017780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1530148 CPUtime=0.05
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 590 0 0 0 5 0 0 0 15 0 13 0 40644301 1566871552 22477 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1530148 CPUtime=0.05
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 567 0 0 0 5 0 0 0 18 0 13 0 40644301 1566871552 22477 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1530148 CPUtime=0.28

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

/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 354.22
Current children cumulated vsize (KiB) 1532208

[startup+353.5 s]
/proc/loadavg: 1.08 1.07 1.26 2/119 7003
/proc/meminfo: memFree=1628564/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1532208 CPUtime=355.81
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 47314 0 1 0 35542 39 0 0 18 0 13 0 40644299 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 383052 44079 1440 10 0 380354 0
[pid=6980/tid=6982] ppid=6978 vsize=1532208 CPUtime=347.09
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 34591 0 1 0 34682 27 0 0 25 0 13 0 40644300 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4108990489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1532208 CPUtime=0.78
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 1508 0 0 0 75 3 0 0 15 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1532208 CPUtime=0.83
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 1511 0 0 0 80 3 0 0 15 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1532208 CPUtime=5.14
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 4102 0 0 0 512 2 0 0 15 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1532208 CPUtime=1.18
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 3463 0 0 0 117 1 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1532208 CPUtime=0.73
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1048 0 0 0 73 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 355.81
Current children cumulated vsize (KiB) 1532208

[startup+355.101 s]
/proc/loadavg: 1.08 1.07 1.26 2/119 7003
/proc/meminfo: memFree=1628564/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1532208 CPUtime=357.42
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 47317 0 1 0 35703 39 0 0 18 0 13 0 40644299 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 383052 44079 1440 10 0 380354 0
[pid=6980/tid=6982] ppid=6978 vsize=1532208 CPUtime=348.65
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 34592 0 1 0 34838 27 0 0 25 0 13 0 40644300 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4108937531 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1532208 CPUtime=0.78
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 1508 0 0 0 75 3 0 0 16 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1532208 CPUtime=0.83
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 1511 0 0 0 80 3 0 0 15 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1532208 CPUtime=5.18
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 4104 0 0 0 516 2 0 0 16 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1532208 CPUtime=1.18
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 3463 0 0 0 117 1 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1532208 CPUtime=0.73
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1048 0 0 0 73 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 357.42
Current children cumulated vsize (KiB) 1532208

[startup+355.901 s]
/proc/loadavg: 1.08 1.07 1.26 2/119 7003
/proc/meminfo: memFree=1628564/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1532208 CPUtime=358.22
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 47317 0 1 0 35783 39 0 0 18 0 13 0 40644299 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 383052 44079 1440 10 0 380354 0
[pid=6980/tid=6982] ppid=6978 vsize=1532208 CPUtime=349.45
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 34592 0 1 0 34918 27 0 0 25 0 13 0 40644300 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4108969796 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1532208 CPUtime=0.78
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 1508 0 0 0 75 3 0 0 16 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1532208 CPUtime=0.83
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 1511 0 0 0 80 3 0 0 15 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1532208 CPUtime=5.18
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 4104 0 0 0 516 2 0 0 15 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1532208 CPUtime=1.18
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 3463 0 0 0 117 1 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1532208 CPUtime=0.73
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1048 0 0 0 73 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 358.22
Current children cumulated vsize (KiB) 1532208

[startup+356.101 s]
/proc/loadavg: 1.08 1.07 1.26 2/119 7003
/proc/meminfo: memFree=1628564/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1532208 CPUtime=358.42
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 47317 0 1 0 35803 39 0 0 18 0 13 0 40644299 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 383052 44079 1440 10 0 380354 0
[pid=6980/tid=6982] ppid=6978 vsize=1532208 CPUtime=349.65
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 34592 0 1 0 34938 27 0 0 25 0 13 0 40644300 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4108969239 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1532208 CPUtime=0.78
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 1508 0 0 0 75 3 0 0 16 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1532208 CPUtime=0.83
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 1511 0 0 0 80 3 0 0 15 0 13 0 40644301 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1532208 CPUtime=5.18
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 4104 0 0 0 516 2 0 0 15 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1532208 CPUtime=1.18
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 3463 0 0 0 117 1 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1532208 CPUtime=0.73
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1048 0 0 0 73 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 13 0 40644308 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1568980992 44079 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 358.42
Current children cumulated vsize (KiB) 1532208

[startup+356.201 s]
/proc/loadavg: 1.08 1.07 1.26 2/119 7003
/proc/meminfo: memFree=1628564/2059040 swapFree=4134608/4192956
[pid=6980] ppid=6978 vsize=1532208 CPUtime=358.52
/proc/6980/stat : 6980 (java) S 6978 6980 5885 0 -1 4202496 47318 0 1 0 35813 39 0 0 18 0 13 0 40644299 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6980/statm: 383052 44080 1440 10 0 380354 0
[pid=6980/tid=6982] ppid=6978 vsize=1532208 CPUtime=349.75
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5885 0 -1 4202560 34593 0 1 0 34948 27 0 0 25 0 13 0 40644300 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4109234432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1532208 CPUtime=0.78
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5885 0 -1 4202560 1508 0 0 0 75 3 0 0 16 0 13 0 40644301 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1532208 CPUtime=0.83
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5885 0 -1 4202560 1511 0 0 0 80 3 0 0 15 0 13 0 40644301 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1532208 CPUtime=5.18
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5885 0 -1 4202560 4104 0 0 0 516 2 0 0 15 0 13 0 40644303 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5885 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5885 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 40644303 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1532208 CPUtime=1.18
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5885 0 -1 4202560 3463 0 0 0 117 1 0 0 15 0 13 0 40644308 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1532208 CPUtime=0.73
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5885 0 -1 4202560 1048 0 0 0 73 0 0 0 15 0 13 0 40644308 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40644308 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5885 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 13 0 40644308 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1532208 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40644336 1568980992 44080 1992294400 134512640 134550932 4288200688 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 358.52
Current children cumulated vsize (KiB) 1532208

Child status: 30
Real time (s): 356.243
CPU time (s): 358.568
CPU user time (s): 358.153
CPU system time (s): 0.415936
CPU usage (%): 100.653
Max. virtual memory (cumulated for all children) (KiB): 1538516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.153
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47333
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= 8963
involuntary context switches= 5613

runsolver used 0.724889 second user time and 1.9537 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 03:09:39
IDJOB=2658466
IDBENCH=48080
IDSOLVER=1164
FILE ID=node017/2658466-1276650579
PBS_JOBID= 11172446
Free space on /tmp= 62540 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=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658466-1276650579/watcher-2658466-1276650579 -o /tmp/evaluation-result-2658466-1276650579/solver-2658466-1276650579 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658466-1276650579.opb

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

MD5SUM BENCH= 65bc139f592885e582edbd6d46332a4d
RANDOM SEED=690993101

node017.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.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801796 kB
Buffers:         70020 kB
Cached:         105192 kB
SwapCached:      11752 kB
Active:          94308 kB
Inactive:        95548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801796 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:       13120 kB
Mapped:           9264 kB
Slab:            45648 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184760 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= 62540 MiB
End job on node017 at 2010-06-16 03:15:35