Trace number 2661716

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 635.481 337.833

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
MD5SUM39b4faf02952fa93fd33b15cbf6e7d18
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.509922
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	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-2661716-1276647867.opb
0.25/0.21	c reading problem ... 
0.37/0.39	c ... done. Wall clock time 0.173s.
0.37/0.39	c #vars     432
0.37/0.39	c #constraints  661
0.37/0.39	c constraints type 
0.37/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.37/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
0.37/0.39	c constraints type 
0.37/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.37/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
10.27/5.35	c cleaning 2501 clauses out of 5001 with flag 5001/5001
12.83/6.66	c cleaning 4250 clauses out of 8499 with flag 11000/11000
14.56/7.60	c And the winner is Resolution
14.77/8.60	c SATISFIABLE
14.77/8.60	c OPTIMIZING...
14.77/8.60	c Got one! Elapsed wall clock time (in seconds):8.382
14.77/8.60	o 43
15.36/8.99	c cleaning 5622 clauses out of 11249 with flag 18000/18000
20.05/11.37	c cleaning 6810 clauses out of 13628 with flag 26001/26001
26.72/14.72	c cleaning 7909 clauses out of 15817 with flag 35000/35000
33.39/18.11	c cleaning 8953 clauses out of 17908 with flag 45000/45000
36.08/19.58	c And the winner is Resolution
36.26/19.63	c Got one! Elapsed wall clock time (in seconds):19.42
36.26/19.63	o 5
38.20/20.62	c cleaning 9478 clauses out of 18955 with flag 55000/55000
38.32/20.78	c And the winner is Resolution
38.50/21.72	c Got one! Elapsed wall clock time (in seconds):21.504
38.50/21.72	o 3
43.60/24.39	c cleaning 9732 clauses out of 19477 with flag 65000/65000
49.23/27.25	c cleaning 9863 clauses out of 19746 with flag 75001/75001
55.66/30.50	c cleaning 9937 clauses out of 19882 with flag 85000/85000
60.31/32.99	c cleaning 9963 clauses out of 19946 with flag 95001/95001
66.36/36.05	c cleaning 9981 clauses out of 19984 with flag 105002/105002
71.34/38.69	c cleaning 9986 clauses out of 20002 with flag 115001/115001
76.19/41.19	c cleaning 10006 clauses out of 20017 with flag 125002/125002
81.42/43.81	c cleaning 9999 clauses out of 20010 with flag 135001/135001
87.84/47.18	c cleaning 10000 clauses out of 20011 with flag 145001/145001
94.43/50.51	c cleaning 10001 clauses out of 20010 with flag 155000/155000
99.25/53.07	c cleaning 9997 clauses out of 20009 with flag 165000/165000
103.88/55.42	c cleaning 10003 clauses out of 20012 with flag 175000/175000
110.29/58.74	c cleaning 10005 clauses out of 20010 with flag 185001/185001
115.27/61.34	c cleaning 9993 clauses out of 20005 with flag 195001/195001
118.71/63.15	c cleaning 10006 clauses out of 20011 with flag 205000/205000
123.13/65.48	c cleaning 10000 clauses out of 20006 with flag 215001/215001
127.53/67.74	c cleaning 9998 clauses out of 20005 with flag 225000/225000
130.55/69.33	c cleaning 0 clauses out of 5001 with flag 0/5001
132.76/70.54	c cleaning 9999 clauses out of 20008 with flag 235001/235001
137.78/73.13	c cleaning 9999 clauses out of 20008 with flag 245000/245000
142.00/75.36	c cleaning 9998 clauses out of 20009 with flag 255000/255000
146.37/77.66	c cleaning 9999 clauses out of 20012 with flag 265001/265001
150.78/79.93	c cleaning 9999 clauses out of 20012 with flag 275000/275000
155.40/82.40	c cleaning 10002 clauses out of 20014 with flag 285001/285001
160.02/84.79	c cleaning 9995 clauses out of 20011 with flag 295000/295000
164.37/87.04	c cleaning 10006 clauses out of 20016 with flag 305000/305000
168.79/89.31	c cleaning 10001 clauses out of 20011 with flag 315001/315001
173.20/91.62	c cleaning 9992 clauses out of 20009 with flag 325000/325000
177.00/93.68	c cleaning 9994 clauses out of 20018 with flag 335001/335001
180.77/95.70	c cleaning 9999 clauses out of 20023 with flag 345000/345000
184.98/97.81	c cleaning 10005 clauses out of 20024 with flag 355000/355000
189.57/100.25	c cleaning 10003 clauses out of 20020 with flag 365001/365001
195.37/103.20	c cleaning 10002 clauses out of 20017 with flag 375001/375001
201.51/106.46	c cleaning 9998 clauses out of 20014 with flag 385000/385000
206.34/108.99	c cleaning 10001 clauses out of 20017 with flag 395001/395001
210.92/111.34	c cleaning 9991 clauses out of 20016 with flag 405001/405001
215.51/113.71	c cleaning 10004 clauses out of 20025 with flag 415001/415001
220.47/116.38	c cleaning 10003 clauses out of 20020 with flag 425000/425000
225.08/118.78	c cleaning 10005 clauses out of 20020 with flag 435003/435003
230.05/121.31	c cleaning 10002 clauses out of 20012 with flag 445000/445000
235.44/124.14	c cleaning 10000 clauses out of 20011 with flag 455001/455001
239.81/126.47	c cleaning 10001 clauses out of 20010 with flag 465000/465000
244.38/128.83	c cleaning 9995 clauses out of 20010 with flag 475001/475001
248.20/130.89	c cleaning 9995 clauses out of 20014 with flag 485000/485000
253.17/133.47	c cleaning 9999 clauses out of 20019 with flag 495000/495000
257.71/135.87	c cleaning 9996 clauses out of 20020 with flag 505000/505000
261.90/138.02	c cleaning 10000 clauses out of 20024 with flag 515000/515000
265.12/139.80	c cleaning 10008 clauses out of 20025 with flag 525001/525001
269.49/142.09	c cleaning 10006 clauses out of 20017 with flag 535001/535001
273.25/144.07	c cleaning 10001 clauses out of 20010 with flag 545000/545000
277.81/146.48	c cleaning 9998 clauses out of 20009 with flag 555000/555000
282.79/149.05	c cleaning 9999 clauses out of 20011 with flag 565000/565000
287.16/151.34	c cleaning 10003 clauses out of 20013 with flag 575001/575001
292.11/153.99	c cleaning 9999 clauses out of 20011 with flag 585002/585002
296.08/156.02	c cleaning 10003 clauses out of 20010 with flag 595000/595000
301.06/158.65	c cleaning 9997 clauses out of 20007 with flag 605001/605001
306.44/161.42	c cleaning 9993 clauses out of 20010 with flag 615001/615001
310.77/163.74	c cleaning 10003 clauses out of 20016 with flag 625000/625000
314.56/165.78	c cleaning 9996 clauses out of 20014 with flag 635001/635001
318.93/168.08	c cleaning 9997 clauses out of 20018 with flag 645001/645001
322.72/170.08	c cleaning 10005 clauses out of 20020 with flag 655000/655000
327.86/172.73	c cleaning 10002 clauses out of 20015 with flag 665000/665000
332.42/175.16	c cleaning 10004 clauses out of 20013 with flag 675000/675000
337.59/177.86	c cleaning 9996 clauses out of 20010 with flag 685001/685001
342.56/180.45	c cleaning 10002 clauses out of 20014 with flag 695001/695001
347.65/183.11	c cleaning 10000 clauses out of 20012 with flag 705001/705001
352.22/185.51	c cleaning 9998 clauses out of 20011 with flag 715000/715000
356.39/187.78	c cleaning 10004 clauses out of 20014 with flag 725001/725001
361.94/190.65	c cleaning 10000 clauses out of 20010 with flag 735001/735001
366.65/193.12	c cleaning 9998 clauses out of 20009 with flag 745000/745000
371.21/195.55	c cleaning 10001 clauses out of 20011 with flag 755000/755000
375.78/197.99	c cleaning 10000 clauses out of 20010 with flag 765000/765000
380.34/200.35	c cleaning 10001 clauses out of 20011 with flag 775001/775001
385.05/202.82	c cleaning 10000 clauses out of 20010 with flag 785001/785001
389.42/205.16	c cleaning 9999 clauses out of 20009 with flag 795000/795000
395.16/208.16	c cleaning 10000 clauses out of 20010 with flag 805000/805000
399.92/210.69	c cleaning 10000 clauses out of 20011 with flag 815001/815001
404.03/212.83	c cleaning 10001 clauses out of 20013 with flag 825003/825003
408.39/215.14	c cleaning 10001 clauses out of 20011 with flag 835002/835002
413.15/217.66	c cleaning 10001 clauses out of 20008 with flag 845000/845000
417.91/220.14	c cleaning 9998 clauses out of 20007 with flag 855000/855000
422.63/222.66	c cleaning 9999 clauses out of 20010 with flag 865001/865001
426.99/224.96	c cleaning 9996 clauses out of 20010 with flag 875000/875000
431.35/227.20	c cleaning 10001 clauses out of 20015 with flag 885001/885001
436.11/229.80	c cleaning 9998 clauses out of 20013 with flag 895000/895000
441.21/232.46	c cleaning 10006 clauses out of 20015 with flag 905000/905000
445.56/234.75	c cleaning 10002 clauses out of 20010 with flag 915001/915001
451.31/237.76	c cleaning 10001 clauses out of 20008 with flag 925001/925001
455.68/240.06	c cleaning 9995 clauses out of 20007 with flag 935001/935001
460.17/242.49	c cleaning 9999 clauses out of 20012 with flag 945001/945001
464.73/244.84	c cleaning 9999 clauses out of 20012 with flag 955000/955000
468.88/247.02	c cleaning 10000 clauses out of 20013 with flag 965000/965000
472.84/249.16	c cleaning 10001 clauses out of 20013 with flag 975000/975000
477.33/251.54	c cleaning 10000 clauses out of 20012 with flag 985000/985000
481.87/253.91	c cleaning 10002 clauses out of 20012 with flag 995000/995000
486.44/256.33	c cleaning 10001 clauses out of 20010 with flag 1005000/1005000
490.96/258.73	c cleaning 10002 clauses out of 20009 with flag 1015000/1015000
496.03/261.47	c cleaning 10000 clauses out of 20008 with flag 1025001/1025001
500.79/263.98	c cleaning 9997 clauses out of 20008 with flag 1035001/1035001
505.51/266.45	c cleaning 10000 clauses out of 20010 with flag 1045000/1045000
511.25/269.46	c cleaning 10000 clauses out of 20012 with flag 1055002/1055002
516.90/272.40	c cleaning 10000 clauses out of 20010 with flag 1065000/1065000
521.43/274.81	c cleaning 9998 clauses out of 20010 with flag 1075000/1075000
526.95/277.78	c cleaning 9998 clauses out of 20013 with flag 1085001/1085001
532.46/280.64	c cleaning 10001 clauses out of 20016 with flag 1095002/1095002
538.14/283.65	c cleaning 9997 clauses out of 20014 with flag 1105001/1105001
543.26/286.33	c cleaning 9996 clauses out of 20016 with flag 1115000/1115000
548.78/289.22	c cleaning 9994 clauses out of 20020 with flag 1125000/1125000
553.49/291.71	c cleaning 10003 clauses out of 20026 with flag 1135000/1135000
558.94/294.61	c cleaning 10006 clauses out of 20025 with flag 1145002/1145002
564.27/297.43	c cleaning 10002 clauses out of 20017 with flag 1155000/1155000
569.59/300.22	c cleaning 10002 clauses out of 20016 with flag 1165001/1165001
574.50/302.84	c cleaning 10001 clauses out of 20014 with flag 1175001/1175001
579.74/305.60	c cleaning 10002 clauses out of 20012 with flag 1185000/1185000
585.06/308.40	c cleaning 10000 clauses out of 20010 with flag 1195000/1195000
589.97/311.01	c cleaning 10004 clauses out of 20011 with flag 1205001/1205001
594.88/313.68	c cleaning 10001 clauses out of 20007 with flag 1215001/1215001
600.33/316.58	c cleaning 9999 clauses out of 20006 with flag 1225001/1225001
605.44/319.25	c cleaning 9996 clauses out of 20005 with flag 1235000/1235000
610.74/322.04	c cleaning 10003 clauses out of 20010 with flag 1245001/1245001
615.65/324.69	c cleaning 10002 clauses out of 20006 with flag 1255000/1255000
621.28/327.60	c cleaning 9999 clauses out of 20005 with flag 1265001/1265001
626.37/330.37	c cleaning 10000 clauses out of 20004 with flag 1275000/1275000
631.47/333.03	c cleaning 10001 clauses out of 20002 with flag 1285001/1285001
631.82/333.37	c And the winner is Resolution
635.39/337.75	c starts		: 193
635.39/337.75	c conflicts		: 1285311
635.39/337.75	c decisions		: 1315335
635.39/337.75	c propagations		: 26709917
635.39/337.75	c inspects		: 896266301
635.39/337.75	c learnt literals	: 14
635.39/337.75	c learnt binary clauses	: 74
635.39/337.75	c learnt ternary clauses	: 275
635.39/337.75	c learnt clauses	: 1285296
635.39/337.75	c ignored clauses	: 0
635.39/337.75	c root simplifications	: 0
635.39/337.75	c removed literals (reason simplification)	: 54137761
635.39/337.75	c reason swapping (by a shorter reason)	: 0
635.39/337.75	c Calls to reduceDB	: 130
635.39/337.75	c number of reductions to clauses (during analyze)	: 0
635.39/337.75	c number of learned constraints concerned by reduction	: 0
635.39/337.75	c number of learning phase by resolution	: 0
635.39/337.75	c number of learning phase by cutting planes	: 0
635.39/337.75	c speed (assignments/second)	: 84515.69288211748
635.39/337.75	c non guided choices	3952
635.39/337.75	c learnt constraints type 
635.39/337.75	c constraints type 
635.39/337.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
635.39/337.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
635.39/337.75	c constraints type 
635.39/337.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
635.39/337.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
635.39/337.75	s OPTIMUM FOUND
635.39/337.76	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 
635.39/337.76	c objective function=3
635.39/337.76	c Total wall clock time (in seconds): 337.542

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-2661716-1276647867/watcher-2661716-1276647867 -o /tmp/evaluation-result-2661716-1276647867/solver-2661716-1276647867 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661716-1276647867.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.18 1.51 3/106 12352
/proc/meminfo: memFree=1801268/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=248 CPUtime=0
/proc/12352/stat : 12352 (java) R 12350 12352 11546 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 6078941 253952 28 1992294400 134512640 134550932 4290489648 18446744073709551615 5767646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12352/statm: 62 28 21 10 0 23 0

[startup+0.090754 s]
/proc/loadavg: 1.00 1.18 1.51 3/106 12352
/proc/meminfo: memFree=1801268/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1521796 CPUtime=0.07
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 3852 0 1 0 6 1 0 0 18 0 7 0 6078941 1558319104 3294 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 380449 3294 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101755 s]
/proc/loadavg: 1.00 1.18 1.51 3/106 12352
/proc/meminfo: memFree=1801268/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1524180 CPUtime=0.08
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 3959 0 1 0 7 1 0 0 18 0 12 0 6078941 1560760320 3399 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300856 s]
/proc/loadavg: 1.00 1.18 1.51 3/106 12352
/proc/meminfo: memFree=1801268/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1526228 CPUtime=0.37
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 5344 0 1 0 34 3 0 0 18 0 12 0 6078941 1562857472 4782 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 381557 4782 1356 10 0 378860 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526228

[startup+0.70185 s]
/proc/loadavg: 1.00 1.18 1.51 3/106 12352
/proc/meminfo: memFree=1801268/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1530376 CPUtime=1.17
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 7088 0 1 0 113 4 0 0 18 0 16 0 6078941 1567105024 6308 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 382594 6308 1418 10 0 379897 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530376

[startup+1.50184 s]
/proc/loadavg: 1.00 1.18 1.51 5/122 12368
/proc/meminfo: memFree=1776404/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1532512 CPUtime=2.75
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 11216 0 1 0 269 6 0 0 18 0 16 0 6078941 1569292288 9691 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 383128 9691 1422 10 0 380431 0
[pid=12352/tid=12354] ppid=12350 vsize=1532512 CPUtime=0.36
/proc/12352/task/12354/stat : 12354 (java) S 12350 12352 11546 0 -1 4202560 3989 0 1 0 34 2 0 0 18 0 16 0 6078942 1569292288 9691 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6078944 1569292288 9692 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 6078944 1569292288 9692 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6078945 1569292288 9692 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6078946 1569292288 9692 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6078946 1569292288 9692 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6078950 1569292288 9692 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1532512 CPUtime=0.65
/proc/12352/task/12361/stat : 12361 (java) R 12350 12352 11546 0 -1 4202560 1139 0 0 0 65 0 0 0 25 0 16 0 6078950 1569292288 9693 1992294400 134512640 134550932 4290489648 18446744073709551615 106119486 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1532512 CPUtime=0.6
/proc/12352/task/12362/stat : 12362 (java) R 12350 12352 11546 0 -1 4202560 1796 0 0 0 60 0 0 0 25 0 16 0 6078950 1569292288 9693 1992294400 134512640 134550932 4290489648 18446744073709551615 105495838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6078950 1569292288 9693 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6078950 1569292288 9693 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12365] ppid=12350 vsize=1532512 CPUtime=0.55
/proc/12352/task/12365/stat : 12365 (java) R 12350 12352 11546 0 -1 4202560 700 0 0 0 55 0 0 0 22 0 16 0 6078980 1569292288 9694 1992294400 134512640 134550932 4290489648 18446744073709551615 4109640146 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12366] ppid=12350 vsize=1532512 CPUtime=0.54
/proc/12352/task/12366/stat : 12366 (java) R 12350 12352 11546 0 -1 4202560 2525 0 0 0 53 1 0 0 20 0 16 0 6078980 1569292288 9694 1992294400 134512640 134550932 4290489648 18446744073709551615 4109325204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6078981 1569292288 9694 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1532512 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6078986 1569292288 9694 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1532512

[startup+3.10181 s]
/proc/loadavg: 1.00 1.18 1.51 5/122 12368
/proc/meminfo: memFree=1738956/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1551516 CPUtime=5.92
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 33062 0 1 0 577 15 0 0 18 0 16 0 6078941 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 387879 29014 1425 10 0 385182 0
[pid=12352/tid=12354] ppid=12350 vsize=1551516 CPUtime=0.36
/proc/12352/task/12354/stat : 12354 (java) S 12350 12352 11546 0 -1 4202560 3989 0 1 0 34 2 0 0 18 0 16 0 6078942 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6078944 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 6078944 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12357/stat : 12357 (java) R 12350 12352 11546 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6078945 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6078946 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6078946 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6078950 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1551516 CPUtime=0.96
/proc/12352/task/12361/stat : 12361 (java) R 12350 12352 11546 0 -1 4202560 2619 0 0 0 96 0 0 0 25 0 16 0 6078950 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 106251328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1551516 CPUtime=1.61
/proc/12352/task/12362/stat : 12362 (java) R 12350 12352 11546 0 -1 4202560 7013 0 0 0 158 3 0 0 18 0 16 0 6078950 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 103148799 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6078950 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6078950 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12365] ppid=12350 vsize=1551516 CPUtime=1.05
/proc/12352/task/12365/stat : 12365 (java) R 12350 12352 11546 0 -1 4202560 1977 0 0 0 104 1 0 0 24 0 16 0 6078980 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4109263680 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12366] ppid=12350 vsize=1551516 CPUtime=1.88
/proc/12352/task/12366/stat : 12366 (java) R 12350 12352 11546 0 -1 4202560 16392 0 0 0 182 6 0 0 18 0 16 0 6078980 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4109325054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6078981 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1551516 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6078986 1588752384 29014 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1551516

[startup+6.30177 s]
/proc/loadavg: 1.16 1.21 1.52 2/122 12370
/proc/meminfo: memFree=1644468/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1547780 CPUtime=12.23
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 48872 0 1 0 1202 21 0 0 18 0 16 0 6078941 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386945 41246 1448 10 0 384248 0
[pid=12352/tid=12354] ppid=12350 vsize=1547780 CPUtime=0.36
/proc/12352/task/12354/stat : 12354 (java) S 12350 12352 11546 0 -1 4202560 3989 0 1 0 34 2 0 0 18 0 16 0 6078942 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1547780 CPUtime=0.04
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 1242 0 0 0 4 0 0 0 15 0 16 0 6078944 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1547780 CPUtime=0.02
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 739 0 0 0 2 0 0 0 16 0 16 0 6078944 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1547780 CPUtime=0.05
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 1084 0 0 0 4 1 0 0 15 0 16 0 6078945 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6078946 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6078946 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6078950 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1547780 CPUtime=1.73
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 172 1 0 0 18 0 16 0 6078950 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1547780 CPUtime=2.83
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7091 0 0 0 280 3 0 0 15 0 16 0 6078950 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6078950 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6078950 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12365] ppid=12350 vsize=1547780 CPUtime=2.85
/proc/12352/task/12365/stat : 12365 (java) R 12350 12352 11546 0 -1 4202560 2515 0 0 0 284 1 0 0 25 0 16 0 6078980 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4109677904 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12366] ppid=12350 vsize=1547780 CPUtime=4.26
/proc/12352/task/12366/stat : 12366 (java) R 12350 12352 11546 0 -1 4202560 25612 0 0 0 417 9 0 0 22 0 16 0 6078980 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4110116664 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6078981 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1547780 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6078986 1584926720 41246 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 1547780

[startup+12.7017 s]
/proc/loadavg: 1.23 1.22 1.52 3/122 12372
/proc/meminfo: memFree=1606152/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1544544 CPUtime=22.76
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 58451 0 1 0 2251 25 0 0 18 0 16 0 6078941 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386136 49830 1449 10 0 383439 0
[pid=12352/tid=12354] ppid=12350 vsize=1544544 CPUtime=0.36
/proc/12352/task/12354/stat : 12354 (java) S 12350 12352 11546 0 -1 4202560 3991 0 1 0 34 2 0 0 18 0 16 0 6078942 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1544544 CPUtime=0.13
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 2788 0 0 0 12 1 0 0 16 0 16 0 6078944 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1544544 CPUtime=0.11
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 2151 0 0 0 11 0 0 0 15 0 16 0 6078944 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1544544 CPUtime=0.22
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 2478 0 0 0 21 1 0 0 15 0 16 0 6078945 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6078946 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6078946 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6078950 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1544544 CPUtime=1.81
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 180 1 0 0 15 0 16 0 6078950 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1544544 CPUtime=3
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7106 0 0 0 297 3 0 0 15 0 16 0 6078950 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6078950 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6078950 1581613056 49830 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0

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

/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 77862 0 1 0 63280 79 0 0 18 0 14 0 6078941 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386136 67113 1449 10 0 383439 0
[pid=12352/tid=12354] ppid=12350 vsize=1544544 CPUtime=1.6
/proc/12352/task/12354/stat : 12354 (java) R 12350 12352 11546 0 -1 4202560 3999 0 1 0 158 2 0 0 17 0 14 0 6078942 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4109457093 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1544544 CPUtime=4.99
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 11679 0 0 0 476 23 0 0 16 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1544544 CPUtime=5.02
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 10255 0 0 0 488 14 0 0 15 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1544544 CPUtime=24.97
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 4215 0 0 0 2492 5 0 0 15 0 14 0 6078945 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1544544 CPUtime=1.9
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 189 1 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1544544 CPUtime=3.81
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7389 0 0 0 378 3 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6078981 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6078986 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 633.59
Current children cumulated vsize (KiB) 1544544

[startup+336.702 s]
/proc/loadavg: 1.99 1.75 1.66 2/120 12384
/proc/meminfo: memFree=1536232/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1544544 CPUtime=634.39
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 77862 0 1 0 63360 79 0 0 18 0 14 0 6078941 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386136 67113 1449 10 0 383439 0
[pid=12352/tid=12354] ppid=12350 vsize=1544544 CPUtime=2.4
/proc/12352/task/12354/stat : 12354 (java) R 12350 12352 11546 0 -1 4202560 3999 0 1 0 238 2 0 0 18 0 14 0 6078942 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4109457071 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1544544 CPUtime=4.99
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 11679 0 0 0 476 23 0 0 16 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1544544 CPUtime=5.02
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 10255 0 0 0 488 14 0 0 15 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1544544 CPUtime=24.97
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 4215 0 0 0 2492 5 0 0 15 0 14 0 6078945 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1544544 CPUtime=1.91
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 190 1 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1544544 CPUtime=3.81
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7389 0 0 0 378 3 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6078981 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6078986 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 634.39
Current children cumulated vsize (KiB) 1544544

[startup+337.502 s]
/proc/loadavg: 1.99 1.75 1.66 2/120 12384
/proc/meminfo: memFree=1536232/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1544544 CPUtime=635.19
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 77862 0 1 0 63440 79 0 0 18 0 14 0 6078941 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386136 67113 1449 10 0 383439 0
[pid=12352/tid=12354] ppid=12350 vsize=1544544 CPUtime=3.2
/proc/12352/task/12354/stat : 12354 (java) R 12350 12352 11546 0 -1 4202560 3999 0 1 0 318 2 0 0 19 0 14 0 6078942 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4109457080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1544544 CPUtime=4.99
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 11679 0 0 0 476 23 0 0 16 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1544544 CPUtime=5.02
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 10255 0 0 0 488 14 0 0 15 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1544544 CPUtime=24.97
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 4215 0 0 0 2492 5 0 0 16 0 14 0 6078945 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1544544 CPUtime=1.91
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 190 1 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1544544 CPUtime=3.81
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7389 0 0 0 378 3 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6078981 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6078986 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 635.19
Current children cumulated vsize (KiB) 1544544

[startup+337.71 s]
/proc/loadavg: 1.99 1.75 1.66 2/120 12384
/proc/meminfo: memFree=1536232/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1544544 CPUtime=635.39
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 77862 0 1 0 63460 79 0 0 18 0 14 0 6078941 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386136 67113 1449 10 0 383439 0
[pid=12352/tid=12354] ppid=12350 vsize=1544544 CPUtime=3.4
/proc/12352/task/12354/stat : 12354 (java) R 12350 12352 11546 0 -1 4202560 3999 0 1 0 338 2 0 0 19 0 14 0 6078942 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4109457121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1544544 CPUtime=4.99
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 11679 0 0 0 476 23 0 0 16 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1544544 CPUtime=5.02
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 10255 0 0 0 488 14 0 0 15 0 14 0 6078944 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1544544 CPUtime=24.97
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 4215 0 0 0 2492 5 0 0 16 0 14 0 6078945 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1544544 CPUtime=1.91
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 190 1 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1544544 CPUtime=3.81
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7389 0 0 0 378 3 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6078950 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6078981 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6078986 1581613056 67113 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 635.39
Current children cumulated vsize (KiB) 1544544

[startup+337.802 s]
/proc/loadavg: 1.99 1.75 1.66 2/120 12384
/proc/meminfo: memFree=1536232/2059040 swapFree=4192956/4192956
[pid=12352] ppid=12350 vsize=1544544 CPUtime=635.44
/proc/12352/stat : 12352 (java) S 12350 12352 11546 0 -1 4202496 77868 0 1 0 63465 79 0 0 18 0 14 0 6078941 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12352/statm: 386136 67118 1449 10 0 383439 0
[pid=12352/tid=12354] ppid=12350 vsize=1544544 CPUtime=3.45
/proc/12352/task/12354/stat : 12354 (java) S 12350 12352 11546 0 -1 4202560 4005 0 1 0 343 2 0 0 19 0 14 0 6078942 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12355] ppid=12350 vsize=1544544 CPUtime=4.99
/proc/12352/task/12355/stat : 12355 (java) S 12350 12352 11546 0 -1 4202560 11679 0 0 0 476 23 0 0 16 0 14 0 6078944 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12356] ppid=12350 vsize=1544544 CPUtime=5.02
/proc/12352/task/12356/stat : 12356 (java) S 12350 12352 11546 0 -1 4202560 10255 0 0 0 488 14 0 0 15 0 14 0 6078944 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 1 0 0 0
[pid=12352/tid=12357] ppid=12350 vsize=1544544 CPUtime=24.97
/proc/12352/task/12357/stat : 12357 (java) S 12350 12352 11546 0 -1 4202560 4215 0 0 0 2492 5 0 0 16 0 14 0 6078945 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 0 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12358] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12358/stat : 12358 (java) S 12350 12352 11546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12359] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12359/stat : 12359 (java) S 12350 12352 11546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6078946 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12360] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12360/stat : 12360 (java) S 12350 12352 11546 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12361] ppid=12350 vsize=1544544 CPUtime=1.91
/proc/12352/task/12361/stat : 12361 (java) S 12350 12352 11546 0 -1 4202560 5529 0 0 0 190 1 0 0 15 0 14 0 6078950 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12362] ppid=12350 vsize=1544544 CPUtime=3.81
/proc/12352/task/12362/stat : 12362 (java) S 12350 12352 11546 0 -1 4202560 7389 0 0 0 378 3 0 0 15 0 14 0 6078950 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12363] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12363/stat : 12363 (java) S 12350 12352 11546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6078950 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12364] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12364/stat : 12364 (java) S 12350 12352 11546 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 6078950 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12367] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12367/stat : 12367 (java) S 12350 12352 11546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6078981 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
[pid=12352/tid=12368] ppid=12350 vsize=1544544 CPUtime=0
/proc/12352/task/12368/stat : 12368 (java) S 12350 12352 11546 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6078986 1581613056 67118 1992294400 134512640 134550932 4290489648 18446744073709551615 4294960144 0 4 0 16800975 18446604437846714304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 635.44
Current children cumulated vsize (KiB) 1544544

Child status: 30
Real time (s): 337.833
CPU time (s): 635.481
CPU user time (s): 634.659
CPU system time (s): 0.821875
CPU usage (%): 188.105
Max. virtual memory (cumulated for all children) (KiB): 1552120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 634.66
system time used= 0.821875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77872
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= 11651
involuntary context switches= 18987

runsolver used 1.50877 second user time and 4.11038 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 02:24:27
IDJOB=2661716
IDBENCH=47971
IDSOLVER=1166
FILE ID=node045/2661716-1276647867
PBS_JOBID= 11172417
Free space on /tmp= 62460 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=137-P2=419-P3=449-P4=47-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661716-1276647867/watcher-2661716-1276647867 -o /tmp/evaluation-result-2661716-1276647867/solver-2661716-1276647867 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661716-1276647867.opb

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

MD5SUM BENCH= 39b4faf02952fa93fd33b15cbf6e7d18
RANDOM SEED=1779584662

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801540 kB
Buffers:         28984 kB
Cached:         103480 kB
SwapCached:          0 kB
Active:          85408 kB
Inactive:       106784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801540 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       59752 kB
Mapped:          15388 kB
Slab:            43408 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181964 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= 62460 MiB
End job on node045 at 2010-06-16 02:30:05