Trace number 3732946

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. 465.57 459.884

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.5:100.opb
MD5SUM19d2194cc03557fbd803cc33882ae5ce
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark3.3025
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables4447
Total number of constraints4926
Number of constraints which are clauses4205
Number of constraints which are cardinality constraints (but not clauses)721
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27
Number of terms in the objective function 4447
Biggest coefficient in the objective function 2128
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 12580
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2128
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12580
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3732946-1338692340.opb
0.08/0.10	c reading problem ... 
0.47/0.38	c ... done. Wall clock time 0.28s.
0.47/0.38	c CPU time (experimental) 0.35s.
0.47/0.38	c #vars     4447
0.47/0.38	c #constraints  4925
0.75/0.48	c SATISFIABLE
0.75/0.48	c OPTIMIZING...
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.75/0.49	o 51
118.63/115.04	c cleaning 155492 clauses out of 311000 for limit 4.369194019119346E9
119.55/115.95	c cleaning 78001 clauses out of 156008 for limit 1.4363845900019747E10
119.75/116.19	c cleaning 39247 clauses out of 78507 for limit 4.7072266695158356E10
119.95/116.36	c cleaning 19867 clauses out of 39760 for limit 1.532791222686407E11
120.05/116.50	c cleaning 10189 clauses out of 20393 for limit 4.928379566861175E11
120.26/116.63	c cleaning 5336 clauses out of 10704 for limit 1.5484423975717876E12
120.35/116.75	c cleaning 2926 clauses out of 5868 for limit 4.658079928790024E12
120.45/116.86	c cleaning 1718 clauses out of 3447 for limit 1.3142688179271598E13
120.55/116.98	c cleaning 1103 clauses out of 2224 for limit 3.3425201395202344E13
120.65/117.09	c cleaning 799 clauses out of 1621 for limit 7.5627838435873E13
120.85/117.20	c cleaning 661 clauses out of 1322 for limit 1.5292874849310975E14
120.95/117.31	c cleaning 580 clauses out of 1161 for limit 2.8717343095846656E14
121.05/117.43	c cleaning 540 clauses out of 1081 for limit 5.086355016038695E14
121.15/117.54	c cleaning 520 clauses out of 1041 for limit 8.710388406011525E14
121.25/117.66	c cleaning 510 clauses out of 1021 for limit 1.4645978610793552E15
121.35/117.77	c cleaning 503 clauses out of 1014 for limit 2.439302185948599E15
121.45/117.88	c cleaning 496 clauses out of 1008 for limit 4.0345525781139315E15
121.55/118.00	c cleaning 506 clauses out of 1013 for limit 6.627303581538441E15
121.75/118.11	c cleaning 504 clauses out of 1008 for limit 1.0994517556493368E16
121.85/118.22	c cleaning 501 clauses out of 1002 for limit 1.820353994623258E16
121.95/118.33	c cleaning 501 clauses out of 1002 for limit 3.0050122720063664E16
286.95/282.63	c cleaning 158243 clauses out of 316503 for limit 1.9271954149432837E11
288.34/284.05	c cleaning 79374 clauses out of 158757 for limit 6.317177105799818E11
288.94/284.63	c cleaning 39935 clauses out of 79885 for limit 2.074510356728572E12
289.34/285.04	c cleaning 20216 clauses out of 40449 for limit 6.749854835447259E12
289.74/285.49	c cleaning 10356 clauses out of 20735 for limit 2.175820643817033E13
290.04/285.72	c cleaning 5433 clauses out of 10877 for limit 6.826606463161146E13
290.25/285.90	c cleaning 2959 clauses out of 5945 for limit 2.0618284881113312E14
290.35/286.07	c cleaning 1730 clauses out of 3484 for limit 5.79046061504405E14
290.54/286.22	c cleaning 1116 clauses out of 2254 for limit 1.4760233696354998E15
290.64/286.37	c cleaning 819 clauses out of 1638 for limit 3.349570591964333E15
290.84/286.52	c cleaning 660 clauses out of 1320 for limit 6.861506829585642E15
290.94/286.67	c cleaning 573 clauses out of 1159 for limit 1.2874529610488972E16
458.26/452.56	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
458.26/452.56		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
458.66/452.94		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
458.66/452.94		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
458.66/452.94		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
459.46/453.77		at org.sat4j.minisat.core.Solver.search(Unknown Source)
459.46/453.77		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
459.46/453.77		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
459.67/453.96		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
459.67/453.96		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
459.67/453.96		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
460.47/454.70		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
460.47/454.70		at org.sat4j.AbstractLauncher.run(Unknown Source)
460.47/454.70		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
463.56/457.81	c starts		: 22
463.56/457.81	c conflicts		: 941867
463.56/457.81	c decisions		: 1022274
463.56/457.81	c propagations		: 9753011
463.56/457.81	c inspects		: 479944270
463.56/457.81	c learnt literals	: 0
463.56/457.81	c learnt binary clauses	: 0
463.56/457.81	c learnt ternary clauses	: 0
463.56/457.81	c learnt clauses	: 941866
463.56/457.81	c root simplifications	: 0
463.56/457.81	c removed literals (reason simplification)	: 0
463.56/457.81	c reason swapping (by a shorter reason)	: 0
463.56/457.81	c Calls to reduceDB	: 33
463.56/457.81	c speed (decisions/second)	: 2235.7835064398237
463.56/457.81	c non guided choices	2985
463.56/457.81	s SATISFIABLE
465.06/459.31	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
465.06/459.31		at java.lang.Integer.toString(Integer.java:310)
465.06/459.31		at java.lang.Integer.toString(Integer.java:118)
465.06/459.31		at java.lang.String.valueOf(String.java:2931)
465.06/459.31		at java.io.PrintWriter.print(PrintWriter.java:487)
465.06/459.31		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-3732946-1338692340/watcher-3732946-1338692340 -o /tmp/evaluation-result-3732946-1338692340/solver-3732946-1338692340 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732946-1338692340.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.03 2.01 2.00 3/194 18083
/proc/meminfo: memFree=27959052/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18083/stat : 18083 (java) D 18081 18083 15746 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 335358572 9515008 176 33554432000 1073741824 1073778376 140736955413392 140736955396120 248790205328 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18083/statm: 2323 176 133 9 0 71 0

[startup+0.0109209 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 18083
/proc/meminfo: memFree=27959052/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 2 0 335358572 24780800 867 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 6050 870 657 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.100257 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 18083
/proc/meminfo: memFree=27959052/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 4851 0 1 0 7 1 0 0 20 0 18 0 335358572 3028844544 6561 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 739464 6561 2099 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300326 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 18083
/proc/meminfo: memFree=27959052/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 6447 0 1 0 45 2 0 0 20 0 18 0 335358572 3028844544 9514 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 739464 9514 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700321 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 18083
/proc/meminfo: memFree=27959052/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3024420 CPUtime=1.54 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 16062 0 1 0 149 5 0 0 20 0 19 0 335358572 3097006080 20008 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 756105 20008 2281 9 0 746526 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 3024420

[startup+1.50072 s]
/proc/loadavg: 2.03 2.01 2.00 4/213 18103
/proc/meminfo: memFree=27885028/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3024420 CPUtime=2.65 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 16532 0 1 0 260 5 0 0 20 0 19 0 335358572 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 756105 23315 2285 9 0 746526 0
[pid=18083/tid=18085] ppid=18081 vsize=3024420 CPUtime=1.46 cores=1,3,5,7
/proc/18083/task/18085/stat : 18085 (java) R 18081 18083 15746 0 -1 4202560 3072 0 1 0 143 3 0 0 20 0 19 0 335358573 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932865761672 139932736358536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18086] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18086/stat : 18086 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932854823592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18087] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18087/stat : 18087 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932729994024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18088] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18088/stat : 18088 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932728941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18089] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18089/stat : 18089 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932727888936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18090] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18090/stat : 18090 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932726835368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18091] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18091/stat : 18091 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932725782824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18092] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18092/stat : 18092 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932724730280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18093] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18093/stat : 18093 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932723677736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18094] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18094/stat : 18094 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358576 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932240669288 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18095] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18095/stat : 18095 (java) S 18081 18083 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335358577 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932239615608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18096] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18096/stat : 18096 (java) S 18081 18083 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335358577 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932238562952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18097] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4542 0 0 0 55 1 0 0 20 0 19 0 335358579 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7713 0 0 0 57 1 0 0 20 0 19 0 335358579 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358631 3097006080 23315 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 3024420

[startup+3.10063 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 18103
/proc/meminfo: memFree=27861872/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3024420 CPUtime=4.25 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 16549 0 1 0 419 6 0 0 20 0 19 0 335358572 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 756105 30996 2285 9 0 746526 0
[pid=18083/tid=18085] ppid=18081 vsize=3024420 CPUtime=3.05 cores=1,3,5,7
/proc/18083/task/18085/stat : 18085 (java) R 18081 18083 15746 0 -1 4202560 3088 0 1 0 302 3 0 0 20 0 19 0 335358573 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932865761480 139932736358500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18086] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18086/stat : 18086 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932854823592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18087] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18087/stat : 18087 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932729994024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18088] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18088/stat : 18088 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932728941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18089] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18089/stat : 18089 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932727888936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18090] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18090/stat : 18090 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932726835368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18091] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18091/stat : 18091 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932725782824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18092] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18092/stat : 18092 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932724730280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18093] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18093/stat : 18093 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932723677736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18094] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18094/stat : 18094 (java) S 18081 18083 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335358576 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932240669288 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18095] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18095/stat : 18095 (java) S 18081 18083 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335358577 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932239615608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18096] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18096/stat : 18096 (java) S 18081 18083 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335358577 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932238562952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18097] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4542 0 0 0 56 2 0 0 20 0 19 0 335358579 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7713 0 0 0 57 1 0 0 20 0 19 0 335358579 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358631 3097006080 30996 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 3024420

[startup+6.3007 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 18103
/proc/meminfo: memFree=27804404/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3024420 CPUtime=7.5 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 16578 0 1 0 743 7 0 0 20 0 19 0 335358572 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 756105 44519 2285 9 0 746526 0
[pid=18083/tid=18085] ppid=18081 vsize=3024420 CPUtime=6.24 cores=1,3,5,7
/proc/18083/task/18085/stat : 18085 (java) R 18081 18083 15746 0 -1 4202560 3117 0 1 0 620 4 0 0 20 0 19 0 335358573 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932865761720 139932736358538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18086] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18086/stat : 18086 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932854823592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18087] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18087/stat : 18087 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932729994024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18088] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18088/stat : 18088 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932728941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18089] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18089/stat : 18089 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932727888936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18090] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18090/stat : 18090 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932726835368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18091] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18091/stat : 18091 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932725782824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18092] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18092/stat : 18092 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932724730280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18093] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18093/stat : 18093 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358575 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932723677736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18094] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18094/stat : 18094 (java) S 18081 18083 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335358576 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932240669288 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18095] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18095/stat : 18095 (java) S 18081 18083 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335358577 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932239615608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18096] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18096/stat : 18096 (java) S 18081 18083 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335358577 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932238562952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18097] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4542 0 0 0 59 2 0 0 20 0 19 0 335358579 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7713 0 0 0 58 1 0 0 20 0 19 0 335358579 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335358579 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335358631 3097006080 44519 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3090984 CPUtime=0.67 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4553 0 0 0 65 2 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7720 0 0 0 63 1 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3090984 CPUtime=0.18 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 27 0 0 0 9 9 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335358631 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18131] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18131/stat : 18131 (java) S 18081 18083 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335404247 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932230116344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 464.86
Current children cumulated vsize (KiB) 3090984

[startup+459.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 18131
/proc/meminfo: memFree=26133328/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3090984 CPUtime=465.26 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 19762 0 1 0 46320 206 0 0 20 0 20 0 335358572 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 772746 422536 2312 9 0 763167 0
[pid=18083/tid=18085] ppid=18081 vsize=3090984 CPUtime=444.06 cores=1,3,5,7
/proc/18083/task/18085/stat : 18085 (java) S 18081 18083 15746 0 -1 4202560 3294 0 1 0 44391 15 0 0 20 0 20 0 335358573 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932865762488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18086] ppid=18081 vsize=3090984 CPUtime=0.82 cores=1,3,5,7
/proc/18083/task/18086/stat : 18086 (java) S 18081 18083 15746 0 -1 4202560 482 0 0 0 57 25 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932854823592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18087] ppid=18081 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/18083/task/18087/stat : 18087 (java) S 18081 18083 15746 0 -1 4202560 390 0 0 0 44 30 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932729994024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18088] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18088/stat : 18088 (java) S 18081 18083 15746 0 -1 4202560 223 0 0 0 48 16 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932728941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18089] ppid=18081 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/18083/task/18089/stat : 18089 (java) S 18081 18083 15746 0 -1 4202560 508 0 0 0 44 29 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932727888936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18090] ppid=18081 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/18083/task/18090/stat : 18090 (java) S 18081 18083 15746 0 -1 4202560 411 0 0 0 55 30 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932726835368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18091] ppid=18081 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/18083/task/18091/stat : 18091 (java) S 18081 18083 15746 0 -1 4202560 314 0 0 0 59 22 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932725782824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18092] ppid=18081 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/18083/task/18092/stat : 18092 (java) S 18081 18083 15746 0 -1 4202560 181 0 0 0 48 14 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932724730280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18093] ppid=18081 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/18083/task/18093/stat : 18093 (java) S 18081 18083 15746 0 -1 4202560 329 0 0 0 41 16 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932723677736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18094] ppid=18081 vsize=3090984 CPUtime=12.63 cores=1,3,5,7
/proc/18083/task/18094/stat : 18094 (java) R 18081 18083 15746 0 -1 4202560 109 0 0 0 1261 2 0 0 20 0 20 0 335358576 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932240669288 139932869032128 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18095] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18095/stat : 18095 (java) S 18081 18083 15746 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 335358577 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932239615608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18096] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18096/stat : 18096 (java) S 18081 18083 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335358577 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932238562952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18097] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3090984 CPUtime=0.67 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4553 0 0 0 65 2 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7720 0 0 0 63 1 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3090984 CPUtime=0.18 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 27 0 0 0 9 9 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335358631 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18131] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18131/stat : 18131 (java) S 18081 18083 15746 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 335404247 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932230116104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 465.26
Current children cumulated vsize (KiB) 3090984

[startup+459.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 18131
/proc/meminfo: memFree=26133328/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3090984 CPUtime=465.47 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 19763 0 1 0 46341 206 0 0 20 0 20 0 335358572 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 772746 422536 2312 9 0 763167 0
[pid=18083/tid=18085] ppid=18081 vsize=3090984 CPUtime=444.06 cores=1,3,5,7
/proc/18083/task/18085/stat : 18085 (java) S 18081 18083 15746 0 -1 4202560 3294 0 1 0 44391 15 0 0 20 0 20 0 335358573 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932865762488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18086] ppid=18081 vsize=3090984 CPUtime=0.82 cores=1,3,5,7
/proc/18083/task/18086/stat : 18086 (java) S 18081 18083 15746 0 -1 4202560 482 0 0 0 57 25 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932854823592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18087] ppid=18081 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/18083/task/18087/stat : 18087 (java) S 18081 18083 15746 0 -1 4202560 390 0 0 0 44 30 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932729994024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18088] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18088/stat : 18088 (java) S 18081 18083 15746 0 -1 4202560 223 0 0 0 48 16 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932728941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18089] ppid=18081 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/18083/task/18089/stat : 18089 (java) S 18081 18083 15746 0 -1 4202560 508 0 0 0 44 29 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932727888936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18090] ppid=18081 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/18083/task/18090/stat : 18090 (java) S 18081 18083 15746 0 -1 4202560 411 0 0 0 55 30 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932726835368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18091] ppid=18081 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/18083/task/18091/stat : 18091 (java) S 18081 18083 15746 0 -1 4202560 314 0 0 0 59 22 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932725782824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18092] ppid=18081 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/18083/task/18092/stat : 18092 (java) S 18081 18083 15746 0 -1 4202560 181 0 0 0 48 14 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932724730280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18093] ppid=18081 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/18083/task/18093/stat : 18093 (java) S 18081 18083 15746 0 -1 4202560 329 0 0 0 41 16 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932723677736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18094] ppid=18081 vsize=3090984 CPUtime=12.84 cores=1,3,5,7
/proc/18083/task/18094/stat : 18094 (java) R 18081 18083 15746 0 -1 4202560 109 0 0 0 1282 2 0 0 20 0 20 0 335358576 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932240669288 139932867956920 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18095] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18095/stat : 18095 (java) S 18081 18083 15746 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 335358577 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932239615608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18096] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18096/stat : 18096 (java) S 18081 18083 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335358577 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932238562952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18097] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3090984 CPUtime=0.67 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4553 0 0 0 65 2 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7720 0 0 0 63 1 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3090984 CPUtime=0.18 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 27 0 0 0 9 9 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335358631 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18131] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18131/stat : 18131 (java) S 18081 18083 15746 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 335404247 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932230115208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 465.47
Current children cumulated vsize (KiB) 3090984

[startup+459.807 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 18131
/proc/meminfo: memFree=26133328/32873844 swapFree=7108/7108
[pid=18083] ppid=18081 vsize=3090984 CPUtime=465.57 cores=1,3,5,7
/proc/18083/stat : 18083 (java) S 18081 18083 15746 0 -1 4202496 19763 0 1 0 46351 206 0 0 20 0 20 0 335358572 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 140733370884272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18083/statm: 772746 422536 2312 9 0 763167 0
[pid=18083/tid=18085] ppid=18081 vsize=3090984 CPUtime=444.06 cores=1,3,5,7
/proc/18083/task/18085/stat : 18085 (java) S 18081 18083 15746 0 -1 4202560 3294 0 1 0 44391 15 0 0 20 0 20 0 335358573 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932865762488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18086] ppid=18081 vsize=3090984 CPUtime=0.82 cores=1,3,5,7
/proc/18083/task/18086/stat : 18086 (java) S 18081 18083 15746 0 -1 4202560 482 0 0 0 57 25 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932854823592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18087] ppid=18081 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/18083/task/18087/stat : 18087 (java) S 18081 18083 15746 0 -1 4202560 390 0 0 0 44 30 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932729994024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18088] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18088/stat : 18088 (java) S 18081 18083 15746 0 -1 4202560 223 0 0 0 48 16 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932728941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18089] ppid=18081 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/18083/task/18089/stat : 18089 (java) S 18081 18083 15746 0 -1 4202560 508 0 0 0 44 29 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932727888936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18090] ppid=18081 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/18083/task/18090/stat : 18090 (java) S 18081 18083 15746 0 -1 4202560 411 0 0 0 55 30 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932726835368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18091] ppid=18081 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/18083/task/18091/stat : 18091 (java) S 18081 18083 15746 0 -1 4202560 314 0 0 0 59 22 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932725782824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18092] ppid=18081 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/18083/task/18092/stat : 18092 (java) S 18081 18083 15746 0 -1 4202560 181 0 0 0 48 14 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932724730280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18093] ppid=18081 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/18083/task/18093/stat : 18093 (java) S 18081 18083 15746 0 -1 4202560 329 0 0 0 41 16 0 0 20 0 20 0 335358575 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932723677736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18094] ppid=18081 vsize=3090984 CPUtime=12.94 cores=1,3,5,7
/proc/18083/task/18094/stat : 18094 (java) R 18081 18083 15746 0 -1 4202560 109 0 0 0 1292 2 0 0 20 0 20 0 335358576 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932240669288 139932872269896 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18095] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18095/stat : 18095 (java) S 18081 18083 15746 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 335358577 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932239615608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18096] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18096/stat : 18096 (java) S 18081 18083 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335358577 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932238562952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18097] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18097/stat : 18097 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932237511696 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18098] ppid=18081 vsize=3090984 CPUtime=0.67 cores=1,3,5,7
/proc/18083/task/18098/stat : 18098 (java) S 18081 18083 15746 0 -1 4202560 4553 0 0 0 65 2 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932236458040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18083/tid=18099] ppid=18081 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/18083/task/18099/stat : 18099 (java) S 18081 18083 15746 0 -1 4202560 7720 0 0 0 63 1 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932235405496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18100] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18100/stat : 18100 (java) S 18081 18083 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932234353144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18083/tid=18101] ppid=18081 vsize=3090984 CPUtime=0.18 cores=1,3,5,7
/proc/18083/task/18101/stat : 18101 (java) S 18081 18083 15746 0 -1 4202560 27 0 0 0 9 9 0 0 20 0 20 0 335358579 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932233300808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18083/tid=18103] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18103/stat : 18103 (java) S 18081 18083 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335358631 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932231169448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18083/tid=18131] ppid=18081 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18083/task/18131/stat : 18131 (java) S 18081 18083 15746 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 335404247 3165167616 422536 33554432000 1073741824 1073778376 140733370893136 139932230115208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 465.57
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18083 and gives
#  childrusage.ru_utime.tv_sec=462
#  childrusage.ru_utime.tv_usec=351711
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=252657
# CPU time returned by wait4() is 464.604
# while last known CPU time is 465.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 459.884
CPU time (s): 465.57
CPU user time (s): 463.51
CPU system time (s): 2.06
CPU usage (%): 101.236
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 462.352
system time used= 2.25266
maximum resident set size= 1690148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19768
page faults= 1
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10349
involuntary context switches= 4452

runsolver used 2.10368 second user time and 4.01939 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 04:59:00
IDJOB=3732946
IDBENCH=2230
IDSOLVER=2319
FILE ID=node139/3732946-1338692340
RUNJOBID= node139-1338678624-15766
PBS_JOBID= 14636674
Free space on /tmp= 71096 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:30:4.5:0.5:100.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732946-1338692340/watcher-3732946-1338692340 -o /tmp/evaluation-result-3732946-1338692340/solver-3732946-1338692340 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732946-1338692340.opb           

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

MD5SUM BENCH= 19d2194cc03557fbd803cc33882ae5ce
RANDOM SEED=1768241648

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27959316 kB
Buffers:          494796 kB
Cached:          3287228 kB
SwapCached:          828 kB
Active:          1915304 kB
Inactive:        2100192 kB
Active(anon):     227428 kB
Inactive(anon):     7952 kB
Active(file):    1687876 kB
Inactive(file):  2092240 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              3912 kB
Writeback:             0 kB
AnonPages:        263916 kB
Mapped:            19820 kB
Shmem:                 8 kB
Slab:             732992 kB
SReclaimable:     174816 kB
SUnreclaim:       558176 kB
KernelStack:        1600 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71092 MiB
End job on node139 at 2012-06-03 05:06:40