Trace number 3732847

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. 318.24 312.564

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:100.opb
MD5SUM18cfc7903c565bab689cc8ffed68f1fd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.24235
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables4617
Total number of constraints5280
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)885
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 4617
Biggest coefficient in the objective function 2642
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13340
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2642
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13340
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/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@18e2b22
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-3732847-1338692027.opb
0.08/0.10	c reading problem ... 
0.45/0.39	c ... done. Wall clock time 0.286s.
0.45/0.39	c CPU time (experimental) 0.35s.
0.74/0.47	c #vars     4617
0.74/0.47	c #constraints  5279
0.74/0.49	c SATISFIABLE
0.74/0.49	c OPTIMIZING...
0.74/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.92/0.50	o 69
95.71/92.01	c cleaning 130493 clauses out of 261001 for limit 9.803143480711743E7
96.42/92.77	c cleaning 65499 clauses out of 131008 for limit 3.220813669649898E8
96.72/93.02	c cleaning 32994 clauses out of 66008 for limit 1.0531451172125148E9
96.92/93.27	c cleaning 16752 clauses out of 33516 for limit 3.427342619083717E9
97.13/93.50	c cleaning 8624 clauses out of 17262 for limit 1.095230310491036E10
97.32/93.66	c cleaning 4565 clauses out of 9138 for limit 3.4119393289924328E10
97.42/93.79	c cleaning 2530 clauses out of 5074 for limit 1.0143606412428584E11
97.62/93.92	c cleaning 1514 clauses out of 3043 for limit 2.786520711029406E11
97.72/94.05	c cleaning 1006 clauses out of 2029 for limit 6.891885723518529E11
97.82/94.18	c cleaning 761 clauses out of 1523 for limit 1.5141750939410532E12
98.02/94.32	c cleaning 626 clauses out of 1262 for limit 3.013509284210593E12
98.12/94.45	c cleaning 568 clauses out of 1137 for limit 5.521560343589165E12
98.23/94.58	c cleaning 534 clauses out of 1068 for limit 9.684393109602701E12
98.42/94.71	c cleaning 511 clauses out of 1034 for limit 1.6496013789717576E13
98.52/94.83	c cleaning 508 clauses out of 1024 for limit 2.7497296199254367E13
98.62/94.95	c cleaning 497 clauses out of 1015 for limit 4.570306028840564E13
98.72/95.07	c cleaning 505 clauses out of 1018 for limit 7.514834712035908E13
204.29/199.93	c cleaning 130492 clauses out of 261013 for limit 45427.85219263871
205.48/201.16	c cleaning 65505 clauses out of 131021 for limit 149244.8382325495
205.88/201.53	c cleaning 33000 clauses out of 66017 for limit 488961.7009165625
206.08/201.74	c cleaning 16745 clauses out of 33516 for limit 1586718.2673979294
206.28/201.98	c cleaning 8624 clauses out of 17271 for limit 5077973.22080229
206.48/202.14	c cleaning 4562 clauses out of 9147 for limit 1.5811937839065734E7
206.58/202.29	c cleaning 2531 clauses out of 5085 for limit 4.6906033261162095E7
206.79/202.43	c cleaning 1519 clauses out of 3055 for limit 1.2888395323234718E8
206.88/202.56	c cleaning 1017 clauses out of 2035 for limit 3.1876235366931283E8
206.98/202.69	c cleaning 742 clauses out of 1520 for limit 7.052007427895703E8
207.18/202.81	c cleaning 638 clauses out of 1276 for limit 1.3825872198240354E9
207.28/202.95	c cleaning 566 clauses out of 1138 for limit 2.5565649905764384E9
207.38/203.08	c cleaning 527 clauses out of 1072 for limit 4.475692090046469E9
207.58/203.21	c cleaning 513 clauses out of 1046 for limit 7.57205396997429E9
207.68/203.34	c cleaning 516 clauses out of 1032 for limit 1.264407499914238E10
207.79/203.47	c cleaning 508 clauses out of 1016 for limit 2.1180145516774433E10
207.89/203.59	c cleaning 501 clauses out of 1008 for limit 3.520610682591032E10
208.08/203.72	c cleaning 497 clauses out of 1008 for limit 5.811769764227811E10
208.18/203.85	c cleaning 502 clauses out of 1010 for limit 9.555841437183551E10
208.28/203.99	c cleaning 500 clauses out of 1010 for limit 1.5790425948984442E11
208.48/204.12	c cleaning 498 clauses out of 1009 for limit 2.6040266712760947E11
208.58/204.25	c cleaning 498 clauses out of 1010 for limit 4.285846335273259E11
208.68/204.39	c cleaning 504 clauses out of 1016 for limit 7.054369369138108E11
208.89/204.52	c cleaning 499 clauses out of 1010 for limit 1.1679315578438413E12
208.99/204.64	c cleaning 498 clauses out of 1009 for limit 1.9241302367267432E12
312.25/306.51	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
312.25/306.51		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
312.25/306.51		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
313.05/307.39		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
313.05/307.39		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
313.05/307.39		at org.sat4j.minisat.core.Solver.search(Unknown Source)
313.05/307.39		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
313.76/308.01		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
313.76/308.01		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
313.76/308.01		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
313.85/308.16		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
314.35/308.63		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
314.35/308.63		at org.sat4j.AbstractLauncher.run(Unknown Source)
314.35/308.63		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
317.05/311.32	c starts		: 22
317.05/311.32	c conflicts		: 784278
317.05/311.32	c decisions		: 856763
317.05/311.32	c propagations		: 7241111
317.05/311.32	c inspects		: 270574914
317.05/311.32	c learnt literals	: 0
317.05/311.32	c learnt binary clauses	: 0
317.05/311.32	c learnt ternary clauses	: 0
317.05/311.32	c learnt clauses	: 784277
317.05/311.32	c root simplifications	: 0
317.05/311.32	c removed literals (reason simplification)	: 0
317.05/311.32	c reason swapping (by a shorter reason)	: 0
317.05/311.32	c Calls to reduceDB	: 42
317.05/311.32	c speed (decisions/second)	: 2757.3030815029365
317.05/311.32	c non guided choices	2720
317.05/311.32	s SATISFIABLE
318.24/312.55	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
318.24/312.55		at java.lang.Integer.toString(Integer.java:310)
318.24/312.55		at java.lang.Integer.toString(Integer.java:118)
318.24/312.55		at java.lang.String.valueOf(String.java:2931)
318.24/312.55		at java.io.PrintWriter.print(PrintWriter.java:487)
318.24/312.55		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
318.24/312.55		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
318.24/312.55		at org.sat4j.AbstractLauncher$1.run(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-3732847-1338692027/watcher-3732847-1338692027 -o /tmp/evaluation-result-3732847-1338692027/solver-3732847-1338692027 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732847-1338692027.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.04 2.01 2.00 3/193 18022
/proc/meminfo: memFree=28045696/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18022/stat : 18022 (java) D 18020 18022 15746 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 335327295 9515008 182 33554432000 1073741824 1073778376 140734392101968 140734392093000 248790204085 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18022/statm: 2323 182 140 9 0 71 0

[startup+0.036357 s]
/proc/loadavg: 2.04 2.01 2.00 3/193 18022
/proc/meminfo: memFree=28045696/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=2414972 CPUtime=0.01 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 3195 0 1 0 1 0 0 0 20 0 10 0 335327295 2472931328 4405 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 603743 4406 1547 9 0 594444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2414972

[startup+0.100326 s]
/proc/loadavg: 2.04 2.01 2.00 3/193 18022
/proc/meminfo: memFree=28045696/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 4319 0 1 0 7 1 0 0 20 0 18 0 335327295 3028844544 6545 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 739464 6550 2094 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300293 s]
/proc/loadavg: 2.04 2.01 2.00 3/193 18022
/proc/meminfo: memFree=28045696/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 5658 0 1 0 44 1 0 0 20 0 18 0 335327295 3028844544 9437 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 739464 9437 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700348 s]
/proc/loadavg: 2.04 2.01 2.00 3/193 18022
/proc/meminfo: memFree=28045696/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3024420 CPUtime=1.52 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 14882 0 1 0 148 4 0 0 20 0 19 0 335327295 3097006080 19852 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 756105 19852 2275 9 0 746526 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 3024420

[startup+1.50066 s]
/proc/loadavg: 2.04 2.01 2.00 3/211 18042
/proc/meminfo: memFree=27967808/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3024420 CPUtime=2.64 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 16042 0 1 0 260 4 0 0 20 0 19 0 335327295 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 756105 24518 2282 9 0 746526 0
[pid=18022/tid=18024] ppid=18020 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/18022/task/18024/stat : 18024 (java) R 18020 18022 15746 0 -1 4202560 2544 0 1 0 143 2 0 0 20 0 19 0 335327296 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705057915448 139704901737011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18025] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18025/stat : 18025 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705041340712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18026] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18026/stat : 18026 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705040287912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18027] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18027/stat : 18027 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705039235624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18028] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18028/stat : 18028 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705038182824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18029] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18029/stat : 18029 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705037130536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18030] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18030/stat : 18030 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705036077736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18031] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18031/stat : 18031 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705035025448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18032] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18032/stat : 18032 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705033972648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18033] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18033/stat : 18033 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705021561064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18034] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18034/stat : 18034 (java) S 18020 18022 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139705020507128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18035] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704901035272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6714 0 0 0 52 1 0 0 20 0 19 0 335327301 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5580 0 0 0 61 0 0 0 20 0 19 0 335327301 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327354 3097006080 24518 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 3024420

[startup+3.1007 s]
/proc/loadavg: 2.04 2.01 2.00 3/211 18042
/proc/meminfo: memFree=27942736/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3024420 CPUtime=4.26 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 16062 0 1 0 421 5 0 0 20 0 19 0 335327295 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 756105 33735 2282 9 0 746526 0
[pid=18022/tid=18024] ppid=18020 vsize=3024420 CPUtime=3.05 cores=1,3,5,7
/proc/18022/task/18024/stat : 18024 (java) R 18020 18022 15746 0 -1 4202560 2563 0 1 0 303 2 0 0 20 0 19 0 335327296 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705057915080 139704901787205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18025] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18025/stat : 18025 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705041340712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18026] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18026/stat : 18026 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705040287912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18027] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18027/stat : 18027 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705039235624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18028] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18028/stat : 18028 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705038182824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18029] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18029/stat : 18029 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705037130536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18030] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18030/stat : 18030 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705036077736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18031] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18031/stat : 18031 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705035025448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18032] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18032/stat : 18032 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705033972648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18033] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18033/stat : 18033 (java) S 18020 18022 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705021561064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18034] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18034/stat : 18034 (java) S 18020 18022 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139705020507128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18035] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704901035272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6714 0 0 0 53 2 0 0 20 0 19 0 335327301 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5580 0 0 0 61 0 0 0 20 0 19 0 335327301 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327354 3097006080 33735 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 3024420

[startup+6.30069 s]
/proc/loadavg: 2.03 2.01 2.00 3/211 18042
/proc/meminfo: memFree=27869704/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3024420 CPUtime=7.51 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 16098 0 1 0 744 7 0 0 20 0 19 0 335327295 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 756105 50393 2282 9 0 746526 0
[pid=18022/tid=18024] ppid=18020 vsize=3024420 CPUtime=6.24 cores=1,3,5,7
/proc/18022/task/18024/stat : 18024 (java) R 18020 18022 15746 0 -1 4202560 2599 0 1 0 620 4 0 0 20 0 19 0 335327296 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705057915304 139704901771481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18025] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18025/stat : 18025 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705041340712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18026] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18026/stat : 18026 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705040287912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18027] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18027/stat : 18027 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705039235624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18028] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18028/stat : 18028 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705038182824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18029] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18029/stat : 18029 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705037130536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18030] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18030/stat : 18030 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705036077736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18031] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18031/stat : 18031 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705035025448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18032] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18032/stat : 18032 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327297 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705033972648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18033] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18033/stat : 18033 (java) S 18020 18022 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705021561064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18034] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18034/stat : 18034 (java) S 18020 18022 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139705020507128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18035] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704901035272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6714 0 0 0 56 2 0 0 20 0 19 0 335327301 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5580 0 0 0 63 0 0 0 20 0 19 0 335327301 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335327354 3097006080 50393 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]

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

/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 335327299 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704901032504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6721 0 0 0 61 2 0 0 20 0 19 0 335327301 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3024420 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5585 0 0 0 68 0 0 0 20 0 19 0 335327301 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335327301 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 19 0 0 0 6 5 0 0 20 0 19 0 335327301 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335327354 3097006080 421804 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 316.05
Current children cumulated vsize (KiB) 3024420

[startup+311.901 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 18046
/proc/meminfo: memFree=26276620/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3090984 CPUtime=317.65 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 19022 0 1 0 31562 203 0 0 20 0 20 0 335327295 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 772746 421815 2310 9 0 763167 0
[pid=18022/tid=18024] ppid=18020 vsize=3090984 CPUtime=299.64 cores=1,3,5,7
/proc/18022/task/18024/stat : 18024 (java) S 18020 18022 15746 0 -1 4202560 2772 0 1 0 29952 12 0 0 20 0 20 0 335327296 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705057916088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18025] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18025/stat : 18025 (java) S 18020 18022 15746 0 -1 4202560 383 0 0 0 48 20 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705041340712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18026] ppid=18020 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/18022/task/18026/stat : 18026 (java) S 18020 18022 15746 0 -1 4202560 298 0 0 0 54 24 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705040287912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18027] ppid=18020 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/18022/task/18027/stat : 18027 (java) S 18020 18022 15746 0 -1 4202560 264 0 0 0 45 16 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705039235624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18028] ppid=18020 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/18022/task/18028/stat : 18028 (java) S 18020 18022 15746 0 -1 4202560 410 0 0 0 52 32 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705038182824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18029] ppid=18020 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/18022/task/18029/stat : 18029 (java) S 18020 18022 15746 0 -1 4202560 373 0 0 0 45 31 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705037130536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18030] ppid=18020 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/18022/task/18030/stat : 18030 (java) S 18020 18022 15746 0 -1 4202560 264 0 0 0 51 20 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705036077736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18031] ppid=18020 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/18022/task/18031/stat : 18031 (java) S 18020 18022 15746 0 -1 4202560 305 0 0 0 56 23 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705035025448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18032] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18032/stat : 18032 (java) S 18020 18022 15746 0 -1 4202560 313 0 0 0 47 21 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705033972648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18033] ppid=18020 vsize=3090984 CPUtime=9.82 cores=1,3,5,7
/proc/18022/task/18033/stat : 18033 (java) R 18020 18022 15746 0 -1 4202560 105 0 0 0 980 2 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705021561224 139705062076732 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18034] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18034/stat : 18034 (java) S 18020 18022 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705020507128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18035] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704901035272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6721 0 0 0 61 2 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5585 0 0 0 68 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3090984 CPUtime=0.11 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 19 0 0 0 6 5 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335327354 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18046] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18046/stat : 18046 (java) S 18020 18022 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 335358369 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704892588456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 317.65
Current children cumulated vsize (KiB) 3090984

[startup+312.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 18046
/proc/meminfo: memFree=26276612/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3090984 CPUtime=318.05 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 19025 0 1 0 31602 203 0 0 20 0 20 0 335327295 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 772746 421815 2310 9 0 763167 0
[pid=18022/tid=18024] ppid=18020 vsize=3090984 CPUtime=299.64 cores=1,3,5,7
/proc/18022/task/18024/stat : 18024 (java) S 18020 18022 15746 0 -1 4202560 2772 0 1 0 29952 12 0 0 20 0 20 0 335327296 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705057916088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18025] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18025/stat : 18025 (java) S 18020 18022 15746 0 -1 4202560 383 0 0 0 48 20 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705041340712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18026] ppid=18020 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/18022/task/18026/stat : 18026 (java) S 18020 18022 15746 0 -1 4202560 298 0 0 0 54 24 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705040287912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18027] ppid=18020 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/18022/task/18027/stat : 18027 (java) S 18020 18022 15746 0 -1 4202560 264 0 0 0 45 16 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705039235624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18028] ppid=18020 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/18022/task/18028/stat : 18028 (java) S 18020 18022 15746 0 -1 4202560 410 0 0 0 52 32 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705038182824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18029] ppid=18020 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/18022/task/18029/stat : 18029 (java) S 18020 18022 15746 0 -1 4202560 373 0 0 0 45 31 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705037130536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18030] ppid=18020 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/18022/task/18030/stat : 18030 (java) S 18020 18022 15746 0 -1 4202560 264 0 0 0 51 20 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705036077736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18031] ppid=18020 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/18022/task/18031/stat : 18031 (java) S 18020 18022 15746 0 -1 4202560 305 0 0 0 56 23 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705035025448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18032] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18032/stat : 18032 (java) S 18020 18022 15746 0 -1 4202560 313 0 0 0 47 21 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705033972648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18033] ppid=18020 vsize=3090984 CPUtime=10.22 cores=1,3,5,7
/proc/18022/task/18033/stat : 18033 (java) R 18020 18022 15746 0 -1 4202560 105 0 0 0 1020 2 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705021561224 139705064769604 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18034] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18034/stat : 18034 (java) S 18020 18022 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705020507128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18035] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704901035272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6721 0 0 0 61 2 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5585 0 0 0 68 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3090984 CPUtime=0.11 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 19 0 0 0 6 5 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335327354 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18046] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18046/stat : 18046 (java) S 18020 18022 15746 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 335358369 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704892587720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 318.05
Current children cumulated vsize (KiB) 3090984

[startup+312.501 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 18046
/proc/meminfo: memFree=26276612/32873844 swapFree=7108/7108
[pid=18022] ppid=18020 vsize=3090984 CPUtime=318.24 cores=1,3,5,7
/proc/18022/stat : 18022 (java) S 18020 18022 15746 0 -1 4202496 19026 0 1 0 31621 203 0 0 20 0 20 0 335327295 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 140734965586800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18022/statm: 772746 421815 2310 9 0 763167 0
[pid=18022/tid=18024] ppid=18020 vsize=3090984 CPUtime=299.64 cores=1,3,5,7
/proc/18022/task/18024/stat : 18024 (java) S 18020 18022 15746 0 -1 4202560 2772 0 1 0 29952 12 0 0 20 0 20 0 335327296 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705057916088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18025] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18025/stat : 18025 (java) S 18020 18022 15746 0 -1 4202560 383 0 0 0 48 20 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705041340712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18026] ppid=18020 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/18022/task/18026/stat : 18026 (java) S 18020 18022 15746 0 -1 4202560 298 0 0 0 54 24 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705040287912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18027] ppid=18020 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/18022/task/18027/stat : 18027 (java) S 18020 18022 15746 0 -1 4202560 264 0 0 0 45 16 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705039235624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18028] ppid=18020 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/18022/task/18028/stat : 18028 (java) S 18020 18022 15746 0 -1 4202560 410 0 0 0 52 32 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705038182824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18029] ppid=18020 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/18022/task/18029/stat : 18029 (java) S 18020 18022 15746 0 -1 4202560 373 0 0 0 45 31 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705037130536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18030] ppid=18020 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/18022/task/18030/stat : 18030 (java) S 18020 18022 15746 0 -1 4202560 264 0 0 0 51 20 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705036077736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18031] ppid=18020 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/18022/task/18031/stat : 18031 (java) S 18020 18022 15746 0 -1 4202560 305 0 0 0 56 23 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705035025448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18032] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18032/stat : 18032 (java) S 18020 18022 15746 0 -1 4202560 313 0 0 0 47 21 0 0 20 0 20 0 335327297 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705033972648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18033] ppid=18020 vsize=3090984 CPUtime=10.41 cores=1,3,5,7
/proc/18022/task/18033/stat : 18033 (java) R 18020 18022 15746 0 -1 4202560 105 0 0 0 1039 2 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705021561224 139705064770836 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18034] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18034/stat : 18034 (java) S 18020 18022 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139705020507128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18035] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18035/stat : 18035 (java) S 18020 18022 15746 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335327299 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704901035272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18036] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18036/stat : 18036 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704899983760 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18037] ppid=18020 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/18022/task/18037/stat : 18037 (java) S 18020 18022 15746 0 -1 4202560 6721 0 0 0 61 2 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704898931384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18022/tid=18038] ppid=18020 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/18022/task/18038/stat : 18038 (java) S 18020 18022 15746 0 -1 4202560 5585 0 0 0 68 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704897878584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18039] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18039/stat : 18039 (java) S 18020 18022 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704896826488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18022/tid=18040] ppid=18020 vsize=3090984 CPUtime=0.11 cores=1,3,5,7
/proc/18022/task/18040/stat : 18040 (java) S 18020 18022 15746 0 -1 4202560 19 0 0 0 6 5 0 0 20 0 20 0 335327301 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704895773896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18022/tid=18042] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18042/stat : 18042 (java) S 18020 18022 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335327354 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704893641512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18022/tid=18046] ppid=18020 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/18022/task/18046/stat : 18046 (java) S 18020 18022 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 335358369 3165167616 421815 33554432000 1073741824 1073778376 140734965595664 139704892588248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 318.24
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18022 and gives
#  childrusage.ru_utime.tv_sec=315
#  childrusage.ru_utime.tv_usec=423048
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=212663
# CPU time returned by wait4() is 317.636
# while last known CPU time is 318.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 312.564
CPU time (s): 318.24
CPU user time (s): 316.21
CPU system time (s): 2.03
CPU usage (%): 101.816
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.423
system time used= 2.21266
maximum resident set size= 1687260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19030
page faults= 1
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7254
involuntary context switches= 3840

runsolver used 1.3328 second user time and 3.24051 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 04:53:47
IDJOB=3732847
IDBENCH=2221
IDSOLVER=2319
FILE ID=node139/3732847-1338692027
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.95:100.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732847-1338692027/watcher-3732847-1338692027 -o /tmp/evaluation-result-3732847-1338692027/solver-3732847-1338692027 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732847-1338692027.opb           

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

MD5SUM BENCH= 18cfc7903c565bab689cc8ffed68f1fd
RANDOM SEED=175080122

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:        28046340 kB
Buffers:          494632 kB
Cached:          3287188 kB
SwapCached:          828 kB
Active:          1828792 kB
Inactive:        2099748 kB
Active(anon):     140776 kB
Inactive(anon):     7952 kB
Active(file):    1688016 kB
Inactive(file):  2091796 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              3976 kB
Writeback:             0 kB
AnonPages:        176884 kB
Mapped:            19680 kB
Shmem:                 8 kB
Slab:             732696 kB
SReclaimable:     174688 kB
SUnreclaim:       558008 kB
KernelStack:        1608 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1824916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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 04:59:00