Trace number 3732025

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1584.35 1577.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cmb.opb
MD5SUM8aa1aebf70d33d96463ba96014c98682
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Number of terms in the objective function 304
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 12887
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12887
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3732025-1338742962.opb
0.07/0.12	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.095s.
0.25/0.22	c #vars     304
0.25/0.22	c #constraints  668
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 178
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 489
0.25/0.23	c SATISFIABLE
0.25/0.23	c OPTIMIZING...
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.113
0.25/0.23	o 1553
7.23/6.70	c Got one! Elapsed wall clock time (in seconds):6.577
7.23/6.70	o 1548
43.43/42.37	c Got one! Elapsed wall clock time (in seconds):42.248
43.43/42.37	o 1547
1182.43/1176.89	c cleaning 1982994 clauses out of 3965998
1565.14/1558.57	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1568.04/1561.45		at java.math.BigInteger.subtract(BigInteger.java:1109)
1568.04/1561.45		at java.math.BigInteger.subtract(BigInteger.java:1095)
1583.84/1577.23	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1583.84/1577.23		at java.lang.StringBuffer.toString(StringBuffer.java:585)
1583.84/1577.23		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1583.84/1577.23		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1583.84/1577.23		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1583.84/1577.23		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1583.84/1577.23		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1583.84/1577.23		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-3732025-1338742962/watcher-3732025-1338742962 -o /tmp/evaluation-result-3732025-1338742962/solver-3732025-1338742962 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3732025-1338742962.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.03 2.00 3/194 10232
/proc/meminfo: memFree=29967136/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10232/stat : 10232 (java6) D 10230 10232 9782 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 340423219 9515008 176 33554432000 1073741824 1073778376 140736738177344 140736738160072 233411789712 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/10232/statm: 2323 176 133 9 0 71 0

[startup+0.0162599 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 10232
/proc/meminfo: memFree=29967136/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 1285 0 0 0 0 0 0 0 20 0 2 0 340423219 98582528 986 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 24068 986 751 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96272

[startup+0.100287 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 10232
/proc/meminfo: memFree=29967136/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 4079 0 1 0 6 1 0 0 20 0 18 0 340423219 2712133632 5798 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 662142 5798 1933 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300303 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 10232
/proc/meminfo: memFree=29967136/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 7665 0 1 0 45 2 0 0 20 0 19 0 340423219 2780295168 9420 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 678783 9420 2231 9 0 669476 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2715132

[startup+0.700264 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 10232
/proc/meminfo: memFree=29967136/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2715132 CPUtime=1.17 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 10131 0 1 0 114 3 0 0 20 0 19 0 340423219 2780295168 10631 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 678783 10631 2235 9 0 669476 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2715132

[startup+1.50071 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 10251
/proc/meminfo: memFree=29929508/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2715132 CPUtime=2.01 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 10564 0 1 0 198 3 0 0 20 0 19 0 340423219 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 678783 13791 2239 9 0 669476 0
[pid=10232/tid=10234] ppid=10230 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/10232/task/10234/stat : 10234 (java) R 10230 10232 9782 0 -1 4202560 2766 0 1 0 144 2 0 0 20 0 19 0 340423220 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139644003631696 139643832457000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10235] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10235/stat : 10235 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643988081704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10236] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10236/stat : 10236 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643987028904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10237] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10237/stat : 10237 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643985976104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10238] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10238/stat : 10238 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643984923304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10239] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) S 10230 10232 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643968302056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2534 0 0 0 25 0 0 0 20 0 19 0 340423226 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 4069 0 0 0 26 0 0 0 20 0 19 0 340423226 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340423242 2780295168 13791 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 2715132

[startup+3.1007 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 10251
/proc/meminfo: memFree=29912504/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2715132 CPUtime=3.61 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 10575 0 1 0 358 3 0 0 20 0 19 0 340423219 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 678783 19423 2239 9 0 669476 0
[pid=10232/tid=10234] ppid=10230 vsize=2715132 CPUtime=3.06 cores=1,3,5,7
/proc/10232/task/10234/stat : 10234 (java) R 10230 10232 9782 0 -1 4202560 2777 0 1 0 304 2 0 0 20 0 19 0 340423220 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139644003631480 139643832463766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10235] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10235/stat : 10235 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643988081704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10236] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10236/stat : 10236 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643987028904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10237] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10237/stat : 10237 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643985976104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10238] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10238/stat : 10238 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643984923304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10239] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) S 10230 10232 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643968302056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2534 0 0 0 26 0 0 0 20 0 19 0 340423226 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 4069 0 0 0 26 0 0 0 20 0 19 0 340423226 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340423242 2780295168 19423 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 2715132

[startup+6.30076 s]
/proc/loadavg: 1.96 2.01 2.00 5/212 10309
/proc/meminfo: memFree=31221612/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2715132 CPUtime=6.83 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 10595 0 1 0 679 4 0 0 20 0 19 0 340423219 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 678783 28640 2240 9 0 669476 0
[pid=10232/tid=10234] ppid=10230 vsize=2715132 CPUtime=6.26 cores=1,3,5,7
/proc/10232/task/10234/stat : 10234 (java) R 10230 10232 9782 0 -1 4202560 2796 0 1 0 623 3 0 0 20 0 19 0 340423220 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139644003631592 139643832433860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10235] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10235/stat : 10235 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643988081704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10236] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10236/stat : 10236 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643987028904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10237] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10237/stat : 10237 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643985976104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10238] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10238/stat : 10238 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643984923304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10239] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340423221 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) S 10230 10232 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643968302056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340423223 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2534 0 0 0 27 0 0 0 20 0 19 0 340423226 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 4069 0 0 0 26 0 0 0 20 0 19 0 340423226 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340423226 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340423242 2780295168 28640 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 285 0 0 0 74 19 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2781696 CPUtime=0.9 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 281 0 0 0 73 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 164 0 0 0 64 10 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2781696 CPUtime=0.88 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 249 0 0 0 74 14 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2781696 CPUtime=95.45 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) R 10230 10232 9782 0 -1 4202560 154 0 0 0 9538 7 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643968302216 139644010485776 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2781696 CPUtime=0.31 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2556 0 0 0 31 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 11061 0 0 0 73 2 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 92 0 0 0 52 40 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340423242 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10380] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10380/stat : 10380 (java) S 10230 10232 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340579649 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643958825544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1582.54
Current children cumulated vsize (KiB) 2781696

[startup+1576.7 s]
/proc/loadavg: 2.03 2.06 2.02 3/214 10380
/proc/meminfo: memFree=28601232/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2781696 CPUtime=1583.34 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 20374 0 1 0 158169 165 0 0 20 0 20 0 340423219 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 695424 346113 2266 9 0 686117 0
[pid=10232/tid=10234] ppid=10230 vsize=2781696 CPUtime=1478.68 cores=1,3,5,7
/proc/10232/task/10234/stat : 10234 (java) S 10230 10232 9782 0 -1 4202560 2976 0 1 0 147837 31 0 0 20 0 20 0 340423220 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139644003632312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10235] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10235/stat : 10235 (java) S 10230 10232 9782 0 -1 4202560 655 0 0 0 75 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643988081704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10236] ppid=10230 vsize=2781696 CPUtime=0.76 cores=1,3,5,7
/proc/10232/task/10236/stat : 10236 (java) S 10230 10232 9782 0 -1 4202560 207 0 0 0 64 12 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643987028904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10237] ppid=10230 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/10232/task/10237/stat : 10237 (java) S 10230 10232 9782 0 -1 4202560 210 0 0 0 56 11 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643985976104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10238] ppid=10230 vsize=2781696 CPUtime=0.85 cores=1,3,5,7
/proc/10232/task/10238/stat : 10238 (java) S 10230 10232 9782 0 -1 4202560 287 0 0 0 70 15 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643984923304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10239] ppid=10230 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 285 0 0 0 74 19 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2781696 CPUtime=0.9 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 281 0 0 0 73 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 164 0 0 0 64 10 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2781696 CPUtime=0.88 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 249 0 0 0 74 14 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2781696 CPUtime=96.25 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) R 10230 10232 9782 0 -1 4202560 154 0 0 0 9618 7 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643968302216 139644010139720 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2781696 CPUtime=0.31 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2556 0 0 0 31 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 11061 0 0 0 73 2 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 92 0 0 0 52 40 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340423242 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10380] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10380/stat : 10380 (java) S 10230 10232 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340579649 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643958825544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1583.34
Current children cumulated vsize (KiB) 2781696

[startup+1577.1 s]
/proc/loadavg: 2.03 2.06 2.02 3/214 10380
/proc/meminfo: memFree=28601232/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2781696 CPUtime=1583.74 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 20374 0 1 0 158209 165 0 0 20 0 20 0 340423219 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 695424 346113 2266 9 0 686117 0
[pid=10232/tid=10234] ppid=10230 vsize=2781696 CPUtime=1478.68 cores=1,3,5,7
/proc/10232/task/10234/stat : 10234 (java) S 10230 10232 9782 0 -1 4202560 2976 0 1 0 147837 31 0 0 20 0 20 0 340423220 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139644003632312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10235] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10235/stat : 10235 (java) S 10230 10232 9782 0 -1 4202560 655 0 0 0 75 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643988081704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10236] ppid=10230 vsize=2781696 CPUtime=0.76 cores=1,3,5,7
/proc/10232/task/10236/stat : 10236 (java) S 10230 10232 9782 0 -1 4202560 207 0 0 0 64 12 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643987028904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10237] ppid=10230 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/10232/task/10237/stat : 10237 (java) S 10230 10232 9782 0 -1 4202560 210 0 0 0 56 11 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643985976104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10238] ppid=10230 vsize=2781696 CPUtime=0.85 cores=1,3,5,7
/proc/10232/task/10238/stat : 10238 (java) S 10230 10232 9782 0 -1 4202560 287 0 0 0 70 15 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643984923304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10239] ppid=10230 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 285 0 0 0 74 19 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2781696 CPUtime=0.9 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 281 0 0 0 73 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 164 0 0 0 64 10 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2781696 CPUtime=0.88 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 249 0 0 0 74 14 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2781696 CPUtime=96.65 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) R 10230 10232 9782 0 -1 4202560 154 0 0 0 9658 7 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643968302216 233411454734 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2781696 CPUtime=0.31 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2556 0 0 0 31 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 11061 0 0 0 73 2 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 92 0 0 0 52 40 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340423242 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10380] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10380/stat : 10380 (java) S 10230 10232 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340579649 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643958825544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1583.74
Current children cumulated vsize (KiB) 2781696

[startup+1577.2 s]
/proc/loadavg: 2.03 2.06 2.02 3/214 10380
/proc/meminfo: memFree=28601232/32873844 swapFree=7116/7116
[pid=10232] ppid=10230 vsize=2781696 CPUtime=1583.84 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10230 10232 9782 0 -1 4202496 20374 0 1 0 158219 165 0 0 20 0 20 0 340423219 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 140734329545648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10232/statm: 695424 346113 2266 9 0 686117 0
[pid=10232/tid=10234] ppid=10230 vsize=2781696 CPUtime=1478.68 cores=1,3,5,7
/proc/10232/task/10234/stat : 10234 (java) S 10230 10232 9782 0 -1 4202560 2976 0 1 0 147837 31 0 0 20 0 20 0 340423220 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139644003632312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10235] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10235/stat : 10235 (java) S 10230 10232 9782 0 -1 4202560 655 0 0 0 75 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643988081704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10236] ppid=10230 vsize=2781696 CPUtime=0.76 cores=1,3,5,7
/proc/10232/task/10236/stat : 10236 (java) S 10230 10232 9782 0 -1 4202560 207 0 0 0 64 12 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643987028904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10237] ppid=10230 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/10232/task/10237/stat : 10237 (java) S 10230 10232 9782 0 -1 4202560 210 0 0 0 56 11 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643985976104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10238] ppid=10230 vsize=2781696 CPUtime=0.85 cores=1,3,5,7
/proc/10232/task/10238/stat : 10238 (java) S 10230 10232 9782 0 -1 4202560 287 0 0 0 70 15 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643984923304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10232/tid=10239] ppid=10230 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/10232/task/10239/stat : 10239 (java) S 10230 10232 9782 0 -1 4202560 285 0 0 0 74 19 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643983870504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10240] ppid=10230 vsize=2781696 CPUtime=0.9 cores=1,3,5,7
/proc/10232/task/10240/stat : 10240 (java) S 10230 10232 9782 0 -1 4202560 281 0 0 0 73 17 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643982817704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10241] ppid=10230 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/10232/task/10241/stat : 10241 (java) S 10230 10232 9782 0 -1 4202560 164 0 0 0 64 10 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643981764904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10242] ppid=10230 vsize=2781696 CPUtime=0.88 cores=1,3,5,7
/proc/10232/task/10242/stat : 10242 (java) S 10230 10232 9782 0 -1 4202560 249 0 0 0 74 14 0 0 20 0 20 0 340423221 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643980712104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10243] ppid=10230 vsize=2781696 CPUtime=96.75 cores=1,3,5,7
/proc/10232/task/10243/stat : 10243 (java) R 10230 10232 9782 0 -1 4202560 154 0 0 0 9668 7 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643968302216 233411454618 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10244] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10244/stat : 10244 (java) S 10230 10232 9782 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643967248120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10245] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10245/stat : 10245 (java) S 10230 10232 9782 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340423223 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643966195208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10232/tid=10246] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10246/stat : 10246 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643965143696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10247] ppid=10230 vsize=2781696 CPUtime=0.31 cores=1,3,5,7
/proc/10232/task/10247/stat : 10247 (java) S 10230 10232 9782 0 -1 4202560 2556 0 0 0 31 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643964090808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10248] ppid=10230 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/10232/task/10248/stat : 10248 (java) S 10230 10232 9782 0 -1 4202560 11061 0 0 0 73 2 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643963038008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10249] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10249/stat : 10249 (java) S 10230 10232 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643961985400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10232/tid=10250] ppid=10230 vsize=2781696 CPUtime=0.92 cores=1,3,5,7
/proc/10232/task/10250/stat : 10250 (java) S 10230 10232 9782 0 -1 4202560 92 0 0 0 52 40 0 0 20 0 20 0 340423226 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643960932808 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10251] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10251/stat : 10251 (java) S 10230 10232 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340423242 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643959879336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10232/tid=10380] ppid=10230 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/10232/task/10380/stat : 10380 (java) S 10230 10232 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340579649 2848456704 346113 33554432000 1073741824 1073778376 140734329554512 139643958825544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1583.84
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 1577.24
CPU time (s): 1584.35
CPU user time (s): 1582.26
CPU system time (s): 2.08368
CPU usage (%): 100.451
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1582.26
system time used= 2.08368
maximum resident set size= 1384476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33647
involuntary context switches= 10563

runsolver used 6.09507 second user time and 19.449 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 19:02:42
IDJOB=3732025
IDBENCH=2020
IDSOLVER=2322
FILE ID=node111/3732025-1338742962
RUNJOBID= node111-1338737568-9799
PBS_JOBID= 14636765
Free space on /tmp= 67396 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cmb.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732025-1338742962/watcher-3732025-1338742962 -o /tmp/evaluation-result-3732025-1338742962/solver-3732025-1338742962 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3732025-1338742962.opb

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

MD5SUM BENCH= 8aa1aebf70d33d96463ba96014c98682
RANDOM SEED=1709700734

node111.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.152
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	: 5332.30
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.152
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.152
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.92
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29968036 kB
Buffers:          204992 kB
Cached:           540328 kB
SwapCached:         1404 kB
Active:          1540924 kB
Inactive:         573352 kB
Active(anon):    1369976 kB
Inactive(anon):     1276 kB
Active(file):     170948 kB
Inactive(file):   572076 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:                96 kB
Writeback:             0 kB
AnonPages:       1377164 kB
Mapped:            17000 kB
Shmem:                 0 kB
Slab:             647016 kB
SReclaimable:      89168 kB
SUnreclaim:       557848 kB
KernelStack:        1600 kB
PageTables:         6872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1355776 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= 67396 MiB
End job on node111 at 2012-06-03 19:29:00