Trace number 2661844

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 151.846 80.9079

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
MD5SUM0b0d874eaa404001e586f84b413e6897
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.575912
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 variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.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.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2661844-1276650949.opb
0.22/0.23	c reading problem ... 
0.48/0.44	c ... done. Wall clock time 0.203s.
0.48/0.44	c #vars     440
0.48/0.44	c #constraints  656
0.48/0.44	c constraints type 
0.48/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.48/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.48/0.44	c constraints type 
0.48/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.48/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
9.20/4.82	c cleaning 2498 clauses out of 5001 with flag 5001/5001
11.34/5.97	c cleaning 4237 clauses out of 8502 with flag 11000/11000
13.87/7.20	c cleaning 5625 clauses out of 11266 with flag 18001/18001
16.79/8.72	c cleaning 6820 clauses out of 13640 with flag 26000/26000
20.89/10.84	c cleaning 7903 clauses out of 15821 with flag 35001/35001
24.60/12.70	c cleaning 8957 clauses out of 17917 with flag 45000/45000
29.50/15.20	c cleaning 9473 clauses out of 18960 with flag 55000/55000
33.39/17.28	c cleaning 9737 clauses out of 19488 with flag 65001/65001
38.28/19.75	c cleaning 9868 clauses out of 19749 with flag 75000/75000
43.55/22.49	c cleaning 9936 clauses out of 19882 with flag 85001/85001
49.02/25.26	c cleaning 9970 clauses out of 19945 with flag 95000/95000
54.86/28.21	c cleaning 9984 clauses out of 19975 with flag 105000/105000
58.10/29.99	c cleaning 9991 clauses out of 19991 with flag 115000/115000
62.17/32.08	c cleaning 9995 clauses out of 20000 with flag 125000/125000
66.44/34.26	c cleaning 10001 clauses out of 20005 with flag 135000/135000
71.31/36.78	c cleaning 10002 clauses out of 20005 with flag 145001/145001
75.14/38.73	c cleaning 9999 clauses out of 20004 with flag 155003/155003
76.25/39.36	c And the winner is Resolution
76.43/39.85	c SATISFIABLE
76.43/39.85	c OPTIMIZING...
76.43/39.85	c Got one! Elapsed wall clock time (in seconds):39.614
76.43/39.85	o 11
78.71/41.09	c cleaning 9992 clauses out of 20002 with flag 165000/165000
81.38/42.41	c And the winner is Resolution
81.46/42.86	c Got one! Elapsed wall clock time (in seconds):42.626
81.46/42.86	o 7
82.13/43.24	c cleaning 9996 clauses out of 20011 with flag 175001/175001
85.01/44.79	c cleaning 9995 clauses out of 20015 with flag 185001/185001
88.25/46.40	c cleaning 10007 clauses out of 20019 with flag 195000/195000
91.31/48.00	c And the winner is Resolution
91.38/48.94	c Got one! Elapsed wall clock time (in seconds):48.705
91.38/48.94	o 3
93.49/50.04	c cleaning 9997 clauses out of 20012 with flag 205000/205000
96.94/51.82	c cleaning 10005 clauses out of 20015 with flag 215000/215000
101.80/54.32	c cleaning 10002 clauses out of 20011 with flag 225001/225001
105.24/56.11	c cleaning 0 clauses out of 5001 with flag 0/5001
106.89/57.00	c cleaning 10003 clauses out of 20009 with flag 235001/235001
111.14/59.26	c cleaning 10003 clauses out of 20006 with flag 245001/245001
115.78/61.66	c cleaning 9997 clauses out of 20003 with flag 255001/255001
119.38/63.55	c cleaning 9999 clauses out of 20006 with flag 265001/265001
122.80/65.37	c cleaning 9998 clauses out of 20008 with flag 275002/275002
126.84/67.47	c cleaning 10000 clauses out of 20008 with flag 285000/285000
130.68/69.43	c cleaning 10001 clauses out of 20008 with flag 295001/295001
134.30/71.37	c cleaning 9998 clauses out of 20007 with flag 305001/305001
138.74/73.66	c cleaning 10001 clauses out of 20008 with flag 315001/315001
142.97/75.81	c cleaning 9998 clauses out of 20006 with flag 325000/325000
147.20/78.06	c cleaning 10005 clauses out of 20009 with flag 335001/335001
150.79/79.94	c And the winner is Resolution
151.75/80.82	c starts		: 137
151.75/80.82	c conflicts		: 344227
151.75/80.82	c decisions		: 355931
151.75/80.82	c propagations		: 6884893
151.75/80.82	c inspects		: 224086332
151.75/80.82	c learnt literals	: 16
151.75/80.82	c learnt binary clauses	: 79
151.75/80.82	c learnt ternary clauses	: 243
151.75/80.82	c learnt clauses	: 344210
151.75/80.82	c ignored clauses	: 0
151.75/80.82	c root simplifications	: 0
151.75/80.82	c removed literals (reason simplification)	: 11921951
151.75/80.82	c reason swapping (by a shorter reason)	: 0
151.75/80.82	c Calls to reduceDB	: 35
151.75/80.82	c number of reductions to clauses (during analyze)	: 0
151.75/80.82	c number of learned constraints concerned by reduction	: 0
151.75/80.82	c number of learning phase by resolution	: 0
151.75/80.82	c number of learning phase by cutting planes	: 0
151.75/80.82	c speed (assignments/second)	: 215949.2189950442
151.75/80.82	c non guided choices	2231
151.75/80.82	c learnt constraints type 
151.75/80.82	c constraints type 
151.75/80.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
151.75/80.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
151.75/80.82	c constraints type 
151.75/80.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
151.75/80.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
151.75/80.82	s OPTIMUM FOUND
151.75/80.82	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 x12 x13 x14 x15 -x16 x17 x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 x47 -x48 x49 x50 -x51 x52 -x53 x54 x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 x74 -x75 -x76 -x77 -x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 x117 x118 -x119 -x120 
151.75/80.83	c objective function=3
151.75/80.83	c Total wall clock time (in seconds): 80.593

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-2661844-1276650949/watcher-2661844-1276650949 -o /tmp/evaluation-result-2661844-1276650949/solver-2661844-1276650949 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661844-1276650949.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.02 1.12 1.24 3/106 7572
/proc/meminfo: memFree=1797548/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=248 CPUtime=0
/proc/7572/stat : 7572 (java6) S 7570 7572 6816 0 -1 4194304 110 0 0 0 0 0 0 0 23 0 1 0 38751287 253952 29 1992294400 134512640 134550932 4293383200 18446744073709551615 5145172 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/7572/statm: 62 29 21 10 0 23 0

[startup+0.024248 s]
/proc/loadavg: 1.02 1.12 1.24 3/106 7572
/proc/meminfo: memFree=1797548/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=13764 CPUtime=0.01
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 1226 0 1 0 0 1 0 0 15 0 2 0 38751287 14094336 672 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 3441 672 339 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13764

[startup+0.101255 s]
/proc/loadavg: 1.02 1.12 1.24 3/106 7572
/proc/meminfo: memFree=1797548/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1523992 CPUtime=0.08
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 3916 0 1 0 5 3 0 0 15 0 12 0 38751287 1560567808 3354 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 380998 3354 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.301271 s]
/proc/loadavg: 1.02 1.12 1.24 3/106 7572
/proc/meminfo: memFree=1797548/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1526640 CPUtime=0.33
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 5434 0 1 0 29 4 0 0 15 0 12 0 38751287 1563279360 4870 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 381660 4870 1353 10 0 378963 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526640

[startup+0.701315 s]
/proc/loadavg: 1.02 1.12 1.24 3/106 7572
/proc/meminfo: memFree=1797548/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1529864 CPUtime=1.07
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 6839 0 1 0 102 5 0 0 15 0 16 0 38751287 1566580736 6187 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 382466 6187 1401 10 0 379769 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1529864

[startup+1.50239 s]
/proc/loadavg: 1.02 1.12 1.24 6/122 7588
/proc/meminfo: memFree=1769832/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1535840 CPUtime=2.66
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 14283 0 1 0 257 9 0 0 15 0 16 0 38751287 1572700160 12733 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 383960 12734 1415 10 0 381263 0
[pid=7572/tid=7574] ppid=7570 vsize=1535840 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4009 0 1 0 34 3 0 0 18 0 16 0 38751289 1572700160 12734 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 38751291 1572700160 12734 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38751291 1572700160 12734 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 38751293 1572700160 12734 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 38751293 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 38751293 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1535840 CPUtime=0.45
/proc/7572/task/7581/stat : 7581 (java) R 7570 7572 6816 0 -1 4202560 684 0 0 0 45 0 0 0 18 0 16 0 38751297 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 106106755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1535840 CPUtime=0.7
/proc/7572/task/7582/stat : 7582 (java) R 7570 7572 6816 0 -1 4202560 2885 0 0 0 69 1 0 0 23 0 16 0 38751297 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 106252388 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38751297 1572700160 12735 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7585] ppid=7570 vsize=1535840 CPUtime=0.39
/proc/7572/task/7585/stat : 7585 (java) R 7570 7572 6816 0 -1 4202560 651 0 0 0 39 0 0 0 25 0 16 0 38751332 1572700160 12736 1992294400 134512640 134550932 4287552256 18446744073709551615 4109504365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7572/tid=7586] ppid=7570 vsize=1535840 CPUtime=0.71
/proc/7572/task/7586/stat : 7586 (java) R 7570 7572 6816 0 -1 4202560 4980 0 0 0 68 3 0 0 18 0 16 0 38751332 1572700160 12736 1992294400 134512640 134550932 4287552256 18446744073709551615 4109203968 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38751332 1572700160 12736 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1535840 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1572700160 12736 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1535840

[startup+3.10256 s]
/proc/loadavg: 1.02 1.12 1.24 6/122 7588
/proc/meminfo: memFree=1719736/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1550856 CPUtime=5.84
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 38799 0 1 0 564 20 0 0 15 0 16 0 38751287 1588076544 33530 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 387714 33531 1426 10 0 385017 0
[pid=7572/tid=7574] ppid=7570 vsize=1550856 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4009 0 1 0 34 3 0 0 18 0 16 0 38751289 1588076544 33532 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 38751291 1588076544 33533 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38751291 1588076544 33533 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 38751293 1588076544 33534 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 38751293 1588076544 33535 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 38751293 1588076544 33538 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1588076544 33539 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1550856 CPUtime=1.89
/proc/7572/task/7581/stat : 7581 (java) R 7570 7572 6816 0 -1 4202560 6490 0 0 0 187 2 0 0 18 0 16 0 38751297 1588076544 33539 1992294400 134512640 134550932 4287552256 18446744073709551615 104163001 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1550856 CPUtime=0.87
/proc/7572/task/7582/stat : 7582 (java) R 7570 7572 6816 0 -1 4202560 4377 0 0 0 86 1 0 0 24 0 16 0 38751297 1588076544 33539 1992294400 134512640 134550932 4287552256 18446744073709551615 104163182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1588076544 33540 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38751297 1588076544 33540 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7585] ppid=7570 vsize=1550856 CPUtime=0.9
/proc/7572/task/7585/stat : 7585 (java) R 7570 7572 6816 0 -1 4202560 1882 0 0 0 90 0 0 0 25 0 16 0 38751332 1588076544 33541 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7572/tid=7586] ppid=7570 vsize=1550856 CPUtime=1.74
/proc/7572/task/7586/stat : 7586 (java) R 7570 7572 6816 0 -1 4202560 20975 0 0 0 164 10 0 0 19 0 16 0 38751332 1588076544 33541 1992294400 134512640 134550932 4287552256 18446744073709551615 4109617972 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38751332 1588076544 33541 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1550856 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1588076544 33542 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1550856

[startup+6.30185 s]
/proc/loadavg: 1.26 1.17 1.25 3/122 7588
/proc/meminfo: memFree=1636656/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1548996 CPUtime=12.08
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 48260 0 1 0 1184 24 0 0 15 0 16 0 38751287 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 387249 41991 1448 10 0 384552 0
[pid=7572/tid=7574] ppid=7570 vsize=1548996 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4009 0 1 0 34 3 0 0 18 0 16 0 38751289 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1548996 CPUtime=0.04
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 866 0 0 0 4 0 0 0 16 0 16 0 38751291 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1548996 CPUtime=0.04
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 833 0 0 0 4 0 0 0 15 0 16 0 38751291 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1548996 CPUtime=0.08
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 1553 0 0 0 8 0 0 0 16 0 16 0 38751293 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38751293 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38751293 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1548996 CPUtime=2.8
/proc/7572/task/7581/stat : 7581 (java) S 7570 7572 6816 0 -1 4202560 6555 0 0 0 278 2 0 0 15 0 16 0 38751297 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1548996 CPUtime=1.35
/proc/7572/task/7582/stat : 7582 (java) S 7570 7572 6816 0 -1 4202560 5266 0 0 0 133 2 0 0 17 0 16 0 38751297 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38751297 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7585] ppid=7570 vsize=1548996 CPUtime=3.23
/proc/7572/task/7585/stat : 7585 (java) R 7570 7572 6816 0 -1 4202560 2339 0 0 0 323 0 0 0 17 0 16 0 38751332 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4110242022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7586] ppid=7570 vsize=1548996 CPUtime=4.08
/proc/7572/task/7586/stat : 7586 (java) R 7570 7572 6816 0 -1 4202560 25766 0 0 0 396 12 0 0 23 0 16 0 38751332 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4109534669 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38751332 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1586171904 41991 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 1548996

[startup+12.7015 s]
/proc/loadavg: 1.40 1.20 1.26 3/122 7588
/proc/meminfo: memFree=1598712/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1548996 CPUtime=24.6
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 57412 0 1 0 2432 28 0 0 15 0 16 0 38751287 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 387249 51022 1448 10 0 384552 0
[pid=7572/tid=7574] ppid=7570 vsize=1548996 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4009 0 1 0 34 3 0 0 18 0 16 0 38751289 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1548996 CPUtime=0.13
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 2152 0 0 0 12 1 0 0 15 0 16 0 38751291 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1548996 CPUtime=0.13
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 2184 0 0 0 12 1 0 0 16 0 16 0 38751291 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1548996 CPUtime=0.25
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2220 0 0 0 25 0 0 0 16 0 16 0 38751293 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38751293 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38751293 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1548996 CPUtime=2.86
/proc/7572/task/7581/stat : 7581 (java) S 7570 7572 6816 0 -1 4202560 6560 0 0 0 284 2 0 0 15 0 16 0 38751297 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1548996 CPUtime=1.35
/proc/7572/task/7582/stat : 7582 (java) S 7570 7572 6816 0 -1 4202560 5266 0 0 0 133 2 0 0 17 0 16 0 38751297 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1548996 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38751297 1586171904 51022 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0

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

/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1583460352 57975 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7595] ppid=7570 vsize=1546348 CPUtime=18.94
/proc/7572/task/7595/stat : 7595 (java) R 7570 7572 6816 0 -1 4202560 18 0 0 0 1894 0 0 0 25 0 16 0 38756182 1583460352 57975 1992294400 134512640 134550932 4287552256 18446744073709551615 4109573400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7596] ppid=7570 vsize=1546348 CPUtime=19.2
/proc/7572/task/7596/stat : 7596 (java) R 7570 7572 6816 0 -1 4202560 13 0 0 0 1920 0 0 0 25 0 16 0 38756182 1583460352 57975 1992294400 134512640 134550932 4287552256 18446744073709551615 4109504314 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 132.32
Current children cumulated vsize (KiB) 1546348

[startup+76.7011 s]
/proc/loadavg: 1.95 1.40 1.32 3/122 7596
/proc/meminfo: memFree=1569572/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1546348 CPUtime=144.62
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 67378 0 1 0 14396 66 0 0 15 0 16 0 38751287 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 386587 58197 1449 10 0 383890 0
[pid=7572/tid=7574] ppid=7570 vsize=1546348 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4010 0 1 0 34 3 0 0 15 0 16 0 38751289 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1546348 CPUtime=0.99
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 5799 0 0 0 94 5 0 0 15 0 16 0 38751291 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1546348 CPUtime=1
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 5988 0 0 0 95 5 0 0 16 0 16 0 38751291 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1546348 CPUtime=4
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2983 0 0 0 373 27 0 0 16 0 16 0 38751293 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38751293 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38751293 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1546348 CPUtime=2.91
/proc/7572/task/7581/stat : 7581 (java) S 7570 7572 6816 0 -1 4202560 6560 0 0 0 289 2 0 0 16 0 16 0 38751297 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1546348 CPUtime=3.23
/proc/7572/task/7582/stat : 7582 (java) S 7570 7572 6816 0 -1 4202560 6917 0 0 0 321 2 0 0 16 0 16 0 38751297 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 38751297 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38751332 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7595] ppid=7570 vsize=1546348 CPUtime=24.84
/proc/7572/task/7595/stat : 7595 (java) R 7570 7572 6816 0 -1 4202560 24 0 0 0 2484 0 0 0 25 0 16 0 38756182 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4109626922 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7596] ppid=7570 vsize=1546348 CPUtime=25.01
/proc/7572/task/7596/stat : 7596 (java) R 7570 7572 6816 0 -1 4202560 16 0 0 0 2501 0 0 0 25 0 16 0 38756182 1583460352 58197 1992294400 134512640 134550932 4287552256 18446744073709551615 4109626911 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 144.62
Current children cumulated vsize (KiB) 1546348

[startup+78.3011 s]
/proc/loadavg: 1.95 1.40 1.32 3/122 7596
/proc/meminfo: memFree=1567960/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1546348 CPUtime=147.62
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 67684 0 1 0 14696 66 0 0 15 0 16 0 38751287 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 386587 58482 1449 10 0 383890 0
[pid=7572/tid=7574] ppid=7570 vsize=1546348 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4010 0 1 0 34 3 0 0 15 0 16 0 38751289 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1546348 CPUtime=1.02
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 5899 0 0 0 97 5 0 0 15 0 16 0 38751291 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1546348 CPUtime=1.03
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 6191 0 0 0 98 5 0 0 16 0 16 0 38751291 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1546348 CPUtime=4.17
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2983 0 0 0 390 27 0 0 16 0 16 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1546348 CPUtime=2.91
/proc/7572/task/7581/stat : 7581 (java) S 7570 7572 6816 0 -1 4202560 6560 0 0 0 289 2 0 0 16 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1546348 CPUtime=3.23
/proc/7572/task/7582/stat : 7582 (java) S 7570 7572 6816 0 -1 4202560 6917 0 0 0 321 2 0 0 16 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38751332 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7595] ppid=7570 vsize=1546348 CPUtime=26.24
/proc/7572/task/7595/stat : 7595 (java) R 7570 7572 6816 0 -1 4202560 26 0 0 0 2624 0 0 0 24 0 16 0 38756182 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4109626911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7596] ppid=7570 vsize=1546348 CPUtime=26.38
/proc/7572/task/7596/stat : 7596 (java) R 7570 7572 6816 0 -1 4202560 17 0 0 0 2638 0 0 0 24 0 16 0 38756182 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4109534679 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 147.62
Current children cumulated vsize (KiB) 1546348

[startup+79.901 s]
/proc/loadavg: 1.96 1.41 1.33 3/122 7596
/proc/meminfo: memFree=1567464/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1546348 CPUtime=150.79
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 67686 0 1 0 15012 67 0 0 15 0 16 0 38751287 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 386587 58482 1449 10 0 383890 0
[pid=7572/tid=7574] ppid=7570 vsize=1546348 CPUtime=0.37
/proc/7572/task/7574/stat : 7574 (java) S 7570 7572 6816 0 -1 4202560 4010 0 1 0 34 3 0 0 15 0 16 0 38751289 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1546348 CPUtime=1.05
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 5899 0 0 0 100 5 0 0 15 0 16 0 38751291 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1546348 CPUtime=1.05
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 6191 0 0 0 100 5 0 0 16 0 16 0 38751291 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1546348 CPUtime=4.17
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2983 0 0 0 390 27 0 0 15 0 16 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1546348 CPUtime=2.91
/proc/7572/task/7581/stat : 7581 (java) S 7570 7572 6816 0 -1 4202560 6560 0 0 0 289 2 0 0 16 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1546348 CPUtime=3.23
/proc/7572/task/7582/stat : 7582 (java) S 7570 7572 6816 0 -1 4202560 6917 0 0 0 321 2 0 0 16 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38751332 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38751333 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7595] ppid=7570 vsize=1546348 CPUtime=27.81
/proc/7572/task/7595/stat : 7595 (java) R 7570 7572 6816 0 -1 4202560 27 0 0 0 2781 0 0 0 25 0 16 0 38756182 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4109536721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7596] ppid=7570 vsize=1546348 CPUtime=27.93
/proc/7572/task/7596/stat : 7596 (java) R 7570 7572 6816 0 -1 4202560 18 0 0 0 2793 0 0 0 25 0 16 0 38756182 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4109534669 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.79
Current children cumulated vsize (KiB) 1546348

[startup+80.701 s]
/proc/loadavg: 1.96 1.41 1.33 2/120 7596
/proc/meminfo: memFree=1567480/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=1546348 CPUtime=151.65
/proc/7572/stat : 7572 (java) S 7570 7572 6816 0 -1 4202496 67686 0 1 0 15098 67 0 0 15 0 14 0 38751287 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 386587 58482 1449 10 0 383890 0
[pid=7572/tid=7574] ppid=7570 vsize=1546348 CPUtime=1.05
/proc/7572/task/7574/stat : 7574 (java) R 7570 7572 6816 0 -1 4202560 4010 0 1 0 102 3 0 0 16 0 14 0 38751289 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4109334236 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7572/tid=7575] ppid=7570 vsize=1546348 CPUtime=1.05
/proc/7572/task/7575/stat : 7575 (java) S 7570 7572 6816 0 -1 4202560 5899 0 0 0 100 5 0 0 15 0 14 0 38751291 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7576] ppid=7570 vsize=1546348 CPUtime=1.05
/proc/7572/task/7576/stat : 7576 (java) S 7570 7572 6816 0 -1 4202560 6191 0 0 0 100 5 0 0 16 0 14 0 38751291 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7577] ppid=7570 vsize=1546348 CPUtime=4.17
/proc/7572/task/7577/stat : 7577 (java) S 7570 7572 6816 0 -1 4202560 2983 0 0 0 390 27 0 0 15 0 14 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 0 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7578] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7578/stat : 7578 (java) S 7570 7572 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7579] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7579/stat : 7579 (java) S 7570 7572 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 38751293 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7580] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7580/stat : 7580 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7581] ppid=7570 vsize=1546348 CPUtime=2.94
/proc/7572/task/7581/stat : 7581 (java) S 7570 7572 6816 0 -1 4202560 6560 0 0 0 292 2 0 0 15 0 14 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7582] ppid=7570 vsize=1546348 CPUtime=3.23
/proc/7572/task/7582/stat : 7582 (java) S 7570 7572 6816 0 -1 4202560 6917 0 0 0 321 2 0 0 15 0 14 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 1 0 0 0
[pid=7572/tid=7583] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7583/stat : 7583 (java) S 7570 7572 6816 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7584] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7584/stat : 7584 (java) S 7570 7572 6816 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 38751297 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7587] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7587/stat : 7587 (java) S 7570 7572 6816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38751332 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=1546348 CPUtime=0
/proc/7572/task/7588/stat : 7588 (java) S 7570 7572 6816 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38751333 1583460352 58482 1992294400 134512640 134550932 4287552256 18446744073709551615 4294960144 0 4 0 16800975 18446604437831919424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 151.65
Current children cumulated vsize (KiB) 1546348

[startup+80.901 s]
/proc/loadavg: 1.96 1.41 1.33 2/120 7596
/proc/meminfo: memFree=1567480/2059040 swapFree=4140256/4192956
[pid=7572] ppid=7570 vsize=0 CPUtime=151.83
/proc/7572/stat : 7572 (java) Z 7570 7572 6816 0 -1 4203548 67691 0 1 0 15114 69 0 0 15 0 2 0 38751287 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7572/statm: 0 0 0 0 0 0 0
[pid=7572/tid=7588] ppid=7570 vsize=0 CPUtime=0.01
/proc/7572/task/7588/stat : 7588 (java) R 7570 7572 6816 0 -1 4203588 5 0 0 0 0 1 0 0 18 0 2 0 38751333 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 151.83
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 80.9079
CPU time (s): 151.846
CPU user time (s): 151.147
CPU system time (s): 0.698893
CPU usage (%): 187.677
Max. virtual memory (cumulated for all children) (KiB): 1550900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.147
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67691
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= 3365
involuntary context switches= 4929

runsolver used 0.562914 second user time and 0.758884 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-16 03:15:49
IDJOB=2661844
IDBENCH=48099
IDSOLVER=1166
FILE ID=node018/2661844-1276650949
PBS_JOBID= 11172431
Free space on /tmp= 62488 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=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661844-1276650949/watcher-2661844-1276650949 -o /tmp/evaluation-result-2661844-1276650949/solver-2661844-1276650949 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661844-1276650949.opb

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

MD5SUM BENCH= 0b0d874eaa404001e586f84b413e6897
RANDOM SEED=1062529488

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
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:       1797944 kB
Buffers:         71448 kB
Cached:         102664 kB
SwapCached:       6204 kB
Active:          87060 kB
Inactive:       100504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1797944 kB
SwapTotal:     4192956 kB
SwapFree:      4140256 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       11696 kB
Mapped:          13000 kB
Slab:            51716 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180224 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= 62484 MiB
End job on node018 at 2010-06-16 03:17:11