Trace number 3731846

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. 276.49 272.964

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_2.opb.PB06.opb
MD5SUMd89a654d285384133d515ccaf16a0c40
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1044
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1040
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-3731846-1338688290.opb
0.07/0.12	c reading problem ... 
0.39/0.36	c ... done. Wall clock time 0.236s.
0.39/0.36	c CPU time (experimental) 0.32s.
0.39/0.36	c #vars     1968
0.39/0.36	c #constraints  4000
0.63/0.40	c SATISFIABLE
0.63/0.40	c OPTIMIZING...
0.63/0.40	c Got one! Elapsed wall clock time (in seconds):0.278
0.63/0.41	o 1200
1.83/1.37	c Got one! Elapsed wall clock time (in seconds):1.251
1.83/1.38	o 1192
2.38/1.77	c Got one! Elapsed wall clock time (in seconds):1.648
2.38/1.77	o 1188
2.78/2.19	c Got one! Elapsed wall clock time (in seconds):2.061
2.78/2.19	o 1187
22.61/21.24	c Got one! Elapsed wall clock time (in seconds):21.12
22.61/21.25	o 1186
79.10/76.82	c cleaning 153864 clauses out of 307744 for limit 1.6990329013147265E8
79.92/77.65	c cleaning 77185 clauses out of 154380 for limit 5.585425117823083E8
80.12/77.89	c cleaning 38838 clauses out of 77694 for limit 1.8284418975418584E9
80.32/78.07	c cleaning 19671 clauses out of 39357 for limit 5.958501562341599E9
80.52/78.28	c cleaning 10088 clauses out of 20186 for limit 1.915863936167449E10
80.72/78.42	c cleaning 5291 clauses out of 10597 for limit 6.012476227529599E10
80.82/78.53	c cleaning 2903 clauses out of 5806 for limit 1.8097357352081116E11
80.92/78.63	c cleaning 1692 clauses out of 3404 for limit 5.095573155094837E11
81.02/78.73	c cleaning 1094 clauses out of 2211 for limit 1.29245438704147E12
81.12/78.82	c cleaning 802 clauses out of 1617 for limit 2.9144045396113965E12
81.22/78.91	c cleaning 658 clauses out of 1316 for limit 5.911454675851524E12
81.32/79.00	c cleaning 579 clauses out of 1158 for limit 1.1078923944948504E13
81.32/79.09	c cleaning 539 clauses out of 1079 for limit 1.960832889091658E13
81.42/79.18	c cleaning 516 clauses out of 1040 for limit 3.354938590254643E13
81.52/79.27	c cleaning 505 clauses out of 1024 for limit 5.619191653344001E13
81.62/79.36	c cleaning 502 clauses out of 1018 for limit 9.312095016352862E13
81.72/79.44	c cleaning 503 clauses out of 1017 for limit 1.538737799699537E14
81.82/79.54	c cleaning 504 clauses out of 1014 for limit 2.5450921267562134E14
184.18/181.47	c cleaning 152999 clauses out of 306010 for limit 46703.86324764211
188.37/185.65	c cleaning 76751 clauses out of 153511 for limit 153534.08711860937
190.27/187.55	c cleaning 38620 clauses out of 77259 for limit 502593.1955928013
190.67/187.90	c cleaning 19561 clauses out of 39140 for limit 1637703.452522383
190.88/188.16	c cleaning 10028 clauses out of 20078 for limit 5259652.010078883
191.07/188.31	c cleaning 5269 clauses out of 10550 for limit 1.6507484133558204E7
191.17/188.41	c cleaning 2883 clauses out of 5781 for limit 4.968053520099255E7
191.27/188.51	c cleaning 1688 clauses out of 3398 for limit 1.3938683204066607E8
191.37/188.60	c cleaning 1097 clauses out of 2211 for limit 3.5362810875032634E8
191.37/188.69	c cleaning 800 clauses out of 1613 for limit 7.985875381339916E8
191.47/188.78	c cleaning 657 clauses out of 1314 for limit 1.6182735273367996E9
191.57/188.87	c cleaning 579 clauses out of 1158 for limit 3.0313014996289744E9
191.67/188.96	c cleaning 532 clauses out of 1077 for limit 5.364248073621987E9
191.77/189.05	c cleaning 514 clauses out of 1045 for limit 9.117256092608568E9
191.88/189.14	c cleaning 516 clauses out of 1033 for limit 1.5240704169157877E10
191.98/189.23	c cleaning 508 clauses out of 1016 for limit 2.5528954075258663E10
192.07/189.33	c cleaning 503 clauses out of 1007 for limit 4.24344555799373E10
192.17/189.41	c cleaning 493 clauses out of 1005 for limit 7.018954744738872E10
192.27/189.51	c cleaning 498 clauses out of 1012 for limit 1.1495129772535922E11
270.90/267.32	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
270.90/267.32		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
271.09/267.56		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
271.09/267.56		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
271.19/267.68		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
271.19/267.68		at org.sat4j.minisat.core.Solver.search(Unknown Source)
271.49/267.92		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
271.49/267.92		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
271.49/267.92		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
271.69/268.16		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
271.69/268.16		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
271.90/268.40		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
271.90/268.40		at org.sat4j.AbstractLauncher.run(Unknown Source)
271.90/268.40		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
273.89/270.31	c starts		: 61
273.89/270.31	c conflicts		: 895953
273.89/270.31	c decisions		: 1200385
273.89/270.31	c propagations		: 21739508
273.89/270.31	c inspects		: 129491828
273.89/270.31	c learnt literals	: 0
273.89/270.31	c learnt binary clauses	: 0
273.89/270.31	c learnt ternary clauses	: 0
273.89/270.31	c learnt clauses	: 895952
273.89/270.31	c root simplifications	: 0
273.89/270.31	c removed literals (reason simplification)	: 0
273.89/270.31	c reason swapping (by a shorter reason)	: 0
273.89/270.31	c Calls to reduceDB	: 37
273.89/270.31	c speed (decisions/second)	: 4819.778040103753
273.89/270.31	c non guided choices	264
273.89/270.31	s SATISFIABLE
276.19/272.70	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
276.19/272.70		at java.lang.Integer.toString(Integer.java:308)
276.19/272.70		at java.lang.Integer.toString(Integer.java:118)
276.19/272.70		at java.lang.String.valueOf(String.java:2931)
276.19/272.70		at java.io.PrintWriter.print(PrintWriter.java:487)
276.19/272.70		at org.sat4j.reader.OPBReader2005.decode(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-3731846-1338688290/watcher-3731846-1338688290 -o /tmp/evaluation-result-3731846-1338688290/solver-3731846-1338688290 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731846-1338688290.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.09 2.03 3/194 18231
/proc/meminfo: memFree=27549096/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18231/stat : 18231 (java) R 18229 18231 7849 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 334954643 2560000 46 33554432000 1073741824 1073778376 140735224931696 140735224928824 214360485108 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 892 49 38 9 0 30 0

[startup+0.060175 s]
/proc/loadavg: 2.07 2.09 2.03 3/194 18231
/proc/meminfo: memFree=27549096/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=2623916 CPUtime=0.02 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 3931 0 1 0 2 0 0 0 20 0 13 0 334954643 2686889984 5138 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 655979 5138 1697 9 0 646680 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2623916

[startup+0.100254 s]
/proc/loadavg: 2.07 2.09 2.03 3/194 18231
/proc/meminfo: memFree=27549096/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 4129 0 1 0 6 1 0 0 20 0 18 0 334954643 3028844544 5846 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300222 s]
/proc/loadavg: 2.07 2.09 2.03 3/194 18231
/proc/meminfo: memFree=27549096/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 5598 0 1 0 38 1 0 0 20 0 18 0 334954643 3028844544 8569 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 739464 8569 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2957856

[startup+0.700231 s]
/proc/loadavg: 2.07 2.09 2.03 3/194 18231
/proc/meminfo: memFree=27549096/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3024420 CPUtime=1.17 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 8047 0 1 0 116 1 0 0 20 0 19 0 334954643 3097006080 13258 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 756105 13258 2262 9 0 746526 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 3024420

[startup+1.50067 s]
/proc/loadavg: 2.07 2.09 2.03 3/213 18251
/proc/meminfo: memFree=27496976/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3024420 CPUtime=2.17 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 9296 0 1 0 215 2 0 0 20 0 19 0 334954643 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 756105 19372 2272 9 0 746526 0
[pid=18231/tid=18233] ppid=18229 vsize=3024420 CPUtime=1.45 cores=0,2,4,6
/proc/18231/task/18233/stat : 18233 (java) R 18229 18231 7849 0 -1 4202560 3067 0 1 0 144 1 0 0 20 0 19 0 334954645 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825708511848 139825563354064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18234] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18234/stat : 18234 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954646 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825691936936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18235] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18235/stat : 18235 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825690884392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18236] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18236/stat : 18236 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825689831848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18237] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18237/stat : 18237 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825688779304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18238] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18238/stat : 18238 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825687726760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18239] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18239/stat : 18239 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825686674216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18240] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18240/stat : 18240 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825685621672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18241] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18241/stat : 18241 (java) S 18229 18231 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825684569128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18242] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18242/stat : 18242 (java) S 18229 18231 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825554352232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18243] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18243/stat : 18243 (java) S 18229 18231 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825553298552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18244] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2879 0 0 0 36 0 0 0 20 0 19 0 334954651 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3024420 CPUtime=0.32 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2143 0 0 0 32 0 0 0 20 0 19 0 334954651 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825549089464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 19372 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 3024420

[startup+3.10064 s]
/proc/loadavg: 2.07 2.09 2.03 3/213 18253
/proc/meminfo: memFree=27461480/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3024420 CPUtime=3.84 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 9349 0 1 0 381 3 0 0 20 0 19 0 334954643 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 756105 31172 2272 9 0 746526 0
[pid=18231/tid=18233] ppid=18229 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/18231/task/18233/stat : 18233 (java) R 18229 18231 7849 0 -1 4202560 3092 0 1 0 302 2 0 0 20 0 19 0 334954645 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825708509752 139825563391989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18234] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18234/stat : 18234 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954646 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825691936936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18235] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18235/stat : 18235 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825690884392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18236] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18236/stat : 18236 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825689831848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18237] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18237/stat : 18237 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825688779304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18238] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18238/stat : 18238 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825687726760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18239] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18239/stat : 18239 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825686674216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18240] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18240/stat : 18240 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825685621672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18241] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18241/stat : 18241 (java) S 18229 18231 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825684569128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18242] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18242/stat : 18242 (java) S 18229 18231 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825554352232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18243] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18243/stat : 18243 (java) S 18229 18231 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825553298552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18244] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2902 0 0 0 40 0 0 0 20 0 19 0 334954651 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2144 0 0 0 35 0 0 0 20 0 19 0 334954651 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825549089464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 31172 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 3024420

[startup+6.30069 s]
/proc/loadavg: 2.06 2.09 2.03 3/213 18254
/proc/meminfo: memFree=27374364/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3024420 CPUtime=7.04 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 9390 0 1 0 700 4 0 0 20 0 19 0 334954643 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 756105 51038 2273 9 0 746526 0
[pid=18231/tid=18233] ppid=18229 vsize=3024420 CPUtime=6.23 cores=0,2,4,6
/proc/18231/task/18233/stat : 18233 (java) R 18229 18231 7849 0 -1 4202560 3132 0 1 0 620 3 0 0 20 0 19 0 334954645 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825708509600 139825563391966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18234] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18234/stat : 18234 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954646 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825691936936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18235] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18235/stat : 18235 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825690884392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18236] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18236/stat : 18236 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825689831848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18237] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18237/stat : 18237 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825688779304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18238] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18238/stat : 18238 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825687726760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18239] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18239/stat : 18239 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825686674216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18240] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18240/stat : 18240 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825685621672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18241] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18241/stat : 18241 (java) S 18229 18231 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334954647 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825684569128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18242] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18242/stat : 18242 (java) S 18229 18231 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825554352232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18243] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18243/stat : 18243 (java) S 18229 18231 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825553298552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18244] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334954648 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2902 0 0 0 40 0 0 0 20 0 19 0 334954651 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2144 0 0 0 35 0 0 0 20 0 19 0 334954651 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825549089464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334954651 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18254] ppid=18229 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18254/stat : 18254 (java) S 18229 18231 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334954863 3097006080 51038 33554432000 1073741824 1073778376 140733249455232 139824537232680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.06 2.09 2.03 3/213 18254
/proc/meminfo: memFree=27221020/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3024420 CPUtime=13.44 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 9460 0 1 0 1338 6 0 0 20 0 19 0 334954643 3097006080 86601 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2907 0 0 0 47 0 0 0 20 0 20 0 334954651 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2152 0 0 0 39 0 0 0 20 0 20 0 334954651 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139825549089464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3090984 CPUtime=0.07 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 3 4 0 0 20 0 20 0 334954651 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18255] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18255/stat : 18255 (java) S 18229 18231 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 334956769 3165167616 418133 33554432000 1073741824 1073778376 140733249455232 139824537232808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 273.89
Current children cumulated vsize (KiB) 3090984

[startup+271.901 s]
/proc/loadavg: 2.06 2.06 2.02 3/214 18380
/proc/meminfo: memFree=26842732/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3090984 CPUtime=275.48 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 11884 0 1 0 27422 126 0 0 20 0 20 0 334954643 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 772746 418134 2302 9 0 763167 0
[pid=18231/tid=18233] ppid=18229 vsize=3090984 CPUtime=262.93 cores=0,2,4,6
/proc/18231/task/18233/stat : 18233 (java) S 18229 18231 7849 0 -1 4202560 3276 0 1 0 26283 10 0 0 20 0 20 0 334954645 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825708512440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18234] ppid=18229 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/18231/task/18234/stat : 18234 (java) S 18229 18231 7849 0 -1 4202560 241 0 0 0 27 13 0 0 20 0 20 0 334954646 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825691936936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18235] ppid=18229 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/18231/task/18235/stat : 18235 (java) S 18229 18231 7849 0 -1 4202560 230 0 0 0 28 14 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825690884392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18236] ppid=18229 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/18231/task/18236/stat : 18236 (java) S 18229 18231 7849 0 -1 4202560 216 0 0 0 37 14 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825689831848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18237] ppid=18229 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18231/task/18237/stat : 18237 (java) S 18229 18231 7849 0 -1 4202560 399 0 0 0 38 20 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825688779304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18238] ppid=18229 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/18231/task/18238/stat : 18238 (java) S 18229 18231 7849 0 -1 4202560 270 0 0 0 31 15 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825687726760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18239] ppid=18229 vsize=3090984 CPUtime=0.36 cores=0,2,4,6
/proc/18231/task/18239/stat : 18239 (java) S 18229 18231 7849 0 -1 4202560 223 0 0 0 23 13 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825686674216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18240] ppid=18229 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/18231/task/18240/stat : 18240 (java) S 18229 18231 7849 0 -1 4202560 273 0 0 0 32 13 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825685621672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18241] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18241/stat : 18241 (java) S 18229 18231 7849 0 -1 4202560 221 0 0 0 35 12 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825684569128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18242] ppid=18229 vsize=3090984 CPUtime=7.18 cores=0,2,4,6
/proc/18231/task/18242/stat : 18242 (java) R 18229 18231 7849 0 -1 4202560 225 0 0 0 713 5 0 0 20 0 20 0 334954648 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825554352232 139825712648541 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18243] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18243/stat : 18243 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825553298552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18244] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2907 0 0 0 47 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2152 0 0 0 39 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825549089464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3090984 CPUtime=0.08 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 4 4 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18255] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18255/stat : 18255 (java) S 18229 18231 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 334956769 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139824537232808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18380] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18380/stat : 18380 (java) S 18229 18231 7849 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 334981600 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139824536179496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 275.48
Current children cumulated vsize (KiB) 3090984

[startup+272.701 s]
/proc/loadavg: 2.06 2.06 2.02 3/214 18380
/proc/meminfo: memFree=26840684/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3090984 CPUtime=276.3 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 11893 0 1 0 27503 127 0 0 20 0 20 0 334954643 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 772746 418134 2302 9 0 763167 0
[pid=18231/tid=18233] ppid=18229 vsize=3090984 CPUtime=262.93 cores=0,2,4,6
/proc/18231/task/18233/stat : 18233 (java) S 18229 18231 7849 0 -1 4202560 3276 0 1 0 26283 10 0 0 20 0 20 0 334954645 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825708512440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18234] ppid=18229 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/18231/task/18234/stat : 18234 (java) S 18229 18231 7849 0 -1 4202560 241 0 0 0 27 13 0 0 20 0 20 0 334954646 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825691936936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18235] ppid=18229 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/18231/task/18235/stat : 18235 (java) S 18229 18231 7849 0 -1 4202560 230 0 0 0 28 14 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825690884392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18236] ppid=18229 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/18231/task/18236/stat : 18236 (java) S 18229 18231 7849 0 -1 4202560 216 0 0 0 37 14 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825689831848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18237] ppid=18229 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18231/task/18237/stat : 18237 (java) S 18229 18231 7849 0 -1 4202560 399 0 0 0 38 20 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825688779304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18238] ppid=18229 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/18231/task/18238/stat : 18238 (java) S 18229 18231 7849 0 -1 4202560 270 0 0 0 31 15 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825687726760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18239] ppid=18229 vsize=3090984 CPUtime=0.36 cores=0,2,4,6
/proc/18231/task/18239/stat : 18239 (java) S 18229 18231 7849 0 -1 4202560 223 0 0 0 23 13 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825686674216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18240] ppid=18229 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/18231/task/18240/stat : 18240 (java) S 18229 18231 7849 0 -1 4202560 273 0 0 0 32 13 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825685621672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18241] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18241/stat : 18241 (java) S 18229 18231 7849 0 -1 4202560 221 0 0 0 35 12 0 0 20 0 20 0 334954647 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825684569128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18242] ppid=18229 vsize=3090984 CPUtime=7.98 cores=0,2,4,6
/proc/18231/task/18242/stat : 18242 (java) R 18229 18231 7849 0 -1 4202560 225 0 0 0 793 5 0 0 20 0 20 0 334954648 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825554352168 139825710707298 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18243] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18243/stat : 18243 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825553298552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18244] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2907 0 0 0 47 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2154 0 0 0 39 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825549088792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3090984 CPUtime=0.09 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 5 4 0 0 20 0 20 0 334954651 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18255] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18255/stat : 18255 (java) S 18229 18231 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 334956769 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139824537232808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18380] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18380/stat : 18380 (java) S 18229 18231 7849 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 20 0 334981600 3165167616 418134 33554432000 1073741824 1073778376 140733249455232 139824536179048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 276.3
Current children cumulated vsize (KiB) 3090984

[startup+272.901 s]
/proc/loadavg: 2.06 2.06 2.02 3/214 18380
/proc/meminfo: memFree=26840684/32873844 swapFree=7632/7632
[pid=18231] ppid=18229 vsize=3090984 CPUtime=276.49 cores=0,2,4,6
/proc/18231/stat : 18231 (java) S 18229 18231 7849 0 -1 4202496 11916 0 1 0 27522 127 0 0 20 0 20 0 334954643 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 140733249446368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18231/statm: 772746 418156 2302 9 0 763167 0
[pid=18231/tid=18233] ppid=18229 vsize=3090984 CPUtime=262.93 cores=0,2,4,6
/proc/18231/task/18233/stat : 18233 (java) S 18229 18231 7849 0 -1 4202560 3276 0 1 0 26283 10 0 0 20 0 20 0 334954645 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825708512440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18234] ppid=18229 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/18231/task/18234/stat : 18234 (java) S 18229 18231 7849 0 -1 4202560 241 0 0 0 27 13 0 0 20 0 20 0 334954646 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825691936936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18235] ppid=18229 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/18231/task/18235/stat : 18235 (java) S 18229 18231 7849 0 -1 4202560 230 0 0 0 28 14 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825690884392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18236] ppid=18229 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/18231/task/18236/stat : 18236 (java) S 18229 18231 7849 0 -1 4202560 216 0 0 0 37 14 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825689831848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18237] ppid=18229 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18231/task/18237/stat : 18237 (java) S 18229 18231 7849 0 -1 4202560 399 0 0 0 38 20 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825688779304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18238] ppid=18229 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/18231/task/18238/stat : 18238 (java) S 18229 18231 7849 0 -1 4202560 270 0 0 0 31 15 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825687726760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18239] ppid=18229 vsize=3090984 CPUtime=0.36 cores=0,2,4,6
/proc/18231/task/18239/stat : 18239 (java) S 18229 18231 7849 0 -1 4202560 223 0 0 0 23 13 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825686674216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18240] ppid=18229 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/18231/task/18240/stat : 18240 (java) S 18229 18231 7849 0 -1 4202560 273 0 0 0 32 13 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825685621672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18241] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18241/stat : 18241 (java) S 18229 18231 7849 0 -1 4202560 221 0 0 0 35 12 0 0 20 0 20 0 334954647 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825684569128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18242] ppid=18229 vsize=3090984 CPUtime=8.17 cores=0,2,4,6
/proc/18231/task/18242/stat : 18242 (java) R 18229 18231 7849 0 -1 4202560 239 0 0 0 812 5 0 0 20 0 20 0 334954648 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825554350840 214369275723 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18243] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18243/stat : 18243 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825553298552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18231/tid=18244] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18244/stat : 18244 (java) S 18229 18231 7849 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 334954648 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825552245896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18245] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18245/stat : 18245 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825551194640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18246] ppid=18229 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/18231/task/18246/stat : 18246 (java) S 18229 18231 7849 0 -1 4202560 2907 0 0 0 47 0 0 0 20 0 20 0 334954651 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825550142008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18247] ppid=18229 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/18231/task/18247/stat : 18247 (java) S 18229 18231 7849 0 -1 4202560 2163 0 0 0 40 0 0 0 20 0 20 0 334954651 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825549065912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18248] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18248/stat : 18248 (java) S 18229 18231 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334954651 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139825548037112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18231/tid=18249] ppid=18229 vsize=3090984 CPUtime=0.09 cores=0,2,4,6
/proc/18231/task/18249/stat : 18249 (java) S 18229 18231 7849 0 -1 4202560 18 0 0 0 5 4 0 0 20 0 20 0 334954651 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139824539364680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18231/tid=18255] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18255/stat : 18255 (java) S 18229 18231 7849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 334956769 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139824537232808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18231/tid=18380] ppid=18229 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18380/stat : 18380 (java) S 18229 18231 7849 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 20 0 334981600 3165167616 418156 33554432000 1073741824 1073778376 140733249455232 139824536179464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.49
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18231 and gives
#  childrusage.ru_utime.tv_sec=274
#  childrusage.ru_utime.tv_usec=550262
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=463777
# CPU time returned by wait4() is 276.014
# while last known CPU time is 276.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 272.964
CPU time (s): 276.49
CPU user time (s): 275.22
CPU system time (s): 1.27
CPU usage (%): 101.292
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.55
system time used= 1.46378
maximum resident set size= 1672676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11934
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6356
involuntary context switches= 3511

runsolver used 0.539917 second user time and 1.39579 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 03:51:30
IDJOB=3731846
IDBENCH=1991
IDSOLVER=2319
FILE ID=node130/3731846-1338688290
RUNJOBID= node130-1338679215-16919
PBS_JOBID= 14636683
Free space on /tmp= 70980 MiB

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

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

MD5SUM BENCH= d89a654d285384133d515ccaf16a0c40
RANDOM SEED=1233843489

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27549360 kB
Buffers:          406860 kB
Cached:          2377976 kB
SwapCached:         4256 kB
Active:          2749044 kB
Inactive:        1706620 kB
Active(anon):    1663020 kB
Inactive(anon):     8128 kB
Active(file):    1086024 kB
Inactive(file):  1698492 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              3560 kB
Writeback:             0 kB
AnonPages:       1677884 kB
Mapped:            17644 kB
Shmem:                 4 kB
Slab:             721888 kB
SReclaimable:     163544 kB
SUnreclaim:       558344 kB
KernelStack:        1760 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70972 MiB
End job on node130 at 2012-06-03 03:56:03