Trace number 3731813

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-23No Cert. 251.448 247.904

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
MD5SUM810966efbb409d6e2e91a116be6e9263
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1963
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 1963
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 1963
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 1963
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.09	c no version file found!!!
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1599470296
0.04/0.09	c Max memory 1607860224
0.04/0.09	c Total memory 1607860224
0.04/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3731813-1338688234.opb
0.07/0.11	c reading problem ... 
0.42/0.33	c ... done. Wall clock time 0.225s.
0.42/0.33	c CPU time (experimental) 0.29s.
0.42/0.33	c #vars     1963
0.42/0.33	c #constraints  4000
0.42/0.37	c SATISFIABLE
0.42/0.37	c OPTIMIZING...
0.42/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.42/0.38	o 1203
1.24/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
1.24/0.85	o 1197
2.32/1.71	c Got one! Elapsed wall clock time (in seconds):1.602
2.32/1.71	o 1194
9.78/9.13	c Got one! Elapsed wall clock time (in seconds):9.023
9.78/9.13	o 1193
22.17/20.88	c Got one! Elapsed wall clock time (in seconds):20.769
22.17/20.88	o 1192
74.02/71.82	c cleaning 152958 clauses out of 305933 for limit 2.7916710000044636E7
74.63/72.49	c cleaning 76733 clauses out of 153476 for limit 9.186297109646982E7
74.94/72.72	c cleaning 38615 clauses out of 77242 for limit 3.007106603199419E8
75.14/72.93	c cleaning 19556 clauses out of 39127 for limit 9.789976994374186E8
75.44/73.20	c cleaning 10030 clauses out of 20072 for limit 3.150343950340186E9
75.54/73.32	c cleaning 5262 clauses out of 10542 for limit 9.891940502020853E9
75.64/73.41	c cleaning 2880 clauses out of 5779 for limit 2.9728513103999107E10
75.74/73.50	c cleaning 1695 clauses out of 3400 for limit 8.341369589763779E10
75.74/73.59	c cleaning 1096 clauses out of 2204 for limit 2.1199521890185947E11
75.84/73.68	c cleaning 804 clauses out of 1609 for limit 4.793712802333076E11
75.94/73.76	c cleaning 652 clauses out of 1305 for limit 9.74705531592236E11
76.04/73.85	c cleaning 576 clauses out of 1152 for limit 1.8190843543378467E12
76.14/73.94	c cleaning 538 clauses out of 1077 for limit 3.212033108241506E12
76.24/74.02	c cleaning 511 clauses out of 1039 for limit 5.490805447736691E12
76.34/74.10	c cleaning 506 clauses out of 1027 for limit 9.15171601366841E12
76.34/74.19	c cleaning 511 clauses out of 1022 for limit 1.518142301718207E13
76.44/74.28	c cleaning 505 clauses out of 1010 for limit 2.5308323604663316E13
76.54/74.37	c cleaning 496 clauses out of 1006 for limit 4.194470755463187E13
76.64/74.45	c cleaning 505 clauses out of 1010 for limit 6.8898483786431805E13
167.86/165.17	c cleaning 151994 clauses out of 304005 for limit 1713.8536207481993
172.45/169.77	c cleaning 76248 clauses out of 152510 for limit 5628.303484436748
173.65/170.93	c cleaning 38372 clauses out of 76763 for limit 18459.260033084414
173.95/171.26	c cleaning 19434 clauses out of 38890 for limit 60027.41742375657
174.15/171.48	c cleaning 9969 clauses out of 19956 for limit 192916.77530578332
174.36/171.61	c cleaning 5235 clauses out of 10487 for limit 605407.9339540055
174.45/171.72	c cleaning 2864 clauses out of 5752 for limit 1820272.4069806535
174.55/171.81	c cleaning 1684 clauses out of 3389 for limit 5100045.998345632
174.55/171.89	c cleaning 1091 clauses out of 2205 for limit 1.2926857315006845E7
174.65/171.99	c cleaning 797 clauses out of 1614 for limit 2.912419334909316E7
174.75/172.07	c cleaning 652 clauses out of 1316 for limit 5.88468095355263E7
174.85/172.16	c cleaning 582 clauses out of 1164 for limit 1.0971896897181854E8
174.95/172.24	c cleaning 533 clauses out of 1083 for limit 1.946689293640797E8
175.05/172.33	c cleaning 517 clauses out of 1050 for limit 3.3112478165200216E8
175.15/172.42	c cleaning 509 clauses out of 1032 for limit 5.550379288866817E8
175.25/172.50	c cleaning 500 clauses out of 1023 for limit 9.233845687820177E8
175.25/172.59	c cleaning 502 clauses out of 1024 for limit 1.5228204080911298E9
175.36/172.67	c cleaning 503 clauses out of 1022 for limit 2.5162491212767777E9
175.46/172.76	c cleaning 509 clauses out of 1019 for limit 4.161848194291924E9
175.55/172.84	c cleaning 504 clauses out of 1009 for limit 6.924535211946761E9
245.61/242.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
245.61/242.26		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
245.61/242.26		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
246.01/242.60		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
246.01/242.60		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
246.01/242.60		at org.sat4j.minisat.core.Solver.search(Unknown Source)
246.31/242.95		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
246.61/243.27		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
246.61/243.27		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
246.61/243.28		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
247.10/243.74		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
247.10/243.74		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
247.10/243.74		at org.sat4j.AbstractLauncher.run(Unknown Source)
247.10/243.74		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
249.10/245.79	c starts		: 67
249.10/245.79	c conflicts		: 891868
249.10/245.79	c decisions		: 1226794
249.10/245.79	c propagations		: 25850460
249.10/245.79	c inspects		: 136075826
249.10/245.79	c learnt literals	: 0
249.10/245.79	c learnt binary clauses	: 0
249.10/245.79	c learnt ternary clauses	: 0
249.10/245.79	c learnt clauses	: 891867
249.10/245.79	c root simplifications	: 0
249.10/245.79	c removed literals (reason simplification)	: 0
249.10/245.79	c reason swapping (by a shorter reason)	: 0
249.10/245.79	c Calls to reduceDB	: 39
249.10/245.79	c speed (decisions/second)	: 5454.793643453593
249.10/245.79	c non guided choices	125
249.10/245.79	s SATISFIABLE
251.00/247.65	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
251.00/247.65		at java.lang.Integer.toString(Integer.java:308)
251.00/247.65		at java.lang.Integer.toString(Integer.java:118)
251.00/247.65		at java.lang.String.valueOf(String.java:2931)
251.00/247.65		at java.io.PrintWriter.print(PrintWriter.java:487)
251.00/247.65		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
251.00/247.65		at org.sat4j.AbstractOptimizationLauncher.displayResult(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-3731813-1338688234/watcher-3731813-1338688234 -o /tmp/evaluation-result-3731813-1338688234/solver-3731813-1338688234 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731813-1338688234.opb 

running on 4 cores: 1,3,5,7

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.00 2.01 2.00 3/195 32246
/proc/meminfo: memFree=26133684/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/32246/stat : 32246 (java) R 32244 32246 29837 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 334949280 2560000 46 33554432000 1073741824 1073778376 140735074409312 140735074406440 242158234919 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32246/statm: 625 46 37 9 0 29 0

[startup+0.0735461 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 32246
/proc/meminfo: memFree=26133684/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=2956804 CPUtime=0.04 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 4113 0 1 0 3 1 0 0 20 0 18 0 334949280 3027767296 5322 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 739201 5322 1767 9 0 729885 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2956804

[startup+0.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 32246
/proc/meminfo: memFree=26133684/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 4452 0 1 0 6 1 0 0 20 0 18 0 334949280 3028844544 5660 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 739464 5660 1952 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300175 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 32246
/proc/meminfo: memFree=26133684/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=2957856 CPUtime=0.42 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 5724 0 1 0 41 1 0 0 20 0 18 0 334949280 3028844544 8634 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 739464 8634 2236 9 0 729885 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2957856

[startup+0.700173 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 32246
/proc/meminfo: memFree=26133684/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3024420 CPUtime=1.14 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 8196 0 1 0 113 1 0 0 20 0 19 0 334949280 3097006080 12830 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 756105 12830 2262 9 0 746526 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 3024420

[startup+1.50063 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 32267
/proc/meminfo: memFree=26078812/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3024420 CPUtime=2.12 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 9804 0 1 0 210 2 0 0 20 0 19 0 334949280 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 756105 19628 2272 9 0 746526 0
[pid=32246/tid=32248] ppid=32244 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/32246/task/32248/stat : 32248 (java) R 32244 32246 29837 0 -1 4202560 3126 0 1 0 144 1 0 0 20 0 19 0 334949282 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898695557544 139898635866988 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32249] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32249/stat : 32249 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898628651304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32250] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32250/stat : 32250 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898560440488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32251] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32251/stat : 32251 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898559388200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32252] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32252/stat : 32252 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898558335400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898557283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32254] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32254/stat : 32254 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898556230312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32255] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32255/stat : 32255 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898555178024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32256] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32256/stat : 32256 (java) S 32244 32246 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898554125224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32257] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32257/stat : 32257 (java) S 32244 32246 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334949284 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898541713640 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32258] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3391 0 0 0 36 0 0 0 20 0 19 0 334949287 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3024420 CPUtime=0.26 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2082 0 0 0 26 0 0 0 20 0 19 0 334949287 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32267] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32267/stat : 32267 (java) S 32244 32246 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334949369 3097006080 19628 33554432000 1073741824 1073778376 140734768336000 139898532144296 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 3024420

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 32268
/proc/meminfo: memFree=26045052/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3024420 CPUtime=3.77 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 9864 0 1 0 374 3 0 0 20 0 19 0 334949280 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 756105 31437 2272 9 0 746526 0
[pid=32246/tid=32248] ppid=32244 vsize=3024420 CPUtime=3.05 cores=1,3,5,7
/proc/32246/task/32248/stat : 32248 (java) R 32244 32246 29837 0 -1 4202560 3151 0 1 0 303 2 0 0 20 0 19 0 334949282 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898695555608 139898635866353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32249] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32249/stat : 32249 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898628651304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32250] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32250/stat : 32250 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898560440488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32251] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32251/stat : 32251 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898559388200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32252] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32252/stat : 32252 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898558335400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898557283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32254] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32254/stat : 32254 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898556230312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32255] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32255/stat : 32255 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898555178024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32256] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32256/stat : 32256 (java) S 32244 32246 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898554125224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32257] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32257/stat : 32257 (java) S 32244 32246 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334949284 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898541713640 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32258] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3416 0 0 0 39 0 0 0 20 0 19 0 334949287 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2090 0 0 0 29 0 0 0 20 0 19 0 334949287 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32268] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32268/stat : 32268 (java) S 32244 32246 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334949452 3097006080 31437 33554432000 1073741824 1073778376 140734768336000 139898532144168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 3024420

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 32268
/proc/meminfo: memFree=25955124/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3024420 CPUtime=6.98 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 9906 0 1 0 694 4 0 0 20 0 19 0 334949280 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 756105 51766 2273 9 0 746526 0
[pid=32246/tid=32248] ppid=32244 vsize=3024420 CPUtime=6.25 cores=1,3,5,7
/proc/32246/task/32248/stat : 32248 (java) R 32244 32246 29837 0 -1 4202560 3192 0 1 0 622 3 0 0 20 0 19 0 334949282 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898695555520 139898635832784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32249] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32249/stat : 32249 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898628651304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32250] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32250/stat : 32250 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898560440488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32251] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32251/stat : 32251 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898559388200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32252] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32252/stat : 32252 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898558335400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898557283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32254] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32254/stat : 32254 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898556230312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32255] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32255/stat : 32255 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898555178024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32256] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32256/stat : 32256 (java) S 32244 32246 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334949283 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898554125224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32257] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32257/stat : 32257 (java) S 32244 32246 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334949284 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898541713640 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32258] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3416 0 0 0 39 0 0 0 20 0 19 0 334949287 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2090 0 0 0 29 0 0 0 20 0 19 0 334949287 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32268] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32268/stat : 32268 (java) S 32244 32246 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334949452 3097006080 51766 33554432000 1073741824 1073778376 140734768336000 139898532144168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

[pid=32246/tid=32258] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 334949285 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3432 0 0 0 47 0 0 0 20 0 19 0 334949287 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3024420 CPUtime=0.34 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2107 0 0 0 34 0 0 0 20 0 19 0 334949287 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334949287 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 2 4 0 0 20 0 19 0 334949287 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32270] ppid=32244 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32270/stat : 32270 (java) S 32244 32246 29837 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334951369 3097006080 418315 33554432000 1073741824 1073778376 140734768336000 139898532144424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 246.51
Current children cumulated vsize (KiB) 3024420

[startup+246.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/214 32272
/proc/meminfo: memFree=24465320/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3090984 CPUtime=249.71 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 12484 0 1 0 24843 128 0 0 20 0 20 0 334949280 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 772746 418329 2302 9 0 763167 0
[pid=32246/tid=32248] ppid=32244 vsize=3090984 CPUtime=238.89 cores=1,3,5,7
/proc/32246/task/32248/stat : 32248 (java) S 32244 32246 29837 0 -1 4202560 3340 0 1 0 23879 10 0 0 20 0 20 0 334949282 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898695558328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32249] ppid=32244 vsize=3090984 CPUtime=0.33 cores=1,3,5,7
/proc/32246/task/32249/stat : 32249 (java) S 32244 32246 29837 0 -1 4202560 193 0 0 0 23 10 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898628651304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32250] ppid=32244 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/32246/task/32250/stat : 32250 (java) S 32244 32246 29837 0 -1 4202560 354 0 0 0 34 21 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898560440488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32251] ppid=32244 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/32246/task/32251/stat : 32251 (java) S 32244 32246 29837 0 -1 4202560 401 0 0 0 42 21 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898559388200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32252] ppid=32244 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32252/stat : 32252 (java) S 32244 32246 29837 0 -1 4202560 317 0 0 0 30 17 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898558335400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=3090984 CPUtime=0.37 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) S 32244 32246 29837 0 -1 4202560 205 0 0 0 25 12 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898557283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32254] ppid=32244 vsize=3090984 CPUtime=0.32 cores=1,3,5,7
/proc/32246/task/32254/stat : 32254 (java) S 32244 32246 29837 0 -1 4202560 172 0 0 0 20 12 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898556230312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32255] ppid=32244 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/32246/task/32255/stat : 32255 (java) S 32244 32246 29837 0 -1 4202560 316 0 0 0 40 11 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898555178024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32256] ppid=32244 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/32246/task/32256/stat : 32256 (java) S 32244 32246 29837 0 -1 4202560 181 0 0 0 22 9 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898554125224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32257] ppid=32244 vsize=3090984 CPUtime=6.35 cores=1,3,5,7
/proc/32246/task/32257/stat : 32257 (java) R 32244 32246 29837 0 -1 4202560 223 0 0 0 629 6 0 0 20 0 20 0 334949284 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898541713800 139898702411864 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32258] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 334949285 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334949285 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3432 0 0 0 47 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3090984 CPUtime=0.34 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2107 0 0 0 34 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3090984 CPUtime=0.06 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 2 4 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32270] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32270/stat : 32270 (java) S 32244 32246 29837 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 334951369 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898532144424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32272] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32272/stat : 32272 (java) S 32244 32246 29837 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334973789 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898531091368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 249.71
Current children cumulated vsize (KiB) 3090984

[startup+247.101 s]
/proc/loadavg: 2.07 2.03 2.00 3/214 32272
/proc/meminfo: memFree=24465320/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3090984 CPUtime=250.5 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 12491 0 1 0 24922 128 0 0 20 0 20 0 334949280 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 772746 418329 2302 9 0 763167 0
[pid=32246/tid=32248] ppid=32244 vsize=3090984 CPUtime=238.89 cores=1,3,5,7
/proc/32246/task/32248/stat : 32248 (java) S 32244 32246 29837 0 -1 4202560 3340 0 1 0 23879 10 0 0 20 0 20 0 334949282 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898695558328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32249] ppid=32244 vsize=3090984 CPUtime=0.33 cores=1,3,5,7
/proc/32246/task/32249/stat : 32249 (java) S 32244 32246 29837 0 -1 4202560 193 0 0 0 23 10 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898628651304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32250] ppid=32244 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/32246/task/32250/stat : 32250 (java) S 32244 32246 29837 0 -1 4202560 354 0 0 0 34 21 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898560440488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32251] ppid=32244 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/32246/task/32251/stat : 32251 (java) S 32244 32246 29837 0 -1 4202560 401 0 0 0 42 21 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898559388200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32252] ppid=32244 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32252/stat : 32252 (java) S 32244 32246 29837 0 -1 4202560 317 0 0 0 30 17 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898558335400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=3090984 CPUtime=0.37 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) S 32244 32246 29837 0 -1 4202560 205 0 0 0 25 12 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898557283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32254] ppid=32244 vsize=3090984 CPUtime=0.32 cores=1,3,5,7
/proc/32246/task/32254/stat : 32254 (java) S 32244 32246 29837 0 -1 4202560 172 0 0 0 20 12 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898556230312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32255] ppid=32244 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/32246/task/32255/stat : 32255 (java) S 32244 32246 29837 0 -1 4202560 316 0 0 0 40 11 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898555178024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32256] ppid=32244 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/32246/task/32256/stat : 32256 (java) S 32244 32246 29837 0 -1 4202560 181 0 0 0 22 9 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898554125224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32257] ppid=32244 vsize=3090984 CPUtime=7.14 cores=1,3,5,7
/proc/32246/task/32257/stat : 32257 (java) R 32244 32246 29837 0 -1 4202560 223 0 0 0 708 6 0 0 20 0 20 0 334949284 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898541713800 139898699694429 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32258] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 334949285 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334949285 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3432 0 0 0 47 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3090984 CPUtime=0.34 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2107 0 0 0 34 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3090984 CPUtime=0.06 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 2 4 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32270] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32270/stat : 32270 (java) S 32244 32246 29837 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 334951369 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898532144424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32272] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32272/stat : 32272 (java) S 32244 32246 29837 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 20 0 334973789 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898531091368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 250.5
Current children cumulated vsize (KiB) 3090984

[startup+247.507 s]
/proc/loadavg: 2.06 2.03 2.00 3/214 32272
/proc/meminfo: memFree=24465320/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=3090984 CPUtime=250.91 cores=1,3,5,7
/proc/32246/stat : 32246 (java) S 32244 32246 29837 0 -1 4202496 12494 0 1 0 24963 128 0 0 20 0 20 0 334949280 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 140734768327136 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 772746 418329 2302 9 0 763167 0
[pid=32246/tid=32248] ppid=32244 vsize=3090984 CPUtime=238.89 cores=1,3,5,7
/proc/32246/task/32248/stat : 32248 (java) S 32244 32246 29837 0 -1 4202560 3340 0 1 0 23879 10 0 0 20 0 20 0 334949282 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898695558328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32249] ppid=32244 vsize=3090984 CPUtime=0.33 cores=1,3,5,7
/proc/32246/task/32249/stat : 32249 (java) S 32244 32246 29837 0 -1 4202560 193 0 0 0 23 10 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898628651304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32250] ppid=32244 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/32246/task/32250/stat : 32250 (java) S 32244 32246 29837 0 -1 4202560 354 0 0 0 34 21 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898560440488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32251] ppid=32244 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/32246/task/32251/stat : 32251 (java) S 32244 32246 29837 0 -1 4202560 401 0 0 0 42 21 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898559388200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32252] ppid=32244 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32252/stat : 32252 (java) S 32244 32246 29837 0 -1 4202560 317 0 0 0 30 17 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898558335400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=3090984 CPUtime=0.37 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) S 32244 32246 29837 0 -1 4202560 205 0 0 0 25 12 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898557283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32254] ppid=32244 vsize=3090984 CPUtime=0.32 cores=1,3,5,7
/proc/32246/task/32254/stat : 32254 (java) S 32244 32246 29837 0 -1 4202560 172 0 0 0 20 12 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898556230312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32255] ppid=32244 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/32246/task/32255/stat : 32255 (java) S 32244 32246 29837 0 -1 4202560 316 0 0 0 40 11 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898555178024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32256] ppid=32244 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/32246/task/32256/stat : 32256 (java) S 32244 32246 29837 0 -1 4202560 181 0 0 0 22 9 0 0 20 0 20 0 334949283 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898554125224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32246/tid=32257] ppid=32244 vsize=3090984 CPUtime=7.55 cores=1,3,5,7
/proc/32246/task/32257/stat : 32257 (java) R 32244 32246 29837 0 -1 4202560 223 0 0 0 749 6 0 0 20 0 20 0 334949284 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898541713800 139898699718972 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32258] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32258/stat : 32258 (java) S 32244 32246 29837 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 334949285 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898540659704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32259] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32259/stat : 32259 (java) S 32244 32246 29837 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334949285 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898539607304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32260] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32260/stat : 32260 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898538555792 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32261] ppid=32244 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/32246/task/32261/stat : 32261 (java) S 32244 32246 29837 0 -1 4202560 3432 0 0 0 47 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898537503416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32262] ppid=32244 vsize=3090984 CPUtime=0.34 cores=1,3,5,7
/proc/32246/task/32262/stat : 32262 (java) S 32244 32246 29837 0 -1 4202560 2107 0 0 0 34 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898536450616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32263] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32263/stat : 32263 (java) S 32244 32246 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898535398520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32246/tid=32264] ppid=32244 vsize=3090984 CPUtime=0.06 cores=1,3,5,7
/proc/32246/task/32264/stat : 32264 (java) S 32244 32246 29837 0 -1 4202560 16 0 0 0 2 4 0 0 20 0 20 0 334949287 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898534345928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32246/tid=32270] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32270/stat : 32270 (java) S 32244 32246 29837 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 334951369 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898532144424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32246/tid=32272] ppid=32244 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/32246/task/32272/stat : 32272 (java) S 32244 32246 29837 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 20 0 334973789 3165167616 418329 33554432000 1073741824 1073778376 140734768336000 139898531090632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 250.91
Current children cumulated vsize (KiB) 3090984

[startup+247.901 s]
/proc/loadavg: 2.06 2.03 2.00 3/214 32272
/proc/meminfo: memFree=24465320/32873648 swapFree=7112/7112
[pid=32246] ppid=32244 vsize=0 CPUtime=251.42 cores=1,3,5,7
/proc/32246/stat : 32246 (java) Z 32244 32246 29837 0 -1 4202508 12556 0 1 0 24996 146 0 0 20 0 2 0 334949280 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32246/statm: 0 0 0 0 0 0 0
[pid=32246/tid=32253] ppid=32244 vsize=0 CPUtime=0.37 cores=1,3,5,7
/proc/32246/task/32253/stat : 32253 (java) R 32244 32246 29837 0 -1 4203588 205 0 0 0 25 12 0 0 20 0 2 0 334949283 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 251.42
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 247.904
CPU time (s): 251.448
CPU user time (s): 249.963
CPU system time (s): 1.48477
CPU usage (%): 101.43
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.963
system time used= 1.48477
maximum resident set size= 1673524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12556
page faults= 1
swaps= 0
block input operations= 8
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5873
involuntary context switches= 4902

runsolver used 0.905862 second user time and 2.67659 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 03:50:34
IDJOB=3731813
IDBENCH=1988
IDSOLVER=2319
FILE ID=node126/3731813-1338688234
RUNJOBID= node126-1338678624-29857
PBS_JOBID= 14636687
Free space on /tmp= 70772 MiB

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

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

MD5SUM BENCH= 810966efbb409d6e2e91a116be6e9263
RANDOM SEED=1567475208

node126.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.456
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.91
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.456
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.456
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		: 2666.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26134328 kB
Buffers:          404496 kB
Cached:          3792920 kB
SwapCached:         9476 kB
Active:          3160912 kB
Inactive:        2716144 kB
Active(anon):    1669392 kB
Inactive(anon):    12168 kB
Active(file):    1491520 kB
Inactive(file):  2703976 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:              3620 kB
Writeback:             0 kB
AnonPages:       1677324 kB
Mapped:            18008 kB
Shmem:                 0 kB
Slab:             722724 kB
SReclaimable:     166592 kB
SUnreclaim:       556132 kB
KernelStack:        1600 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 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= 70768 MiB
End job on node126 at 2012-06-03 03:54:42