Trace number 3733428

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 16.3515 10.058

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-woodw.opb
MD5SUM39878dc7ef96e07e426f9432943c6054
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.95155
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
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 constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 4294967292
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 10737418240000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 556588032595749
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3733428-1338743172.opb
0.11/0.10	c reading problem ... 
7.08/5.05	c ... done. Wall clock time 4.949s.
7.08/5.05	c #vars     252150
7.08/5.05	c #constraints  119396
7.08/5.05	c constraints type 
7.08/5.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
7.08/5.05	c constraints type 
7.08/5.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
16.26/9.53	c And the winner is CuttingPlanes
16.31/10.05	c starts		: 0
16.31/10.05	c conflicts		: 0
16.31/10.05	c decisions		: 0
16.31/10.05	c propagations		: 175505
16.31/10.05	c inspects		: 607579
16.31/10.05	c learnt literals	: 0
16.31/10.05	c learnt binary clauses	: 0
16.31/10.07	c learnt ternary clauses	: 0
16.31/10.07	c learnt clauses	: 0
16.31/10.07	c ignored clauses	: 0
16.31/10.07	c root simplifications	: 0
16.31/10.07	c removed literals (reason simplification)	: 0
16.31/10.07	c reason swapping (by a shorter reason)	: 0
16.31/10.07	c Calls to reduceDB	: 0
16.31/10.07	c number of reductions to clauses (during analyze)	: 0
16.31/10.07	c number of learned constraints concerned by reduction	: 0
16.31/10.07	c number of learning phase by resolution	: 0
16.31/10.07	c number of learning phase by cutting planes	: 0
16.31/10.07	c speed (assignments/second)	: 35093.98120375925
16.31/10.07	c non guided choices	0
16.31/10.07	c learnt constraints type 
16.31/10.07	c constraints type 
16.31/10.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
16.31/10.07	c constraints type 
16.31/10.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
16.31/10.07	s UNSATISFIABLE
16.31/10.07	c Total wall clock time (in seconds): 9.952

Verifier Data

ERROR: no interpretation found !

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-3733428-1338743172/watcher-3733428-1338743172 -o /tmp/evaluation-result-3733428-1338743172/solver-3733428-1338743172 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733428-1338743172.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.70 3.83 3.80 4/195 30298
/proc/meminfo: memFree=25913064/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/30298/stat : 30298 (java) R 30296 30298 21196 0 -1 4202496 1137 0 0 0 0 0 0 0 20 0 1 0 340442690 23728128 857 33554432000 1073741824 1073778376 140733532025888 140733532014952 227503337303 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 5793 864 653 9 0 128 0
[pid=30298/tid=30299] ppid=30296 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 2 0 340442691 91889664 871 33554432000 1073741824 1073778376 140733532025888 140733532014952 227512117645 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0889089 s]
/proc/loadavg: 3.70 3.83 3.80 4/195 30298
/proc/meminfo: memFree=25913064/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 4702 0 1 0 8 1 0 0 20 0 18 0 340442690 2764726272 6409 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 674982 6409 2109 9 0 665676 0
[pid=30298/tid=30299] ppid=30296 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 2744 0 1 0 6 0 0 0 20 0 18 0 340442691 2764726272 6412 33554432000 1073741824 1073778376 140733532025888 139647878134760 139647876005680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100289 s]
/proc/loadavg: 3.70 3.83 3.80 4/195 30298
/proc/meminfo: memFree=25913064/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 4832 0 1 0 10 1 0 0 20 0 18 0 340442690 2764726272 6527 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 674982 6527 2142 9 0 665676 0
[pid=30298/tid=30299] ppid=30296 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 2777 0 1 0 8 0 0 0 20 0 18 0 340442691 2764726272 6527 33554432000 1073741824 1073778376 140733532025888 139647878134760 139647885567167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300246 s]
/proc/loadavg: 3.70 3.83 3.80 4/195 30298
/proc/meminfo: memFree=25913064/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 6115 0 1 0 52 1 0 0 20 0 18 0 340442690 2764726272 14236 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 674982 14236 2219 9 0 665676 0
[pid=30298/tid=30299] ppid=30296 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 2801 0 1 0 26 1 0 0 20 0 18 0 340442691 2764726272 14236 33554432000 1073741824 1073778376 140733532025888 139647878134760 139647724369217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700271 s]
/proc/loadavg: 3.70 3.83 3.80 4/195 30298
/proc/meminfo: memFree=25913064/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2699928 CPUtime=0.98 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 6326 0 1 0 94 4 0 0 20 0 18 0 340442690 2764726272 49060 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 674982 49060 2220 9 0 665676 0
[pid=30298/tid=30299] ppid=30296 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 2869 0 1 0 63 4 0 0 20 0 18 0 340442691 2764726272 49060 33554432000 1073741824 1073778376 140733532025888 139647878131680 139647724788034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 2699928

[startup+1.50061 s]
/proc/loadavg: 3.70 3.83 3.80 4/213 30316
/proc/meminfo: memFree=25620408/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2699928 CPUtime=2.21 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 7880 0 1 0 200 21 0 0 20 0 18 0 340442690 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 674982 119505 2236 9 0 665676 0
[pid=30298/tid=30299] ppid=30296 vsize=2699928 CPUtime=1.35 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 2959 0 1 0 128 7 0 0 20 0 18 0 340442691 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647878131648 139647724818616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 340442692 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340442693 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340442693 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340442693 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2047 0 0 0 19 0 0 0 20 0 18 0 340442695 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1452 0 0 0 12 0 0 0 20 0 18 0 340442695 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2764726272 119505 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 2699928

[startup+3.10066 s]
/proc/loadavg: 3.70 3.83 3.80 4/213 30316
/proc/meminfo: memFree=25442484/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2699928 CPUtime=4.31 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 8202 0 1 0 393 38 0 0 20 0 18 0 340442690 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 674982 153357 2236 9 0 665676 0
[pid=30298/tid=30299] ppid=30296 vsize=2699928 CPUtime=2.77 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) R 30296 30298 21196 0 -1 4202560 2960 0 1 0 270 7 0 0 20 0 18 0 340442691 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647878131648 139647724778109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 64 0 0 0 9 4 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 88 0 0 0 13 5 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 70 0 0 0 10 3 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 66 0 0 0 7 4 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 62 0 0 0 8 3 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 73 0 0 0 9 4 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 62 0 0 0 9 4 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 76 0 0 0 10 5 0 0 20 0 18 0 340442692 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340442693 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340442693 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340442693 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2047 0 0 0 19 0 0 0 20 0 18 0 340442695 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1452 0 0 0 12 0 0 0 20 0 18 0 340442695 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2764726272 153357 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 2699928

[startup+6.3007 s]
/proc/loadavg: 3.64 3.82 3.79 5/215 30318
/proc/meminfo: memFree=25156388/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2833056 CPUtime=9.83 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 9143 0 1 0 927 56 0 0 20 0 20 0 340442690 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 708264 189154 2249 9 0 698958 0
[pid=30298/tid=30299] ppid=30296 vsize=2833056 CPUtime=4.39 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) S 30296 30298 21196 0 -1 4202560 2975 0 1 0 432 7 0 0 20 0 20 0 340442691 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647878141080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2833056 CPUtime=0.5 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 179 0 0 0 41 9 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 224 0 0 0 19 5 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2833056 CPUtime=0.29 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 110 0 0 0 23 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 89 0 0 0 20 5 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 102 0 0 0 20 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2833056 CPUtime=0.3 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 107 0 0 0 23 7 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2089 0 0 0 24 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2833056 CPUtime=0.18 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1702 0 0 0 18 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2833056 CPUtime=0.5 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 179 0 0 0 41 9 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 224 0 0 0 19 5 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2833056 CPUtime=0.29 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 110 0 0 0 23 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 89 0 0 0 20 5 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 102 0 0 0 20 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2833056 CPUtime=0.3 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 107 0 0 0 23 7 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 20 0 340442692 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2089 0 0 0 24 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2833056 CPUtime=0.18 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1702 0 0 0 18 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30317] ppid=30296 vsize=2833056 CPUtime=3.62 cores=0,2,4,6
/proc/30298/task/30317/stat : 30317 (java) R 30296 30298 21196 0 -1 4202560 19 0 0 0 362 0 0 0 20 0 20 0 340443196 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647715859536 139647724912871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30318] ppid=30296 vsize=2833056 CPUtime=3.62 cores=0,2,4,6
/proc/30298/task/30318/stat : 30318 (java) R 30296 30298 21196 0 -1 4202560 15 0 0 0 362 0 0 0 20 0 20 0 340443196 2901049344 189154 33554432000 1073741824 1073778376 140733532025888 139647714806936 139647724913157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 2833056

[startup+9.50063 s]
/proc/loadavg: 3.64 3.82 3.79 5/215 30318
/proc/meminfo: memFree=25156928/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2833056 CPUtime=16.26 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 9155 0 1 0 1570 56 0 0 20 0 20 0 340442690 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 708264 189165 2249 9 0 698958 0
[pid=30298/tid=30299] ppid=30296 vsize=2833056 CPUtime=4.39 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) S 30296 30298 21196 0 -1 4202560 2976 0 1 0 432 7 0 0 20 0 20 0 340442691 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647878141080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2833056 CPUtime=0.5 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 179 0 0 0 41 9 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 224 0 0 0 19 5 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2833056 CPUtime=0.29 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 110 0 0 0 23 6 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 89 0 0 0 20 5 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 102 0 0 0 20 6 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2833056 CPUtime=0.3 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 107 0 0 0 23 7 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 20 0 340442692 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340442693 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2100 0 0 0 26 0 0 0 20 0 20 0 340442695 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2833056 CPUtime=0.2 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1702 0 0 0 20 0 0 0 20 0 20 0 340442695 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340442695 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30317] ppid=30296 vsize=2833056 CPUtime=4.4 cores=0,2,4,6
/proc/30298/task/30317/stat : 30317 (java) R 30296 30298 21196 0 -1 4202560 19 0 0 0 440 0 0 0 20 0 20 0 340443196 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647715859688 139647724932317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30318] ppid=30296 vsize=2833056 CPUtime=4.42 cores=0,2,4,6
/proc/30298/task/30318/stat : 30318 (java) R 30296 30298 21196 0 -1 4202560 15 0 0 0 442 0 0 0 20 0 20 0 340443196 2901049344 189165 33554432000 1073741824 1073778376 140733532025888 139647714806688 139647724932101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 2833056

[startup+9.90649 s]
/proc/loadavg: 3.67 3.82 3.79 3/213 30318
/proc/meminfo: memFree=25157232/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2833056 CPUtime=16.31 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 9158 0 1 0 1573 58 0 0 20 0 18 0 340442690 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 708264 189159 2251 9 0 698958 0
[pid=30298/tid=30299] ppid=30296 vsize=2833056 CPUtime=4.39 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) S 30296 30298 21196 0 -1 4202560 2976 0 1 0 432 7 0 0 20 0 18 0 340442691 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647878141080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2833056 CPUtime=0.5 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 179 0 0 0 41 9 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 224 0 0 0 19 5 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2833056 CPUtime=0.29 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 110 0 0 0 23 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 89 0 0 0 20 5 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 102 0 0 0 20 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2833056 CPUtime=0.3 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 107 0 0 0 23 7 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340442693 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340442693 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340442693 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2100 0 0 0 26 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2833056 CPUtime=0.2 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1702 0 0 0 20 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.31
Current children cumulated vsize (KiB) 2833056

[startup+10.0006 s]
/proc/loadavg: 3.67 3.82 3.79 3/213 30318
/proc/meminfo: memFree=25157232/32873624 swapFree=7112/7112
[pid=30298] ppid=30296 vsize=2833056 CPUtime=16.31 cores=0,2,4,6
/proc/30298/stat : 30298 (java) S 30296 30298 21196 0 -1 4202496 9158 0 1 0 1573 58 0 0 20 0 18 0 340442690 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 140733532017024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30298/statm: 708264 189159 2251 9 0 698958 0
[pid=30298/tid=30299] ppid=30296 vsize=2833056 CPUtime=4.39 cores=0,2,4,6
/proc/30298/task/30299/stat : 30299 (java) S 30296 30298 21196 0 -1 4202560 2976 0 1 0 432 7 0 0 20 0 18 0 340442691 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647878141080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 21196 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647862422312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=2833056 CPUtime=0.5 cores=0,2,4,6
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 21196 0 -1 4202560 179 0 0 0 41 9 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647861369512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=2833056 CPUtime=0.24 cores=0,2,4,6
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 21196 0 -1 4202560 224 0 0 0 19 5 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647860317224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=2833056 CPUtime=0.29 cores=0,2,4,6
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 21196 0 -1 4202560 110 0 0 0 23 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647859264424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 21196 0 -1 4202560 89 0 0 0 20 5 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647858211112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 21196 0 -1 4202560 102 0 0 0 20 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647857158312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=2833056 CPUtime=0.3 cores=0,2,4,6
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 21196 0 -1 4202560 107 0 0 0 23 7 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647856106024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 21196 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 18 0 340442692 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647855053224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340442693 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647724284648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340442693 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647723230712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340442693 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647722178312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647721126800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=2833056 CPUtime=0.26 cores=0,2,4,6
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 21196 0 -1 4202560 2100 0 0 0 26 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647720073400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=2833056 CPUtime=0.2 cores=0,2,4,6
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 21196 0 -1 4202560 1702 0 0 0 20 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647719020600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647717968504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340442695 2901049344 189159 33554432000 1073741824 1073778376 140733532025888 139647716915912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.31
Current children cumulated vsize (KiB) 2833056

Child status: 20
Real time (s): 10.058
CPU time (s): 16.3515
CPU user time (s): 15.6496
CPU system time (s): 0.701893
CPU usage (%): 162.572
Max. virtual memory (cumulated for all children) (KiB): 2833056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6496
system time used= 0.701893
maximum resident set size= 757004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9168
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 624
involuntary context switches= 683

runsolver used 0.016997 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 19:06:12
IDJOB=3733428
IDBENCH=2439
IDSOLVER=2324
FILE ID=node121/3733428-1338743172
RUNJOBID= node121-1338736511-28118
PBS_JOBID= 14636757
Free space on /tmp= 71236 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-woodw.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733428-1338743172/watcher-3733428-1338743172 -o /tmp/evaluation-result-3733428-1338743172/solver-3733428-1338743172 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733428-1338743172.opb

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

MD5SUM BENCH= 39878dc7ef96e07e426f9432943c6054
RANDOM SEED=1001349344

node121.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		: 2667.042
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	: 5334.08
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		: 2667.042
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		: 2667.042
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.92
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		: 2667.042
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.91
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		: 2667.042
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.91
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		: 2667.042
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		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        25913204 kB
Buffers:          661608 kB
Cached:          4524424 kB
SwapCached:            0 kB
Active:          2760568 kB
Inactive:        3306144 kB
Active(anon):     868556 kB
Inactive(anon):    10760 kB
Active(file):    1892012 kB
Inactive(file):  3295384 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18656 kB
Writeback:             0 kB
AnonPages:        898124 kB
Mapped:            22376 kB
Shmem:               200 kB
Slab:             744600 kB
SReclaimable:     187948 kB
SUnreclaim:       556652 kB
KernelStack:        1632 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1562224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71236 MiB
End job on node121 at 2012-06-03 19:06:22