Trace number 3732924

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. 345.31 340.66

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:98.opb
MD5SUM6272f76e60106089ef6773ef02321eb2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark3.54446
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables4624
Total number of constraints5263
Number of constraints which are clauses4404
Number of constraints which are cardinality constraints (but not clauses)859
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 4624
Biggest coefficient in the objective function 2577
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13335
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2577
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13335
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.10	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.10	c no version file found!!!
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version	1.6.0_24
0.06/0.10	c os.name	Linux
0.06/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch	amd64
0.06/0.10	c Free memory 1599470296
0.06/0.10	c Max memory 1607860224
0.06/0.10	c Total memory 1607860224
0.06/0.10	c Number of processors 8
0.06/0.13	--- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.13	c No reason simplification
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3732924-1338692280.opb
0.06/0.13	c reading problem ... 
0.67/0.42	c ... done. Wall clock time 0.297s.
0.67/0.42	c CPU time (experimental) 0.38s.
0.67/0.42	c #vars     4624
0.67/0.42	c #constraints  5262
0.85/0.52	c SATISFIABLE
0.85/0.52	c OPTIMIZING...
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.397
0.85/0.53	o 88
103.22/100.03	c cleaning 133494 clauses out of 267000 for limit 3.8737572438410805E10
103.83/100.66	c cleaning 66999 clauses out of 134006 for limit 1.2728443695482272E11
104.03/100.89	c cleaning 33745 clauses out of 67507 for limit 4.1668381170439264E11
104.34/101.11	c cleaning 17120 clauses out of 34262 for limit 1.353937487383449E12
104.53/101.39	c cleaning 8812 clauses out of 17642 for limit 4.3363007237572573E12
104.73/101.59	c cleaning 4654 clauses out of 9331 for limit 1.3534101217679615E13
104.93/101.75	c cleaning 2580 clauses out of 5177 for limit 4.0228638226073805E13
105.03/101.89	c cleaning 1542 clauses out of 3098 for limit 1.1097431728466095E14
105.23/102.05	c cleaning 1019 clauses out of 2055 for limit 2.7562172367351847E14
105.33/102.19	c cleaning 764 clauses out of 1537 for limit 6.083335963769142E14
105.54/102.36	c cleaning 635 clauses out of 1271 for limit 1.2107569823418232E15
105.73/102.55	c cleaning 568 clauses out of 1137 for limit 2.2342536027877648E15
105.93/102.73	c cleaning 526 clauses out of 1068 for limit 3.9187093592239795E15
106.13/102.90	c cleaning 509 clauses out of 1042 for limit 6.623727768527822E15
106.23/103.05	c cleaning 511 clauses out of 1037 for limit 1.1020095841105312E16
222.33/218.60	c cleaning 130502 clauses out of 261023 for limit 6765485.1861146595
223.53/219.82	c cleaning 65503 clauses out of 131021 for limit 2.22276065861084E7
223.83/220.17	c cleaning 32996 clauses out of 66017 for limit 7.267736977641852E7
224.13/220.40	c cleaning 16743 clauses out of 33521 for limit 2.3604451192209426E8
224.33/220.62	c cleaning 8626 clauses out of 17278 for limit 7.552196665768577E8
224.43/220.78	c cleaning 4567 clauses out of 9154 for limit 2.355487278129812E9
224.63/220.92	c cleaning 2538 clauses out of 5090 for limit 7.00701925733114E9
224.74/221.08	c cleaning 1515 clauses out of 3048 for limit 1.9220025991934498E10
224.93/221.22	c cleaning 1008 clauses out of 2033 for limit 4.7521204685036194E10
225.03/221.35	c cleaning 757 clauses out of 1524 for limit 1.0443864498941962E11
225.13/221.48	c cleaning 629 clauses out of 1269 for limit 2.0725713194026022E11
225.33/221.61	c cleaning 569 clauses out of 1138 for limit 3.803782775594019E11
225.43/221.74	c cleaning 527 clauses out of 1070 for limit 6.678279491362415E11
225.53/221.87	c cleaning 521 clauses out of 1044 for limit 1.1298954726267053E12
225.73/222.00	c cleaning 505 clauses out of 1022 for limit 1.9015565554373203E12
225.83/222.13	c cleaning 501 clauses out of 1016 for limit 3.1512859245998E12
225.93/222.27	c cleaning 507 clauses out of 1015 for limit 5.20201215185449E12
341.01/336.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
341.01/336.35		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
341.01/336.35		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
341.01/336.35		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
341.71/337.02		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
341.71/337.02		at org.sat4j.minisat.core.Solver.search(Unknown Source)
341.71/337.02		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
341.71/337.02		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
341.91/337.25		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
342.11/337.47		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
342.11/337.47		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
342.11/337.47		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
342.11/337.47		at org.sat4j.AbstractLauncher.run(Unknown Source)
342.51/337.81		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
344.01/339.30	c starts		: 22
344.01/339.30	c conflicts		: 785541
344.01/339.30	c decisions		: 861298
344.01/339.30	c propagations		: 8729124
344.01/339.30	c inspects		: 284294549
344.01/339.30	c learnt literals	: 0
344.01/339.30	c learnt binary clauses	: 0
344.01/339.30	c learnt ternary clauses	: 0
344.01/339.30	c learnt clauses	: 785540
344.01/339.30	c root simplifications	: 0
344.01/339.30	c removed literals (reason simplification)	: 0
344.01/339.30	c reason swapping (by a shorter reason)	: 0
344.01/339.30	c Calls to reduceDB	: 32
344.01/339.30	c speed (decisions/second)	: 2543.1852339600023
344.01/339.30	c non guided choices	2444
344.01/339.30	s SATISFIABLE
345.31/340.64	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
345.31/340.64		at java.lang.Integer.toString(Integer.java:310)
345.31/340.64		at java.lang.Integer.toString(Integer.java:118)
345.31/340.64		at java.lang.String.valueOf(String.java:2931)
345.31/340.64		at java.io.PrintWriter.print(PrintWriter.java:487)
345.31/340.64		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
345.31/340.64		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
345.31/340.64		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-3732924-1338692280/watcher-3732924-1338692280 -o /tmp/evaluation-result-3732924-1338692280/solver-3732924-1338692280 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732924-1338692280.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 19020
/proc/meminfo: memFree=27550196/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/19020/stat : 19020 (java) R 19018 19020 7849 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 335353607 278528 33 33554432000 1073741824 1073778376 140735732700880 140735732698056 214360485159 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19020/statm: 68 33 25 9 0 25 0

[startup+0.0983311 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 19020
/proc/meminfo: memFree=27550196/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=2956804 CPUtime=0.06 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 4168 0 1 0 5 1 0 0 20 0 18 0 335353607 3027767296 5376 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 739201 5376 1781 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2956804

[startup+0.100255 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 19020
/proc/meminfo: memFree=27550196/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 4179 0 1 0 5 1 0 0 20 0 18 0 335353607 3028844544 5386 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 739464 5386 1789 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.300222 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 19020
/proc/meminfo: memFree=27550196/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 6168 0 1 0 40 2 0 0 20 0 18 0 335353607 3028844544 8410 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 739464 8410 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2957856

[startup+0.700232 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 19020
/proc/meminfo: memFree=27550196/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3024420 CPUtime=1.43 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 15485 0 1 0 139 4 0 0 20 0 19 0 335353607 3097006080 19037 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 756105 19037 2275 9 0 746526 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 3024420

[startup+1.50061 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 19040
/proc/meminfo: memFree=27475848/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3024420 CPUtime=2.63 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 16825 0 1 0 258 5 0 0 20 0 19 0 335353607 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 756105 24050 2282 9 0 746526 0
[pid=19020/tid=19022] ppid=19018 vsize=3024420 CPUtime=1.45 cores=0,2,4,6
/proc/19020/task/19022/stat : 19022 (java) R 19018 19020 7849 0 -1 4202560 3114 0 1 0 143 2 0 0 20 0 19 0 335353609 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008217899576 140008090750802 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19023] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19023/stat : 19023 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008083593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19024] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19024/stat : 19024 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008014997928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19025] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19025/stat : 19025 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008013945128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19026] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19026/stat : 19026 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008012892328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19027] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19027/stat : 19027 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008011840552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19028] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19028/stat : 19028 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008010787752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19029] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19029/stat : 19029 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353611 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008009734952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19030] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19030/stat : 19030 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353611 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140008008682152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19031] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19031/stat : 19031 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007996484072 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19032] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19032/stat : 19032 (java) S 19018 19020 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007995430136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19033] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19033/stat : 19033 (java) S 19018 19020 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007994377224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19034] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3024420 CPUtime=0.56 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4925 0 0 0 56 0 0 0 20 0 19 0 335353615 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7582 0 0 0 56 2 0 0 20 0 19 0 335353615 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353671 3097006080 24050 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 3024420

[startup+3.10062 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 19040
/proc/meminfo: memFree=27450528/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3024420 CPUtime=4.25 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 16845 0 1 0 419 6 0 0 20 0 19 0 335353607 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 756105 32245 2282 9 0 746526 0
[pid=19020/tid=19022] ppid=19018 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/19020/task/19022/stat : 19022 (java) R 19018 19020 7849 0 -1 4202560 3132 0 1 0 302 2 0 0 20 0 19 0 335353609 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008217899208 140008090893452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19023] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19023/stat : 19023 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008083593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19024] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19024/stat : 19024 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008014997928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19025] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19025/stat : 19025 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008013945128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19026] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19026/stat : 19026 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008012892328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19027] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19027/stat : 19027 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008011840552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19028] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19028/stat : 19028 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008010787752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19029] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19029/stat : 19029 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353611 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008009734952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19030] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19030/stat : 19030 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353611 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140008008682152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19031] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19031/stat : 19031 (java) S 19018 19020 7849 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007996484072 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19032] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19032/stat : 19032 (java) S 19018 19020 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007995430136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19033] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19033/stat : 19033 (java) S 19018 19020 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007994377224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19034] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3024420 CPUtime=0.57 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4926 0 0 0 57 0 0 0 20 0 19 0 335353615 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7582 0 0 0 56 2 0 0 20 0 19 0 335353615 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353671 3097006080 32245 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 3024420

[startup+6.30063 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 19040
/proc/meminfo: memFree=27380152/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3024420 CPUtime=7.49 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 16884 0 1 0 742 7 0 0 20 0 19 0 335353607 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 756105 49127 2282 9 0 746526 0
[pid=19020/tid=19022] ppid=19018 vsize=3024420 CPUtime=6.23 cores=0,2,4,6
/proc/19020/task/19022/stat : 19022 (java) R 19018 19020 7849 0 -1 4202560 3167 0 1 0 620 3 0 0 20 0 19 0 335353609 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008217899448 140008090982938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19023] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19023/stat : 19023 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008083593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19024] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19024/stat : 19024 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008014997928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19025] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19025/stat : 19025 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008013945128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19026] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19026/stat : 19026 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008012892328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19027] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19027/stat : 19027 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008011840552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19028] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19028/stat : 19028 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353610 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008010787752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19029] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19029/stat : 19029 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353611 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008009734952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19030] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19030/stat : 19030 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353611 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140008008682152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19031] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19031/stat : 19031 (java) S 19018 19020 7849 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007996484072 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19032] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19032/stat : 19032 (java) S 19018 19020 7849 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007995430136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19033] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19033/stat : 19033 (java) S 19018 19020 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335353612 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007994377224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19034] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4927 0 0 0 60 0 0 0 20 0 19 0 335353615 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7585 0 0 0 58 3 0 0 20 0 19 0 335353615 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335353615 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335353671 3097006080 49127 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4936 0 0 0 63 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7602 0 0 0 64 3 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 19 0 0 0 5 5 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335353671 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19068] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19068/stat : 19068 (java) S 19018 19020 7849 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335387400 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007985860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 344.62
Current children cumulated vsize (KiB) 3090984

[startup+340.301 s]
/proc/loadavg: 2.28 2.12 2.04 3/214 19068
/proc/meminfo: memFree=25862048/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3090984 CPUtime=345.01 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 19913 0 1 0 34349 152 0 0 20 0 20 0 335353607 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 772746 422903 2310 9 0 763167 0
[pid=19020/tid=19022] ppid=19018 vsize=3090984 CPUtime=330.48 cores=0,2,4,6
/proc/19020/task/19022/stat : 19022 (java) S 19018 19020 7849 0 -1 4202560 3335 0 1 0 33036 12 0 0 20 0 20 0 335353609 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008217900216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19023] ppid=19018 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/19020/task/19023/stat : 19023 (java) S 19018 19020 7849 0 -1 4202560 298 0 0 0 33 18 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008083593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19024] ppid=19018 vsize=3090984 CPUtime=0.57 cores=0,2,4,6
/proc/19020/task/19024/stat : 19024 (java) S 19018 19020 7849 0 -1 4202560 275 0 0 0 42 15 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008014997928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19025] ppid=19018 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/19020/task/19025/stat : 19025 (java) S 19018 19020 7849 0 -1 4202560 358 0 0 0 39 20 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008013945128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19026] ppid=19018 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/19020/task/19026/stat : 19026 (java) S 19018 19020 7849 0 -1 4202560 321 0 0 0 36 16 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008012892328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19027] ppid=19018 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/19020/task/19027/stat : 19027 (java) S 19018 19020 7849 0 -1 4202560 337 0 0 0 37 14 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008011840552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19028] ppid=19018 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/19020/task/19028/stat : 19028 (java) S 19018 19020 7849 0 -1 4202560 234 0 0 0 34 13 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008010787752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19029] ppid=19018 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/19020/task/19029/stat : 19029 (java) S 19018 19020 7849 0 -1 4202560 366 0 0 0 40 16 0 0 20 0 20 0 335353611 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008009734952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19030] ppid=19018 vsize=3090984 CPUtime=0.78 cores=0,2,4,6
/proc/19020/task/19030/stat : 19030 (java) S 19018 19020 7849 0 -1 4202560 505 0 0 0 53 25 0 0 20 0 20 0 335353611 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008008682152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19031] ppid=19018 vsize=3090984 CPUtime=7.67 cores=0,2,4,6
/proc/19020/task/19031/stat : 19031 (java) R 19018 19020 7849 0 -1 4202560 108 0 0 0 765 2 0 0 20 0 20 0 335353612 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007996484072 140008224407624 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19032] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19032/stat : 19032 (java) S 19018 19020 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335353612 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007995430136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19033] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19033/stat : 19033 (java) S 19018 19020 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335353612 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007994377224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19034] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4936 0 0 0 63 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7602 0 0 0 64 3 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 19 0 0 0 5 5 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335353671 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19068] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19068/stat : 19068 (java) S 19018 19020 7849 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 335387400 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007985860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 345.01
Current children cumulated vsize (KiB) 3090984

[startup+340.501 s]
/proc/loadavg: 2.28 2.12 2.04 3/214 19068
/proc/meminfo: memFree=25862048/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3090984 CPUtime=345.21 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 19917 0 1 0 34369 152 0 0 20 0 20 0 335353607 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 772746 422903 2310 9 0 763167 0
[pid=19020/tid=19022] ppid=19018 vsize=3090984 CPUtime=330.48 cores=0,2,4,6
/proc/19020/task/19022/stat : 19022 (java) S 19018 19020 7849 0 -1 4202560 3335 0 1 0 33036 12 0 0 20 0 20 0 335353609 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008217900216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19023] ppid=19018 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/19020/task/19023/stat : 19023 (java) S 19018 19020 7849 0 -1 4202560 298 0 0 0 33 18 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008083593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19024] ppid=19018 vsize=3090984 CPUtime=0.57 cores=0,2,4,6
/proc/19020/task/19024/stat : 19024 (java) S 19018 19020 7849 0 -1 4202560 275 0 0 0 42 15 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008014997928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19025] ppid=19018 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/19020/task/19025/stat : 19025 (java) S 19018 19020 7849 0 -1 4202560 358 0 0 0 39 20 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008013945128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19026] ppid=19018 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/19020/task/19026/stat : 19026 (java) S 19018 19020 7849 0 -1 4202560 321 0 0 0 36 16 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008012892328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19027] ppid=19018 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/19020/task/19027/stat : 19027 (java) S 19018 19020 7849 0 -1 4202560 337 0 0 0 37 14 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008011840552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19028] ppid=19018 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/19020/task/19028/stat : 19028 (java) S 19018 19020 7849 0 -1 4202560 234 0 0 0 34 13 0 0 20 0 20 0 335353610 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008010787752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19029] ppid=19018 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/19020/task/19029/stat : 19029 (java) S 19018 19020 7849 0 -1 4202560 366 0 0 0 40 16 0 0 20 0 20 0 335353611 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008009734952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19030] ppid=19018 vsize=3090984 CPUtime=0.78 cores=0,2,4,6
/proc/19020/task/19030/stat : 19030 (java) S 19018 19020 7849 0 -1 4202560 505 0 0 0 53 25 0 0 20 0 20 0 335353611 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140008008682152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19031] ppid=19018 vsize=3090984 CPUtime=7.87 cores=0,2,4,6
/proc/19020/task/19031/stat : 19031 (java) R 19018 19020 7849 0 -1 4202560 108 0 0 0 785 2 0 0 20 0 20 0 335353612 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007996484072 140008224407584 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19032] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19032/stat : 19032 (java) S 19018 19020 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335353612 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007995430136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19033] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19033/stat : 19033 (java) S 19018 19020 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335353612 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007994377224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19034] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4936 0 0 0 63 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7602 0 0 0 64 3 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 21 0 0 0 5 5 0 0 20 0 20 0 335353615 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335353671 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19068] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19068/stat : 19068 (java) S 19018 19020 7849 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 20 0 335387400 3165167616 422903 33554432000 1073741824 1073778376 140736338617088 140007985860040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 345.21
Current children cumulated vsize (KiB) 3090984

[startup+340.601 s]
/proc/loadavg: 2.28 2.12 2.04 3/214 19068
/proc/meminfo: memFree=25862048/32873844 swapFree=7632/7632
[pid=19020] ppid=19018 vsize=3090984 CPUtime=345.31 cores=0,2,4,6
/proc/19020/stat : 19020 (java) S 19018 19020 7849 0 -1 4202496 19921 0 1 0 34379 152 0 0 20 0 20 0 335353607 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140736338608224 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19020/statm: 772746 422904 2310 9 0 763167 0
[pid=19020/tid=19022] ppid=19018 vsize=3090984 CPUtime=330.48 cores=0,2,4,6
/proc/19020/task/19022/stat : 19022 (java) S 19018 19020 7849 0 -1 4202560 3335 0 1 0 33036 12 0 0 20 0 20 0 335353609 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008217900216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19023] ppid=19018 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/19020/task/19023/stat : 19023 (java) S 19018 19020 7849 0 -1 4202560 298 0 0 0 33 18 0 0 20 0 20 0 335353610 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008083593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19024] ppid=19018 vsize=3090984 CPUtime=0.57 cores=0,2,4,6
/proc/19020/task/19024/stat : 19024 (java) S 19018 19020 7849 0 -1 4202560 275 0 0 0 42 15 0 0 20 0 20 0 335353610 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008014997928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19025] ppid=19018 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/19020/task/19025/stat : 19025 (java) S 19018 19020 7849 0 -1 4202560 358 0 0 0 39 20 0 0 20 0 20 0 335353610 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008013945128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19026] ppid=19018 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/19020/task/19026/stat : 19026 (java) S 19018 19020 7849 0 -1 4202560 321 0 0 0 36 16 0 0 20 0 20 0 335353610 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008012892328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19027] ppid=19018 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/19020/task/19027/stat : 19027 (java) S 19018 19020 7849 0 -1 4202560 337 0 0 0 37 14 0 0 20 0 20 0 335353610 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008011840552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19028] ppid=19018 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/19020/task/19028/stat : 19028 (java) S 19018 19020 7849 0 -1 4202560 234 0 0 0 34 13 0 0 20 0 20 0 335353610 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008010787752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19029] ppid=19018 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/19020/task/19029/stat : 19029 (java) S 19018 19020 7849 0 -1 4202560 366 0 0 0 40 16 0 0 20 0 20 0 335353611 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008009734952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19030] ppid=19018 vsize=3090984 CPUtime=0.78 cores=0,2,4,6
/proc/19020/task/19030/stat : 19030 (java) S 19018 19020 7849 0 -1 4202560 505 0 0 0 53 25 0 0 20 0 20 0 335353611 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140008008682152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19031] ppid=19018 vsize=3090984 CPUtime=7.97 cores=0,2,4,6
/proc/19020/task/19031/stat : 19031 (java) R 19018 19020 7849 0 -1 4202560 111 0 0 0 795 2 0 0 20 0 20 0 335353612 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007996484072 140008224753667 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19032] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19032/stat : 19032 (java) S 19018 19020 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335353612 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007995430136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19033] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19033/stat : 19033 (java) S 19018 19020 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 335353612 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007994377224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19034] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19034/stat : 19034 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007993325712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19035] ppid=19018 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/19020/task/19035/stat : 19035 (java) S 19018 19020 7849 0 -1 4202560 4936 0 0 0 63 0 0 0 20 0 20 0 335353615 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007992273848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19020/tid=19036] ppid=19018 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/19020/task/19036/stat : 19036 (java) S 19018 19020 7849 0 -1 4202560 7602 0 0 0 64 3 0 0 20 0 20 0 335353615 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007991221048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19037] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19037/stat : 19037 (java) S 19018 19020 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335353615 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007990168440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19020/tid=19038] ppid=19018 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/19020/task/19038/stat : 19038 (java) S 19018 19020 7849 0 -1 4202560 21 0 0 0 5 5 0 0 20 0 20 0 335353615 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007989115848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19020/tid=19040] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19040/stat : 19040 (java) S 19018 19020 7849 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 335353671 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007986914344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19020/tid=19068] ppid=19018 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/19020/task/19068/stat : 19068 (java) S 19018 19020 7849 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 335387400 3165167616 422904 33554432000 1073741824 1073778376 140736338617088 140007985860568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 345.31
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19020 and gives
#  childrusage.ru_utime.tv_sec=342
#  childrusage.ru_utime.tv_usec=947864
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=735736
# CPU time returned by wait4() is 344.684
# while last known CPU time is 345.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 340.66
CPU time (s): 345.31
CPU user time (s): 343.79
CPU system time (s): 1.52
CPU usage (%): 101.365
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.948
system time used= 1.73574
maximum resident set size= 1691628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19930
page faults= 1
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7840
involuntary context switches= 3566

runsolver used 1.50377 second user time and 3.50747 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 04:58:00
IDJOB=3732924
IDBENCH=2228
IDSOLVER=2319
FILE ID=node130/3732924-1338692280
RUNJOBID= node130-1338679215-16919
PBS_JOBID= 14636683
Free space on /tmp= 70980 MiB

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

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

MD5SUM BENCH= 6272f76e60106089ef6773ef02321eb2
RANDOM SEED=1968263279

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27551212 kB
Buffers:          408836 kB
Cached:          2379080 kB
SwapCached:         4256 kB
Active:          2744600 kB
Inactive:        1708128 kB
Active(anon):    1657020 kB
Inactive(anon):     8128 kB
Active(file):    1087580 kB
Inactive(file):  1700000 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              3928 kB
Writeback:             0 kB
AnonPages:       1728492 kB
Mapped:            17784 kB
Shmem:                 4 kB
Slab:             722044 kB
SReclaimable:     163660 kB
SUnreclaim:       558384 kB
KernelStack:        1768 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1697792 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= 70976 MiB
End job on node130 at 2012-06-03 05:03:41