Trace number 3731145

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) 934.72 926.683

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.1.1.v20090612
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 1299577560
0.06/0.10	c Max memory 1306394624
0.06/0.10	c Total memory 1306394624
0.06/0.10	c Number of processors 8
0.06/0.12	c Pseudo Boolean Optimization
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.12	c Expensive reason simplification
0.06/0.12	c MiniSAT restarts strategy
0.06/0.12	c Memory based learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3731145-1338737336.opb
0.06/0.12	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.109s.
0.24/0.23	c #vars     572
0.24/0.23	c #constraints  215
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 58
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
2.23/1.41	c SATISFIABLE
2.23/1.41	c OPTIMIZING...
2.23/1.41	c Got one! Elapsed wall clock time (in seconds):1.283
2.23/1.41	o 44187
7.87/7.07	c Got one! Elapsed wall clock time (in seconds):6.947
7.87/7.07	o 44115
101.44/98.76	c Got one! Elapsed wall clock time (in seconds):98.636
101.44/98.76	o 40743
132.96/129.78	c Got one! Elapsed wall clock time (in seconds):129.657
132.96/129.78	o 40201
306.63/301.89	c cleaning 553412 clauses out of 1107498
422.42/417.12	c cleaning 424991 clauses out of 850584
569.90/563.55	c cleaning 450712 clauses out of 902093
930.11/922.09	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
930.11/922.09		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
930.11/922.09		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
930.11/922.09		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
930.11/922.09		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
930.11/922.09		at org.sat4j.minisat.core.Solver.search(Unknown Source)
930.11/922.09		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
930.11/922.09		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
930.11/922.09		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
930.11/922.09		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
930.11/922.09		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
930.11/922.09		at org.sat4j.AbstractLauncher.run(Unknown Source)
930.11/922.09		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
934.72/926.67	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
934.72/926.67		at java.util.Arrays.copyOfRange(Arrays.java:3209)
934.72/926.67		at java.lang.String.<init>(String.java:215)
934.72/926.67		at java.lang.StringBuffer.toString(StringBuffer.java:585)
934.72/926.67		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
934.72/926.67		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
934.72/926.67		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
934.72/926.67		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
934.72/926.67		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
934.72/926.67		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-3731145-1338737336/watcher-3731145-1338737336 -o /tmp/evaluation-result-3731145-1338737336/solver-3731145-1338737336 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731145-1338737336.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: 0.92 1.31 1.70 2/172 21416
/proc/meminfo: memFree=25873324/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21416/stat : 21416 (java6) D 21414 21416 21377 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 339859052 9515008 175 33554432000 1073741824 1073778376 140733288889808 140733288872536 229355897744 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/21416/statm: 2323 175 133 9 0 71 0

[startup+0.065726 s]
/proc/loadavg: 0.92 1.31 1.70 2/172 21416
/proc/meminfo: memFree=25873324/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 3695 0 1 0 3 0 0 0 20 0 13 0 339859052 2371293184 4902 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 578929 4902 1706 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.10032 s]
/proc/loadavg: 0.92 1.31 1.70 2/172 21416
/proc/meminfo: memFree=25873324/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 3864 0 1 0 6 0 0 0 20 0 18 0 339859052 2712133632 5582 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 662142 5582 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648568

[startup+0.300165 s]
/proc/loadavg: 0.92 1.31 1.70 2/172 21416
/proc/meminfo: memFree=25873324/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 12996 0 1 0 50 3 0 0 20 0 19 0 339859052 2780295168 13434 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 678783 13434 2220 9 0 669476 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2715132

[startup+0.700285 s]
/proc/loadavg: 0.92 1.31 1.70 2/172 21416
/proc/meminfo: memFree=25873324/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 15467 0 1 0 143 4 0 0 20 0 19 0 339859052 2780295168 18717 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 678783 18717 2232 9 0 669476 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 2715132

[startup+1.50073 s]
/proc/loadavg: 0.92 1.31 1.70 3/211 21458
/proc/meminfo: memFree=25733096/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2715132 CPUtime=2.33 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 15497 0 1 0 229 4 0 0 20 0 19 0 339859052 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 678783 29477 2239 9 0 669476 0
[pid=21416/tid=21423] ppid=21414 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/21416/task/21423/stat : 21423 (java) R 21414 21416 21377 0 -1 4202560 2789 0 1 0 144 1 0 0 20 0 19 0 339859053 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056106218200 140055948210354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21425] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21425/stat : 21425 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056090668072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21426] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21426/stat : 21426 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056089615272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21427] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21427/stat : 21427 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056088562472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21428] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21428/stat : 21428 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056087509672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21429] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21429/stat : 21429 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056086456872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21430] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21430/stat : 21430 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056085404072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21431] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21431/stat : 21431 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056084351272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21432] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21432/stat : 21432 (java) S 21414 21416 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056083298472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21441] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21441/stat : 21441 (java) S 21414 21416 21377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339859056 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056070888424 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21443] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21443/stat : 21443 (java) S 21414 21416 21377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339859057 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056069834488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21444] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21444/stat : 21444 (java) S 21414 21416 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339859057 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056068781576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21447] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6555 0 0 0 43 2 0 0 20 0 19 0 339859059 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4953 0 0 0 38 2 0 0 20 0 19 0 339859059 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 339859077 2780295168 29477 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 2715132

[startup+3.10074 s]
/proc/loadavg: 0.92 1.31 1.70 3/211 21458
/proc/meminfo: memFree=25660672/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2715132 CPUtime=3.96 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 15546 0 1 0 391 5 0 0 20 0 19 0 339859052 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 678783 54053 2239 9 0 669476 0
[pid=21416/tid=21423] ppid=21414 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/21416/task/21423/stat : 21423 (java) R 21414 21416 21377 0 -1 4202560 2838 0 1 0 302 2 0 0 20 0 19 0 339859053 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056106216064 140055948025889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21425] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21425/stat : 21425 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056090668072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21426] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21426/stat : 21426 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056089615272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21427] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21427/stat : 21427 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056088562472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21428] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21428/stat : 21428 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056087509672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21429] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21429/stat : 21429 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056086456872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21430] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21430/stat : 21430 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056085404072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21431] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21431/stat : 21431 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056084351272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21432] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21432/stat : 21432 (java) S 21414 21416 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056083298472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21441] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21441/stat : 21441 (java) S 21414 21416 21377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339859056 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056070888424 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21443] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21443/stat : 21443 (java) S 21414 21416 21377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339859057 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056069834488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21444] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21444/stat : 21444 (java) S 21414 21416 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339859057 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056068781576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21447] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6555 0 0 0 45 2 0 0 20 0 19 0 339859059 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4953 0 0 0 39 2 0 0 20 0 19 0 339859059 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 339859077 2780295168 54053 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 2715132

[startup+6.30075 s]
/proc/loadavg: 1.01 1.32 1.70 3/211 21458
/proc/meminfo: memFree=25501424/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2715132 CPUtime=7.17 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 15606 0 1 0 709 8 0 0 20 0 19 0 339859052 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 678783 83124 2240 9 0 669476 0
[pid=21416/tid=21423] ppid=21414 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/21416/task/21423/stat : 21423 (java) R 21414 21416 21377 0 -1 4202560 2897 0 1 0 620 4 0 0 20 0 19 0 339859053 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056106215760 140055948040064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21425] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21425/stat : 21425 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056090668072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21426] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21426/stat : 21426 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056089615272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21427] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21427/stat : 21427 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056088562472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21428] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21428/stat : 21428 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056087509672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21429] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21429/stat : 21429 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056086456872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21430] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21430/stat : 21430 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056085404072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21431] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21431/stat : 21431 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056084351272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21432] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21432/stat : 21432 (java) S 21414 21416 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339859055 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056083298472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21441] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21441/stat : 21441 (java) S 21414 21416 21377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339859056 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056070888424 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21443] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21443/stat : 21443 (java) S 21414 21416 21377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339859057 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056069834488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21444] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21444/stat : 21444 (java) S 21414 21416 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339859057 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056068781576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21447] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6555 0 0 0 45 2 0 0 20 0 19 0 339859059 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4953 0 0 0 39 2 0 0 20 0 19 0 339859059 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 339859059 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 339859077 2780295168 83124 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6584 0 0 0 56 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4961 0 0 0 64 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 53 0 0 0 19 14 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859077 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21469] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21469/stat : 21469 (java) S 21414 21416 21377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 339951262 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055943291480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 933.62
Current children cumulated vsize (KiB) 2781696

[startup+926.301 s]
/proc/loadavg: 2.00 1.98 1.88 3/212 21469
/proc/meminfo: memFree=23482376/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2781696 CPUtime=934.42 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 18993 0 1 0 93324 118 0 0 20 0 20 0 339859052 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 695424 347204 2272 9 0 686117 0
[pid=21416/tid=21423] ppid=21414 vsize=2781696 CPUtime=865.02 cores=0,2,4,6
/proc/21416/task/21423/stat : 21423 (java) S 21414 21416 21377 0 -1 4202560 3067 0 1 0 86482 20 0 0 20 0 20 0 339859053 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056106218680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21425] ppid=21414 vsize=2781696 CPUtime=1.06 cores=0,2,4,6
/proc/21416/task/21425/stat : 21425 (java) S 21414 21416 21377 0 -1 4202560 448 0 0 0 96 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056090668072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21426] ppid=21414 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/21416/task/21426/stat : 21426 (java) S 21414 21416 21377 0 -1 4202560 433 0 0 0 110 12 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056089615272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21427] ppid=21414 vsize=2781696 CPUtime=1.17 cores=0,2,4,6
/proc/21416/task/21427/stat : 21427 (java) S 21414 21416 21377 0 -1 4202560 415 0 0 0 103 14 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056088562472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21428] ppid=21414 vsize=2781696 CPUtime=1.13 cores=0,2,4,6
/proc/21416/task/21428/stat : 21428 (java) S 21414 21416 21377 0 -1 4202560 446 0 0 0 98 15 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056087509672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21429] ppid=21414 vsize=2781696 CPUtime=1.2 cores=0,2,4,6
/proc/21416/task/21429/stat : 21429 (java) S 21414 21416 21377 0 -1 4202560 318 0 0 0 110 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056086456872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21430] ppid=21414 vsize=2781696 CPUtime=1.25 cores=0,2,4,6
/proc/21416/task/21430/stat : 21430 (java) S 21414 21416 21377 0 -1 4202560 235 0 0 0 112 13 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056085404072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21431] ppid=21414 vsize=2781696 CPUtime=1.16 cores=0,2,4,6
/proc/21416/task/21431/stat : 21431 (java) S 21414 21416 21377 0 -1 4202560 291 0 0 0 103 13 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056084351272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21432] ppid=21414 vsize=2781696 CPUtime=1.09 cores=0,2,4,6
/proc/21416/task/21432/stat : 21432 (java) S 21414 21416 21377 0 -1 4202560 433 0 0 0 99 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056083298472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21441] ppid=21414 vsize=2781696 CPUtime=56.25 cores=0,2,4,6
/proc/21416/task/21441/stat : 21441 (java) R 21414 21416 21377 0 -1 4202560 105 0 0 0 5624 1 0 0 20 0 20 0 339859056 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056070888584 140056112726088 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21443] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21443/stat : 21443 (java) S 21414 21416 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339859057 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056069834488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21444] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21444/stat : 21444 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859057 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056068781576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21447] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6584 0 0 0 56 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4961 0 0 0 64 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 53 0 0 0 19 14 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859077 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21469] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21469/stat : 21469 (java) S 21414 21416 21377 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 339951262 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055943291704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 934.42
Current children cumulated vsize (KiB) 2781696

[startup+926.501 s]
/proc/loadavg: 2.00 1.98 1.88 3/212 21469
/proc/meminfo: memFree=23482376/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2781696 CPUtime=934.62 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 18993 0 1 0 93344 118 0 0 20 0 20 0 339859052 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 695424 347204 2272 9 0 686117 0
[pid=21416/tid=21423] ppid=21414 vsize=2781696 CPUtime=865.02 cores=0,2,4,6
/proc/21416/task/21423/stat : 21423 (java) S 21414 21416 21377 0 -1 4202560 3067 0 1 0 86482 20 0 0 20 0 20 0 339859053 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056106218680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21425] ppid=21414 vsize=2781696 CPUtime=1.06 cores=0,2,4,6
/proc/21416/task/21425/stat : 21425 (java) S 21414 21416 21377 0 -1 4202560 448 0 0 0 96 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056090668072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21426] ppid=21414 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/21416/task/21426/stat : 21426 (java) S 21414 21416 21377 0 -1 4202560 433 0 0 0 110 12 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056089615272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21427] ppid=21414 vsize=2781696 CPUtime=1.17 cores=0,2,4,6
/proc/21416/task/21427/stat : 21427 (java) S 21414 21416 21377 0 -1 4202560 415 0 0 0 103 14 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056088562472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21428] ppid=21414 vsize=2781696 CPUtime=1.13 cores=0,2,4,6
/proc/21416/task/21428/stat : 21428 (java) S 21414 21416 21377 0 -1 4202560 446 0 0 0 98 15 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056087509672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21429] ppid=21414 vsize=2781696 CPUtime=1.2 cores=0,2,4,6
/proc/21416/task/21429/stat : 21429 (java) S 21414 21416 21377 0 -1 4202560 318 0 0 0 110 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056086456872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21430] ppid=21414 vsize=2781696 CPUtime=1.25 cores=0,2,4,6
/proc/21416/task/21430/stat : 21430 (java) S 21414 21416 21377 0 -1 4202560 235 0 0 0 112 13 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056085404072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21431] ppid=21414 vsize=2781696 CPUtime=1.16 cores=0,2,4,6
/proc/21416/task/21431/stat : 21431 (java) S 21414 21416 21377 0 -1 4202560 291 0 0 0 103 13 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056084351272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21432] ppid=21414 vsize=2781696 CPUtime=1.09 cores=0,2,4,6
/proc/21416/task/21432/stat : 21432 (java) S 21414 21416 21377 0 -1 4202560 433 0 0 0 99 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056083298472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21441] ppid=21414 vsize=2781696 CPUtime=56.45 cores=0,2,4,6
/proc/21416/task/21441/stat : 21441 (java) R 21414 21416 21377 0 -1 4202560 105 0 0 0 5644 1 0 0 20 0 20 0 339859056 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056070888584 229355569484 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21443] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21443/stat : 21443 (java) S 21414 21416 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339859057 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056069834488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21444] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21444/stat : 21444 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859057 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056068781576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21447] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6584 0 0 0 56 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4961 0 0 0 64 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 53 0 0 0 19 14 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859077 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21469] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21469/stat : 21469 (java) S 21414 21416 21377 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 339951262 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055943291704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 934.62
Current children cumulated vsize (KiB) 2781696

[startup+926.601 s]
/proc/loadavg: 2.00 1.98 1.88 3/212 21469
/proc/meminfo: memFree=23482376/32873852 swapFree=6856/6856
[pid=21416] ppid=21414 vsize=2781696 CPUtime=934.72 cores=0,2,4,6
/proc/21416/stat : 21416 (java) S 21414 21416 21377 0 -1 4202496 18993 0 1 0 93354 118 0 0 20 0 20 0 339859052 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140735367822256 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21416/statm: 695424 347204 2272 9 0 686117 0
[pid=21416/tid=21423] ppid=21414 vsize=2781696 CPUtime=865.02 cores=0,2,4,6
/proc/21416/task/21423/stat : 21423 (java) S 21414 21416 21377 0 -1 4202560 3067 0 1 0 86482 20 0 0 20 0 20 0 339859053 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056106218680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21425] ppid=21414 vsize=2781696 CPUtime=1.06 cores=0,2,4,6
/proc/21416/task/21425/stat : 21425 (java) S 21414 21416 21377 0 -1 4202560 448 0 0 0 96 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056090668072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21426] ppid=21414 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/21416/task/21426/stat : 21426 (java) S 21414 21416 21377 0 -1 4202560 433 0 0 0 110 12 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056089615272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21427] ppid=21414 vsize=2781696 CPUtime=1.17 cores=0,2,4,6
/proc/21416/task/21427/stat : 21427 (java) S 21414 21416 21377 0 -1 4202560 415 0 0 0 103 14 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056088562472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21428] ppid=21414 vsize=2781696 CPUtime=1.13 cores=0,2,4,6
/proc/21416/task/21428/stat : 21428 (java) S 21414 21416 21377 0 -1 4202560 446 0 0 0 98 15 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056087509672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21429] ppid=21414 vsize=2781696 CPUtime=1.2 cores=0,2,4,6
/proc/21416/task/21429/stat : 21429 (java) S 21414 21416 21377 0 -1 4202560 318 0 0 0 110 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056086456872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21430] ppid=21414 vsize=2781696 CPUtime=1.25 cores=0,2,4,6
/proc/21416/task/21430/stat : 21430 (java) S 21414 21416 21377 0 -1 4202560 235 0 0 0 112 13 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056085404072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21431] ppid=21414 vsize=2781696 CPUtime=1.16 cores=0,2,4,6
/proc/21416/task/21431/stat : 21431 (java) S 21414 21416 21377 0 -1 4202560 291 0 0 0 103 13 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056084351272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21432] ppid=21414 vsize=2781696 CPUtime=1.09 cores=0,2,4,6
/proc/21416/task/21432/stat : 21432 (java) S 21414 21416 21377 0 -1 4202560 433 0 0 0 99 10 0 0 20 0 20 0 339859055 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056083298472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21441] ppid=21414 vsize=2781696 CPUtime=56.55 cores=0,2,4,6
/proc/21416/task/21441/stat : 21441 (java) R 21414 21416 21377 0 -1 4202560 105 0 0 0 5654 1 0 0 20 0 20 0 339859056 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056070888584 229355569504 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21443] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21443/stat : 21443 (java) S 21414 21416 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339859057 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056069834488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21444] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21444/stat : 21444 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859057 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056068781576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21447] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21447/stat : 21447 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056067730064 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21448] ppid=21414 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/21416/task/21448/stat : 21448 (java) S 21414 21416 21377 0 -1 4202560 6584 0 0 0 56 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140056066677176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21416/tid=21449] ppid=21414 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/21416/task/21449/stat : 21449 (java) S 21414 21416 21377 0 -1 4202560 4961 0 0 0 64 2 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055947503928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21450] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21450/stat : 21450 (java) S 21414 21416 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055946451320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21416/tid=21451] ppid=21414 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/21416/task/21451/stat : 21451 (java) S 21414 21416 21377 0 -1 4202560 53 0 0 0 19 14 0 0 20 0 20 0 339859059 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055945398728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21416/tid=21457] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21457/stat : 21457 (java) S 21414 21416 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339859077 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055944345256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21416/tid=21469] ppid=21414 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/21416/task/21469/stat : 21469 (java) S 21414 21416 21377 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 339951262 2848456704 347204 33554432000 1073741824 1073778376 140735367831120 140055943291704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 934.72
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21416 and gives
#  childrusage.ru_utime.tv_sec=931
#  childrusage.ru_utime.tv_usec=250428
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=492773
# CPU time returned by wait4() is 932.743
# while last known CPU time is 934.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 926.683
CPU time (s): 934.72
CPU user time (s): 933.54
CPU system time (s): 1.18
CPU usage (%): 100.867
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 931.25
system time used= 1.49277
maximum resident set size= 1388824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18999
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21451
involuntary context switches= 15339

runsolver used 3.74643 second user time and 9.45556 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 17:28:56
IDJOB=3731145
IDBENCH=1855
IDSOLVER=2322
FILE ID=node129/3731145-1338737336
RUNJOBID= node129-1338737336-21393
PBS_JOBID= 14636763
Free space on /tmp= 70484 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731145-1338737336/watcher-3731145-1338737336 -o /tmp/evaluation-result-3731145-1338737336/solver-3731145-1338737336 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731145-1338737336.opb

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=671196253

node129.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.957
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.91
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.957
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.957
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.957
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.957
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.90
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.957
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.957
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.90
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.957
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:       32873852 kB
MemFree:        25874076 kB
Buffers:          471816 kB
Cached:          5629868 kB
SwapCached:            0 kB
Active:          2579696 kB
Inactive:        3532436 kB
Active(anon):       2100 kB
Inactive(anon):    10780 kB
Active(file):    2577596 kB
Inactive(file):  3521656 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             0 kB
AnonPages:         17244 kB
Mapped:            13364 kB
Shmem:               204 kB
Slab:             749152 kB
SReclaimable:     191260 kB
SUnreclaim:       557892 kB
KernelStack:        1328 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     102792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70484 MiB
End job on node129 at 2012-06-03 17:44:23