Trace number 3731758

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) 258.87 254.436

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_43.opb.PB06.opb
MD5SUMa5f043ce08e99e0db4435bd2e8b3d7e9
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 1036
Optimality of the best value was proved NO
Number of variables1968
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 1968
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 1968
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 1968
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.10	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.10	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.10	c no version file found!!!
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version	1.6.0_24
0.07/0.10	c os.name	Linux
0.07/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch	amd64
0.07/0.10	c Free memory 1599470296
0.07/0.10	c Max memory 1607860224
0.07/0.10	c Total memory 1607860224
0.07/0.10	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3731758-1338688046.opb
0.07/0.12	c reading problem ... 
0.40/0.35	c ... done. Wall clock time 0.226s.
0.40/0.35	c CPU time (experimental) 0.3s.
0.40/0.35	c #vars     1968
0.40/0.35	c #constraints  4000
0.40/0.39	c SATISFIABLE
0.40/0.39	c OPTIMIZING...
0.40/0.39	c Got one! Elapsed wall clock time (in seconds):0.267
0.40/0.39	o 1199
1.83/1.33	c Got one! Elapsed wall clock time (in seconds):1.207
1.83/1.33	o 1198
4.06/3.32	c Got one! Elapsed wall clock time (in seconds):3.195
4.06/3.32	o 1197
4.16/3.43	c Got one! Elapsed wall clock time (in seconds):3.309
4.16/3.43	o 1196
11.79/11.01	c Got one! Elapsed wall clock time (in seconds):10.892
11.79/11.02	o 1195
17.79/16.27	c Got one! Elapsed wall clock time (in seconds):16.15
17.79/16.27	o 1193
25.51/23.99	c Got one! Elapsed wall clock time (in seconds):23.871
25.51/23.99	o 1192
27.22/25.64	c Got one! Elapsed wall clock time (in seconds):25.521
27.22/25.64	o 1184
71.86/69.28	c cleaning 154486 clauses out of 308984 for limit 5.851268024966366E8
72.37/69.73	c cleaning 77494 clauses out of 154997 for limit 1.9216932556068802E9
72.57/69.92	c cleaning 38992 clauses out of 78003 for limit 6.297264561688E9
72.77/70.17	c cleaning 19746 clauses out of 39511 for limit 2.050223045028132E10
72.98/70.37	c cleaning 10123 clauses out of 20264 for limit 6.585903012909023E10
73.17/70.50	c cleaning 5312 clauses out of 10641 for limit 2.0683019975834274E11
73.27/70.60	c cleaning 2904 clauses out of 5829 for limit 6.226704074645942E11
73.27/70.69	c cleaning 1702 clauses out of 3426 for limit 1.748861115809085E12
73.37/70.78	c cleaning 1112 clauses out of 2224 for limit 4.442871827805369E12
73.47/70.87	c cleaning 800 clauses out of 1611 for limit 1.0104722755084559E13
73.57/70.96	c cleaning 655 clauses out of 1311 for limit 2.0477320983762496E13
73.67/71.05	c cleaning 578 clauses out of 1157 for limit 3.830300696615506E13
73.77/71.14	c cleaning 539 clauses out of 1078 for limit 6.772809227098633E13
73.87/71.23	c cleaning 512 clauses out of 1039 for limit 1.1588519158824173E14
170.96/167.56	c cleaning 155000 clauses out of 310027 for limit 1176624.8905914484
174.45/171.02	c cleaning 77755 clauses out of 155527 for limit 3868010.472911808
175.65/172.21	c cleaning 39129 clauses out of 78272 for limit 1.2674851860567741E7
175.95/172.58	c cleaning 19814 clauses out of 39643 for limit 4.1270401857996374E7
176.25/172.80	c cleaning 10160 clauses out of 20330 for limit 1.3284898184357525E8
176.35/172.92	c cleaning 5328 clauses out of 10669 for limit 4.1705493932879895E8
176.45/173.03	c cleaning 2913 clauses out of 5843 for limit 1.25836319795379E9
176.55/173.12	c cleaning 1706 clauses out of 3429 for limit 3.5326107392439337E9
176.65/173.20	c cleaning 1104 clauses out of 2222 for limit 8.981328690918913E9
176.65/173.29	c cleaning 803 clauses out of 1619 for limit 2.034830296734267E10
176.75/173.37	c cleaning 647 clauses out of 1315 for limit 4.1273439911293365E10
251.36/246.98	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
253.66/249.25		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
255.17/250.75		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
256.47/252.08		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(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-3731758-1338688046/watcher-3731758-1338688046 -o /tmp/evaluation-result-3731758-1338688046/solver-3731758-1338688046 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731758-1338688046.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.00 2.00 3/197 8899
/proc/meminfo: memFree=27508076/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/8899/stat : 8899 (java) D 8897 8899 6422 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 334929402 2560000 46 33554432000 1073741824 1073778376 140733816051296 140733816048424 215115459879 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/8899/statm: 625 46 37 9 0 29 0

[startup+0.0411259 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 8899
/proc/meminfo: memFree=27508076/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=2414972 CPUtime=0.01 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 3666 0 1 0 0 1 0 0 20 0 10 0 334929402 2472931328 4365 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 603743 4367 1532 9 0 594444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2414972

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 8899
/proc/meminfo: memFree=27508076/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 4128 0 1 0 5 2 0 0 20 0 18 0 334929402 3028844544 5846 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 8899
/proc/meminfo: memFree=27508076/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=2957856 CPUtime=0.4 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 5649 0 1 0 38 2 0 0 20 0 18 0 334929402 3028844544 8548 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 739464 8548 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 2957856

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 8899
/proc/meminfo: memFree=27508076/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=1.18 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 8099 0 1 0 115 3 0 0 20 0 19 0 334929402 3097006080 13242 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 13242 2262 9 0 746526 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 3024420

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 8919
/proc/meminfo: memFree=27456476/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=2.19 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 9688 0 1 0 215 4 0 0 20 0 19 0 334929402 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 19996 2272 9 0 746526 0
[pid=8899/tid=8901] ppid=8897 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/8899/task/8901/stat : 8901 (java) R 8897 8899 6422 0 -1 4202560 3066 0 1 0 143 2 0 0 20 0 19 0 334929404 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140184017433192 140183857604480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8902] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8902/stat : 8902 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140184000858792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8903] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8903/stat : 8903 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183999806248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8904] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8904/stat : 8904 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183998753704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8905] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8905/stat : 8905 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183997701160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8906] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8906/stat : 8906 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183996647592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8907] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8907/stat : 8907 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183995595048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8908] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8908/stat : 8908 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183994542504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8909] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) S 8897 8899 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183981079144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183980025464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183978972808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 1996 0 0 0 32 0 0 0 20 0 19 0 334929410 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3427 0 0 0 37 0 0 0 20 0 19 0 334929410 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 19996 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 3024420

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 8920
/proc/meminfo: memFree=27419740/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=3.85 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 9745 0 1 0 380 5 0 0 20 0 19 0 334929402 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 31288 2272 9 0 746526 0
[pid=8899/tid=8901] ppid=8897 vsize=3024420 CPUtime=3.04 cores=1,3,5,7
/proc/8899/task/8901/stat : 8901 (java) R 8897 8899 6422 0 -1 4202560 3090 0 1 0 301 3 0 0 20 0 19 0 334929404 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140184017431160 140183857618632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8902] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8902/stat : 8902 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140184000858792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8903] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8903/stat : 8903 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183999806248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8904] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8904/stat : 8904 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183998753704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8905] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8905/stat : 8905 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183997701160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8906] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8906/stat : 8906 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183996647592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8907] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8907/stat : 8907 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183995595048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8908] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8908/stat : 8908 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183994542504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8909] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) S 8897 8899 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183981079144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183980025464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183978972808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 2021 0 0 0 36 0 0 0 20 0 19 0 334929410 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3435 0 0 0 40 0 0 0 20 0 19 0 334929410 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8920] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8920/stat : 8920 (java) S 8897 8899 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334929539 3097006080 31288 33554432000 1073741824 1073778376 140736826164608 140183853815336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 3024420

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 8922
/proc/meminfo: memFree=27324112/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=7.07 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 9795 0 1 0 700 7 0 0 20 0 19 0 334929402 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 53399 2273 9 0 746526 0
[pid=8899/tid=8901] ppid=8897 vsize=3024420 CPUtime=6.23 cores=1,3,5,7
/proc/8899/task/8901/stat : 8901 (java) R 8897 8899 6422 0 -1 4202560 3135 0 1 0 618 5 0 0 20 0 19 0 334929404 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140184017433016 140183857604533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8902] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8902/stat : 8902 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140184000858792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8903] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8903/stat : 8903 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183999806248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8904] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8904/stat : 8904 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183998753704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8905] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8905/stat : 8905 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183997701160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8906] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8906/stat : 8906 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183996647592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8907] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8907/stat : 8907 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183995595048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8908] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8908/stat : 8908 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183994542504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8909] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334929405 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) S 8897 8899 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183981079144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183980025464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183978972808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 2021 0 0 0 36 0 0 0 20 0 19 0 334929410 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.41 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3435 0 0 0 41 0 0 0 20 0 19 0 334929410 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8922] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8922/stat : 8922 (java) S 8897 8899 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334929746 3097006080 53399 33554432000 1073741824 1073778376 140736826164608 140183853814568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 8924
/proc/meminfo: memFree=27159684/32873844 swapFree=7620/7620

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

/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 205 0 0 0 47 15 0 0 20 0 19 0 334929405 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=9.75 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) R 8897 8899 6422 0 -1 4202560 222 0 0 0 969 6 0 0 20 0 19 0 334929407 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183981079304 140184024287235 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183980025464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183978970104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 2026 0 0 0 43 0 0 0 20 0 19 0 334929410 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3448 0 0 0 49 0 0 0 20 0 19 0 334929410 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 15 0 0 0 5 5 0 0 20 0 19 0 334929410 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8927] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8927/stat : 8927 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334931967 3097006080 418368 33554432000 1073741824 1073778376 140736826164608 140183853815080 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 257.97
Current children cumulated vsize (KiB) 3024420

[startup+253.901 s]
/proc/loadavg: 1.98 2.07 2.03 3/215 9150
/proc/meminfo: memFree=25829692/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=258.37 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 12308 0 1 0 25675 162 0 0 20 0 19 0 334929402 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 418370 2302 9 0 746526 0
[pid=8899/tid=8901] ppid=8897 vsize=3024420 CPUtime=241.8 cores=1,3,5,7
/proc/8899/task/8901/stat : 8901 (java) S 8897 8899 6422 0 -1 4202560 3303 0 1 0 24168 12 0 0 20 0 19 0 334929404 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140184017435128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8902] ppid=8897 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/8899/task/8902/stat : 8902 (java) S 8897 8899 6422 0 -1 4202560 208 0 0 0 31 16 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140184000858792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8903] ppid=8897 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/8899/task/8903/stat : 8903 (java) S 8897 8899 6422 0 -1 4202560 233 0 0 0 40 18 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183999806248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8904] ppid=8897 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/8899/task/8904/stat : 8904 (java) S 8897 8899 6422 0 -1 4202560 218 0 0 0 34 17 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183998753704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8905] ppid=8897 vsize=3024420 CPUtime=0.68 cores=1,3,5,7
/proc/8899/task/8905/stat : 8905 (java) S 8897 8899 6422 0 -1 4202560 430 0 0 0 46 22 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183997701160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8906] ppid=8897 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/8899/task/8906/stat : 8906 (java) S 8897 8899 6422 0 -1 4202560 242 0 0 0 33 18 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183996647592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8907] ppid=8897 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/8899/task/8907/stat : 8907 (java) S 8897 8899 6422 0 -1 4202560 290 0 0 0 37 19 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183995595048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8908] ppid=8897 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/8899/task/8908/stat : 8908 (java) S 8897 8899 6422 0 -1 4202560 256 0 0 0 52 19 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183994542504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8909] ppid=8897 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 205 0 0 0 47 15 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=10.15 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) R 8897 8899 6422 0 -1 4202560 222 0 0 0 1009 6 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183981079304 215124296028 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183980025368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183978970040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 2026 0 0 0 43 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3448 0 0 0 49 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 15 0 0 0 5 5 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8927] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8927/stat : 8927 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334931967 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183853815080 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 258.37
Current children cumulated vsize (KiB) 3024420

[startup+254.301 s]
/proc/loadavg: 1.98 2.07 2.03 3/215 9150
/proc/meminfo: memFree=25829692/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=258.77 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 12310 0 1 0 25715 162 0 0 20 0 19 0 334929402 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 418370 2302 9 0 746526 0
[pid=8899/tid=8901] ppid=8897 vsize=3024420 CPUtime=241.8 cores=1,3,5,7
/proc/8899/task/8901/stat : 8901 (java) S 8897 8899 6422 0 -1 4202560 3304 0 1 0 24168 12 0 0 20 0 19 0 334929404 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140184017434744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8902] ppid=8897 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/8899/task/8902/stat : 8902 (java) S 8897 8899 6422 0 -1 4202560 208 0 0 0 31 16 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140184000858792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8903] ppid=8897 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/8899/task/8903/stat : 8903 (java) S 8897 8899 6422 0 -1 4202560 233 0 0 0 40 18 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183999806248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8904] ppid=8897 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/8899/task/8904/stat : 8904 (java) S 8897 8899 6422 0 -1 4202560 218 0 0 0 34 17 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183998753704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8905] ppid=8897 vsize=3024420 CPUtime=0.68 cores=1,3,5,7
/proc/8899/task/8905/stat : 8905 (java) S 8897 8899 6422 0 -1 4202560 430 0 0 0 46 22 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183997701160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8906] ppid=8897 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/8899/task/8906/stat : 8906 (java) S 8897 8899 6422 0 -1 4202560 242 0 0 0 33 18 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183996647592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8907] ppid=8897 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/8899/task/8907/stat : 8907 (java) S 8897 8899 6422 0 -1 4202560 290 0 0 0 37 19 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183995595048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8908] ppid=8897 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/8899/task/8908/stat : 8908 (java) S 8897 8899 6422 0 -1 4202560 256 0 0 0 52 19 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183994542504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8909] ppid=8897 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 205 0 0 0 47 15 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=10.54 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) R 8897 8899 6422 0 -1 4202560 222 0 0 0 1048 6 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183981079304 140184021569885 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183980025464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183978972808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 2026 0 0 0 43 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3448 0 0 0 49 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 15 0 0 0 5 5 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8927] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8927/stat : 8927 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334931967 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183853815080 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 258.77
Current children cumulated vsize (KiB) 3024420

[startup+254.401 s]
/proc/loadavg: 1.98 2.07 2.03 3/215 9150
/proc/meminfo: memFree=25829692/32873844 swapFree=7620/7620
[pid=8899] ppid=8897 vsize=3024420 CPUtime=258.87 cores=1,3,5,7
/proc/8899/stat : 8899 (java) S 8897 8899 6422 0 -1 4202496 12310 0 1 0 25725 162 0 0 20 0 19 0 334929402 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140736826155744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8899/statm: 756105 418370 2302 9 0 746526 0
[pid=8899/tid=8901] ppid=8897 vsize=3024420 CPUtime=241.8 cores=1,3,5,7
/proc/8899/task/8901/stat : 8901 (java) S 8897 8899 6422 0 -1 4202560 3304 0 1 0 24168 12 0 0 20 0 19 0 334929404 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140184017434744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8902] ppid=8897 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/8899/task/8902/stat : 8902 (java) S 8897 8899 6422 0 -1 4202560 208 0 0 0 31 16 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140184000858792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8903] ppid=8897 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/8899/task/8903/stat : 8903 (java) S 8897 8899 6422 0 -1 4202560 233 0 0 0 40 18 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183999806248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8904] ppid=8897 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/8899/task/8904/stat : 8904 (java) S 8897 8899 6422 0 -1 4202560 218 0 0 0 34 17 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183998753704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8905] ppid=8897 vsize=3024420 CPUtime=0.68 cores=1,3,5,7
/proc/8899/task/8905/stat : 8905 (java) S 8897 8899 6422 0 -1 4202560 430 0 0 0 46 22 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183997701160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8906] ppid=8897 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/8899/task/8906/stat : 8906 (java) S 8897 8899 6422 0 -1 4202560 242 0 0 0 33 18 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183996647592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8907] ppid=8897 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/8899/task/8907/stat : 8907 (java) S 8897 8899 6422 0 -1 4202560 290 0 0 0 37 19 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183995595048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8908] ppid=8897 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/8899/task/8908/stat : 8908 (java) S 8897 8899 6422 0 -1 4202560 256 0 0 0 52 19 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183994542504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8899/tid=8909] ppid=8897 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/8899/task/8909/stat : 8909 (java) S 8897 8899 6422 0 -1 4202560 205 0 0 0 47 15 0 0 20 0 19 0 334929405 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183993489960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8910] ppid=8897 vsize=3024420 CPUtime=10.64 cores=1,3,5,7
/proc/8899/task/8910/stat : 8910 (java) R 8897 8899 6422 0 -1 4202560 222 0 0 0 1058 6 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183981079304 140184024288532 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8911] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8911/stat : 8911 (java) S 8897 8899 6422 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183980025464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8912] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8912/stat : 8912 (java) S 8897 8899 6422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334929407 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183978972808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8913] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8913/stat : 8913 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183977921552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8914] ppid=8897 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/8899/task/8914/stat : 8914 (java) S 8897 8899 6422 0 -1 4202560 2026 0 0 0 43 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183976867896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8899/tid=8915] ppid=8897 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/8899/task/8915/stat : 8915 (java) S 8897 8899 6422 0 -1 4202560 3448 0 0 0 49 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183975815352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8916] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8916/stat : 8916 (java) S 8897 8899 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183856998904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8899/tid=8917] ppid=8897 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/8899/task/8917/stat : 8917 (java) S 8897 8899 6422 0 -1 4202560 15 0 0 0 5 5 0 0 20 0 19 0 334929410 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183855946568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8899/tid=8927] ppid=8897 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8899/task/8927/stat : 8927 (java) S 8897 8899 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334931967 3097006080 418370 33554432000 1073741824 1073778376 140736826164608 140183853815080 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 258.87
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8899 and gives
#  childrusage.ru_utime.tv_sec=256
#  childrusage.ru_utime.tv_usec=581993
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=816723
# CPU time returned by wait4() is 258.399
# while last known CPU time is 258.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 254.436
CPU time (s): 258.87
CPU user time (s): 257.25
CPU system time (s): 1.62
CPU usage (%): 101.743
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.582
system time used= 1.81672
maximum resident set size= 1673488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12313
page faults= 1
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6010
involuntary context switches= 1954

runsolver used 0.974851 second user time and 2.27265 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 03:47:26
IDJOB=3731758
IDBENCH=1983
IDSOLVER=2319
FILE ID=node135/3731758-1338688046
RUNJOBID= node135-1338678628-6442
PBS_JOBID= 14636678
Free space on /tmp= 70960 MiB

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

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

MD5SUM BENCH= a5f043ce08e99e0db4435bd2e8b3d7e9
RANDOM SEED=1213779714

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27508604 kB
Buffers:          350176 kB
Cached:          2489912 kB
SwapCached:         1672 kB
Active:          2794964 kB
Inactive:        1693232 kB
Active(anon):    1638552 kB
Inactive(anon):    12048 kB
Active(file):    1156412 kB
Inactive(file):  1681184 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:       1686704 kB
Mapped:            18784 kB
Shmem:               132 kB
Slab:             699892 kB
SReclaimable:     141712 kB
SUnreclaim:       558180 kB
KernelStack:        1624 kB
PageTables:         7516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70956 MiB
End job on node135 at 2012-06-03 03:51:41