Trace number 2661825

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 745.641 397.291

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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2661825-1276650589.opb
0.21/0.22	c reading problem ... 
0.52/0.44	c ... done. Wall clock time 0.213s.
0.52/0.44	c #vars     540
0.52/0.44	c #constraints  826
0.52/0.44	c constraints type 
0.52/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.52/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.52/0.44	c constraints type 
0.52/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.52/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
7.85/4.21	c cleaning 2496 clauses out of 5000 with flag 5000/5000
11.21/5.86	c cleaning 4250 clauses out of 8505 with flag 11001/11001
14.34/7.48	c cleaning 5625 clauses out of 11255 with flag 18001/18001
18.26/9.44	c cleaning 6809 clauses out of 13630 with flag 26001/26001
22.74/11.72	c cleaning 7910 clauses out of 15823 with flag 35003/35003
28.42/14.64	c cleaning 8951 clauses out of 17910 with flag 45000/45000
34.31/17.64	c cleaning 9478 clauses out of 18960 with flag 55001/55001
40.95/21.08	c cleaning 9739 clauses out of 19483 with flag 65002/65002
46.00/23.62	c cleaning 9868 clauses out of 19742 with flag 75000/75000
53.25/27.39	c cleaning 9934 clauses out of 19874 with flag 85000/85000
60.30/30.97	c cleaning 9961 clauses out of 19940 with flag 95000/95000
65.56/33.66	c cleaning 9984 clauses out of 19979 with flag 105000/105000
68.99/35.45	c cleaning 9996 clauses out of 19996 with flag 115001/115001
75.61/38.80	c cleaning 9998 clauses out of 20000 with flag 125001/125001
79.85/41.09	c cleaning 9994 clauses out of 20002 with flag 135001/135001
85.48/43.93	c cleaning 9995 clauses out of 20007 with flag 145000/145000
90.45/46.59	c cleaning 10002 clauses out of 20013 with flag 155001/155001
93.90/48.36	c cleaning 9993 clauses out of 20010 with flag 165000/165000
96.32/49.60	c cleaning 0 clauses out of 5000 with flag 0/5000
98.17/50.64	c cleaning 10003 clauses out of 20017 with flag 175000/175000
103.10/53.22	c cleaning 9999 clauses out of 20014 with flag 185000/185000
108.31/55.97	c cleaning 10002 clauses out of 20016 with flag 195001/195001
114.09/58.99	c cleaning 10004 clauses out of 20014 with flag 205001/205001
119.68/61.88	c cleaning 9998 clauses out of 20009 with flag 215000/215000
125.02/64.63	c cleaning 10000 clauses out of 20011 with flag 225000/225000
129.83/67.13	c cleaning 9998 clauses out of 20011 with flag 235000/235000
135.20/69.97	c cleaning 10004 clauses out of 20014 with flag 245001/245001
140.97/72.99	c cleaning 9999 clauses out of 20008 with flag 255000/255000
146.89/76.07	c cleaning 9998 clauses out of 20009 with flag 265000/265000
150.29/77.83	c cleaning 9990 clauses out of 20013 with flag 275002/275002
154.27/79.97	c cleaning 10006 clauses out of 20022 with flag 285001/285001
160.83/83.39	c cleaning 10003 clauses out of 20015 with flag 295000/295000
166.76/86.42	c cleaning 10002 clauses out of 20013 with flag 305001/305001
172.52/89.40	c cleaning 10001 clauses out of 20010 with flag 315000/315000
177.10/91.81	c cleaning 10000 clauses out of 20009 with flag 325000/325000
180.11/93.47	c cleaning 9996 clauses out of 20011 with flag 335002/335002
184.61/95.87	c cleaning 9998 clauses out of 20014 with flag 345001/345001
190.78/99.04	c cleaning 9999 clauses out of 20016 with flag 355001/355001
196.74/102.18	c cleaning 9999 clauses out of 20018 with flag 365002/365002
203.08/105.47	c cleaning 10005 clauses out of 20017 with flag 375000/375000
208.98/108.50	c cleaning 9999 clauses out of 20013 with flag 385001/385001
212.75/110.60	c cleaning 9998 clauses out of 20013 with flag 395000/395000
216.71/112.64	c cleaning 9997 clauses out of 20016 with flag 405001/405001
221.07/114.95	c cleaning 10002 clauses out of 20020 with flag 415002/415002
224.59/116.87	c cleaning 10005 clauses out of 20017 with flag 425001/425001
229.15/119.28	c cleaning 10003 clauses out of 20013 with flag 435002/435002
230.73/120.19	c And the winner is Resolution
231.10/120.49	c SATISFIABLE
231.10/120.49	c OPTIMIZING...
231.10/120.49	c Got one! Elapsed wall clock time (in seconds):120.27
231.10/120.49	o 71
233.09/121.57	c cleaning 9988 clauses out of 20008 with flag 445000/445000
238.05/124.11	c cleaning 10002 clauses out of 20021 with flag 455001/455001
243.33/126.93	c cleaning 10002 clauses out of 20018 with flag 465000/465000
249.46/130.17	c cleaning 10004 clauses out of 20017 with flag 475001/475001
256.57/133.87	c cleaning 10002 clauses out of 20012 with flag 485000/485000
263.89/137.61	c cleaning 10001 clauses out of 20010 with flag 495000/495000
270.95/141.31	c cleaning 10003 clauses out of 20010 with flag 505001/505001
278.07/145.10	c cleaning 9998 clauses out of 20007 with flag 515001/515001
285.58/148.99	c cleaning 10003 clauses out of 20010 with flag 525002/525002
292.49/152.58	c cleaning 10000 clauses out of 20006 with flag 535001/535001
299.55/156.28	c cleaning 9998 clauses out of 20006 with flag 545001/545001
306.64/159.91	c cleaning 10001 clauses out of 20008 with flag 555001/555001
313.16/163.32	c cleaning 10003 clauses out of 20007 with flag 565001/565001
319.26/166.55	c cleaning 9996 clauses out of 20004 with flag 575001/575001
325.51/169.85	c cleaning 10002 clauses out of 20007 with flag 585000/585000
332.41/173.40	c cleaning 10000 clauses out of 20006 with flag 595001/595001
338.93/176.83	c cleaning 9997 clauses out of 20005 with flag 605000/605000
346.02/180.51	c cleaning 9999 clauses out of 20008 with flag 615000/615000
352.65/184.05	c cleaning 10001 clauses out of 20009 with flag 625000/625000
359.17/187.47	c cleaning 10004 clauses out of 20009 with flag 635001/635001
365.46/190.75	c cleaning 9997 clauses out of 20005 with flag 645002/645002
369.17/192.73	c cleaning 9996 clauses out of 20006 with flag 655000/655000
373.61/195.13	c cleaning 10000 clauses out of 20010 with flag 665000/665000
379.30/198.16	c cleaning 10001 clauses out of 20010 with flag 675000/675000
385.99/201.69	c cleaning 10002 clauses out of 20009 with flag 685000/685000
392.08/204.90	c cleaning 9999 clauses out of 20007 with flag 695000/695000
398.12/208.03	c cleaning 9999 clauses out of 20008 with flag 705000/705000
402.05/210.16	c cleaning 10000 clauses out of 20009 with flag 715000/715000
405.36/211.99	c cleaning 9996 clauses out of 20010 with flag 725001/725001
408.89/213.89	c cleaning 9997 clauses out of 20014 with flag 735001/735001
412.72/215.98	c cleaning 9999 clauses out of 20017 with flag 745001/745001
416.82/218.14	c cleaning 10005 clauses out of 20019 with flag 755002/755002
422.90/221.35	c cleaning 10002 clauses out of 20012 with flag 765000/765000
429.58/224.82	c cleaning 10004 clauses out of 20011 with flag 775001/775001
435.58/228.05	c cleaning 9998 clauses out of 20007 with flag 785001/785001
436.30/228.53	c cleaning 0 clauses out of 11000 with flag 0/11000
441.79/231.43	c cleaning 10002 clauses out of 20008 with flag 795000/795000
447.45/234.40	c cleaning 10001 clauses out of 20006 with flag 805000/805000
453.67/237.74	c cleaning 9999 clauses out of 20006 with flag 815001/815001
454.98/238.60	c And the winner is Resolution
455.31/239.04	c Got one! Elapsed wall clock time (in seconds):238.815
455.31/239.04	o 3
458.21/240.55	c cleaning 9993 clauses out of 20007 with flag 825001/825001
462.31/242.76	c cleaning 9990 clauses out of 20013 with flag 835000/835000
467.39/245.49	c cleaning 9995 clauses out of 20023 with flag 845000/845000
472.01/247.94	c cleaning 9996 clauses out of 20028 with flag 855000/855000
476.69/250.42	c cleaning 10001 clauses out of 20032 with flag 865000/865000
481.40/252.92	c cleaning 9999 clauses out of 20032 with flag 875001/875001
486.47/255.61	c cleaning 10001 clauses out of 20034 with flag 885002/885002
491.29/258.29	c cleaning 10003 clauses out of 20033 with flag 895002/895002
496.16/260.80	c cleaning 10000 clauses out of 20029 with flag 905001/905001
500.84/263.39	c cleaning 10001 clauses out of 20029 with flag 915001/915001
506.12/266.18	c cleaning 10011 clauses out of 20029 with flag 925002/925002
510.68/268.67	c cleaning 10002 clauses out of 20017 with flag 935001/935001
515.55/271.23	c cleaning 10003 clauses out of 20015 with flag 945001/945001
520.62/273.97	c cleaning 10001 clauses out of 20012 with flag 955001/955001
525.67/276.62	c cleaning 9994 clauses out of 20010 with flag 965000/965000
531.05/279.57	c cleaning 10003 clauses out of 20016 with flag 975000/975000
536.51/282.41	c cleaning 10004 clauses out of 20013 with flag 985000/985000
541.76/285.27	c cleaning 10003 clauses out of 20010 with flag 995001/995001
546.64/287.88	c cleaning 9996 clauses out of 20006 with flag 1005000/1005000
551.03/290.26	c cleaning 10002 clauses out of 20011 with flag 1015001/1015001
555.10/292.45	c cleaning 9999 clauses out of 20009 with flag 1025001/1025001
559.77/294.96	c cleaning 9995 clauses out of 20010 with flag 1035001/1035001
564.24/297.34	c cleaning 10001 clauses out of 20016 with flag 1045002/1045002
569.04/299.92	c cleaning 10005 clauses out of 20013 with flag 1055000/1055000
574.70/302.94	c cleaning 10002 clauses out of 20008 with flag 1065000/1065000
579.36/305.40	c cleaning 9998 clauses out of 20005 with flag 1075000/1075000
583.63/307.76	c cleaning 9994 clauses out of 20007 with flag 1085000/1085000
588.38/310.31	c cleaning 9999 clauses out of 20013 with flag 1095000/1095000
593.22/312.93	c cleaning 9997 clauses out of 20014 with flag 1105000/1105000
598.06/315.52	c cleaning 10001 clauses out of 20017 with flag 1115000/1115000
602.92/318.16	c cleaning 10001 clauses out of 20016 with flag 1125000/1125000
607.08/320.48	c cleaning 10002 clauses out of 20016 with flag 1135001/1135001
611.94/323.01	c cleaning 10000 clauses out of 20015 with flag 1145002/1145002
616.61/325.58	c cleaning 9999 clauses out of 20013 with flag 1155000/1155000
621.45/328.19	c cleaning 10004 clauses out of 20013 with flag 1165000/1165000
626.02/330.64	c cleaning 10001 clauses out of 20010 with flag 1175001/1175001
630.29/333.00	c cleaning 10001 clauses out of 20009 with flag 1185001/1185001
635.54/335.70	c cleaning 9999 clauses out of 20007 with flag 1195000/1195000
639.79/338.09	c cleaning 9999 clauses out of 20008 with flag 1205000/1205000
643.97/340.37	c cleaning 9994 clauses out of 20010 with flag 1215001/1215001
648.83/342.94	c cleaning 10003 clauses out of 20016 with flag 1225001/1225001
653.30/345.36	c cleaning 9999 clauses out of 20012 with flag 1235000/1235000
657.55/347.63	c cleaning 10001 clauses out of 20013 with flag 1245000/1245000
661.92/350.05	c cleaning 10003 clauses out of 20013 with flag 1255001/1255001
667.76/353.15	c cleaning 10001 clauses out of 20009 with flag 1265000/1265000
673.57/356.29	c cleaning 9999 clauses out of 20008 with flag 1275000/1275000
678.61/358.99	c cleaning 10001 clauses out of 20010 with flag 1285001/1285001
683.97/361.82	c cleaning 10000 clauses out of 20009 with flag 1295001/1295001
689.40/364.71	c cleaning 9998 clauses out of 20008 with flag 1305000/1305000
694.64/367.54	c cleaning 10000 clauses out of 20010 with flag 1315000/1315000
699.69/370.26	c cleaning 9998 clauses out of 20010 with flag 1325000/1325000
705.23/373.23	c cleaning 10005 clauses out of 20013 with flag 1335001/1335001
710.68/376.12	c cleaning 10000 clauses out of 20008 with flag 1345001/1345001
716.10/379.06	c cleaning 10002 clauses out of 20007 with flag 1355000/1355000
721.55/381.96	c cleaning 10003 clauses out of 20005 with flag 1365000/1365000
727.29/385.07	c cleaning 9997 clauses out of 20001 with flag 1375000/1375000
732.52/387.88	c cleaning 10001 clauses out of 20004 with flag 1385000/1385000
738.55/391.03	c cleaning 10000 clauses out of 20004 with flag 1395002/1395002
742.39/393.15	c And the winner is Resolution
745.57/397.23	c starts		: 192
745.57/397.23	c conflicts		: 1401900
745.57/397.23	c decisions		: 1430809
745.57/397.23	c propagations		: 32020825
745.57/397.23	c inspects		: 1004312127
745.57/397.23	c learnt literals	: 20
745.57/397.23	c learnt binary clauses	: 103
745.57/397.23	c learnt ternary clauses	: 356
745.57/397.23	c learnt clauses	: 1401879
745.57/397.23	c ignored clauses	: 0
745.57/397.23	c root simplifications	: 0
745.57/397.23	c removed literals (reason simplification)	: 62039108
745.57/397.23	c reason swapping (by a shorter reason)	: 0
745.57/397.23	c Calls to reduceDB	: 141
745.57/397.23	c number of reductions to clauses (during analyze)	: 0
745.57/397.23	c number of learned constraints concerned by reduction	: 0
745.57/397.23	c number of learning phase by resolution	: 0
745.57/397.23	c number of learning phase by cutting planes	: 0
745.57/397.23	c speed (assignments/second)	: 202418.75327926368
745.57/397.23	c non guided choices	3969
745.57/397.23	c learnt constraints type 
745.57/397.23	c constraints type 
745.57/397.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
745.57/397.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
745.57/397.23	c constraints type 
745.57/397.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
745.57/397.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
745.57/397.23	s OPTIMUM FOUND
745.57/397.23	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 
745.57/397.23	c objective function=3
745.57/397.23	c Total wall clock time (in seconds): 397.008

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-2661825-1276650589/watcher-2661825-1276650589 -o /tmp/evaluation-result-2661825-1276650589/solver-2661825-1276650589 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661825-1276650589.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.98 0.97 0.99 3/107 6412
/proc/meminfo: memFree=1823304/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=248 CPUtime=0
/proc/6412/stat : 6412 (java6) R 6410 6412 5501 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 38714670 253952 28 1992294400 134512640 134550932 4288038272 18446744073709551615 8401492 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6412/statm: 62 28 21 10 0 23 0

[startup+0.036267 s]
/proc/loadavg: 0.98 0.97 0.99 3/107 6412
/proc/meminfo: memFree=1823304/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1518368 CPUtime=0.01
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 2795 0 1 0 0 1 0 0 15 0 4 0 38714670 1554808832 2238 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 380044 2607 840 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.103711 s]
/proc/loadavg: 0.98 0.97 0.99 3/107 6412
/proc/meminfo: memFree=1823304/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1524180 CPUtime=0.08
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 38714670 1560760320 3398 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300706 s]
/proc/loadavg: 0.98 0.97 0.99 3/107 6412
/proc/meminfo: memFree=1823304/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1526408 CPUtime=0.35
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 5380 0 1 0 32 3 0 0 15 0 12 0 38714670 1563041792 4817 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 381602 4817 1353 10 0 378905 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526408

[startup+0.700695 s]
/proc/loadavg: 0.98 0.97 0.99 3/107 6412
/proc/meminfo: memFree=1823304/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1534700 CPUtime=1.13
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 8497 0 1 0 108 5 0 0 15 0 16 0 38714670 1571532800 7229 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 383675 7229 1399 10 0 380978 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1534700

[startup+1.50167 s]
/proc/loadavg: 0.98 0.97 0.99 8/123 6428
/proc/meminfo: memFree=1797696/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1534700 CPUtime=2.71
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 10825 0 1 0 265 6 0 0 15 0 16 0 38714670 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 383675 9556 1423 10 0 380978 0
[pid=6412/tid=6414] ppid=6410 vsize=1534700 CPUtime=0.4
/proc/6412/task/6414/stat : 6414 (java) S 6410 6412 5501 0 -1 4202560 4093 0 1 0 38 2 0 0 18 0 16 0 38714672 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 38714673 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38714673 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38714675 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 38714675 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 38714675 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38714680 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1534700 CPUtime=0.03
/proc/6412/task/6421/stat : 6421 (java) R 6410 6412 5501 0 -1 4202560 44 0 0 0 3 0 0 0 22 0 16 0 38714680 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 101915137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1534700 CPUtime=1.21
/proc/6412/task/6422/stat : 6422 (java) R 6410 6412 5501 0 -1 4202560 3059 0 0 0 120 1 0 0 18 0 16 0 38714680 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 104143366 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38714680 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38714680 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6425] ppid=6410 vsize=1534700 CPUtime=0.51
/proc/6412/task/6425/stat : 6425 (java) R 6410 6412 5501 0 -1 4202560 755 0 0 0 51 0 0 0 25 0 16 0 38714714 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4109819864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6412/tid=6426] ppid=6410 vsize=1534700 CPUtime=0.51
/proc/6412/task/6426/stat : 6426 (java) R 6410 6412 5501 0 -1 4202560 1799 0 0 0 51 0 0 0 25 0 16 0 38714714 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4109393988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38714715 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1534700 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38714716 1571532800 9556 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1534700

[startup+3.10163 s]
/proc/loadavg: 0.98 0.97 0.99 5/123 6428
/proc/meminfo: memFree=1767440/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1550180 CPUtime=5.89
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 30904 0 1 0 574 15 0 0 15 0 16 0 38714670 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 387545 22347 1426 10 0 384848 0
[pid=6412/tid=6414] ppid=6410 vsize=1550180 CPUtime=0.4
/proc/6412/task/6414/stat : 6414 (java) S 6410 6412 5501 0 -1 4202560 4093 0 1 0 38 2 0 0 18 0 16 0 38714672 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 38714673 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38714673 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38714675 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 38714675 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 38714675 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38714680 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1550180 CPUtime=1.11
/proc/6412/task/6421/stat : 6421 (java) R 6410 6412 5501 0 -1 4202560 6669 0 0 0 109 2 0 0 18 0 16 0 38714680 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 102198012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1550180 CPUtime=2.59
/proc/6412/task/6422/stat : 6422 (java) R 6410 6412 5501 0 -1 4202560 7678 0 0 0 256 3 0 0 17 0 16 0 38714680 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 102536333 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38714680 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38714680 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6425] ppid=6410 vsize=1550180 CPUtime=0.62
/proc/6412/task/6425/stat : 6425 (java) R 6410 6412 5501 0 -1 4202560 1278 0 0 0 62 0 0 0 25 0 16 0 38714714 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4109428993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6426] ppid=6410 vsize=1550180 CPUtime=1.11
/proc/6412/task/6426/stat : 6426 (java) R 6410 6412 5501 0 -1 4202560 10111 0 0 0 107 4 0 0 25 0 16 0 38714714 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4109531616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38714715 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1550180 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38714716 1587384320 22347 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1550180

[startup+6.3023 s]
/proc/loadavg: 1.22 1.02 1.01 3/123 6428
/proc/meminfo: memFree=1668240/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1544020 CPUtime=12.17
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 55087 0 1 0 1191 26 0 0 15 0 16 0 38714670 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 386005 41197 1448 10 0 383308 0
[pid=6412/tid=6414] ppid=6410 vsize=1544020 CPUtime=0.4
/proc/6412/task/6414/stat : 6414 (java) S 6410 6412 5501 0 -1 4202560 4093 0 1 0 38 2 0 0 18 0 16 0 38714672 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1544020 CPUtime=0.05
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 1016 0 0 0 5 0 0 0 16 0 16 0 38714673 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1544020 CPUtime=0.04
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 1032 0 0 0 4 0 0 0 15 0 16 0 38714673 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1544020 CPUtime=0.11
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 1676 0 0 0 9 2 0 0 15 0 16 0 38714675 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38714675 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 38714675 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38714680 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1544020 CPUtime=2.14
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10473 0 0 0 211 3 0 0 15 0 16 0 38714680 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1544020 CPUtime=2.88
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 7703 0 0 0 285 3 0 0 15 0 16 0 38714680 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38714680 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38714680 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6425] ppid=6410 vsize=1544020 CPUtime=3.31
/proc/6412/task/6425/stat : 6425 (java) R 6410 6412 5501 0 -1 4202560 6388 0 0 0 329 2 0 0 19 0 16 0 38714714 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4109904668 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6426] ppid=6410 vsize=1544020 CPUtime=3.15
/proc/6412/task/6426/stat : 6426 (java) R 6410 6412 5501 0 -1 4202560 21634 0 0 0 307 8 0 0 25 0 16 0 38714714 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4109834400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38714715 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1544020 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38714716 1581076480 41197 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 1544020

[startup+12.7019 s]
/proc/loadavg: 1.28 1.04 1.01 3/123 6428
/proc/meminfo: memFree=1625832/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1542956 CPUtime=24.65
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 64799 0 1 0 2435 30 0 0 15 0 16 0 38714670 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 385739 50425 1448 10 0 383042 0
[pid=6412/tid=6414] ppid=6410 vsize=1542956 CPUtime=0.4
/proc/6412/task/6414/stat : 6414 (java) S 6410 6412 5501 0 -1 4202560 4094 0 1 0 38 2 0 0 15 0 16 0 38714672 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1542956 CPUtime=0.14
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 2796 0 0 0 14 0 0 0 16 0 16 0 38714673 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1542956 CPUtime=0.13
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 2511 0 0 0 12 1 0 0 16 0 16 0 38714673 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1542956 CPUtime=0.31
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 3004 0 0 0 28 3 0 0 16 0 16 0 38714675 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1542956 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38714675 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1542956 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 38714675 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1542956 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38714680 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1542956 CPUtime=2.14
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10473 0 0 0 211 3 0 0 15 0 16 0 38714680 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1542956 CPUtime=2.96
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 7711 0 0 0 293 3 0 0 16 0 16 0 38714680 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1542956 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38714680 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1542956 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38714680 1579986944 50425 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0

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

/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 89504 0 1 0 74259 88 0 0 15 0 14 0 38714670 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 385792 72255 1449 10 0 383095 0
[pid=6412/tid=6414] ppid=6410 vsize=1543168 CPUtime=1.12
/proc/6412/task/6414/stat : 6414 (java) R 6410 6412 5501 0 -1 4202560 4105 0 1 0 109 3 0 0 16 0 14 0 38714672 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4109555375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1543168 CPUtime=5.71
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 13624 0 0 0 546 25 0 0 16 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1543168 CPUtime=5.68
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 12718 0 0 0 550 18 0 0 15 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1543168 CPUtime=35.74
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 5770 0 0 0 3566 8 0 0 15 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1543168 CPUtime=2.31
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10474 0 0 0 228 3 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1543168 CPUtime=3.35
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 8163 0 0 0 331 4 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38714715 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38714716 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 743.47
Current children cumulated vsize (KiB) 1543168

[startup+395.902 s]
/proc/loadavg: 2.93 2.09 1.47 3/121 6442
/proc/meminfo: memFree=1537312/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1543168 CPUtime=744.27
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 89504 0 1 0 74339 88 0 0 15 0 14 0 38714670 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 385792 72255 1449 10 0 383095 0
[pid=6412/tid=6414] ppid=6410 vsize=1543168 CPUtime=1.93
/proc/6412/task/6414/stat : 6414 (java) R 6410 6412 5501 0 -1 4202560 4105 0 1 0 190 3 0 0 17 0 14 0 38714672 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4109555497 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1543168 CPUtime=5.71
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 13624 0 0 0 546 25 0 0 16 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1543168 CPUtime=5.68
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 12718 0 0 0 550 18 0 0 15 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1543168 CPUtime=35.74
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 5770 0 0 0 3566 8 0 0 16 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1543168 CPUtime=2.31
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10474 0 0 0 228 3 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1543168 CPUtime=3.35
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 8163 0 0 0 331 4 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38714715 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38714716 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 744.27
Current children cumulated vsize (KiB) 1543168

[startup+396.702 s]
/proc/loadavg: 2.93 2.09 1.47 3/121 6442
/proc/meminfo: memFree=1537312/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1543168 CPUtime=745.07
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 89504 0 1 0 74419 88 0 0 15 0 14 0 38714670 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 385792 72255 1449 10 0 383095 0
[pid=6412/tid=6414] ppid=6410 vsize=1543168 CPUtime=2.72
/proc/6412/task/6414/stat : 6414 (java) R 6410 6412 5501 0 -1 4202560 4105 0 1 0 269 3 0 0 18 0 14 0 38714672 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4109555375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1543168 CPUtime=5.71
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 13624 0 0 0 546 25 0 0 16 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1543168 CPUtime=5.68
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 12718 0 0 0 550 18 0 0 15 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1543168 CPUtime=35.74
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 5770 0 0 0 3566 8 0 0 15 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1543168 CPUtime=2.31
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10474 0 0 0 228 3 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1543168 CPUtime=3.35
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 8163 0 0 0 331 4 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38714715 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38714716 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 745.07
Current children cumulated vsize (KiB) 1543168

[startup+397.11 s]
/proc/loadavg: 2.93 2.09 1.47 2/121 6442
/proc/meminfo: memFree=1537312/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1543168 CPUtime=745.48
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 89504 0 1 0 74460 88 0 0 15 0 14 0 38714670 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 385792 72255 1449 10 0 383095 0
[pid=6412/tid=6414] ppid=6410 vsize=1543168 CPUtime=3.13
/proc/6412/task/6414/stat : 6414 (java) R 6410 6412 5501 0 -1 4202560 4105 0 1 0 310 3 0 0 19 0 14 0 38714672 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4109555420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1543168 CPUtime=5.71
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 13624 0 0 0 546 25 0 0 16 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1543168 CPUtime=5.68
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 12718 0 0 0 550 18 0 0 15 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1543168 CPUtime=35.74
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 5770 0 0 0 3566 8 0 0 15 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1543168 CPUtime=2.31
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10474 0 0 0 228 3 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1543168 CPUtime=3.35
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 8163 0 0 0 331 4 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38714715 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38714716 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 745.48
Current children cumulated vsize (KiB) 1543168

[startup+397.202 s]
/proc/loadavg: 2.93 2.09 1.47 2/121 6442
/proc/meminfo: memFree=1537312/2059040 swapFree=4140108/4192956
[pid=6412] ppid=6410 vsize=1543168 CPUtime=745.57
/proc/6412/stat : 6412 (java) S 6410 6412 5501 0 -1 4202496 89504 0 1 0 74469 88 0 0 15 0 14 0 38714670 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6412/statm: 385792 72255 1449 10 0 383095 0
[pid=6412/tid=6414] ppid=6410 vsize=1543168 CPUtime=3.22
/proc/6412/task/6414/stat : 6414 (java) R 6410 6412 5501 0 -1 4202560 4105 0 1 0 319 3 0 0 19 0 14 0 38714672 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4109555402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6412/tid=6415] ppid=6410 vsize=1543168 CPUtime=5.71
/proc/6412/task/6415/stat : 6415 (java) S 6410 6412 5501 0 -1 4202560 13624 0 0 0 546 25 0 0 16 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6416] ppid=6410 vsize=1543168 CPUtime=5.68
/proc/6412/task/6416/stat : 6416 (java) S 6410 6412 5501 0 -1 4202560 12718 0 0 0 550 18 0 0 15 0 14 0 38714673 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6417] ppid=6410 vsize=1543168 CPUtime=35.74
/proc/6412/task/6417/stat : 6417 (java) S 6410 6412 5501 0 -1 4202560 5770 0 0 0 3566 8 0 0 15 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6418] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6418/stat : 6418 (java) S 6410 6412 5501 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6419] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6419/stat : 6419 (java) S 6410 6412 5501 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 14 0 38714675 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6420] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6420/stat : 6420 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6421] ppid=6410 vsize=1543168 CPUtime=2.31
/proc/6412/task/6421/stat : 6421 (java) S 6410 6412 5501 0 -1 4202560 10474 0 0 0 228 3 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6422] ppid=6410 vsize=1543168 CPUtime=3.35
/proc/6412/task/6422/stat : 6422 (java) S 6410 6412 5501 0 -1 4202560 8163 0 0 0 331 4 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6423] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6423/stat : 6423 (java) S 6410 6412 5501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=6412/tid=6424] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6424/stat : 6424 (java) S 6410 6412 5501 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 14 0 38714680 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6427] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6427/stat : 6427 (java) S 6410 6412 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38714715 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=6412/tid=6428] ppid=6410 vsize=1543168 CPUtime=0
/proc/6412/task/6428/stat : 6428 (java) S 6410 6412 5501 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38714716 1580204032 72255 1992294400 134512640 134550932 4287695792 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 745.57
Current children cumulated vsize (KiB) 1543168

Child status: 30
Real time (s): 397.291
CPU time (s): 745.641
CPU user time (s): 744.724
CPU system time (s): 0.91686
CPU usage (%): 187.681
Max. virtual memory (cumulated for all children) (KiB): 1552240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.724
system time used= 0.91686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89513
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= 13549
involuntary context switches= 21418

runsolver used 2.45363 second user time and 3.9424 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-16 03:09:49
IDJOB=2661825
IDBENCH=48080
IDSOLVER=1166
FILE ID=node025/2661825-1276650589
PBS_JOBID= 11172423
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661825-1276650589/watcher-2661825-1276650589 -o /tmp/evaluation-result-2661825-1276650589/solver-2661825-1276650589 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661825-1276650589.opb

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

MD5SUM BENCH= 65bc139f592885e582edbd6d46332a4d
RANDOM SEED=1690958196

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823700 kB
Buffers:         43300 kB
Cached:         103404 kB
SwapCached:       7256 kB
Active:          92340 kB
Inactive:        68816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823700 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       11944 kB
Mapped:          13064 kB
Slab:            52212 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183812 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= 62580 MiB
End job on node025 at 2010-06-16 03:16:27