Trace number 2661802

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 663.45 350.998

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
MD5SUMea08c66c9e8e41f4a763233d2f14489d
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 benchmark3.32149
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661802-1276649912.opb
0.25/0.21	c reading problem ... 
0.56/0.41	c ... done. Wall clock time 0.204s.
0.56/0.41	c #vars     540
0.56/0.41	c #constraints  826
0.56/0.41	c constraints type 
0.56/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.56/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.56/0.41	c constraints type 
0.56/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.56/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
9.68/5.06	c cleaning 2501 clauses out of 5002 with flag 5002/5002
13.79/7.14	c cleaning 4241 clauses out of 8499 with flag 11000/11000
17.69/9.20	c cleaning 5630 clauses out of 11259 with flag 18001/18001
23.39/12.02	c cleaning 6811 clauses out of 13628 with flag 26000/26000
30.22/15.53	c cleaning 7905 clauses out of 15818 with flag 35001/35001
35.30/18.15	c cleaning 8956 clauses out of 17912 with flag 45000/45000
43.16/22.17	c cleaning 9475 clauses out of 18956 with flag 55000/55000
49.02/25.19	c cleaning 9736 clauses out of 19481 with flag 65000/65000
55.65/28.55	c cleaning 9869 clauses out of 19745 with flag 75000/75000
61.10/31.38	c cleaning 9930 clauses out of 19877 with flag 85001/85001
66.36/34.07	c cleaning 9967 clauses out of 19947 with flag 95001/95001
70.22/36.09	c cleaning 9982 clauses out of 19979 with flag 105000/105000
70.69/36.34	c And the winner is Resolution
70.81/36.76	c SATISFIABLE
70.81/36.76	c OPTIMIZING...
70.81/36.76	c Got one! Elapsed wall clock time (in seconds):36.553
70.81/36.76	o 65
74.84/38.80	c cleaning 9983 clauses out of 19998 with flag 115001/115001
81.08/42.07	c cleaning 10004 clauses out of 20015 with flag 125001/125001
88.98/46.04	c cleaning 10001 clauses out of 20010 with flag 135000/135000
93.81/48.55	c cleaning 9994 clauses out of 20010 with flag 145001/145001
100.03/51.77	c cleaning 9995 clauses out of 20016 with flag 155001/155001
107.02/55.32	c cleaning 10007 clauses out of 20021 with flag 165001/165001
114.62/59.29	c cleaning 10001 clauses out of 20014 with flag 175001/175001
121.44/62.77	c cleaning 10003 clauses out of 20013 with flag 185001/185001
128.01/66.12	c cleaning 10001 clauses out of 20009 with flag 195000/195000
135.03/69.74	c cleaning 9999 clauses out of 20008 with flag 205000/205000
141.25/72.91	c cleaning 10000 clauses out of 20009 with flag 215000/215000
145.88/75.32	c cleaning 9999 clauses out of 20009 with flag 225000/225000
148.91/76.98	c cleaning 10005 clauses out of 20011 with flag 235001/235001
154.91/80.02	c cleaning 9986 clauses out of 20005 with flag 245000/245000
160.54/82.99	c cleaning 10003 clauses out of 20022 with flag 255003/255003
166.54/86.04	c cleaning 10006 clauses out of 20016 with flag 265000/265000
172.34/89.08	c cleaning 10003 clauses out of 20011 with flag 275001/275001
176.35/91.20	c cleaning 9998 clauses out of 20007 with flag 285001/285001
181.76/93.94	c cleaning 9997 clauses out of 20008 with flag 295000/295000
186.18/96.25	c cleaning 9993 clauses out of 20012 with flag 305001/305001
193.54/100.08	c cleaning 10003 clauses out of 20018 with flag 315000/315000
197.96/102.38	c cleaning 0 clauses out of 5000 with flag 0/5000
200.85/103.90	c cleaning 10002 clauses out of 20015 with flag 325000/325000
208.45/107.71	c cleaning 10004 clauses out of 20014 with flag 335001/335001
214.60/110.99	c cleaning 10002 clauses out of 20011 with flag 345002/345002
221.78/114.69	c cleaning 10001 clauses out of 20008 with flag 355001/355001
227.77/117.75	c cleaning 9998 clauses out of 20006 with flag 365000/365000
234.34/121.10	c cleaning 9999 clauses out of 20009 with flag 375001/375001
240.69/124.49	c cleaning 9999 clauses out of 20010 with flag 385001/385001
246.88/127.66	c cleaning 9998 clauses out of 20010 with flag 395000/395000
253.85/131.21	c cleaning 9998 clauses out of 20012 with flag 405000/405000
260.23/134.53	c cleaning 10005 clauses out of 20015 with flag 415001/415001
266.76/137.91	c cleaning 10001 clauses out of 20009 with flag 425000/425000
272.94/141.14	c cleaning 10001 clauses out of 20008 with flag 435000/435000
276.73/143.15	c cleaning 9997 clauses out of 20008 with flag 445001/445001
279.95/144.82	c cleaning 10001 clauses out of 20010 with flag 455000/455000
286.47/148.22	c cleaning 10003 clauses out of 20010 with flag 465001/465001
292.98/151.65	c cleaning 9999 clauses out of 20006 with flag 475000/475000
298.75/154.63	c cleaning 9998 clauses out of 20007 with flag 485000/485000
302.14/156.45	c cleaning 9996 clauses out of 20010 with flag 495001/495001
306.08/158.53	c cleaning 9999 clauses out of 20014 with flag 505001/505001
309.46/160.35	c cleaning 10001 clauses out of 20014 with flag 515000/515000
313.05/162.22	c cleaning 9995 clauses out of 20013 with flag 525000/525000
318.62/165.12	c cleaning 10007 clauses out of 20018 with flag 535000/535000
325.13/168.58	c cleaning 10002 clauses out of 20012 with flag 545001/545001
331.47/171.85	c cleaning 10001 clauses out of 20008 with flag 555000/555000
336.85/174.61	c cleaning 9992 clauses out of 20008 with flag 565001/565001
340.23/176.50	c cleaning 9998 clauses out of 20017 with flag 575002/575002
344.75/178.80	c cleaning 9996 clauses out of 20017 with flag 585000/585000
348.32/180.70	c cleaning 9995 clauses out of 20021 with flag 595000/595000
351.32/182.39	c cleaning 9996 clauses out of 20026 with flag 605000/605000
354.70/184.17	c cleaning 10012 clauses out of 20031 with flag 615001/615001
361.00/187.43	c cleaning 10006 clauses out of 20019 with flag 625001/625001
365.38/189.70	c cleaning 9990 clauses out of 20012 with flag 635000/635000
365.61/189.94	c And the winner is Resolution
365.93/191.08	c Got one! Elapsed wall clock time (in seconds):190.873
365.93/191.08	o 37
370.50/193.46	c cleaning 10002 clauses out of 20022 with flag 645000/645000
373.50/195.01	c And the winner is Resolution
373.50/195.10	c Got one! Elapsed wall clock time (in seconds):194.887
373.50/195.10	o 5
374.80/195.71	c cleaning 9991 clauses out of 20021 with flag 655001/655001
380.29/198.62	c cleaning 9996 clauses out of 20029 with flag 665000/665000
385.46/201.38	c cleaning 10012 clauses out of 20034 with flag 675001/675001
390.60/204.06	c cleaning 10009 clauses out of 20021 with flag 685000/685000
394.96/206.37	c cleaning 9991 clauses out of 20012 with flag 695000/695000
395.34/206.67	c And the winner is Resolution
395.58/207.28	c Got one! Elapsed wall clock time (in seconds):207.066
395.58/207.28	o 3
399.39/209.20	c cleaning 9998 clauses out of 20021 with flag 705000/705000
404.15/211.72	c cleaning 10002 clauses out of 20024 with flag 715001/715001
408.90/214.23	c cleaning 10007 clauses out of 20022 with flag 725001/725001
414.04/216.93	c cleaning 10006 clauses out of 20015 with flag 735001/735001
419.71/219.98	c cleaning 10000 clauses out of 20008 with flag 745000/745000
425.04/222.79	c cleaning 10000 clauses out of 20010 with flag 755002/755002
430.58/225.67	c cleaning 10002 clauses out of 20009 with flag 765001/765001
436.10/228.52	c cleaning 9996 clauses out of 20006 with flag 775000/775000
441.79/231.56	c cleaning 9999 clauses out of 20010 with flag 785000/785000
445.72/233.66	c cleaning 9996 clauses out of 20012 with flag 795001/795001
450.27/236.05	c cleaning 10000 clauses out of 20015 with flag 805000/805000
454.61/238.34	c cleaning 10002 clauses out of 20015 with flag 815000/815000
459.09/240.78	c cleaning 9997 clauses out of 20013 with flag 825000/825000
463.25/242.99	c cleaning 10004 clauses out of 20017 with flag 835001/835001
468.77/245.82	c cleaning 10003 clauses out of 20012 with flag 845000/845000
473.30/248.24	c cleaning 10002 clauses out of 20009 with flag 855000/855000
478.36/250.92	c cleaning 10003 clauses out of 20009 with flag 865002/865002
483.69/253.72	c cleaning 9998 clauses out of 20004 with flag 875000/875000
489.79/256.93	c cleaning 10000 clauses out of 20007 with flag 885001/885001
495.52/259.91	c cleaning 9997 clauses out of 20006 with flag 895000/895000
500.99/262.87	c cleaning 10002 clauses out of 20011 with flag 905002/905002
505.12/265.06	c cleaning 9998 clauses out of 20006 with flag 915000/915000
509.25/267.27	c cleaning 10000 clauses out of 20009 with flag 925001/925001
513.59/269.54	c cleaning 9997 clauses out of 20008 with flag 935000/935000
517.67/271.75	c cleaning 9998 clauses out of 20011 with flag 945000/945000
521.60/273.84	c cleaning 10001 clauses out of 20014 with flag 955001/955001
525.74/276.02	c cleaning 10001 clauses out of 20013 with flag 965002/965002
529.64/278.17	c cleaning 10002 clauses out of 20010 with flag 975000/975000
534.49/280.70	c cleaning 9999 clauses out of 20009 with flag 985001/985001
538.79/283.04	c cleaning 9997 clauses out of 20009 with flag 995000/995000
543.29/285.46	c cleaning 10001 clauses out of 20012 with flag 1005000/1005000
548.41/288.11	c cleaning 10000 clauses out of 20011 with flag 1015000/1015000
553.03/290.62	c cleaning 10002 clauses out of 20011 with flag 1025000/1025000
557.53/293.00	c cleaning 9999 clauses out of 20009 with flag 1035000/1035000
562.23/295.57	c cleaning 10002 clauses out of 20010 with flag 1045000/1045000
566.73/297.95	c cleaning 9998 clauses out of 20009 with flag 1055001/1055001
572.36/300.98	c cleaning 10002 clauses out of 20010 with flag 1065000/1065000
578.03/303.94	c cleaning 9999 clauses out of 20009 with flag 1075001/1075001
583.73/306.91	c cleaning 10001 clauses out of 20009 with flag 1085000/1085000
589.00/309.78	c cleaning 10003 clauses out of 20009 with flag 1095001/1095001
594.62/312.70	c cleaning 9999 clauses out of 20005 with flag 1105000/1105000
599.52/315.34	c cleaning 9997 clauses out of 20006 with flag 1115000/1115000
604.43/317.93	c cleaning 10001 clauses out of 20009 with flag 1125000/1125000
609.31/320.57	c cleaning 10000 clauses out of 20008 with flag 1135000/1135000
614.73/323.48	c cleaning 9998 clauses out of 20009 with flag 1145001/1145001
619.61/326.07	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
622.75/327.72	c cleaning 0 clauses out of 11000 with flag 0/11000
624.81/328.97	c cleaning 10002 clauses out of 20010 with flag 1165001/1165001
629.79/331.65	c cleaning 9999 clauses out of 20008 with flag 1175001/1175001
635.05/334.46	c cleaning 9999 clauses out of 20008 with flag 1185000/1185000
641.09/337.67	c cleaning 9999 clauses out of 20009 with flag 1195000/1195000
646.73/340.66	c cleaning 10005 clauses out of 20010 with flag 1205000/1205000
652.29/343.64	c cleaning 9998 clauses out of 20004 with flag 1215000/1215000
658.15/346.71	c cleaning 10001 clauses out of 20005 with flag 1225000/1225000
660.44/348.06	c And the winner is Resolution
663.37/350.95	c starts		: 192
663.37/350.95	c conflicts		: 1229535
663.37/350.95	c decisions		: 1258007
663.37/350.95	c propagations		: 30745069
663.37/350.95	c inspects		: 872658065
663.37/350.95	c learnt literals	: 18
663.37/350.95	c learnt binary clauses	: 86
663.37/350.95	c learnt ternary clauses	: 266
663.37/350.95	c learnt clauses	: 1229516
663.37/350.95	c ignored clauses	: 0
663.37/350.95	c root simplifications	: 0
663.37/350.95	c removed literals (reason simplification)	: 52322282
663.37/350.95	c reason swapping (by a shorter reason)	: 0
663.37/350.95	c Calls to reduceDB	: 124
663.37/350.95	c number of reductions to clauses (during analyze)	: 0
663.37/350.95	c number of learned constraints concerned by reduction	: 0
663.37/350.96	c number of learning phase by resolution	: 0
663.37/350.96	c number of learning phase by cutting planes	: 0
663.37/350.96	c speed (assignments/second)	: 213984.43057092547
663.37/350.96	c non guided choices	4000
663.37/350.96	c learnt constraints type 
663.37/350.96	c constraints type 
663.37/350.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
663.37/350.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
663.37/350.96	c constraints type 
663.37/350.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
663.37/350.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
663.37/350.96	s OPTIMUM FOUND
663.37/350.96	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 
663.37/350.96	c objective function=3
663.37/350.96	c Total wall clock time (in seconds): 350.747

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-2661802-1276649912/watcher-2661802-1276649912 -o /tmp/evaluation-result-2661802-1276649912/solver-2661802-1276649912 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661802-1276649912.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12831
/proc/meminfo: memFree=1840028/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=248 CPUtime=0
/proc/12831/stat : 12831 (java) R 12829 12831 11880 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 6282194 253952 28 1992294400 134512640 134550932 4289643552 18446744073709551615 2064862 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12831/statm: 62 28 21 10 0 23 0

[startup+0.051549 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12831
/proc/meminfo: memFree=1840028/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1522688 CPUtime=0.03
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 3566 0 1 0 2 1 0 0 18 0 7 0 6282194 1559232512 3006 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 380672 3006 1011 10 0 377982 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1522688

[startup+0.101555 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12831
/proc/meminfo: memFree=1840028/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1525204 CPUtime=0.09
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 3999 0 1 0 7 2 0 0 18 0 12 0 6282194 1561808896 3437 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 381301 3437 1077 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525204

[startup+0.300066 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12831
/proc/meminfo: memFree=1840028/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1525640 CPUtime=0.37
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 5365 0 1 0 34 3 0 0 18 0 12 0 6282194 1562255360 4800 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 381410 4800 1356 10 0 378713 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525640

[startup+0.700053 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12831
/proc/meminfo: memFree=1840028/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1531448 CPUtime=1.17
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 7808 0 1 0 113 4 0 0 18 0 16 0 6282194 1568202752 6663 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 382862 6663 1409 10 0 380165 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1531448

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 12847
/proc/meminfo: memFree=1816344/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1532568 CPUtime=2.76
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 12217 0 1 0 270 6 0 0 18 0 16 0 6282194 1569349632 9869 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 383142 9870 1424 10 0 380445 0
[pid=12831/tid=12833] ppid=12829 vsize=1532568 CPUtime=0.39
/proc/12831/task/12833/stat : 12833 (java) S 12829 12831 11880 0 -1 4202560 4100 0 1 0 37 2 0 0 18 0 16 0 6282196 1569349632 9870 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6282197 1569349632 9870 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6282197 1569349632 9871 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6282199 1569349632 9871 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6282199 1569349632 9872 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6282199 1569349632 9872 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1569349632 9873 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1532568 CPUtime=0.61
/proc/12831/task/12840/stat : 12840 (java) R 12829 12831 11880 0 -1 4202560 1014 0 0 0 61 0 0 0 25 0 16 0 6282203 1569349632 9874 1992294400 134512640 134550932 4289643552 18446744073709551615 105870818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1532568 CPUtime=0.64
/proc/12831/task/12841/stat : 12841 (java) R 12829 12831 11880 0 -1 4202560 2595 0 0 0 64 0 0 0 25 0 16 0 6282203 1569349632 9874 1992294400 134512640 134550932 4289643552 18446744073709551615 2564705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12842] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1569349632 9874 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6282203 1569349632 9875 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12844] ppid=12829 vsize=1532568 CPUtime=0.61
/proc/12831/task/12844/stat : 12844 (java) R 12829 12831 11880 0 -1 4202560 961 0 0 0 61 0 0 0 22 0 16 0 6282236 1569349632 9875 1992294400 134512640 134550932 4289643552 18446744073709551615 4109364706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12831/tid=12845] ppid=12829 vsize=1532568 CPUtime=0.45
/proc/12831/task/12845/stat : 12845 (java) R 12829 12831 11880 0 -1 4202560 2476 0 0 0 44 1 0 0 23 0 16 0 6282236 1569349632 9876 1992294400 134512640 134550932 4289643552 18446744073709551615 4109723699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6282237 1569349632 9876 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1532568 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6282237 1569349632 9877 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1532568

[startup+3.10198 s]
/proc/loadavg: 1.24 1.05 1.02 5/122 12847
/proc/meminfo: memFree=1773688/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1545464 CPUtime=5.92
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 35823 0 1 0 576 16 0 0 18 0 16 0 6282194 1582555136 30820 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 386366 30820 1424 10 0 383669 0
[pid=12831/tid=12833] ppid=12829 vsize=1545464 CPUtime=0.39
/proc/12831/task/12833/stat : 12833 (java) S 12829 12831 11880 0 -1 4202560 4100 0 1 0 37 2 0 0 18 0 16 0 6282196 1582555136 30820 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1545464 CPUtime=0
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6282197 1582555136 30820 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1545464 CPUtime=0
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6282197 1582555136 30822 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1545464 CPUtime=0
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6282199 1582555136 30834 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6282199 1583108096 30848 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6282199 1583108096 30860 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1583108096 30874 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1546004 CPUtime=1.16
/proc/12831/task/12840/stat : 12840 (java) R 12829 12831 11880 0 -1 4202560 5279 0 0 0 114 2 0 0 25 0 16 0 6282203 1583108096 30887 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1546004 CPUtime=1.08
/proc/12831/task/12841/stat : 12841 (java) R 12829 12831 11880 0 -1 4202560 4233 0 0 0 107 1 0 0 18 0 16 0 6282203 1583108096 30902 1992294400 134512640 134550932 4289643552 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12831/tid=12842] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1583108096 30915 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6282203 1583108096 30929 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12844] ppid=12829 vsize=1546004 CPUtime=1.42
/proc/12831/task/12844/stat : 12844 (java) R 12829 12831 11880 0 -1 4202560 4806 0 0 0 140 2 0 0 25 0 16 0 6282236 1583108096 30944 1992294400 134512640 134550932 4289643552 18446744073709551615 4109716961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12831/tid=12845] ppid=12829 vsize=1546004 CPUtime=1.82
/proc/12831/task/12845/stat : 12845 (java) R 12829 12831 11880 0 -1 4202560 16410 0 0 0 176 6 0 0 18 0 16 0 6282236 1583108096 30956 1992294400 134512640 134550932 4289643552 18446744073709551615 103615267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6282237 1583108096 30969 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1546004 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6282237 1583108096 30981 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1545464

[startup+6.30259 s]
/proc/loadavg: 1.24 1.05 1.02 7/122 12847
/proc/meminfo: memFree=1681808/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1546628 CPUtime=12.21
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 51448 0 2 0 1186 35 0 0 18 0 16 0 6282194 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 386657 41350 1448 10 0 383960 0
[pid=12831/tid=12833] ppid=12829 vsize=1546628 CPUtime=0.39
/proc/12831/task/12833/stat : 12833 (java) S 12829 12831 11880 0 -1 4202560 4100 0 1 0 37 2 0 0 17 0 16 0 6282196 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1546628 CPUtime=0.03
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 1120 0 0 0 3 0 0 0 16 0 16 0 6282197 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1546628 CPUtime=0.04
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 1078 0 0 0 4 0 0 0 16 0 16 0 6282197 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1546628 CPUtime=0.23
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 1077 0 0 0 11 12 0 0 15 0 16 0 6282199 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6282199 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 6282199 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1546628 CPUtime=1.16
/proc/12831/task/12840/stat : 12840 (java) R 12829 12831 11880 0 -1 4202560 5280 0 0 0 114 2 0 0 20 0 16 0 6282203 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 105794210 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1546628 CPUtime=2.9
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 287 3 0 0 16 0 16 0 6282203 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6282203 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12844] ppid=12829 vsize=1546628 CPUtime=2.78
/proc/12831/task/12844/stat : 12844 (java) R 12829 12831 11880 0 -1 4202560 5029 0 0 0 276 2 0 0 18 0 16 0 6282236 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4109797433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12845] ppid=12829 vsize=1546628 CPUtime=4.59
/proc/12831/task/12845/stat : 12845 (java) R 12829 12831 11880 0 -1 4202560 22991 0 0 0 450 9 0 0 18 0 16 0 6282236 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4109832902 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6282237 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1546628 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6282237 1583747072 41350 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 1546628

[startup+12.7027 s]
/proc/loadavg: 1.43 1.10 1.03 4/122 12847
/proc/meminfo: memFree=1645228/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1544416 CPUtime=24.68
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 61111 0 2 0 2429 39 0 0 18 0 16 0 6282194 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 386104 50330 1448 10 0 383407 0
[pid=12831/tid=12833] ppid=12829 vsize=1544416 CPUtime=0.39
/proc/12831/task/12833/stat : 12833 (java) S 12829 12831 11880 0 -1 4202560 4100 0 1 0 37 2 0 0 15 0 16 0 6282196 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1544416 CPUtime=0.15
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 3462 0 0 0 13 2 0 0 16 0 16 0 6282197 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1544416 CPUtime=0.14
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 3687 0 0 0 14 0 0 0 15 0 16 0 6282197 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1544416 CPUtime=0.42
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 2439 0 0 0 30 12 0 0 15 0 16 0 6282199 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1544416 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6282199 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1544416 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 6282199 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1544416 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1544416 CPUtime=1.35
/proc/12831/task/12840/stat : 12840 (java) S 12829 12831 11880 0 -1 4202560 5292 0 0 0 133 2 0 0 15 0 16 0 6282203 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1544416 CPUtime=2.9
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 287 3 0 0 16 0 16 0 6282203 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1544416 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1544416 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6282203 1581481984 50330 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0

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

[pid=12831/tid=12834] ppid=12829 vsize=1537536 CPUtime=5.14
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 12570 0 0 0 489 25 0 0 16 0 16 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1537536 CPUtime=5.17
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 12733 0 0 0 502 15 0 0 15 0 16 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1537536 CPUtime=25.25
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 5421 0 0 0 2508 17 0 0 15 0 16 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1537536 CPUtime=2.81
/proc/12831/task/12840/stat : 12840 (java) S 12829 12831 11880 0 -1 4202560 7932 0 0 0 277 4 0 0 15 0 16 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1537536 CPUtime=2.95
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 292 3 0 0 16 0 16 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 16 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12869] ppid=12829 vsize=1537536 CPUtime=121.1
/proc/12831/task/12869/stat : 12869 (java) R 12829 12831 11880 0 -1 4202560 95 0 0 0 12107 3 0 0 22 0 16 0 6302922 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4109867972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12831/tid=12870] ppid=12829 vsize=1537536 CPUtime=120.51
/proc/12831/task/12870/stat : 12870 (java) R 12829 12831 11880 0 -1 4202560 49 0 0 0 12050 1 0 0 25 0 16 0 6302922 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4109771718 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 655.77
Current children cumulated vsize (KiB) 1537536

[startup+348.709 s]
/proc/loadavg: 1.97 1.68 1.30 2/120 12874
/proc/meminfo: memFree=1569728/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1537536 CPUtime=661.16
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 85295 0 2 0 66018 98 0 0 18 0 14 0 6282194 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 384384 68405 1449 10 0 381687 0
[pid=12831/tid=12833] ppid=12829 vsize=1537536 CPUtime=0.7
/proc/12831/task/12833/stat : 12833 (java) R 12829 12831 11880 0 -1 4202560 4112 0 1 0 68 2 0 0 16 0 14 0 6282196 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4110404132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1537536 CPUtime=5.19
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 12570 0 0 0 494 25 0 0 15 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1537536 CPUtime=5.23
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 12733 0 0 0 508 15 0 0 16 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1537536 CPUtime=25.55
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 5421 0 0 0 2538 17 0 0 15 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1537536 CPUtime=2.81
/proc/12831/task/12840/stat : 12840 (java) S 12829 12831 11880 0 -1 4202560 7932 0 0 0 277 4 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1537536 CPUtime=2.97
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 294 3 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 661.16
Current children cumulated vsize (KiB) 1537536

[startup+350.302 s]
/proc/loadavg: 1.97 1.68 1.30 2/120 12874
/proc/meminfo: memFree=1569728/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1537536 CPUtime=662.76
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 85295 0 2 0 66178 98 0 0 18 0 14 0 6282194 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 384384 68405 1449 10 0 381687 0
[pid=12831/tid=12833] ppid=12829 vsize=1537536 CPUtime=2.29
/proc/12831/task/12833/stat : 12833 (java) R 12829 12831 11880 0 -1 4202560 4112 0 1 0 227 2 0 0 17 0 14 0 6282196 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4109514415 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1537536 CPUtime=5.19
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 12570 0 0 0 494 25 0 0 15 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1537536 CPUtime=5.23
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 12733 0 0 0 508 15 0 0 16 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1537536 CPUtime=25.55
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 5421 0 0 0 2538 17 0 0 16 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1537536 CPUtime=2.81
/proc/12831/task/12840/stat : 12840 (java) S 12829 12831 11880 0 -1 4202560 7932 0 0 0 277 4 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1537536 CPUtime=2.98
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 295 3 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 662.76
Current children cumulated vsize (KiB) 1537536

[startup+350.702 s]
/proc/loadavg: 1.97 1.68 1.30 2/120 12874
/proc/meminfo: memFree=1569728/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1537536 CPUtime=663.16
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 85295 0 2 0 66218 98 0 0 18 0 14 0 6282194 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 384384 68405 1449 10 0 381687 0
[pid=12831/tid=12833] ppid=12829 vsize=1537536 CPUtime=2.69
/proc/12831/task/12833/stat : 12833 (java) R 12829 12831 11880 0 -1 4202560 4112 0 1 0 267 2 0 0 18 0 14 0 6282196 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4109514465 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1537536 CPUtime=5.19
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 12570 0 0 0 494 25 0 0 15 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1537536 CPUtime=5.23
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 12733 0 0 0 508 15 0 0 16 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1537536 CPUtime=25.55
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 5421 0 0 0 2538 17 0 0 16 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1537536 CPUtime=2.81
/proc/12831/task/12840/stat : 12840 (java) S 12829 12831 11880 0 -1 4202560 7932 0 0 0 277 4 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1537536 CPUtime=2.98
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 295 3 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 663.16
Current children cumulated vsize (KiB) 1537536

[startup+350.91 s]
/proc/loadavg: 1.97 1.68 1.30 2/120 12874
/proc/meminfo: memFree=1569728/2059040 swapFree=4168596/4192956
[pid=12831] ppid=12829 vsize=1537536 CPUtime=663.37
/proc/12831/stat : 12831 (java) S 12829 12831 11880 0 -1 4202496 85295 0 2 0 66239 98 0 0 18 0 14 0 6282194 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12831/statm: 384384 68405 1449 10 0 381687 0
[pid=12831/tid=12833] ppid=12829 vsize=1537536 CPUtime=2.9
/proc/12831/task/12833/stat : 12833 (java) R 12829 12831 11880 0 -1 4202560 4112 0 1 0 288 2 0 0 18 0 14 0 6282196 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4109514460 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12831/tid=12834] ppid=12829 vsize=1537536 CPUtime=5.19
/proc/12831/task/12834/stat : 12834 (java) S 12829 12831 11880 0 -1 4202560 12570 0 0 0 494 25 0 0 15 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12835] ppid=12829 vsize=1537536 CPUtime=5.23
/proc/12831/task/12835/stat : 12835 (java) S 12829 12831 11880 0 -1 4202560 12733 0 0 0 508 15 0 0 16 0 14 0 6282197 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12836] ppid=12829 vsize=1537536 CPUtime=25.55
/proc/12831/task/12836/stat : 12836 (java) S 12829 12831 11880 0 -1 4202560 5421 0 0 0 2538 17 0 0 16 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 0 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12837] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12837/stat : 12837 (java) S 12829 12831 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12838] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12838/stat : 12838 (java) S 12829 12831 11880 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 6282199 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 1 0 0 0
[pid=12831/tid=12839] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12839/stat : 12839 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12840] ppid=12829 vsize=1537536 CPUtime=2.81
/proc/12831/task/12840/stat : 12840 (java) S 12829 12831 11880 0 -1 4202560 7932 0 0 0 277 4 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12841] ppid=12829 vsize=1537536 CPUtime=2.98
/proc/12831/task/12841/stat : 12841 (java) S 12829 12831 11880 0 -1 4202560 9700 0 1 0 295 3 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 7
[pid=12831/tid=12842] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12842/stat : 12842 (java) S 12829 12831 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12843] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12843/stat : 12843 (java) S 12829 12831 11880 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6282203 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12846] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12846/stat : 12846 (java) S 12829 12831 11880 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
[pid=12831/tid=12847] ppid=12829 vsize=1537536 CPUtime=0
/proc/12831/task/12847/stat : 12847 (java) S 12829 12831 11880 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6282237 1574436864 68405 1992294400 134512640 134550932 4289643552 18446744073709551615 4294960144 0 4 0 16800975 18446604436232407936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 663.37
Current children cumulated vsize (KiB) 1537536

Child status: 30
Real time (s): 350.998
CPU time (s): 663.45
CPU user time (s): 662.44
CPU system time (s): 1.00985
CPU usage (%): 189.018
Max. virtual memory (cumulated for all children) (KiB): 1548536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 662.44
system time used= 1.00985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85304
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12052
involuntary context switches= 20014

runsolver used 1.3278 second user time and 4.42433 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 02:58:33
IDJOB=2661802
IDBENCH=48057
IDSOLVER=1166
FILE ID=node055/2661802-1276649912
PBS_JOBID= 11172450
Free space on /tmp= 62480 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=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661802-1276649912/watcher-2661802-1276649912 -o /tmp/evaluation-result-2661802-1276649912/solver-2661802-1276649912 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661802-1276649912.opb

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

MD5SUM BENCH= ea08c66c9e8e41f4a763233d2f14489d
RANDOM SEED=1058622898

node055.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.258
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.51
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.258
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:       1840300 kB
Buffers:         21772 kB
Cached:          96000 kB
SwapCached:       1472 kB
Active:          86720 kB
Inactive:        67508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840300 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:             580 kB
Writeback:          24 kB
AnonPages:       34988 kB
Mapped:          15136 kB
Slab:            42624 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182960 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= 62480 MiB
End job on node055 at 2010-06-16 03:04:24