Trace number 2661862

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-31OPT6 505.907 264.641

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_3.opb
MD5SUMc95a806def4ddb54b7feb382b44318d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark21.7797
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint18
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)618
Sum of products size (including duplicates)1236
Number of different products618
Sum of products size1236

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661862-1276652927.opb
0.24/0.22	c reading problem ... 
0.50/0.49	c ... done. Wall clock time 0.262s.
0.50/0.49	c #vars     668
0.50/0.49	c #constraints  1286
0.50/0.49	c constraints type 
0.50/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 668
0.50/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
0.50/0.49	c constraints type 
0.50/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 668
0.50/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
0.69/0.52	c And the winner is Resolution
0.82/1.50	c SATISFIABLE
0.82/1.50	c OPTIMIZING...
0.82/1.50	c Got one! Elapsed wall clock time (in seconds):1.281
0.82/1.50	o 8
1.40/1.83	c And the winner is CuttingPlanes
1.47/2.51	c Got one! Elapsed wall clock time (in seconds):2.291
1.47/2.51	o 7
1.64/2.61	c And the winner is Resolution
1.82/3.52	c Got one! Elapsed wall clock time (in seconds):3.297
1.82/3.52	o 6
6.13/5.76	c cleaning 2497 clauses out of 5000 with flag 5000/5000
9.86/7.65	c cleaning 4248 clauses out of 8504 with flag 11001/11001
13.96/9.76	c cleaning 5624 clauses out of 11255 with flag 18000/18000
18.71/12.18	c cleaning 6813 clauses out of 13632 with flag 26001/26001
24.14/14.94	c cleaning 7909 clauses out of 15820 with flag 35002/35002
30.23/18.07	c cleaning 8953 clauses out of 17909 with flag 45000/45000
36.30/21.14	c cleaning 9476 clauses out of 18957 with flag 55001/55001
42.57/24.32	c cleaning 9737 clauses out of 19482 with flag 65002/65002
48.84/27.59	c cleaning 9869 clauses out of 19744 with flag 75001/75001
55.10/30.80	c cleaning 9934 clauses out of 19875 with flag 85001/85001
61.77/34.16	c cleaning 9967 clauses out of 19941 with flag 95001/95001
68.61/37.68	c cleaning 9983 clauses out of 19975 with flag 105002/105002
75.85/41.38	c cleaning 9989 clauses out of 19992 with flag 115002/115002
82.10/44.50	c cleaning 9996 clauses out of 20001 with flag 125000/125000
88.16/47.61	c cleaning 9997 clauses out of 20005 with flag 135000/135000
94.63/50.96	c cleaning 10001 clauses out of 20010 with flag 145002/145002
101.25/54.39	c cleaning 10000 clauses out of 20008 with flag 155001/155001
107.91/57.71	c cleaning 9999 clauses out of 20007 with flag 165000/165000
114.35/61.03	c cleaning 10000 clauses out of 20011 with flag 175003/175003
120.40/64.11	c cleaning 9999 clauses out of 20008 with flag 185000/185000
126.25/67.19	c cleaning 10003 clauses out of 20012 with flag 195003/195003
132.70/70.43	c cleaning 10001 clauses out of 20008 with flag 205002/205002
139.14/73.79	c cleaning 9999 clauses out of 20007 with flag 215002/215002
145.58/77.04	c cleaning 9999 clauses out of 20008 with flag 225002/225002
151.57/80.18	c cleaning 10000 clauses out of 20008 with flag 235001/235001
158.02/83.48	c cleaning 10001 clauses out of 20009 with flag 245002/245002
164.47/86.76	c cleaning 9998 clauses out of 20006 with flag 255000/255000
170.70/89.90	c cleaning 10001 clauses out of 20009 with flag 265001/265001
176.11/92.72	c cleaning 10001 clauses out of 20009 with flag 275002/275002
181.77/95.63	c cleaning 9998 clauses out of 20006 with flag 285000/285000
187.98/98.89	c cleaning 10001 clauses out of 20008 with flag 295000/295000
194.01/101.94	c cleaning 10001 clauses out of 20012 with flag 305005/305005
200.20/105.15	c cleaning 10000 clauses out of 20006 with flag 315000/315000
206.24/108.21	c cleaning 10000 clauses out of 20006 with flag 325000/325000
212.65/111.53	c cleaning 10001 clauses out of 20009 with flag 335003/335003
218.68/114.67	c cleaning 9999 clauses out of 20006 with flag 345001/345001
224.87/117.80	c cleaning 10000 clauses out of 20008 with flag 355002/355002
230.71/120.90	c cleaning 10000 clauses out of 20006 with flag 365000/365000
237.12/124.16	c cleaning 9998 clauses out of 20006 with flag 375000/375000
243.55/127.44	c cleaning 10001 clauses out of 20010 with flag 385002/385002
249.75/130.69	c cleaning 10002 clauses out of 20008 with flag 395001/395001
255.98/133.81	c cleaning 10002 clauses out of 20009 with flag 405004/405004
261.81/136.82	c cleaning 9998 clauses out of 20005 with flag 415002/415002
267.45/139.77	c cleaning 10000 clauses out of 20007 with flag 425002/425002
273.42/142.91	c cleaning 10000 clauses out of 20008 with flag 435003/435003
279.63/146.02	c cleaning 10000 clauses out of 20007 with flag 445002/445002
285.44/149.00	c cleaning 10003 clauses out of 20011 with flag 455006/455006
291.64/152.28	c cleaning 9998 clauses out of 20004 with flag 465002/465002
298.41/155.74	c cleaning 9999 clauses out of 20007 with flag 475003/475003
305.01/159.18	c cleaning 9999 clauses out of 20006 with flag 485001/485001
311.42/162.42	c cleaning 9998 clauses out of 20007 with flag 495001/495001
318.02/165.85	c cleaning 10000 clauses out of 20008 with flag 505000/505000
325.00/169.42	c cleaning 10000 clauses out of 20010 with flag 515002/515002
331.57/172.85	c cleaning 9998 clauses out of 20008 with flag 525000/525000
337.98/176.16	c cleaning 10002 clauses out of 20011 with flag 535001/535001
343.21/178.86	c cleaning 0 clauses out of 5001 with flag 0/5001
344.80/179.74	c cleaning 10001 clauses out of 20014 with flag 545006/545006
351.39/183.12	c cleaning 10001 clauses out of 20009 with flag 555002/555002
357.79/186.47	c cleaning 10001 clauses out of 20007 with flag 565001/565001
364.38/189.89	c cleaning 9999 clauses out of 20006 with flag 575001/575001
371.33/193.44	c cleaning 10002 clauses out of 20006 with flag 585000/585000
377.54/196.61	c cleaning 9999 clauses out of 20004 with flag 595000/595000
383.72/199.89	c cleaning 9999 clauses out of 20006 with flag 605001/605001
389.92/203.03	c cleaning 10000 clauses out of 20007 with flag 615001/615001
396.48/206.49	c cleaning 9998 clauses out of 20008 with flag 625002/625002
402.66/209.67	c cleaning 10001 clauses out of 20009 with flag 635001/635001
409.65/213.25	c cleaning 10001 clauses out of 20009 with flag 645002/645002
416.45/216.75	c cleaning 9999 clauses out of 20008 with flag 655002/655002
423.38/220.32	c cleaning 10000 clauses out of 20007 with flag 665000/665000
430.16/223.81	c cleaning 10002 clauses out of 20008 with flag 675001/675001
436.93/227.35	c cleaning 9999 clauses out of 20005 with flag 685000/685000
443.93/230.99	c cleaning 10006 clauses out of 20015 with flag 695009/695009
451.24/234.75	c cleaning 9996 clauses out of 20000 with flag 705000/705000
458.62/238.59	c cleaning 9999 clauses out of 20004 with flag 715000/715000
465.79/242.22	c cleaning 10002 clauses out of 20009 with flag 725004/725004
472.97/245.98	c cleaning 9998 clauses out of 20004 with flag 735001/735001
480.69/249.93	c cleaning 10001 clauses out of 20006 with flag 745001/745001
488.48/253.93	c cleaning 9995 clauses out of 20004 with flag 755000/755000
496.45/258.02	c cleaning 10004 clauses out of 20010 with flag 765001/765001
503.42/261.63	c And the winner is Resolution
505.79/264.58	c starts		: 173
505.79/264.58	c conflicts		: 773791
505.79/264.58	c decisions		: 1105704
505.79/264.58	c propagations		: 58711344
505.79/264.58	c inspects		: 585602387
505.79/264.58	c learnt literals	: 5
505.79/264.58	c learnt binary clauses	: 9
505.79/264.58	c learnt ternary clauses	: 22
505.79/264.58	c learnt clauses	: 773785
505.79/264.58	c ignored clauses	: 0
505.79/264.58	c root simplifications	: 0
505.79/264.58	c removed literals (reason simplification)	: 1894426
505.79/264.58	c reason swapping (by a shorter reason)	: 0
505.79/264.58	c Calls to reduceDB	: 78
505.79/264.58	c number of reductions to clauses (during analyze)	: 0
505.79/264.58	c number of learned constraints concerned by reduction	: 0
505.79/264.58	c number of learning phase by resolution	: 0
505.79/264.58	c number of learning phase by cutting planes	: 0
505.79/264.58	c speed (assignments/second)	: 224896.83941178044
505.79/264.58	c non guided choices	0
505.79/264.58	c learnt constraints type 
505.79/264.58	c constraints type 
505.79/264.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 668
505.79/264.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
505.79/264.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
505.79/264.58	c constraints type 
505.79/264.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 668
505.79/264.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
505.79/264.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
505.79/264.58	s OPTIMUM FOUND
505.79/264.58	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 
505.79/264.58	c objective function=6
505.79/264.58	c Total wall clock time (in seconds): 264.359

Verifier Data

OK	6

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661862-1276652927/watcher-2661862-1276652927 -o /tmp/evaluation-result-2661862-1276652927/solver-2661862-1276652927 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661862-1276652927.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14408
/proc/meminfo: memFree=1773768/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=248 CPUtime=0
/proc/14408/stat : 14408 (java6) R 14406 14408 13713 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 6583663 253952 28 1992294400 134512640 134550932 4293543328 18446744073709551615 3899870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14408/statm: 62 28 21 10 0 23 0

[startup+0.089058 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14408
/proc/meminfo: memFree=1773768/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1521796 CPUtime=0.06
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 3822 0 1 0 5 1 0 0 15 0 7 0 6583663 1558319104 3263 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 380449 3263 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.102055 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14408
/proc/meminfo: memFree=1773768/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1524020 CPUtime=0.08
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 3937 0 1 0 6 2 0 0 15 0 12 0 6583663 1560596480 3376 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 381005 3376 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301074 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14408
/proc/meminfo: memFree=1773768/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1526344 CPUtime=0.35
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 5368 0 1 0 32 3 0 0 15 0 12 0 6583663 1562976256 4805 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 381586 4805 1354 10 0 378889 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526344

[startup+0.701105 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14408
/proc/meminfo: memFree=1773768/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1529252 CPUtime=0.82
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 6458 0 1 0 78 4 0 0 15 0 14 0 6583663 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 382313 5820 1407 10 0 379616 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1529252

[startup+1.50218 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 14424
/proc/meminfo: memFree=1755368/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1529252 CPUtime=0.82
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 6458 0 1 0 78 4 0 0 15 0 14 0 6583663 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 382313 5820 1407 10 0 379616 0
[pid=14408/tid=14410] ppid=14406 vsize=1529252 CPUtime=0.45
/proc/14408/task/14410/stat : 14410 (java) R 14406 14408 13713 0 -1 4202560 4153 0 1 0 42 3 0 0 18 0 14 0 6583665 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 6507764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 6583667 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 6583667 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6583668 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6583669 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6583669 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1529252 CPUtime=0.15
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 513 0 0 0 15 0 0 0 22 0 14 0 6583673 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1529252 CPUtime=0.16
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 619 0 0 0 16 0 0 0 16 0 14 0 6583673 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6583673 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1529252 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1565954048 5820 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1529252

[startup+3.10016 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 14426
/proc/meminfo: memFree=1749912/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1533168 CPUtime=1.82
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 10021 0 1 0 177 5 0 0 15 0 14 0 6583663 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 383292 7909 1423 10 0 380595 0
[pid=14408/tid=14410] ppid=14406 vsize=1533168 CPUtime=0.46
/proc/14408/task/14410/stat : 14410 (java) S 14406 14408 13713 0 -1 4202560 4188 0 1 0 43 3 0 0 19 0 14 0 6583665 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 6583667 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 6583667 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6583668 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6583669 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6583669 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1533168 CPUtime=0.47
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 904 0 0 0 47 0 0 0 15 0 14 0 6583673 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1533168 CPUtime=0.62
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 2836 0 0 0 62 0 0 0 16 0 14 0 6583673 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6583673 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1533168 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1569964032 7909 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1533168
heavy processes:

[startup+6.30167 s]
/proc/loadavg: 0.92 0.98 0.99 6/122 14430
/proc/meminfo: memFree=1628748/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1540724 CPUtime=7.27
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 44329 0 1 0 700 27 0 0 15 0 16 0 6583663 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 39385 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=0.46
/proc/14408/task/14410/stat : 14410 (java) S 14406 14408 13713 0 -1 4202560 4196 0 1 0 43 3 0 0 18 0 16 0 6583665 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=0.04
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 1141 0 0 0 4 0 0 0 16 0 16 0 6583667 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=0.03
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 746 0 0 0 3 0 0 0 16 0 16 0 6583667 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=0.15
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 907 0 0 0 8 7 0 0 15 0 16 0 6583668 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6583669 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6583669 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6583673 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.25
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1431 0 0 0 125 0 0 0 16 0 16 0 6583673 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=1.9
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6916 0 0 0 188 2 0 0 15 0 16 0 6583673 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6583673 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6583673 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6583714 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6583716 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14429] ppid=14406 vsize=1540724 CPUtime=1.84
/proc/14408/task/14429/stat : 14429 (java) R 14406 14408 13713 0 -1 4202560 18841 0 0 0 175 9 0 0 18 0 16 0 6584016 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4109627603 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14408/tid=14430] ppid=14406 vsize=1540724 CPUtime=1.28
/proc/14408/task/14430/stat : 14430 (java) R 14406 14408 13713 0 -1 4202560 8058 0 0 0 126 2 0 0 18 0 16 0 6584016 1577701376 39385 1992294400 134512640 134550932 4294924880 18446744073709551615 4109606303 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 1540724

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 1.00 4/122 14430
/proc/meminfo: memFree=1589200/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1540724 CPUtime=19.79
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 52381 0 1 0 1948 31 0 0 15 0 16 0 6583663 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 47340 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=0.46
/proc/14408/task/14410/stat : 14410 (java) S 14406 14408 13713 0 -1 4202560 4196 0 1 0 43 3 0 0 18 0 16 0 6583665 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=0.13
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 2665 0 0 0 13 0 0 0 15 0 16 0 6583667 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=0.13
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 2262 0 0 0 12 1 0 0 15 0 16 0 6583667 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=0.32
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 2017 0 0 0 25 7 0 0 15 0 16 0 6583668 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6583669 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6583669 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6583673 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.38
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1439 0 0 0 138 0 0 0 15 0 16 0 6583673 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=2.22
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6931 0 0 0 220 2 0 0 16 0 16 0 6583673 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6583673 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6583673 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6583714 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6583716 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14429] ppid=14406 vsize=1540724 CPUtime=7.57
/proc/14408/task/14429/stat : 14429 (java) R 14406 14408 13713 0 -1 4202560 20635 0 0 0 748 9 0 0 25 0 16 0 6584016 1577701376 47340 1992294400 134512640 134550932 4294924880 18446744073709551615 4109704514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14408/tid=14430] ppid=14406 vsize=1540724 CPUtime=7.26

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

/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 62938 0 1 0 50318 67 0 0 15 0 14 0 6583663 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 57017 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=0.46
/proc/14408/task/14410/stat : 14410 (java) S 14406 14408 13713 0 -1 4202560 4200 0 1 0 43 3 0 0 15 0 14 0 6583665 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=4.09
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 7597 0 0 0 402 7 0 0 15 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=4.06
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 6803 0 0 0 390 16 0 0 16 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=10.08
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 2665 0 0 0 997 11 0 0 15 0 14 0 6583668 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.38
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1439 0 0 0 138 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=2.41
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6942 0 0 0 239 2 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 503.85
Current children cumulated vsize (KiB) 1540724

[startup+263.901 s]
/proc/loadavg: 1.86 1.58 1.24 2/120 14436
/proc/meminfo: memFree=1549164/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1540724 CPUtime=505.19
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 62939 0 1 0 50452 67 0 0 15 0 14 0 6583663 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 57017 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=1.78
/proc/14408/task/14410/stat : 14410 (java) R 14406 14408 13713 0 -1 4202560 4201 0 1 0 175 3 0 0 17 0 14 0 6583665 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4109362946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=4.09
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 7597 0 0 0 402 7 0 0 15 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=4.06
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 6803 0 0 0 390 16 0 0 16 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=10.08
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 2665 0 0 0 997 11 0 0 16 0 14 0 6583668 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.41
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1439 0 0 0 141 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=2.41
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6942 0 0 0 239 2 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 505.19
Current children cumulated vsize (KiB) 1540724

[startup+264.301 s]
/proc/loadavg: 1.86 1.58 1.24 2/120 14436
/proc/meminfo: memFree=1549164/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1540724 CPUtime=505.59
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 62939 0 1 0 50492 67 0 0 15 0 14 0 6583663 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 57017 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=2.17
/proc/14408/task/14410/stat : 14410 (java) R 14406 14408 13713 0 -1 4202560 4201 0 1 0 214 3 0 0 17 0 14 0 6583665 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4109362908 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=4.09
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 7597 0 0 0 402 7 0 0 15 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=4.06
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 6803 0 0 0 390 16 0 0 16 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=10.08
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 2665 0 0 0 997 11 0 0 16 0 14 0 6583668 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.41
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1439 0 0 0 141 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=2.41
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6942 0 0 0 239 2 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 505.59
Current children cumulated vsize (KiB) 1540724

[startup+264.501 s]
/proc/loadavg: 1.86 1.58 1.24 2/120 14436
/proc/meminfo: memFree=1549164/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1540724 CPUtime=505.79
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 62939 0 1 0 50512 67 0 0 15 0 14 0 6583663 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 57017 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=2.37
/proc/14408/task/14410/stat : 14410 (java) R 14406 14408 13713 0 -1 4202560 4201 0 1 0 234 3 0 0 18 0 14 0 6583665 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4109362934 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=4.09
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 7597 0 0 0 402 7 0 0 15 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=4.06
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 6803 0 0 0 390 16 0 0 16 0 14 0 6583667 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=10.08
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 2665 0 0 0 997 11 0 0 15 0 14 0 6583668 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.41
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1439 0 0 0 141 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=2.41
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6942 0 0 0 239 2 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6583673 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1577701376 57017 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 505.79
Current children cumulated vsize (KiB) 1540724

[startup+264.601 s]
/proc/loadavg: 1.86 1.58 1.24 2/120 14436
/proc/meminfo: memFree=1549164/2059040 swapFree=4192956/4192956
[pid=14408] ppid=14406 vsize=1540724 CPUtime=505.87
/proc/14408/stat : 14408 (java) S 14406 14408 13713 0 -1 4202496 62944 0 1 0 50520 67 0 0 15 0 14 0 6583663 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14408/statm: 385181 57021 1449 10 0 382484 0
[pid=14408/tid=14410] ppid=14406 vsize=1540724 CPUtime=2.46
/proc/14408/task/14410/stat : 14410 (java) S 14406 14408 13713 0 -1 4202560 4206 0 1 0 243 3 0 0 18 0 14 0 6583665 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14411] ppid=14406 vsize=1540724 CPUtime=4.09
/proc/14408/task/14411/stat : 14411 (java) S 14406 14408 13713 0 -1 4202560 7597 0 0 0 402 7 0 0 15 0 14 0 6583667 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14412] ppid=14406 vsize=1540724 CPUtime=4.06
/proc/14408/task/14412/stat : 14412 (java) S 14406 14408 13713 0 -1 4202560 6803 0 0 0 390 16 0 0 16 0 14 0 6583667 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14413] ppid=14406 vsize=1540724 CPUtime=10.08
/proc/14408/task/14413/stat : 14413 (java) S 14406 14408 13713 0 -1 4202560 2665 0 0 0 997 11 0 0 15 0 14 0 6583668 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 0 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14414] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14414/stat : 14414 (java) S 14406 14408 13713 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14415] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14415/stat : 14415 (java) S 14406 14408 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6583669 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14416] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14416/stat : 14416 (java) S 14406 14408 13713 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6583673 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14417] ppid=14406 vsize=1540724 CPUtime=1.41
/proc/14408/task/14417/stat : 14417 (java) S 14406 14408 13713 0 -1 4202560 1439 0 0 0 141 0 0 0 15 0 14 0 6583673 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14418] ppid=14406 vsize=1540724 CPUtime=2.41
/proc/14408/task/14418/stat : 14418 (java) S 14406 14408 13713 0 -1 4202560 6942 0 0 0 239 2 0 0 15 0 14 0 6583673 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14419] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14419/stat : 14419 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6583673 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 0 0 0 0
[pid=14408/tid=14420] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14420/stat : 14420 (java) S 14406 14408 13713 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6583673 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14423] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14423/stat : 14423 (java) S 14406 14408 13713 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6583714 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
[pid=14408/tid=14424] ppid=14406 vsize=1540724 CPUtime=0
/proc/14408/task/14424/stat : 14424 (java) S 14406 14408 13713 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6583716 1577701376 57021 1992294400 134512640 134550932 4294924880 18446744073709551615 4294960144 0 4 0 16800975 18446604437876435904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 505.87
Current children cumulated vsize (KiB) 1540724

Child status: 30
Real time (s): 264.641
CPU time (s): 505.907
CPU user time (s): 505.205
CPU system time (s): 0.701893
CPU usage (%): 191.167
Max. virtual memory (cumulated for all children) (KiB): 1543120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 505.205
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62945
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= 10169
involuntary context switches= 15696

runsolver used 1.20882 second user time and 3.2655 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 03:48:47
IDJOB=2661862
IDBENCH=48117
IDSOLVER=1166
FILE ID=node056/2661862-1276652927
PBS_JOBID= 11172420
Free space on /tmp= 98640 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661862-1276652927/watcher-2661862-1276652927 -o /tmp/evaluation-result-2661862-1276652927/solver-2661862-1276652927 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661862-1276652927.opb

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

MD5SUM BENCH= c95a806def4ddb54b7feb382b44318d2
RANDOM SEED=698044460

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1774040 kB
Buffers:         26728 kB
Cached:         122556 kB
SwapCached:          0 kB
Active:         110364 kB
Inactive:        98512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1774040 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       59704 kB
Mapped:          15460 kB
Slab:            54108 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180204 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= 98636 MiB
End job on node056 at 2010-06-16 03:53:12