Trace number 3738417

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) 1690.86 1679.28

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__8.opb
MD5SUM72861eeea573496d1666702a4f8ef4b3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark129834
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint8
Maximum length of a constraint353
Number of terms in the objective function 80000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 2772199848
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 2772199848
Number of bits of the biggest sum of numbers32
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.1.1.v20090612
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version	1.6.0_24
0.06/0.08	c os.name	Linux
0.06/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch	amd64
0.06/0.08	c Free memory 1299577560
0.06/0.08	c Max memory 1306394624
0.06/0.08	c Total memory 1306394624
0.06/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3738417-1338765758.opb
0.10/0.11	c reading problem ... 
4.38/2.65	c ... done. Wall clock time 2.543s.
4.38/2.65	c #vars     81998
4.38/2.65	c #constraints  14000
4.38/2.65	c constraints type 
4.38/2.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
4.38/2.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
4.38/2.65	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
113.99/109.50	c SATISFIABLE
113.99/109.50	c OPTIMIZING...
113.99/109.50	c Got one! Elapsed wall clock time (in seconds):109.39
113.99/109.50	o 66356415
496.58/489.15	c Got one! Elapsed wall clock time (in seconds):489.046
496.58/489.15	o 54984419
639.71/631.12	c cleaning 153407 clauses out of 307000
695.85/686.98	c cleaning 84754 clauses out of 169593
758.16/748.86	c cleaning 51114 clauses out of 102339
1044.82/1034.32	c cleaning 69533 clauses out of 139225
1475.41/1463.78	c Got one! Elapsed wall clock time (in seconds):1463.669
1475.41/1463.78	o 53143083
1688.55/1676.90	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1688.55/1676.90		at java.math.BigInteger.add(BigInteger.java:1023)
1688.55/1676.90		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1688.55/1676.90		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1688.55/1676.90		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1688.55/1676.90		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1688.55/1676.90		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1688.55/1676.90		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1688.55/1676.90		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1688.55/1676.90		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1688.55/1676.90		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1688.55/1676.90		at org.sat4j.AbstractLauncher.run(Unknown Source)
1688.55/1676.90		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1690.46/1678.81	c starts		: 63
1690.86/1679.27	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1690.86/1679.27		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1690.86/1679.27		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1690.86/1679.27		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1690.86/1679.27		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1690.86/1679.27		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1690.86/1679.27		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-3738417-1338765758/watcher-3738417-1338765758 -o /tmp/evaluation-result-3738417-1338765758/solver-3738417-1338765758 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3738417-1338765758.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: 1.93 1.97 1.99 3/192 25523
/proc/meminfo: memFree=24529216/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 342701223 94019584 917 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 22954 917 697 9 0 16769 0
[pid=25523/tid=25524] ppid=25521 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 342701223 94019584 917 33554432000 1073741824 1073778376 140736919598736 140255288614440 229346733447 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0767971 s]
/proc/loadavg: 1.93 1.97 1.99 3/192 25523
/proc/meminfo: memFree=24529216/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 3864 0 1 0 5 1 0 0 20 0 18 0 342701223 2712133632 5582 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 662142 5582 1772 9 0 652835 0
[pid=25523/tid=25524] ppid=25521 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 2652 0 1 0 5 0 0 0 20 0 18 0 342701223 2712133632 5582 33554432000 1073741824 1073778376 140736919598736 140255288621728 229359281421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648568

[startup+0.100294 s]
/proc/loadavg: 1.93 1.97 1.99 3/192 25523
/proc/meminfo: memFree=24529216/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 4680 0 1 0 9 1 0 0 20 0 18 0 342701223 2712133632 6397 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 662142 6397 2109 9 0 652835 0
[pid=25523/tid=25524] ppid=25521 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 2731 0 1 0 7 0 0 0 20 0 18 0 342701223 2712133632 6397 33554432000 1073741824 1073778376 140736919598736 140255288611176 140255295699808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300259 s]
/proc/loadavg: 1.93 1.97 1.99 3/192 25523
/proc/meminfo: memFree=24529216/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2648568 CPUtime=0.46 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 5741 0 1 0 44 2 0 0 20 0 18 0 342701223 2712133632 14002 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 662142 14002 2215 9 0 652835 0
[pid=25523/tid=25524] ppid=25521 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 2755 0 1 0 26 1 0 0 20 0 18 0 342701223 2712133632 14002 33554432000 1073741824 1073778376 140736919598736 140255288611176 140255127062317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648568

[startup+0.70027 s]
/proc/loadavg: 1.93 1.97 1.99 3/192 25523
/proc/meminfo: memFree=24529216/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2648568 CPUtime=1.19 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 12679 0 1 0 115 4 0 0 20 0 18 0 342701223 2712133632 44085 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 662142 44085 2220 9 0 652835 0
[pid=25523/tid=25524] ppid=25521 vsize=2648568 CPUtime=0.67 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 2806 0 1 0 65 2 0 0 20 0 18 0 342701223 2712133632 44085 33554432000 1073741824 1073778376 140736919598736 140255288610912 140255127025401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 1.93 1.97 1.99 4/210 25541
/proc/meminfo: memFree=24115280/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2648568 CPUtime=2.76 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 13129 0 1 0 259 17 0 0 20 0 18 0 342701223 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 662142 119507 2236 9 0 652835 0
[pid=25523/tid=25524] ppid=25521 vsize=2648568 CPUtime=1.22 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) S 25521 25523 21377 0 -1 4202560 2911 0 1 0 116 6 0 0 20 0 18 0 342701223 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255288617704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25526] ppid=25521 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/25523/task/25526/stat : 25526 (java) R 25521 25523 21377 0 -1 4202560 35 0 0 0 9 1 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255273069400 140255292781288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25527] ppid=25521 vsize=2648568 CPUtime=0.15 cores=0,2,4,6
/proc/25523/task/25527/stat : 25527 (java) R 25521 25523 21377 0 -1 4202560 52 0 0 0 13 2 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255272016856 140255292795055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25528] ppid=25521 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/25523/task/25528/stat : 25528 (java) R 25521 25523 21377 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255270964312 140255292795058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25529] ppid=25521 vsize=2648568 CPUtime=0.12 cores=0,2,4,6
/proc/25523/task/25529/stat : 25529 (java) R 25521 25523 21377 0 -1 4202560 62 0 0 0 10 2 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255269911592 140255291897756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25530] ppid=25521 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/25523/task/25530/stat : 25530 (java) R 25521 25523 21377 0 -1 4202560 46 0 0 0 12 2 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255268858200 140255292376204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25531] ppid=25521 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/25523/task/25531/stat : 25531 (java) R 25521 25523 21377 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255267805656 140255295515564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25532] ppid=25521 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/25523/task/25532/stat : 25532 (java) R 25521 25523 21377 0 -1 4202560 30 0 0 0 13 0 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255266753112 140255292781235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25533] ppid=25521 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/25523/task/25533/stat : 25533 (java) R 25521 25523 21377 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 18 0 342701224 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255265700568 140255291090617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25534] ppid=25521 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25534/stat : 25534 (java) S 25521 25523 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342701225 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255253288456 229359268924 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25535] ppid=25521 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25535/stat : 25535 (java) S 25521 25523 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342701226 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255252235896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25536] ppid=25521 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25536/stat : 25536 (java) S 25521 25523 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342701226 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255251183240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25537] ppid=25521 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342701229 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) S 25521 25523 21377 0 -1 4202560 2244 0 0 0 18 0 0 0 20 0 18 0 342701229 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255249078328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2648568 CPUtime=0.35 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) S 25521 25523 21377 0 -1 4202560 6485 0 0 0 35 0 0 0 20 0 18 0 342701229 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255248025784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342701229 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342701229 2712133632 119507 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 2648568

[startup+3.10069 s]
/proc/loadavg: 1.93 1.97 1.99 5/210 25541
/proc/meminfo: memFree=24007048/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2715132 CPUtime=5.36 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 15220 0 1 0 510 26 0 0 20 0 19 0 342701223 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 678783 132973 2270 9 0 669476 0
[pid=25523/tid=25524] ppid=25521 vsize=2715132 CPUtime=2.67 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 2936 0 1 0 261 6 0 0 20 0 19 0 342701223 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255288619792 140255127462366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25526] ppid=25521 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/25523/task/25526/stat : 25526 (java) S 25521 25523 21377 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255273069224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25527] ppid=25521 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/25523/task/25527/stat : 25527 (java) S 25521 25523 21377 0 -1 4202560 68 0 0 0 18 3 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255272016680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25528] ppid=25521 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/25523/task/25528/stat : 25528 (java) S 25521 25523 21377 0 -1 4202560 44 0 0 0 10 2 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255270964136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25529] ppid=25521 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/25523/task/25529/stat : 25529 (java) S 25521 25523 21377 0 -1 4202560 80 0 0 0 15 3 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255269911592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25530] ppid=25521 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/25523/task/25530/stat : 25530 (java) S 25521 25523 21377 0 -1 4202560 57 0 0 0 17 3 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255268858024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25531] ppid=25521 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/25523/task/25531/stat : 25531 (java) S 25521 25523 21377 0 -1 4202560 45 0 0 0 14 2 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255267805480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25532] ppid=25521 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/25523/task/25532/stat : 25532 (java) S 25521 25523 21377 0 -1 4202560 52 0 0 0 17 2 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255266752936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25533] ppid=25521 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/25523/task/25533/stat : 25533 (java) S 25521 25523 21377 0 -1 4202560 43 0 0 0 10 2 0 0 20 0 19 0 342701224 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255265700392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25534] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25534/stat : 25534 (java) S 25521 25523 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342701225 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255253289576 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25535] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25535/stat : 25535 (java) S 25521 25523 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342701226 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255252235896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25536] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25536/stat : 25536 (java) S 25521 25523 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342701226 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255251183240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25537] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342701229 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) R 25521 25523 21377 0 -1 4202560 4113 0 0 0 47 0 0 0 20 0 19 0 342701229 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255249078328 140255294581830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) R 25521 25523 21377 0 -1 4202560 6539 0 0 0 71 0 0 0 20 0 19 0 342701229 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255248025784 140255294581801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342701229 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342701229 2780295168 132973 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 2715132

[startup+6.30077 s]
/proc/loadavg: 2.01 1.98 1.99 3/211 25542
/proc/meminfo: memFree=24000400/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2715132 CPUtime=8.72 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 15235 0 1 0 845 27 0 0 20 0 19 0 342701223 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 678783 133963 2270 9 0 669476 0
[pid=25523/tid=25524] ppid=25521 vsize=2715132 CPUtime=5.84 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) R 25521 25523 21377 0 -1 4202560 2941 0 1 0 578 6 0 0 20 0 19 0 342701223 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255288617608 140255127513903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25526] ppid=25521 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/25523/task/25526/stat : 25526 (java) S 25521 25523 21377 0 -1 4202560 56 0 0 0 16 3 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255273069224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25527] ppid=25521 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/25523/task/25527/stat : 25527 (java) S 25521 25523 21377 0 -1 4202560 69 0 0 0 19 3 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255272016680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25528] ppid=25521 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/25523/task/25528/stat : 25528 (java) S 25521 25523 21377 0 -1 4202560 45 0 0 0 11 2 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255270964136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25529] ppid=25521 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/25523/task/25529/stat : 25529 (java) S 25521 25523 21377 0 -1 4202560 80 0 0 0 16 3 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255269911592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25530] ppid=25521 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/25523/task/25530/stat : 25530 (java) S 25521 25523 21377 0 -1 4202560 58 0 0 0 19 3 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255268858024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25531] ppid=25521 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/25523/task/25531/stat : 25531 (java) S 25521 25523 21377 0 -1 4202560 45 0 0 0 15 2 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255267805480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25532] ppid=25521 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/25523/task/25532/stat : 25532 (java) S 25521 25523 21377 0 -1 4202560 52 0 0 0 18 2 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255266752936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25533] ppid=25521 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/25523/task/25533/stat : 25533 (java) S 25521 25523 21377 0 -1 4202560 46 0 0 0 11 3 0 0 20 0 19 0 342701224 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255265700392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25534] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25534/stat : 25534 (java) S 25521 25523 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342701225 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255253289576 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25535] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25535/stat : 25535 (java) S 25521 25523 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342701226 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255252235896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25536] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25536/stat : 25536 (java) S 25521 25523 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342701226 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255251183240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25537] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342701229 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) S 25521 25523 21377 0 -1 4202560 4113 0 0 0 49 0 0 0 20 0 19 0 342701229 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255249078328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) S 25521 25523 21377 0 -1 4202560 6539 0 0 0 77 1 0 0 20 0 19 0 342701229 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255248025784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342701229 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342701229 2780295168 133963 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) S 25521 25523 21377 0 -1 4202560 4130 0 0 0 62 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255249078328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) S 25521 25523 21377 0 -1 4202560 6551 0 0 0 92 1 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255248025784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 95 0 0 0 38 30 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25542] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25542/stat : 25542 (java) S 25521 25523 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342701508 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255126611240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25618] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25618/stat : 25618 (java) S 25521 25523 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342868914 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255125557112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1689.95
Current children cumulated vsize (KiB) 2781696

[startup+1678.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25618
/proc/meminfo: memFree=23892884/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2781696 CPUtime=1690.36 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 18194 0 1 0 168902 134 0 0 20 0 20 0 342701223 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 695424 345808 2284 9 0 686117 0
[pid=25523/tid=25524] ppid=25521 vsize=2781696 CPUtime=1489.28 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) S 25521 25523 21377 0 -1 4202560 3787 0 1 0 148897 31 0 0 20 0 20 0 342701223 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255288620216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25526] ppid=25521 vsize=2781696 CPUtime=1.8 cores=0,2,4,6
/proc/25523/task/25526/stat : 25526 (java) S 25521 25523 21377 0 -1 4202560 290 0 0 0 169 11 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255273069224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25527] ppid=25521 vsize=2781696 CPUtime=1.81 cores=0,2,4,6
/proc/25523/task/25527/stat : 25527 (java) S 25521 25523 21377 0 -1 4202560 331 0 0 0 168 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255272016680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25528] ppid=25521 vsize=2781696 CPUtime=1.68 cores=0,2,4,6
/proc/25523/task/25528/stat : 25528 (java) S 25521 25523 21377 0 -1 4202560 294 0 0 0 156 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255270964136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25529] ppid=25521 vsize=2781696 CPUtime=1.79 cores=0,2,4,6
/proc/25523/task/25529/stat : 25529 (java) S 25521 25523 21377 0 -1 4202560 317 0 0 0 166 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255269911592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25530] ppid=25521 vsize=2781696 CPUtime=1.87 cores=0,2,4,6
/proc/25523/task/25530/stat : 25530 (java) S 25521 25523 21377 0 -1 4202560 314 0 0 0 175 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255268858024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25531] ppid=25521 vsize=2781696 CPUtime=1.74 cores=0,2,4,6
/proc/25523/task/25531/stat : 25531 (java) S 25521 25523 21377 0 -1 4202560 300 0 0 0 161 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255267805480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25532] ppid=25521 vsize=2781696 CPUtime=1.67 cores=0,2,4,6
/proc/25523/task/25532/stat : 25532 (java) S 25521 25523 21377 0 -1 4202560 193 0 0 0 157 10 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255266752936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25533] ppid=25521 vsize=2781696 CPUtime=1.59 cores=0,2,4,6
/proc/25523/task/25533/stat : 25533 (java) S 25521 25523 21377 0 -1 4202560 250 0 0 0 147 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255265700392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25534] ppid=25521 vsize=2781696 CPUtime=180.79 cores=0,2,4,6
/proc/25523/task/25534/stat : 25534 (java) R 25521 25523 21377 0 -1 4202560 145 0 0 0 18073 6 0 0 20 0 20 0 342701225 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255253289576 140255295474066 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25535] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25535/stat : 25535 (java) S 25521 25523 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342701226 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255252235896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25536] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25536/stat : 25536 (java) S 25521 25523 21377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342701226 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255251183240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25537] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) S 25521 25523 21377 0 -1 4202560 4130 0 0 0 62 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255249078328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) S 25521 25523 21377 0 -1 4202560 6551 0 0 0 92 1 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255248025784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 95 0 0 0 38 30 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25542] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25542/stat : 25542 (java) S 25521 25523 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342701508 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255126611240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25618] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25618/stat : 25618 (java) S 25521 25523 21377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342868914 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255125556968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1690.36
Current children cumulated vsize (KiB) 2781696

[startup+1679.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25618
/proc/meminfo: memFree=23892884/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2781696 CPUtime=1690.76 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 18195 0 1 0 168942 134 0 0 20 0 20 0 342701223 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 695424 345808 2284 9 0 686117 0
[pid=25523/tid=25524] ppid=25521 vsize=2781696 CPUtime=1489.28 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) S 25521 25523 21377 0 -1 4202560 3787 0 1 0 148897 31 0 0 20 0 20 0 342701223 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255288620216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25526] ppid=25521 vsize=2781696 CPUtime=1.8 cores=0,2,4,6
/proc/25523/task/25526/stat : 25526 (java) S 25521 25523 21377 0 -1 4202560 290 0 0 0 169 11 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255273069224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25527] ppid=25521 vsize=2781696 CPUtime=1.81 cores=0,2,4,6
/proc/25523/task/25527/stat : 25527 (java) S 25521 25523 21377 0 -1 4202560 331 0 0 0 168 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255272016680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25528] ppid=25521 vsize=2781696 CPUtime=1.68 cores=0,2,4,6
/proc/25523/task/25528/stat : 25528 (java) S 25521 25523 21377 0 -1 4202560 294 0 0 0 156 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255270964136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25529] ppid=25521 vsize=2781696 CPUtime=1.79 cores=0,2,4,6
/proc/25523/task/25529/stat : 25529 (java) S 25521 25523 21377 0 -1 4202560 317 0 0 0 166 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255269911592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25530] ppid=25521 vsize=2781696 CPUtime=1.87 cores=0,2,4,6
/proc/25523/task/25530/stat : 25530 (java) S 25521 25523 21377 0 -1 4202560 314 0 0 0 175 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255268858024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25531] ppid=25521 vsize=2781696 CPUtime=1.74 cores=0,2,4,6
/proc/25523/task/25531/stat : 25531 (java) S 25521 25523 21377 0 -1 4202560 300 0 0 0 161 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255267805480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25532] ppid=25521 vsize=2781696 CPUtime=1.67 cores=0,2,4,6
/proc/25523/task/25532/stat : 25532 (java) S 25521 25523 21377 0 -1 4202560 193 0 0 0 157 10 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255266752936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25533] ppid=25521 vsize=2781696 CPUtime=1.59 cores=0,2,4,6
/proc/25523/task/25533/stat : 25533 (java) S 25521 25523 21377 0 -1 4202560 250 0 0 0 147 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255265700392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25534] ppid=25521 vsize=2781696 CPUtime=181.19 cores=0,2,4,6
/proc/25523/task/25534/stat : 25534 (java) R 25521 25523 21377 0 -1 4202560 145 0 0 0 18113 6 0 0 20 0 20 0 342701225 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255253289576 140255295475619 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25535] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25535/stat : 25535 (java) S 25521 25523 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342701226 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255252235896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25536] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25536/stat : 25536 (java) S 25521 25523 21377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342701226 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255251183240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25537] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) S 25521 25523 21377 0 -1 4202560 4130 0 0 0 62 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255249078328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) S 25521 25523 21377 0 -1 4202560 6551 0 0 0 92 1 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255248025784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 95 0 0 0 38 30 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25542] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25542/stat : 25542 (java) S 25521 25523 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342701508 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255126611240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25618] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25618/stat : 25618 (java) S 25521 25523 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342868914 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255125558024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1690.76
Current children cumulated vsize (KiB) 2781696

[startup+1679.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25618
/proc/meminfo: memFree=23892884/32873852 swapFree=6856/6856
[pid=25523] ppid=25521 vsize=2781696 CPUtime=1690.86 cores=0,2,4,6
/proc/25523/stat : 25523 (java) S 25521 25523 21377 0 -1 4202496 18195 0 1 0 168952 134 0 0 20 0 20 0 342701223 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140736919589872 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25523/statm: 695424 345808 2284 9 0 686117 0
[pid=25523/tid=25524] ppid=25521 vsize=2781696 CPUtime=1489.28 cores=0,2,4,6
/proc/25523/task/25524/stat : 25524 (java) S 25521 25523 21377 0 -1 4202560 3787 0 1 0 148897 31 0 0 20 0 20 0 342701223 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255288620216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25526] ppid=25521 vsize=2781696 CPUtime=1.8 cores=0,2,4,6
/proc/25523/task/25526/stat : 25526 (java) S 25521 25523 21377 0 -1 4202560 290 0 0 0 169 11 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255273069224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25527] ppid=25521 vsize=2781696 CPUtime=1.81 cores=0,2,4,6
/proc/25523/task/25527/stat : 25527 (java) S 25521 25523 21377 0 -1 4202560 331 0 0 0 168 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255272016680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25528] ppid=25521 vsize=2781696 CPUtime=1.68 cores=0,2,4,6
/proc/25523/task/25528/stat : 25528 (java) S 25521 25523 21377 0 -1 4202560 294 0 0 0 156 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255270964136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25529] ppid=25521 vsize=2781696 CPUtime=1.79 cores=0,2,4,6
/proc/25523/task/25529/stat : 25529 (java) S 25521 25523 21377 0 -1 4202560 317 0 0 0 166 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255269911592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25530] ppid=25521 vsize=2781696 CPUtime=1.87 cores=0,2,4,6
/proc/25523/task/25530/stat : 25530 (java) S 25521 25523 21377 0 -1 4202560 314 0 0 0 175 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255268858024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25523/tid=25531] ppid=25521 vsize=2781696 CPUtime=1.74 cores=0,2,4,6
/proc/25523/task/25531/stat : 25531 (java) S 25521 25523 21377 0 -1 4202560 300 0 0 0 161 13 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255267805480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25532] ppid=25521 vsize=2781696 CPUtime=1.67 cores=0,2,4,6
/proc/25523/task/25532/stat : 25532 (java) S 25521 25523 21377 0 -1 4202560 193 0 0 0 157 10 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255266752936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25533] ppid=25521 vsize=2781696 CPUtime=1.59 cores=0,2,4,6
/proc/25523/task/25533/stat : 25533 (java) S 25521 25523 21377 0 -1 4202560 250 0 0 0 147 12 0 0 20 0 20 0 342701224 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255265700392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25534] ppid=25521 vsize=2781696 CPUtime=181.29 cores=0,2,4,6
/proc/25523/task/25534/stat : 25534 (java) R 25521 25523 21377 0 -1 4202560 145 0 0 0 18123 6 0 0 20 0 20 0 342701225 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255253289576 229355569444 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25535] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25535/stat : 25535 (java) S 25521 25523 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342701226 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255252235896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25536] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25536/stat : 25536 (java) S 25521 25523 21377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342701226 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255251183240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25537] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25537/stat : 25537 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255250131984 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25538] ppid=25521 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/25523/task/25538/stat : 25538 (java) S 25521 25523 21377 0 -1 4202560 4130 0 0 0 62 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255249078328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25539] ppid=25521 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/25523/task/25539/stat : 25539 (java) S 25521 25523 21377 0 -1 4202560 6551 0 0 0 92 1 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255248025784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25540] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25540/stat : 25540 (java) S 25521 25523 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255246973432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25523/tid=25541] ppid=25521 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/25523/task/25541/stat : 25541 (java) S 25521 25523 21377 0 -1 4202560 95 0 0 0 38 30 0 0 20 0 20 0 342701229 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255245921096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25523/tid=25542] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25542/stat : 25542 (java) S 25521 25523 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342701508 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255126611240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25523/tid=25618] ppid=25521 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/25523/task/25618/stat : 25618 (java) S 25521 25523 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342868914 2848456704 345808 33554432000 1073741824 1073778376 140736919598736 140255125558024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1690.86
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25523 and gives
#  childrusage.ru_utime.tv_sec=1685
#  childrusage.ru_utime.tv_usec=316792
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=771730
# CPU time returned by wait4() is 1687.09
# while last known CPU time is 1690.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1679.28
CPU time (s): 1690.86
CPU user time (s): 1689.52
CPU system time (s): 1.34
CPU usage (%): 100.689
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1685.32
system time used= 1.77173
maximum resident set size= 1383256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18206
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43014
involuntary context switches= 30671

runsolver used 3.54746 second user time and 8.84165 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-04 01:22:38
IDJOB=3738417
IDBENCH=71860
IDSOLVER=2322
FILE ID=node129/3738417-1338765758
RUNJOBID= node129-1338737336-21393
PBS_JOBID= 14636763
Free space on /tmp= 70480 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__8.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738417-1338765758/watcher-3738417-1338765758 -o /tmp/evaluation-result-3738417-1338765758/solver-3738417-1338765758 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3738417-1338765758.opb

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

MD5SUM BENCH= 72861eeea573496d1666702a4f8ef4b3
RANDOM SEED=578521306

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:        24529860 kB
Buffers:          475216 kB
Cached:          5639232 kB
SwapCached:            0 kB
Active:          3924364 kB
Inactive:        3529192 kB
Active(anon):    1330520 kB
Inactive(anon):    10748 kB
Active(file):    2593844 kB
Inactive(file):  3518444 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3660 kB
Writeback:             0 kB
AnonPages:       1292488 kB
Mapped:            22556 kB
Shmem:               204 kB
Slab:             749696 kB
SReclaimable:     191852 kB
SUnreclaim:       557844 kB
KernelStack:        1744 kB
PageTables:         6988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1516564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 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= 70480 MiB
End job on node129 at 2012-06-04 01:50:37