Trace number 2661684

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 538.63 287.072

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c ManyCore solver with 2 solvers running in parallel
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	
0.24/0.20	c solving HOME/instance-2661684-1276647387.opb
0.24/0.20	c reading problem ... 
0.53/0.40	c ... done. Wall clock time 0.195s.
0.53/0.40	c #vars     432
0.53/0.40	c #constraints  661
0.53/0.40	c constraints type 
0.53/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.53/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
0.53/0.40	c constraints type 
0.53/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.53/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
8.66/4.57	c And the winner is Resolution
8.81/5.48	c SATISFIABLE
8.81/5.48	c OPTIMIZING...
8.81/5.48	c Got one! Elapsed wall clock time (in seconds):5.274
8.81/5.48	o 129
8.87/5.59	c cleaning 2496 clauses out of 5000 with flag 5000/5000
11.39/6.89	c cleaning 4250 clauses out of 8504 with flag 11000/11000
15.50/8.99	c cleaning 5628 clauses out of 11255 with flag 18001/18001
20.39/11.44	c cleaning 6810 clauses out of 13627 with flag 26001/26001
26.46/14.51	c cleaning 7909 clauses out of 15817 with flag 35001/35001
30.56/16.66	c cleaning 8944 clauses out of 17908 with flag 45001/45001
31.28/17.09	c And the winner is Resolution
31.51/17.59	c Got one! Elapsed wall clock time (in seconds):17.38
31.51/17.59	o 45
34.12/18.95	c cleaning 9481 clauses out of 18964 with flag 55001/55001
41.18/22.53	c cleaning 9736 clauses out of 19482 with flag 65000/65000
45.41/24.71	c cleaning 9874 clauses out of 19747 with flag 75001/75001
50.88/27.58	c cleaning 9936 clauses out of 19873 with flag 85001/85001
56.33/30.40	c cleaning 9960 clauses out of 19936 with flag 95000/95000
58.02/31.22	c And the winner is Resolution
58.12/31.69	c Got one! Elapsed wall clock time (in seconds):31.484
58.12/31.69	o 3
60.89/33.12	c cleaning 9982 clauses out of 19977 with flag 105001/105001
65.73/35.66	c cleaning 9997 clauses out of 19995 with flag 115001/115001
71.18/38.45	c cleaning 9999 clauses out of 19997 with flag 125000/125000
77.61/41.75	c cleaning 9998 clauses out of 19998 with flag 135000/135000
82.23/44.13	c cleaning 9988 clauses out of 20000 with flag 145000/145000
87.45/46.84	c cleaning 9999 clauses out of 20015 with flag 155003/155003
92.09/49.24	c cleaning 10001 clauses out of 20013 with flag 165000/165000
97.72/52.17	c cleaning 9997 clauses out of 20013 with flag 175001/175001
102.75/54.74	c cleaning 10004 clauses out of 20019 with flag 185004/185004
106.36/56.61	c cleaning 9997 clauses out of 20012 with flag 195001/195001
112.17/59.67	c cleaning 10003 clauses out of 20016 with flag 205002/205002
117.02/62.15	c cleaning 9999 clauses out of 20011 with flag 215000/215000
120.45/63.94	c cleaning 9996 clauses out of 20013 with flag 225001/225001
124.06/65.85	c cleaning 9994 clauses out of 20016 with flag 235000/235000
128.11/67.95	c cleaning 10009 clauses out of 20024 with flag 245002/245002
132.94/70.47	c cleaning 10003 clauses out of 20013 with flag 255000/255000
137.17/72.64	c cleaning 9997 clauses out of 20011 with flag 265001/265001
142.14/75.24	c cleaning 10004 clauses out of 20013 with flag 275000/275000
148.95/78.72	c cleaning 10001 clauses out of 20009 with flag 285000/285000
155.35/82.02	c cleaning 10000 clauses out of 20009 with flag 295001/295001
160.17/84.54	c cleaning 9994 clauses out of 20009 with flag 305001/305001
163.36/86.23	c cleaning 9995 clauses out of 20015 with flag 315001/315001
166.60/87.92	c cleaning 10008 clauses out of 20020 with flag 325001/325001
169.22/89.31	c cleaning 0 clauses out of 5001 with flag 0/5001
174.23/91.99	c cleaning 10000 clauses out of 20012 with flag 335001/335001
179.00/94.43	c cleaning 10004 clauses out of 20012 with flag 345001/345001
185.18/97.65	c cleaning 10000 clauses out of 20007 with flag 355000/355000
191.17/100.78	c cleaning 9999 clauses out of 20008 with flag 365001/365001
196.96/103.72	c cleaning 9997 clauses out of 20008 with flag 375000/375000
202.92/106.85	c cleaning 10000 clauses out of 20012 with flag 385001/385001
208.92/109.93	c cleaning 10001 clauses out of 20011 with flag 395000/395000
212.92/112.09	c cleaning 9999 clauses out of 20010 with flag 405001/405001
218.91/115.14	c cleaning 10002 clauses out of 20012 with flag 415002/415002
224.66/118.11	c cleaning 9999 clauses out of 20008 with flag 425000/425000
228.27/120.04	c cleaning 10000 clauses out of 20011 with flag 435002/435002
232.67/122.39	c cleaning 10002 clauses out of 20009 with flag 445000/445000
237.67/124.97	c cleaning 10000 clauses out of 20008 with flag 455001/455001
241.63/127.04	c cleaning 9995 clauses out of 20007 with flag 465000/465000
245.83/129.23	c cleaning 9997 clauses out of 20013 with flag 475001/475001
250.22/131.52	c cleaning 9997 clauses out of 20016 with flag 485001/485001
254.81/133.93	c cleaning 10005 clauses out of 20018 with flag 495000/495000
259.17/136.20	c cleaning 10002 clauses out of 20013 with flag 505000/505000
263.17/138.38	c cleaning 10001 clauses out of 20011 with flag 515000/515000
267.37/140.58	c cleaning 9999 clauses out of 20009 with flag 525000/525000
271.97/142.93	c cleaning 9999 clauses out of 20010 with flag 535000/535000
275.90/145.03	c cleaning 10000 clauses out of 20011 with flag 545000/545000
280.08/147.26	c cleaning 10001 clauses out of 20012 with flag 555001/555001
283.65/149.11	c cleaning 9999 clauses out of 20011 with flag 565001/565001
288.02/151.44	c cleaning 10001 clauses out of 20012 with flag 575001/575001
292.33/153.75	c cleaning 10001 clauses out of 20010 with flag 585000/585000
296.91/156.13	c cleaning 10001 clauses out of 20011 with flag 595002/595002
300.86/158.31	c cleaning 9999 clauses out of 20008 with flag 605000/605000
306.20/161.07	c cleaning 10001 clauses out of 20010 with flag 615001/615001
310.88/163.55	c cleaning 9999 clauses out of 20009 with flag 625001/625001
315.22/165.83	c cleaning 9994 clauses out of 20009 with flag 635000/635000
319.79/168.28	c cleaning 10001 clauses out of 20016 with flag 645001/645001
324.52/170.73	c cleaning 10001 clauses out of 20014 with flag 655000/655000
329.20/173.24	c cleaning 10001 clauses out of 20013 with flag 665000/665000
334.34/176.00	c cleaning 10001 clauses out of 20012 with flag 675000/675000
338.67/178.28	c cleaning 9997 clauses out of 20011 with flag 685000/685000
343.18/180.61	c cleaning 10001 clauses out of 20014 with flag 695000/695000
347.84/183.17	c cleaning 10005 clauses out of 20014 with flag 705001/705001
352.58/185.60	c cleaning 9999 clauses out of 20009 with flag 715001/715001
356.52/187.76	c cleaning 9997 clauses out of 20010 with flag 725001/725001
360.26/189.72	c cleaning 9999 clauses out of 20014 with flag 735002/735002
364.12/191.88	c cleaning 9999 clauses out of 20014 with flag 745001/745001
367.85/193.86	c cleaning 10000 clauses out of 20015 with flag 755001/755001
371.99/196.09	c cleaning 10001 clauses out of 20014 with flag 765000/765000
376.31/198.38	c cleaning 10004 clauses out of 20014 with flag 775001/775001
381.98/201.32	c cleaning 10002 clauses out of 20009 with flag 785000/785000
386.11/203.52	c cleaning 9995 clauses out of 20007 with flag 795001/795001
389.62/205.41	c cleaning 9998 clauses out of 20011 with flag 805000/805000
393.56/207.53	c cleaning 10001 clauses out of 20013 with flag 815000/815000
397.42/209.62	c cleaning 9998 clauses out of 20013 with flag 825001/825001
401.35/211.78	c cleaning 10000 clauses out of 20016 with flag 835002/835002
405.68/214.08	c cleaning 10000 clauses out of 20015 with flag 845001/845001
409.60/216.20	c cleaning 10000 clauses out of 20015 with flag 855001/855001
414.46/218.74	c cleaning 10002 clauses out of 20014 with flag 865000/865000
418.81/221.10	c cleaning 9999 clauses out of 20013 with flag 875001/875001
423.31/223.48	c cleaning 10002 clauses out of 20013 with flag 885000/885000
427.44/225.62	c cleaning 10000 clauses out of 20011 with flag 895000/895000
431.50/227.88	c cleaning 9996 clauses out of 20011 with flag 905000/905000
436.02/230.20	c cleaning 10004 clauses out of 20017 with flag 915002/915002
440.55/232.61	c cleaning 10000 clauses out of 20012 with flag 925001/925001
444.46/234.78	c cleaning 10001 clauses out of 20011 with flag 935000/935000
448.53/236.98	c cleaning 9997 clauses out of 20011 with flag 945001/945001
453.24/239.46	c cleaning 10003 clauses out of 20013 with flag 955000/955000
459.15/242.53	c cleaning 10000 clauses out of 20011 with flag 965001/965001
464.45/245.39	c cleaning 10000 clauses out of 20011 with flag 975001/975001
470.06/248.37	c cleaning 10000 clauses out of 20010 with flag 985000/985000
475.54/251.24	c cleaning 10002 clauses out of 20011 with flag 995001/995001
480.62/253.97	c cleaning 10001 clauses out of 20009 with flag 1005001/1005001
485.50/256.57	c cleaning 10001 clauses out of 20008 with flag 1015001/1015001
490.52/259.29	c cleaning 9999 clauses out of 20006 with flag 1025000/1025000
495.42/261.84	c cleaning 10002 clauses out of 20008 with flag 1035001/1035001
500.08/264.35	c cleaning 0 clauses out of 11002 with flag 0/11002
501.40/265.11	c cleaning 9996 clauses out of 20006 with flag 1045001/1045001
506.39/267.88	c cleaning 10002 clauses out of 20010 with flag 1055001/1055001
511.07/270.37	c cleaning 10001 clauses out of 20008 with flag 1065001/1065001
516.15/273.04	c cleaning 9999 clauses out of 20006 with flag 1075000/1075000
521.42/275.89	c cleaning 9998 clauses out of 20007 with flag 1085000/1085000
526.62/278.61	c cleaning 10005 clauses out of 20009 with flag 1095000/1095000
531.50/281.21	c cleaning 9998 clauses out of 20003 with flag 1105000/1105000
535.97/283.68	c And the winner is Resolution
538.50/286.99	c starts		: 191
538.50/286.99	c conflicts		: 1114825
538.50/286.99	c decisions		: 1138094
538.50/286.99	c propagations		: 24183832
538.50/286.99	c inspects		: 773655138
538.50/286.99	c learnt literals	: 17
538.50/286.99	c learnt binary clauses	: 103
538.50/286.99	c learnt ternary clauses	: 323
538.50/286.99	c learnt clauses	: 1114807
538.50/286.99	c ignored clauses	: 0
538.50/286.99	c root simplifications	: 0
538.50/286.99	c removed literals (reason simplification)	: 47062404
538.50/286.99	c reason swapping (by a shorter reason)	: 0
538.50/286.99	c Calls to reduceDB	: 112
538.50/286.99	c number of reductions to clauses (during analyze)	: 0
538.50/286.99	c number of learned constraints concerned by reduction	: 0
538.50/286.99	c number of learning phase by resolution	: 0
538.50/286.99	c number of learning phase by cutting planes	: 0
538.50/286.99	c speed (assignments/second)	: 94727.48424396492
538.50/286.99	c non guided choices	2545
538.50/286.99	c learnt constraints type 
538.50/286.99	c constraints type 
538.50/286.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
538.50/286.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
538.50/286.99	c constraints type 
538.50/286.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
538.50/286.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
538.50/286.99	s OPTIMUM FOUND
538.50/286.99	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 
538.50/286.99	c objective function=3
538.50/286.99	c Total wall clock time (in seconds): 286.785

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

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


[startup+0 s]
/proc/loadavg: 1.09 1.19 1.09 3/105 15117
/proc/meminfo: memFree=1843520/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=13164 CPUtime=0
/proc/15117/stat : 15117 (java) R 15115 15117 14286 0 -1 4194304 450 0 0 0 0 0 0 0 18 0 1 0 6032181 13479936 178 1992294400 134512640 134550932 4293599744 18446744073709551615 8926500 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15117/statm: 3291 186 141 10 0 1121 0

[startup+0.0828011 s]
/proc/loadavg: 1.09 1.19 1.09 3/105 15117
/proc/meminfo: memFree=1843520/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1521796 CPUtime=0.07
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 3849 0 1 0 5 2 0 0 18 0 7 0 6032181 1558319104 3290 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 380449 3291 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100796 s]
/proc/loadavg: 1.09 1.19 1.09 3/105 15117
/proc/meminfo: memFree=1843520/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1524180 CPUtime=0.09
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 4015 0 1 0 7 2 0 0 18 0 12 0 6032181 1560760320 3454 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 381045 3454 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.309766 s]
/proc/loadavg: 1.09 1.19 1.09 3/105 15117
/proc/meminfo: memFree=1843520/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1526692 CPUtime=0.39
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 5545 0 1 0 36 3 0 0 18 0 12 0 6032181 1563332608 4982 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 381712 4997 1363 10 0 379015 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526692

[startup+0.700881 s]
/proc/loadavg: 1.09 1.19 1.09 3/105 15117
/proc/meminfo: memFree=1843520/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1531324 CPUtime=1.12
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 7190 0 1 0 109 3 0 0 18 0 16 0 6032181 1568075776 6574 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 382831 6574 1419 10 0 380134 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531324

[startup+1.50197 s]
/proc/loadavg: 1.09 1.19 1.09 5/121 15133
/proc/meminfo: memFree=1818904/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1534100 CPUtime=2.72
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 13782 0 1 0 266 6 0 0 18 0 16 0 6032181 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 383525 12687 1424 10 0 380828 0
[pid=15117/tid=15119] ppid=15115 vsize=1534100 CPUtime=0.35
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14286 0 -1 4202560 4006 0 1 0 33 2 0 0 18 0 16 0 6032183 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6032184 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6032184 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6032185 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6032186 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6032186 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1534100 CPUtime=0.45
/proc/15117/task/15126/stat : 15126 (java) R 15115 15117 14286 0 -1 4202560 1358 0 0 0 45 0 0 0 25 0 16 0 6032190 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 105869513 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1534100 CPUtime=0.97
/proc/15117/task/15127/stat : 15127 (java) R 15115 15117 14286 0 -1 4202560 1397 0 0 0 97 0 0 0 16 0 16 0 6032190 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 106013902 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6032190 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15130] ppid=15115 vsize=1534100 CPUtime=0.5
/proc/15117/task/15130/stat : 15130 (java) R 15115 15117 14286 0 -1 4202560 1319 0 0 0 50 0 0 0 25 0 16 0 6032222 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4108926984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15117/tid=15131] ppid=15115 vsize=1534100 CPUtime=0.4
/proc/15117/task/15131/stat : 15131 (java) R 15115 15117 14286 0 -1 4202560 4628 0 0 0 39 1 0 0 18 0 16 0 6032222 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4108900996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6032223 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1534100 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6032223 1570918400 12687 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1534100

[startup+3.10214 s]
/proc/loadavg: 1.09 1.19 1.09 5/121 15133
/proc/meminfo: memFree=1760748/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1547376 CPUtime=5.89
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 36930 0 1 0 573 16 0 0 18 0 16 0 6032181 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 386844 31755 1430 10 0 384147 0
[pid=15117/tid=15119] ppid=15115 vsize=1547376 CPUtime=0.35
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14286 0 -1 4202560 4006 0 1 0 33 2 0 0 18 0 16 0 6032183 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6032184 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6032184 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) R 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6032185 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 16 0 6032186 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6032186 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1547376 CPUtime=1.01
/proc/15117/task/15126/stat : 15126 (java) R 15115 15117 14286 0 -1 4202560 4630 0 0 0 99 2 0 0 25 0 16 0 6032190 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 105952985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1547376 CPUtime=2.56
/proc/15117/task/15127/stat : 15127 (java) R 15115 15117 14286 0 -1 4202560 5434 0 0 0 255 1 0 0 17 0 16 0 6032190 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 103147971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6032190 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15130] ppid=15115 vsize=1547376 CPUtime=0.5
/proc/15117/task/15130/stat : 15130 (java) R 15115 15117 14286 0 -1 4202560 1319 0 0 0 50 0 0 0 25 0 16 0 6032222 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4108865405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15117/tid=15131] ppid=15115 vsize=1547376 CPUtime=1.42
/proc/15117/task/15131/stat : 15131 (java) R 15115 15117 14286 0 -1 4202560 20467 0 0 0 134 8 0 0 19 0 16 0 6032222 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4108918086 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6032223 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1547376 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6032223 1584513024 31755 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1547376

[startup+6.30692 s]
/proc/loadavg: 1.40 1.25 1.11 1/119 15133
/proc/meminfo: memFree=1691076/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1546968 CPUtime=10.41
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 49803 0 1 0 1020 21 0 0 18 0 16 0 6032181 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 386742 41469 1449 10 0 384045 0
[pid=15117/tid=15119] ppid=15115 vsize=1546968 CPUtime=0.35
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14286 0 -1 4202560 4006 0 1 0 33 2 0 0 19 0 16 0 6032183 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1546968 CPUtime=0.04
/proc/15117/task/15120/stat : 15120 (java) R 15115 15117 14286 0 -1 4202560 1101 0 0 0 4 0 0 0 15 0 16 0 6032184 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1546968 CPUtime=0.04
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 1138 0 0 0 4 0 0 0 15 0 16 0 6032184 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1546968 CPUtime=0.04
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 1041 0 0 0 4 0 0 0 16 0 16 0 6032185 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6032186 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6032186 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1546968 CPUtime=1.74
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 5627 0 0 0 172 2 0 0 15 0 16 0 6032190 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1546968 CPUtime=3.31
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 329 2 0 0 15 0 16 0 6032190 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6032190 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6032223 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6032223 1584095232 41469 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 1546968

[startup+12.7021 s]
/proc/loadavg: 1.45 1.27 1.12 3/121 15137
/proc/meminfo: memFree=1648032/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1546968 CPUtime=22.89
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 58523 0 1 0 2265 24 0 0 18 0 16 0 6032181 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 386742 49992 1449 10 0 384045 0
[pid=15117/tid=15119] ppid=15115 vsize=1546968 CPUtime=0.35
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14286 0 -1 4202560 4006 0 1 0 33 2 0 0 15 0 16 0 6032183 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1546968 CPUtime=0.14
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 2895 0 0 0 14 0 0 0 16 0 16 0 6032184 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1546968 CPUtime=0.14
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 3132 0 0 0 13 1 0 0 15 0 16 0 6032184 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1546968 CPUtime=0.22
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 2140 0 0 0 22 0 0 0 15 0 16 0 6032185 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6032186 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6032186 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1546968 CPUtime=1.79
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 5630 0 0 0 177 2 0 0 15 0 16 0 6032190 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1546968 CPUtime=3.4
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 338 2 0 0 16 0 16 0 6032190 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6032190 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6032190 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6032223 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1546968 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6032223 1584095232 49992 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0

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

/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 81843 0 1 0 53577 72 0 0 18 0 14 0 6032181 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 387254 69861 1449 10 0 384557 0
[pid=15117/tid=15119] ppid=15115 vsize=1549016 CPUtime=0.35
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14286 0 -1 4202560 4020 0 1 0 33 2 0 0 15 0 14 0 6032183 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1549016 CPUtime=3.87
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 11904 0 0 0 371 16 0 0 16 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1549016 CPUtime=3.84
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 12210 0 0 0 371 13 0 0 15 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1549016 CPUtime=22.89
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 4678 0 0 0 2274 15 0 0 15 0 14 0 6032185 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1549016 CPUtime=2.89
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 7996 0 0 0 285 4 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1549016 CPUtime=3.46
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 344 2 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 536.49
Current children cumulated vsize (KiB) 1549016

[startup+286.302 s]
/proc/loadavg: 2.46 1.91 1.41 2/119 15147
/proc/meminfo: memFree=1567820/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1549016 CPUtime=537.9
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 81843 0 1 0 53718 72 0 0 18 0 14 0 6032181 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 387254 69861 1449 10 0 384557 0
[pid=15117/tid=15119] ppid=15115 vsize=1549016 CPUtime=1.73
/proc/15117/task/15119/stat : 15119 (java) R 15115 15117 14286 0 -1 4202560 4020 0 1 0 171 2 0 0 17 0 14 0 6032183 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4109059777 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1549016 CPUtime=3.87
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 11904 0 0 0 371 16 0 0 16 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1549016 CPUtime=3.84
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 12210 0 0 0 371 13 0 0 15 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1549016 CPUtime=22.89
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 4678 0 0 0 2274 15 0 0 15 0 14 0 6032185 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1549016 CPUtime=2.89
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 7996 0 0 0 285 4 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1549016 CPUtime=3.49
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 347 2 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 537.9
Current children cumulated vsize (KiB) 1549016

[startup+286.702 s]
/proc/loadavg: 2.46 1.91 1.41 2/119 15147
/proc/meminfo: memFree=1567820/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1549016 CPUtime=538.3
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 81843 0 1 0 53758 72 0 0 18 0 14 0 6032181 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 387254 69861 1449 10 0 384557 0
[pid=15117/tid=15119] ppid=15115 vsize=1549016 CPUtime=2.13
/proc/15117/task/15119/stat : 15119 (java) R 15115 15117 14286 0 -1 4202560 4020 0 1 0 211 2 0 0 17 0 14 0 6032183 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4109059814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1549016 CPUtime=3.87
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 11904 0 0 0 371 16 0 0 16 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1549016 CPUtime=3.84
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 12210 0 0 0 371 13 0 0 15 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1549016 CPUtime=22.89
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 4678 0 0 0 2274 15 0 0 15 0 14 0 6032185 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1549016 CPUtime=2.89
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 7996 0 0 0 285 4 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1549016 CPUtime=3.49
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 347 2 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 538.3
Current children cumulated vsize (KiB) 1549016

[startup+286.902 s]
/proc/loadavg: 2.46 1.91 1.41 2/119 15147
/proc/meminfo: memFree=1567820/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1549016 CPUtime=538.5
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 81843 0 1 0 53778 72 0 0 18 0 14 0 6032181 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 387254 69861 1449 10 0 384557 0
[pid=15117/tid=15119] ppid=15115 vsize=1549016 CPUtime=2.33
/proc/15117/task/15119/stat : 15119 (java) R 15115 15117 14286 0 -1 4202560 4020 0 1 0 231 2 0 0 18 0 14 0 6032183 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4109059795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1549016 CPUtime=3.87
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 11904 0 0 0 371 16 0 0 16 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1549016 CPUtime=3.84
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 12210 0 0 0 371 13 0 0 15 0 14 0 6032184 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1549016 CPUtime=22.89
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 4678 0 0 0 2274 15 0 0 15 0 14 0 6032185 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1549016 CPUtime=2.89
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 7996 0 0 0 285 4 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1549016 CPUtime=3.49
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 347 2 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 6032190 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 6032223 1586192384 69861 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 538.5
Current children cumulated vsize (KiB) 1549016

[startup+287.002 s]
/proc/loadavg: 2.46 1.91 1.41 1/119 15148
/proc/meminfo: memFree=1567820/2059040 swapFree=4148288/4192956
[pid=15117] ppid=15115 vsize=1549016 CPUtime=538.59
/proc/15117/stat : 15117 (java) S 15115 15117 14286 0 -1 4202496 81849 0 1 0 53787 72 0 0 18 0 14 0 6032181 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15117/statm: 387254 69866 1449 10 0 384557 0
[pid=15117/tid=15119] ppid=15115 vsize=1549016 CPUtime=2.42
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14286 0 -1 4202560 4026 0 1 0 240 2 0 0 18 0 14 0 6032183 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=1549016 CPUtime=3.87
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14286 0 -1 4202560 11904 0 0 0 371 16 0 0 16 0 14 0 6032184 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=1549016 CPUtime=3.84
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14286 0 -1 4202560 12210 0 0 0 371 13 0 0 15 0 14 0 6032184 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=1549016 CPUtime=22.89
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14286 0 -1 4202560 4678 0 0 0 2274 15 0 0 15 0 14 0 6032185 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 0 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15124] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6032186 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15125] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15126] ppid=15115 vsize=1549016 CPUtime=2.89
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14286 0 -1 4202560 7996 0 0 0 285 4 0 0 15 0 14 0 6032190 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=1549016 CPUtime=3.49
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14286 0 -1 4202560 7714 0 0 0 347 2 0 0 15 0 14 0 6032190 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6032190 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15129] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14286 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 6032190 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15132] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15132/stat : 15132 (java) S 15115 15117 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6032223 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 0 0 0 0
[pid=15117/tid=15133] ppid=15115 vsize=1549016 CPUtime=0
/proc/15117/task/15133/stat : 15133 (java) S 15115 15117 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 6032223 1586192384 69866 1992294400 134512640 134550932 4293599744 18446744073709551615 4294960144 0 4 0 16800975 18446604436388393920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 538.59
Current children cumulated vsize (KiB) 1549016

Child status: 30
Real time (s): 287.072
CPU time (s): 538.63
CPU user time (s): 537.872
CPU system time (s): 0.757884
CPU usage (%): 187.629
Max. virtual memory (cumulated for all children) (KiB): 1552236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 537.872
system time used= 0.757884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81850
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= 9951
involuntary context switches= 15038

runsolver used 1.40179 second user time and 3.06853 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= e79e2db14e141163591dbcfdfed7384a
RANDOM SEED=1318272044

node082.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.215
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.43
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.215
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1843776 kB
Buffers:         23540 kB
Cached:          94260 kB
SwapCached:       6528 kB
Active:          90856 kB
Inactive:        48332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1843776 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             784 kB
Writeback:           8 kB
AnonPages:       18748 kB
Mapped:          13156 kB
Slab:            54268 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node082 at 2010-06-16 02:21:14