Trace number 3731714

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
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 75.4825 73.2035

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUMe19b588c94d7a5fd177e87fa7a6307a3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1039
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1033
Optimality of the best value was proved NO
Number of variables1960
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1960
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 1960
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1960
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version	1.6.0_24
0.04/0.08	c os.name	Linux
0.04/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch	amd64
0.04/0.08	c Free memory 1599470296
0.04/0.08	c Max memory 1607860224
0.04/0.08	c Total memory 1607860224
0.04/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3731714-1338687904.opb
0.09/0.10	c reading problem ... 
0.44/0.33	c ... done. Wall clock time 0.226s.
0.44/0.33	c CPU time (experimental) 0.29s.
0.44/0.33	c #vars     1960
0.44/0.33	c #constraints  4000
0.44/0.37	c SATISFIABLE
0.44/0.37	c OPTIMIZING...
0.44/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.44/0.37	o 1181
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.67/0.48	o 1180
44.81/42.64	c Got one! Elapsed wall clock time (in seconds):42.537
44.81/42.64	o 1179
62.81/60.65	c Got one! Elapsed wall clock time (in seconds):60.549
62.81/60.65	o 1178
71.01/68.82	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
71.52/69.38		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
71.81/69.64		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
72.11/69.91		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
72.62/70.43		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
73.01/70.83		at org.sat4j.minisat.core.Solver.search(Unknown Source)
73.11/70.96		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
73.63/71.48		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
73.63/71.48		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
74.22/72.01		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
74.62/72.40		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
74.73/72.54		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
75.22/73.06		at org.sat4j.AbstractLauncher.run(Unknown Source)
75.22/73.06		at org.sat4j.LanceurPseudo2007.main(Unknown Source)

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-3731714-1338687904/watcher-3731714-1338687904 -o /tmp/evaluation-result-3731714-1338687904/solver-3731714-1338687904 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731714-1338687904.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: 2.07 2.06 2.06 3/195 3636
/proc/meminfo: memFree=28519664/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3636/stat : 3636 (java) D 3634 3636 1585 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 334915876 9515008 182 33554432000 1073741824 1073778376 140734671686304 140734671677336 214537420469 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2323 184 142 9 0 71 0

[startup+0.066764 s]
/proc/loadavg: 2.07 2.06 2.06 3/195 3636
/proc/meminfo: memFree=28519664/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=2956804 CPUtime=0.04 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 4062 0 1 0 3 1 0 0 20 0 18 0 334915876 3027767296 5781 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 739201 5781 1767 9 0 729885 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2956804

[startup+0.100268 s]
/proc/loadavg: 2.07 2.06 2.06 3/195 3636
/proc/meminfo: memFree=28519664/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 4917 0 1 0 8 1 0 0 20 0 18 0 334915876 3028844544 6626 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 739464 6626 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.30023 s]
/proc/loadavg: 2.07 2.06 2.06 3/195 3636
/proc/meminfo: memFree=28519664/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=2957856 CPUtime=0.44 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 5657 0 1 0 43 1 0 0 20 0 18 0 334915876 3028844544 9113 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 739464 9113 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700227 s]
/proc/loadavg: 2.07 2.06 2.06 3/195 3636
/proc/meminfo: memFree=28519664/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=1.35 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 9548 0 1 0 133 2 0 0 20 0 19 0 334915876 3097006080 14404 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 14404 2269 9 0 746526 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 3024420

[startup+1.50068 s]
/proc/loadavg: 2.07 2.05 2.06 3/214 3657
/proc/meminfo: memFree=28462792/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=2.2 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 9565 0 1 0 217 3 0 0 20 0 19 0 334915876 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 20041 2272 9 0 746526 0
[pid=3636/tid=3638] ppid=3634 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) R 3634 3636 1585 0 -1 4202560 3064 0 1 0 144 2 0 0 20 0 19 0 334915877 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283918979432 140283782718139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283902405160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3640] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283901352360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283782097192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283781044392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3643] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283779992616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3644] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283778939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3634 3636 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283294505448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.31 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 31 0 0 0 20 0 19 0 334915882 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3292 0 0 0 38 0 0 0 20 0 19 0 334915882 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3657] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3657/stat : 3657 (java) S 3634 3636 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334915928 3097006080 20041 33554432000 1073741824 1073778376 140736286123120 140283285005224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 3024420

[startup+3.10071 s]
/proc/loadavg: 2.07 2.05 2.06 3/214 3657
/proc/meminfo: memFree=28431452/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=3.86 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 9592 0 1 0 382 4 0 0 20 0 19 0 334915876 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 30797 2272 9 0 746526 0
[pid=3636/tid=3638] ppid=3634 vsize=3024420 CPUtime=3.06 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) R 3634 3636 1585 0 -1 4202560 3087 0 1 0 303 3 0 0 20 0 19 0 334915877 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283918979720 140283782696525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283902405160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3640] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283901352360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283782097192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283781044392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3643] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283779992616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3644] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283778939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3634 3636 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283294505448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.34 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 34 0 0 0 20 0 19 0 334915882 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.41 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3296 0 0 0 41 0 0 0 20 0 19 0 334915882 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3657] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3657/stat : 3657 (java) S 3634 3636 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334915928 3097006080 30797 33554432000 1073741824 1073778376 140736286123120 140283285005224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 3024420

[startup+6.30071 s]
/proc/loadavg: 2.07 2.05 2.06 3/214 3657
/proc/meminfo: memFree=28349544/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=7.06 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 9632 0 1 0 701 5 0 0 20 0 19 0 334915876 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 49919 2273 9 0 746526 0
[pid=3636/tid=3638] ppid=3634 vsize=3024420 CPUtime=6.26 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) R 3634 3636 1585 0 -1 4202560 3126 0 1 0 622 4 0 0 20 0 19 0 334915877 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283918977520 140283782696476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283902405160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3640] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283901352360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283782097192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283781044392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3643] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283779992616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3644] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283778939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334915878 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3634 3636 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283294505448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.34 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 34 0 0 0 20 0 19 0 334915882 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.41 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3296 0 0 0 41 0 0 0 20 0 19 0 334915882 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3657] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3657/stat : 3657 (java) S 3634 3636 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334915928 3097006080 49919 33554432000 1073741824 1073778376 140736286123120 140283285005224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 205 0 0 0 8 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0.25 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 231 0 0 0 11 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=3.16 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) R 3634 3636 1585 0 -1 4202560 208 0 0 0 311 5 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283294505448 214537462759 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 35 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3297 0 0 0 42 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3659] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3659/stat : 3659 (java) S 3634 3636 1585 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334921942 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283285005992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 72.52
Current children cumulated vsize (KiB) 3024420

[startup+71.9006 s]
/proc/loadavg: 2.13 2.07 2.06 3/214 3659
/proc/meminfo: memFree=26851748/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=74.12 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 11729 0 1 0 7290 122 0 0 20 0 19 0 334915876 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 418108 2293 9 0 746526 0
[pid=3636/tid=3638] ppid=3634 vsize=3024420 CPUtime=66.6 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) S 3634 3636 1585 0 -1 4202560 3274 0 1 0 6651 9 0 0 20 0 19 0 334915877 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283918978808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3634 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3634 3636 1585 0 -1 4202560 201 0 0 0 7 12 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283902405160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3640] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3634 3636 1585 0 -1 4202560 216 0 0 0 9 13 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283901352360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3634 3636 1585 0 -1 4202560 210 0 0 0 9 13 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283782097192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3634 vsize=3024420 CPUtime=0.28 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3634 3636 1585 0 -1 4202560 279 0 0 0 11 17 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283781044392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3643] ppid=3634 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3634 3636 1585 0 -1 4202560 182 0 0 0 8 11 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283779992616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3644] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3634 3636 1585 0 -1 4202560 213 0 0 0 10 12 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283778939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 205 0 0 0 8 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0.25 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 231 0 0 0 11 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=4.75 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) R 3634 3636 1585 0 -1 4202560 208 0 0 0 470 5 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283294505448 140283923116381 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 35 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3297 0 0 0 42 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3659] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3659/stat : 3659 (java) S 3634 3636 1585 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334921942 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283285005992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 74.12
Current children cumulated vsize (KiB) 3024420

[startup+72.7006 s]
/proc/loadavg: 2.13 2.07 2.06 3/214 3659
/proc/meminfo: memFree=26851748/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=74.92 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 11735 0 1 0 7370 122 0 0 20 0 19 0 334915876 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 418108 2293 9 0 746526 0
[pid=3636/tid=3638] ppid=3634 vsize=3024420 CPUtime=66.6 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) S 3634 3636 1585 0 -1 4202560 3280 0 1 0 6651 9 0 0 20 0 19 0 334915877 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283918979576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3634 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3634 3636 1585 0 -1 4202560 201 0 0 0 7 12 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283902405160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3640] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3634 3636 1585 0 -1 4202560 216 0 0 0 9 13 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283901352360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3634 3636 1585 0 -1 4202560 210 0 0 0 9 13 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283782097192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3634 vsize=3024420 CPUtime=0.28 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3634 3636 1585 0 -1 4202560 279 0 0 0 11 17 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283781044392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3643] ppid=3634 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3634 3636 1585 0 -1 4202560 182 0 0 0 8 11 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283779992616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3644] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3634 3636 1585 0 -1 4202560 213 0 0 0 10 12 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283778939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 205 0 0 0 8 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0.25 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 231 0 0 0 11 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=5.55 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) R 3634 3636 1585 0 -1 4202560 208 0 0 0 550 5 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283294505448 140283921174693 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 35 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3297 0 0 0 42 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3659] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3659/stat : 3659 (java) S 3634 3636 1585 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334921942 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283285005992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 74.92
Current children cumulated vsize (KiB) 3024420

[startup+73.1007 s]
/proc/loadavg: 2.13 2.07 2.06 3/214 3659
/proc/meminfo: memFree=26851748/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=3024420 CPUtime=75.32 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3634 3636 1585 0 -1 4202496 11738 0 1 0 7410 122 0 0 20 0 19 0 334915876 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140736286114256 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 756105 418108 2293 9 0 746526 0
[pid=3636/tid=3638] ppid=3634 vsize=3024420 CPUtime=66.6 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) S 3634 3636 1585 0 -1 4202560 3283 0 1 0 6651 9 0 0 20 0 19 0 334915877 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283918981352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3634 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3634 3636 1585 0 -1 4202560 201 0 0 0 7 12 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283902405160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3640] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3634 3636 1585 0 -1 4202560 216 0 0 0 9 13 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283901352360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3634 3636 1585 0 -1 4202560 210 0 0 0 9 13 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283782097192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3634 vsize=3024420 CPUtime=0.28 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3634 3636 1585 0 -1 4202560 279 0 0 0 11 17 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283781044392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3643] ppid=3634 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3634 3636 1585 0 -1 4202560 182 0 0 0 8 11 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283779992616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3644] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3634 3636 1585 0 -1 4202560 213 0 0 0 10 12 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283778939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3634 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3634 3636 1585 0 -1 4202560 205 0 0 0 8 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283777887016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3646] ppid=3634 vsize=3024420 CPUtime=0.25 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3634 3636 1585 0 -1 4202560 231 0 0 0 11 14 0 0 20 0 19 0 334915878 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283776834216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=3024420 CPUtime=5.95 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) R 3634 3636 1585 0 -1 4202560 208 0 0 0 590 5 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283294505448 140283925102965 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3634 3636 1585 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283293451512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3634 3636 1585 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 334915880 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283292398600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283291347088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3634 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3634 3636 1585 0 -1 4202560 2003 0 0 0 35 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283290295224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3634 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3634 3636 1585 0 -1 4202560 3297 0 0 0 42 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283289242424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3634 3636 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283288189816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3634 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3634 3636 1585 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 334915882 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283287137224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3659] ppid=3634 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3659/stat : 3659 (java) S 3634 3636 1585 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334921942 3097006080 418108 33554432000 1073741824 1073778376 140736286123120 140283285005992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 75.32
Current children cumulated vsize (KiB) 3024420

[startup+73.2007 s]
/proc/loadavg: 2.13 2.07 2.06 3/214 3659
/proc/meminfo: memFree=26851748/32873648 swapFree=7116/7116
[pid=3636] ppid=3634 vsize=0 CPUtime=75.47 cores=0,2,4,6
/proc/3636/stat : 3636 (java) Z 3634 3636 1585 0 -1 4202508 11741 0 1 0 7414 133 0 0 20 0 2 0 334915876 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3636/statm: 0 0 0 0 0 0 0
[pid=3636/tid=3647] ppid=3634 vsize=0 CPUtime=6.05 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) R 3634 3636 1585 0 -1 4203588 208 0 0 0 599 6 0 0 20 0 2 0 334915880 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 75.47
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 73.2035
CPU time (s): 75.4825
CPU user time (s): 74.1307
CPU system time (s): 1.35179
CPU usage (%): 103.113
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.1307
system time used= 1.35179
maximum resident set size= 1672440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11741
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1977
involuntary context switches= 1246

runsolver used 0.295955 second user time and 0.765883 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 03:45:04
IDJOB=3731714
IDBENCH=1979
IDSOLVER=2319
FILE ID=node127/3731714-1338687904
RUNJOBID= node127-1338678617-1606
PBS_JOBID= 14636686
Free space on /tmp= 70464 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731714-1338687904/watcher-3731714-1338687904 -o /tmp/evaluation-result-3731714-1338687904/solver-3731714-1338687904 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731714-1338687904.opb           

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

MD5SUM BENCH= e19b588c94d7a5fd177e87fa7a6307a3
RANDOM SEED=1930549919

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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		: 2666.348
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		: 2666.348
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.348
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.91
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.348
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:       32873648 kB
MemFree:        28520192 kB
Buffers:          385740 kB
Cached:          1870384 kB
SwapCached:         1500 kB
Active:          2209272 kB
Inactive:        1234504 kB
Active(anon):    1181652 kB
Inactive(anon):     7932 kB
Active(file):    1027620 kB
Inactive(file):  1226572 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104404 kB
Dirty:              3528 kB
Writeback:             0 kB
AnonPages:       1219720 kB
Mapped:            18976 kB
Shmem:                92 kB
Slab:             745324 kB
SReclaimable:     189260 kB
SUnreclaim:       556064 kB
KernelStack:        1608 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 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= 70460 MiB
End job on node127 at 2012-06-03 03:46:18