Trace number 3688624

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
SAT 4j PB RES // CP 2.3.2 SnapshotOPT6 30.8083 15.9593

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_4.opb
MD5SUM7b38b4ead930b62d925cf473e2cdd798
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 benchmark0.32295
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 constraint17
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)614
Sum of products size (including duplicates)1228
Number of different products614
Sum of products size1228

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688624-1337878616.opb
0.09/0.11	c reading problem ... 
0.20/0.23	c ... done. Wall clock time 0.113s.
0.20/0.23	c declared #vars     50
0.20/0.23	c internal #vars     664
0.20/0.23	c #constraints  1278
0.20/0.23	c constraints type 
0.20/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.20/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
0.20/0.23	c 1278 constraints processed.
0.20/0.23	c constraints type 
0.20/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
0.20/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.20/0.23	c 1278 constraints processed.
0.20/0.23	c objective function length is 50 literals
0.20/0.24	c  And the winner is solver0
0.35/0.73	c SATISFIABLE
0.35/0.73	c OPTIMIZING...
0.35/0.73	c Got one! Elapsed wall clock time (in seconds):0.615
0.35/0.73	o 7
0.98/0.91	c  And the winner is solver0
1.45/1.23	c Got one! Elapsed wall clock time (in seconds):1.117
1.45/1.23	o 6
2.98/1.71	c cleaning 2673 clauses out of 5345 with flag 5001/5345
3.92/2.20	c cleaning 4334 clauses out of 8671 with flag 11000/11344
5.09/2.75	c cleaning 5663 clauses out of 11337 with flag 18000/18344
6.51/3.43	c cleaning 6834 clauses out of 13675 with flag 26001/26345
8.10/4.23	c cleaning 7920 clauses out of 15841 with flag 35001/35345
10.21/5.10	c cleaning 8959 clauses out of 17924 with flag 45004/45348
12.26/6.09	c cleaning 9977 clauses out of 19961 with flag 56000/56344
14.42/7.14	c cleaning 10992 clauses out of 21984 with flag 68000/68344
16.53/8.29	c cleaning 11995 clauses out of 23991 with flag 81000/81344
19.08/9.52	c cleaning 12997 clauses out of 25995 with flag 95000/95344
21.41/10.74	c cleaning 13991 clauses out of 27998 with flag 110001/110345
24.18/12.17	c cleaning 14994 clauses out of 30004 with flag 126000/126344
27.26/13.75	c cleaning 16005 clauses out of 32010 with flag 143002/143346
30.20/15.26	c cleaning 16998 clauses out of 33997 with flag 161004/161348
30.54/15.45	c  And the winner is solver0
30.67/15.95	c starts		: 93
30.67/15.95	c conflicts		: 163073
30.67/15.95	c decisions		: 251007
30.67/15.95	c propagations		: 15294958
30.67/15.95	c inspects		: 146310165
30.67/15.95	c shortcuts		: 0
30.67/15.95	c learnt literals	: 27
30.67/15.95	c learnt binary clauses	: 33
30.67/15.95	c learnt ternary clauses	: 34
30.67/15.95	c learnt constraints	: 163045
30.67/15.95	c ignored constraints	: 0
30.67/15.95	c root simplifications	: 0
30.67/15.95	c removed literals (reason simplification)	: 20261
30.67/15.95	c reason swapping (by a shorter reason)	: 0
30.67/15.95	c Calls to reduceDB	: 14
30.67/15.95	c number of reductions to clauses (during analyze)	: 0
30.67/15.95	c number of learned constraints concerned by reduction	: 0
30.67/15.95	c number of learning phase by resolution	: 0
30.67/15.95	c number of learning phase by cutting planes	: 0
30.67/15.95	c speed (assignments/second)	: 973333.206058292
30.67/15.95	c non guided choices	0
30.67/15.95	c learnt constraints type 
30.67/15.95	c constraints type 
30.67/15.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
30.67/15.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
30.67/15.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
30.67/15.95	c 1278 constraints processed.
30.67/15.95	c constraints type 
30.67/15.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
30.67/15.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
30.67/15.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
30.67/15.95	c 1278 constraints processed.
30.67/15.95	s OPTIMUM FOUND
30.67/15.95	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 
30.67/15.95	c objective function=6
30.67/15.95	c Total wall clock time (in seconds): 15.833

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688624-1337878616/watcher-3688624-1337878616 -o /tmp/evaluation-result-3688624-1337878616/solver-3688624-1337878616 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688624-1337878616.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.88 3.92 3.84 4/197 25865
/proc/meminfo: memFree=28227756/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25865/stat : 25865 (java) D 25863 25865 24080 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253985936 9515008 182 33554432000 1073741824 1073778376 140735181420096 140735181411128 209883840181 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25865/statm: 2323 182 140 9 0 71 0

[startup+0.0970271 s]
/proc/loadavg: 3.88 3.92 3.84 4/197 25865
/proc/meminfo: memFree=28227756/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 4270 0 1 0 7 1 0 0 20 0 18 0 253985936 9787813888 5472 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2389603 5472 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100282 s]
/proc/loadavg: 3.88 3.92 3.84 4/197 25865
/proc/meminfo: memFree=28227756/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 253985936 9787813888 5492 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2389603 5492 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 3.88 3.92 3.84 4/197 25865
/proc/meminfo: memFree=28227756/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 5976 0 1 0 32 3 0 0 20 0 19 0 253985936 10060460032 8798 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 8798 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824668

[startup+0.70026 s]
/proc/loadavg: 3.88 3.92 3.84 4/197 25865
/proc/meminfo: memFree=28227756/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 5976 0 1 0 32 3 0 0 20 0 19 0 253985936 10060460032 8798 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 8798 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824668

[startup+1.50064 s]
/proc/loadavg: 3.88 3.92 3.84 5/216 25890
/proc/meminfo: memFree=28182560/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 13508 0 1 0 231 7 0 0 20 0 22 0 253985936 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 30092 2250 9 0 2446860 0
[pid=25865/tid=25867] ppid=25863 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25865/task/25867/stat : 25867 (java) S 25863 25865 24080 0 -1 4202560 2484 0 1 0 18 1 0 0 20 0 22 0 253985937 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139755308979192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25868] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25868/stat : 25868 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139755287079848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25869] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25869/stat : 25869 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139755286027304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25870] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25870/stat : 25870 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139755284974248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25871] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25871/stat : 25871 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754947472168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25872/stat : 25872 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754946419112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25873/stat : 25873 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754945366568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253985939 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) R 25863 25865 24080 0 -1 4202560 6002 0 0 0 70 2 0 0 20 0 22 0 253985942 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754926842160 139755314681028 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) R 25863 25865 24080 0 -1 4202560 3664 0 0 0 53 2 0 0 20 0 22 0 253985942 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754925799864 139755312015408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25887] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25887/stat : 25887 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253985960 10060460032 30092 33554432000 1073741824 1073778376 140734745559632 139754919450024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9824668

[startup+3.10084 s]
/proc/loadavg: 3.88 3.92 3.84 7/219 25893
/proc/meminfo: memFree=28042868/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=5.89 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 13900 0 1 0 577 12 0 0 20 0 22 0 253985936 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 82569 2279 9 0 2446860 0
[pid=25865/tid=25867] ppid=25863 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25865/task/25867/stat : 25867 (java) S 25863 25865 24080 0 -1 4202560 2484 0 1 0 18 1 0 0 20 0 22 0 253985937 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139755308979192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25868] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25868/stat : 25868 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139755287079848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25869] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25869/stat : 25869 (java) S 25863 25865 24080 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139755286027304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25870] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25870/stat : 25870 (java) S 25863 25865 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139755284974248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25871] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25871/stat : 25871 (java) S 25863 25865 24080 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754947472168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25872/stat : 25872 (java) S 25863 25865 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754946419112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25865/task/25873/stat : 25873 (java) S 25863 25865 24080 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754945366568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253985938 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 224 0 0 0 7 0 0 0 20 0 22 0 253985939 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) S 25863 25865 24080 0 -1 4202560 6002 0 0 0 84 2 0 0 20 0 22 0 253985942 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754926852408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) S 25863 25865 24080 0 -1 4202560 3672 0 0 0 73 2 0 0 20 0 22 0 253985942 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754925799864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25887] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25887/stat : 25887 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253985960 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754919450024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25891] ppid=25863 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/25865/task/25891/stat : 25891 (java) R 25863 25865 24080 0 -1 4202560 10 0 0 0 172 0 0 0 20 0 22 0 253986060 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754920501592 139755165646001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25892] ppid=25863 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/25865/task/25892/stat : 25892 (java) R 25863 25865 24080 0 -1 4202560 117 0 0 0 168 3 0 0 20 0 22 0 253986060 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754921555032 139755166202106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25893] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25893/stat : 25893 (java) S 25863 25865 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253986060 10060460032 82569 33554432000 1073741824 1073778376 140734745559632 139754922608296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 9824668

[startup+6.30084 s]
/proc/loadavg: 3.89 3.92 3.84 6/219 25893
/proc/meminfo: memFree=27769384/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=12.81 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 20552 0 1 0 1265 16 0 0 20 0 22 0 253985936 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 124792 2280 9 0 2446860 0
[pid=25865/tid=25867] ppid=25863 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25865/task/25867/stat : 25867 (java) S 25863 25865 24080 0 -1 4202560 2485 0 1 0 18 1 0 0 20 0 22 0 253985937 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139755308979192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25868] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25868/stat : 25868 (java) S 25863 25865 24080 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139755287079848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25869] ppid=25863 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25865/task/25869/stat : 25869 (java) S 25863 25865 24080 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139755286027304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25870] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25870/stat : 25870 (java) S 25863 25865 24080 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139755284974248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25871] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25871/stat : 25871 (java) S 25863 25865 24080 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754947472168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25865/task/25872/stat : 25872 (java) S 25863 25865 24080 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754946419112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25873/stat : 25873 (java) S 25863 25865 24080 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754945366568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 250 0 0 0 28 0 0 0 20 0 22 0 253985939 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) S 25863 25865 24080 0 -1 4202560 6003 0 0 0 85 2 0 0 20 0 22 0 253985942 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754926852408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) S 25863 25865 24080 0 -1 4202560 10203 0 0 0 140 2 0 0 20 0 22 0 253985942 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754925799864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 124792 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253985938 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 253985938 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 507 0 0 0 77 0 0 0 20 0 22 0 253985939 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) S 25863 25865 24080 0 -1 4202560 6003 0 0 0 85 2 0 0 20 0 22 0 253985942 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754926852408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) S 25863 25865 24080 0 -1 4202560 10203 0 0 0 144 3 0 0 20 0 22 0 253985942 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754925799864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25887] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25887/stat : 25887 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253985960 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754919450024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25891] ppid=25863 vsize=9824668 CPUtime=12.12 cores=0,2,4,6
/proc/25865/task/25891/stat : 25891 (java) R 25863 25865 24080 0 -1 4202560 16 0 0 0 1212 0 0 0 20 0 22 0 253986060 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754920501592 139755166079075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25892] ppid=25863 vsize=9824668 CPUtime=12.11 cores=0,2,4,6
/proc/25865/task/25892/stat : 25892 (java) R 25863 25865 24080 0 -1 4202560 273 0 0 0 1204 7 0 0 20 0 22 0 253986060 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754921552760 139755166177596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25893] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25893/stat : 25893 (java) S 25863 25865 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253986060 10060460032 169361 33554432000 1073741824 1073778376 140734745559632 139754922608296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 9824668

[startup+15.1008 s]
/proc/loadavg: 3.83 3.90 3.83 5/219 25893
/proc/meminfo: memFree=27556612/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=30 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 20935 0 1 0 2981 19 0 0 20 0 22 0 253985936 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 169347 2280 9 0 2446860 0
[pid=25865/tid=25867] ppid=25863 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25865/task/25867/stat : 25867 (java) S 25863 25865 24080 0 -1 4202560 2486 0 1 0 18 1 0 0 20 0 22 0 253985937 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139755308979192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25868] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25868/stat : 25868 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139755287079848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25869] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25869/stat : 25869 (java) S 25863 25865 24080 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139755286027304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25870] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25870/stat : 25870 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139755284974248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25871] ppid=25863 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25865/task/25871/stat : 25871 (java) S 25863 25865 24080 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754947472168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25872/stat : 25872 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754946419112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25873/stat : 25873 (java) S 25863 25865 24080 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754945366568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 253985938 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 507 0 0 0 77 0 0 0 20 0 22 0 253985939 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253985940 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) S 25863 25865 24080 0 -1 4202560 6003 0 0 0 85 2 0 0 20 0 22 0 253985942 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754926852408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) S 25863 25865 24080 0 -1 4202560 10203 0 0 0 144 3 0 0 20 0 22 0 253985942 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754925799864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253985942 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25887] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25887/stat : 25887 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253985960 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754919450024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25891] ppid=25863 vsize=9824668 CPUtime=12.91 cores=0,2,4,6
/proc/25865/task/25891/stat : 25891 (java) R 25863 25865 24080 0 -1 4202560 16 0 0 0 1291 0 0 0 20 0 22 0 253986060 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754920501472 139755166047919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25892] ppid=25863 vsize=9824668 CPUtime=12.91 cores=0,2,4,6
/proc/25865/task/25892/stat : 25892 (java) R 25863 25865 24080 0 -1 4202560 273 0 0 0 1284 7 0 0 20 0 22 0 253986060 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754921552640 139755166221737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25893] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25893/stat : 25893 (java) S 25863 25865 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253986060 10060460032 169347 33554432000 1073741824 1073778376 140734745559632 139754922608296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (KiB) 9824668

[startup+15.5008 s]
/proc/loadavg: 3.83 3.90 3.83 4/219 25893
/proc/meminfo: memFree=27556612/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=30.61 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 20943 0 1 0 3040 21 0 0 20 0 19 0 253985936 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 169855 2280 9 0 2446860 0
[pid=25865/tid=25867] ppid=25863 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25865/task/25867/stat : 25867 (java) S 25863 25865 24080 0 -1 4202560 2486 0 1 0 18 1 0 0 20 0 19 0 253985937 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755308979192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25868] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25868/stat : 25868 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755287079848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25869] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25869/stat : 25869 (java) S 25863 25865 24080 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755286027304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25870] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25870/stat : 25870 (java) S 25863 25865 24080 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755284974248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25871] ppid=25863 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25865/task/25871/stat : 25871 (java) S 25863 25865 24080 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754947472168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25872/stat : 25872 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754946419112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25873/stat : 25873 (java) S 25863 25865 24080 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754945366568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 508 0 0 0 85 0 0 0 20 0 19 0 253985939 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253985940 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253985940 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) S 25863 25865 24080 0 -1 4202560 6003 0 0 0 85 2 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754926852408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) S 25863 25865 24080 0 -1 4202560 10203 0 0 0 144 3 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754925799864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25887] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25887/stat : 25887 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253985960 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754919450024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.61
Current children cumulated vsize (KiB) 9824668

[startup+15.9007 s]
/proc/loadavg: 3.83 3.90 3.83 4/219 25893
/proc/meminfo: memFree=27556612/32873844 swapFree=7616/7616
[pid=25865] ppid=25863 vsize=9824668 CPUtime=30.67 cores=0,2,4,6
/proc/25865/stat : 25865 (java) S 25863 25865 24080 0 -1 4202496 20943 0 1 0 3046 21 0 0 20 0 19 0 253985936 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 140734745550768 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25865/statm: 2456167 169855 2280 9 0 2446860 0
[pid=25865/tid=25867] ppid=25863 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25865/task/25867/stat : 25867 (java) R 25863 25865 24080 0 -1 4202560 2486 0 1 0 23 1 0 0 20 0 19 0 253985937 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755308979192 139755166651173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25868] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25868/stat : 25868 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755287079848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25869] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25869/stat : 25869 (java) S 25863 25865 24080 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755286027304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25870] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25870/stat : 25870 (java) S 25863 25865 24080 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139755284974248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25871] ppid=25863 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25865/task/25871/stat : 25871 (java) S 25863 25865 24080 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754947472168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25865/task/25872/stat : 25872 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754946419112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25873/stat : 25873 (java) S 25863 25865 24080 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754945366568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25865/task/25874/stat : 25874 (java) S 25863 25865 24080 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754944313512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25865/task/25875/stat : 25875 (java) S 25863 25865 24080 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 253985938 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754943260968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25876] ppid=25863 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/25865/task/25876/stat : 25876 (java) S 25863 25865 24080 0 -1 4202560 508 0 0 0 85 0 0 0 20 0 19 0 253985939 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754931063656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25877] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25877/stat : 25877 (java) S 25863 25865 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253985940 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754930009976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25878] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25878/stat : 25878 (java) S 25863 25865 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253985940 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754928956808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25879] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25879/stat : 25879 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754927905552 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25865/tid=25880] ppid=25863 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25865/task/25880/stat : 25880 (java) S 25863 25865 24080 0 -1 4202560 6003 0 0 0 85 2 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754926852408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25881] ppid=25863 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/25865/task/25881/stat : 25881 (java) S 25863 25865 24080 0 -1 4202560 10203 0 0 0 146 3 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754925799864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25865/tid=25882] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25882/stat : 25882 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754924747000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25865/tid=25883] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25883/stat : 25883 (java) S 25863 25865 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253985942 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754923694664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25865/tid=25887] ppid=25863 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25865/task/25887/stat : 25887 (java) S 25863 25865 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253985960 10060460032 169855 33554432000 1073741824 1073778376 140734745559632 139754919450024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.67
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 15.9593
CPU time (s): 30.8083
CPU user time (s): 30.5064
CPU system time (s): 0.301954
CPU usage (%): 193.044
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5064
system time used= 0.301954
maximum resident set size= 679460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20947
page faults= 1
swaps= 0
block input operations= 240
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1328
involuntary context switches= 761

runsolver used 0.06399 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 18:56:56
IDJOB=3688624
IDBENCH=48135
IDSOLVER=2268
FILE ID=node141/3688624-1337878616
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688624-1337878616/watcher-3688624-1337878616 -o /tmp/evaluation-result-3688624-1337878616/solver-3688624-1337878616 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688624-1337878616.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=1201041350

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28227384 kB
Buffers:          216428 kB
Cached:          3042584 kB
SwapCached:            0 kB
Active:          1008136 kB
Inactive:        2864928 kB
Active(anon):     616556 kB
Inactive(anon):        0 kB
Active(file):     391580 kB
Inactive(file):  2864928 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        625384 kB
Mapped:            22624 kB
Shmem:               200 kB
Slab:             629744 kB
SReclaimable:      72300 kB
SUnreclaim:       557444 kB
KernelStack:        1616 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     831420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node141 at 2012-05-24 18:57:12