Trace number 3739014

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) 1003.64 999.341

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/10orplus/normalized-dwww.cudf.paranoid.opb
MD5SUM0f354c37e726e1ce5085d996eab88ba5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark176457
Best CPU time to get the best result obtained on this benchmark1376.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19783
Total number of constraints96459
Number of constraints which are clauses94894
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7259
Biggest coefficient in the objective function 4301
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12735259
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4301
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12735259
Number of bits of the biggest sum of numbers24
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.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.1.1.v20090612
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version	1.6.0_24
0.04/0.07	c os.name	Linux
0.04/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch	amd64
0.04/0.07	c Free memory 1299577560
0.04/0.07	c Max memory 1306394624
0.04/0.07	c Total memory 1306394624
0.04/0.07	c Number of processors 8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c MiniSAT restarts strategy
0.04/0.09	c Memory based learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-3739014-1338766966.opb
0.04/0.09	c reading problem ... 
1.31/0.85	c ... done. Wall clock time 0.756s.
1.31/0.85	c #vars     19783
1.31/0.85	c #constraints  96322
1.31/0.85	c constraints type 
1.31/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1565
1.31/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36248
1.31/0.85	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 58467
2.41/1.43	c SATISFIABLE
2.41/1.43	c OPTIMIZING...
2.41/1.43	c Got one! Elapsed wall clock time (in seconds):1.334
2.41/1.43	o 636938
2.99/1.81	c Got one! Elapsed wall clock time (in seconds):1.716
2.99/1.81	o 602524
3.79/2.60	c Got one! Elapsed wall clock time (in seconds):2.504
3.79/2.60	o 602403
4.13/2.85	c Got one! Elapsed wall clock time (in seconds):2.76
4.13/2.85	o 400270
4.33/3.06	c Got one! Elapsed wall clock time (in seconds):2.968
4.33/3.06	o 378779
4.65/3.31	c Got one! Elapsed wall clock time (in seconds):3.219
4.65/3.31	o 378703
4.74/3.47	c Got one! Elapsed wall clock time (in seconds):3.375
4.74/3.47	o 318646
4.84/3.58	c Got one! Elapsed wall clock time (in seconds):3.491
4.84/3.58	o 228300
13.50/12.13	c Got one! Elapsed wall clock time (in seconds):12.039
13.50/12.13	o 228299
24.90/23.52	c Got one! Elapsed wall clock time (in seconds):23.426
24.90/23.52	o 228298
25.00/23.67	c Got one! Elapsed wall clock time (in seconds):23.576
25.00/23.67	o 228147
25.10/23.76	c Got one! Elapsed wall clock time (in seconds):23.671
25.10/23.76	o 224053
25.20/23.85	c Got one! Elapsed wall clock time (in seconds):23.762
25.20/23.85	o 224047
278.40/276.20	c Got one! Elapsed wall clock time (in seconds):276.107
278.40/276.20	o 224046
283.20/281.04	c Got one! Elapsed wall clock time (in seconds):280.949
283.20/281.04	o 224044
390.71/388.13	c Got one! Elapsed wall clock time (in seconds):388.038
390.71/388.13	o 224034
452.00/448.95	c Got one! Elapsed wall clock time (in seconds):448.857
452.00/448.95	o 224033
695.18/690.89	c Got one! Elapsed wall clock time (in seconds):690.799
695.18/690.89	o 224032
734.68/730.35	c Got one! Elapsed wall clock time (in seconds):730.257
734.68/730.35	o 224031
743.38/739.03	c Got one! Elapsed wall clock time (in seconds):738.942
743.38/739.03	o 223872
995.64/991.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1002.34/998.00	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1002.34/998.00		at java.util.Arrays.copyOfRange(Arrays.java:3209)
1002.34/998.00		at java.lang.String.<init>(String.java:215)
1002.34/998.00		at java.lang.StringBuffer.toString(StringBuffer.java:585)
1002.34/998.00		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1002.34/998.00		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1002.34/998.00		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1002.34/998.00		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1003.64/999.33		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1003.64/999.33		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-3739014-1338766966/watcher-3739014-1338766966 -o /tmp/evaluation-result-3739014-1338766966/solver-3739014-1338766966 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739014-1338766966.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 5782
/proc/meminfo: memFree=27064008/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 342821128 94019584 917 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 22954 917 697 9 0 16769 0
[pid=5782/tid=5783] ppid=5780 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 2 0 342821128 94019584 918 33554432000 1073741824 1073778376 140734271014304 140717326310952 212072934832 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.061269 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 5782
/proc/meminfo: memFree=27064008/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 3833 0 1 0 4 0 0 0 20 0 18 0 342821128 2712133632 5553 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 662142 5553 1760 9 0 652835 0
[pid=5782/tid=5783] ppid=5780 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 2624 0 1 0 4 0 0 0 20 0 18 0 342821128 2712133632 5553 33554432000 1073741824 1073778376 140734271014304 140717326318240 140717316378655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2648568

[startup+0.100242 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 5782
/proc/meminfo: memFree=27064008/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 4770 0 1 0 10 1 0 0 20 0 18 0 342821128 2712133632 7000 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 662142 7000 2142 9 0 652835 0
[pid=5782/tid=5783] ppid=5780 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 2729 0 1 0 7 0 0 0 20 0 18 0 342821128 2712133632 7000 33554432000 1073741824 1073778376 140734271014304 140717326314184 140717171209819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2648568

[startup+0.300205 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 5782
/proc/meminfo: memFree=27064008/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2648568 CPUtime=0.51 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 6232 0 1 0 50 1 0 0 20 0 18 0 342821128 2712133632 11510 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 662142 11510 2225 9 0 652835 0
[pid=5782/tid=5783] ppid=5780 vsize=2648568 CPUtime=0.27 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 2745 0 1 0 26 1 0 0 20 0 18 0 342821128 2712133632 11510 33554432000 1073741824 1073778376 140734271014304 140717326314184 140717171618613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2648568

[startup+0.700283 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 5782
/proc/meminfo: memFree=27064008/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2648568 CPUtime=1.12 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 9419 0 1 0 105 7 0 0 20 0 18 0 342821128 2712133632 92649 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 662142 92649 2251 9 0 652835 0
[pid=5782/tid=5783] ppid=5780 vsize=2648568 CPUtime=0.67 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) S 5780 5782 959 0 -1 4202560 2908 0 1 0 61 6 0 0 20 0 18 0 342821128 2712133632 92649 33554432000 1073741824 1073778376 140734271014304 140717326315336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2648568

[startup+1.50072 s]
/proc/loadavg: 2.01 2.01 2.00 5/213 5801
/proc/meminfo: memFree=26694592/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2715132 CPUtime=2.6 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 11600 0 1 0 252 8 0 0 20 0 19 0 342821128 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 678783 94362 2273 9 0 669476 0
[pid=5782/tid=5783] ppid=5780 vsize=2715132 CPUtime=1.45 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 2914 0 1 0 138 7 0 0 20 0 19 0 342821128 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717326316312 140717329601383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5785] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5785/stat : 5785 (java) S 5780 5782 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717310765352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5786] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5786/stat : 5786 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717309712552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5787] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5787/stat : 5787 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717308660264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5788] ppid=5780 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/5782/task/5788/stat : 5788 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717307607464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5789] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5789/stat : 5789 (java) S 5780 5782 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717306555176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5790] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5790/stat : 5790 (java) S 5780 5782 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717305502376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5791] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5791/stat : 5791 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717304450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5792] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5792/stat : 5792 (java) S 5780 5782 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717303397288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5793] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5793/stat : 5793 (java) S 5780 5782 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342821130 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717290985704 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5794] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5794/stat : 5794 (java) S 5780 5782 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342821131 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717289931768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5795] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5795/stat : 5795 (java) S 5780 5782 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342821131 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717171139848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5796] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2398 0 0 0 51 0 0 0 20 0 19 0 342821133 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) R 5780 5782 959 0 -1 4202560 5057 0 0 0 51 0 0 0 20 0 19 0 342821133 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717167983160 140717333104864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5799] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5799/stat : 5799 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717166931064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5800] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5800/stat : 5800 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717165878472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5801] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5801/stat : 5801 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342821226 2780295168 94362 33554432000 1073741824 1073778376 140734271014304 140717164823464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 2715132

[startup+3.10073 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 5801
/proc/meminfo: memFree=26693716/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2715132 CPUtime=4.44 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 12778 0 1 0 436 8 0 0 20 0 19 0 342821128 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 678783 94363 2273 9 0 669476 0
[pid=5782/tid=5783] ppid=5780 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 2915 0 1 0 298 7 0 0 20 0 19 0 342821128 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717326315656 140717172082387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5785] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5785/stat : 5785 (java) S 5780 5782 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717310765352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5786] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5786/stat : 5786 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717309712552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5787] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5787/stat : 5787 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717308660264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5788] ppid=5780 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/5782/task/5788/stat : 5788 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717307607464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5789] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5789/stat : 5789 (java) S 5780 5782 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717306555176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5790] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5790/stat : 5790 (java) S 5780 5782 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717305502376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5791] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5791/stat : 5791 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717304450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5792] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5792/stat : 5792 (java) S 5780 5782 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717303397288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5793] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5793/stat : 5793 (java) S 5780 5782 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342821130 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717290985704 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5794] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5794/stat : 5794 (java) S 5780 5782 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342821131 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717289931768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5795] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5795/stat : 5795 (java) S 5780 5782 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342821131 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717171139848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5796] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2398 0 0 0 56 0 0 0 20 0 19 0 342821133 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) S 5780 5782 959 0 -1 4202560 6234 0 0 0 69 0 0 0 20 0 19 0 342821133 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717167983160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5799] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5799/stat : 5799 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717166931064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5800] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5800/stat : 5800 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717165878472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5801] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5801/stat : 5801 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342821226 2780295168 94363 33554432000 1073741824 1073778376 140734271014304 140717164823464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 2715132

[startup+6.30062 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 5801
/proc/meminfo: memFree=26693856/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2715132 CPUtime=7.65 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 12779 0 1 0 757 8 0 0 20 0 19 0 342821128 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 678783 94214 2273 9 0 669476 0
[pid=5782/tid=5783] ppid=5780 vsize=2715132 CPUtime=6.24 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) R 5780 5782 959 0 -1 4202560 2916 0 1 0 617 7 0 0 20 0 19 0 342821128 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717326315832 140717171910228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5785] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5785/stat : 5785 (java) S 5780 5782 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717310765352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5786] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5786/stat : 5786 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717309712552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5787] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5787/stat : 5787 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717308660264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5788] ppid=5780 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/5782/task/5788/stat : 5788 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717307607464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5789] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5789/stat : 5789 (java) S 5780 5782 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717306555176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5790] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5790/stat : 5790 (java) S 5780 5782 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717305502376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5791] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5791/stat : 5791 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717304450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5792] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5792/stat : 5792 (java) S 5780 5782 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342821129 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717303397288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5793] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5793/stat : 5793 (java) S 5780 5782 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342821130 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717290985704 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5794] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5794/stat : 5794 (java) S 5780 5782 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342821131 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717289931768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5795] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5795/stat : 5795 (java) S 5780 5782 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342821131 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717171139848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5796] ppid=5780 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342821133 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2398 0 0 0 58 0 0 0 20 0 19 0 342821133 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) S 5780 5782 959 0 -1 4202560 6234 0 0 0 69 0 0 0 20 0 19 0 342821133 2780295168 94214 33554432000 1073741824 1073778376 140734271014304 140717167983160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2404 0 0 0 62 0 0 0 20 0 20 0 342821133 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2781696 CPUtime=0.71 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) S 5780 5782 959 0 -1 4202560 6234 0 0 0 71 0 0 0 20 0 20 0 342821133 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717167983160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5799] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5799/stat : 5799 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717166931064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5800] ppid=5780 vsize=2781696 CPUtime=0.2 cores=1,3,5,7
/proc/5782/task/5800/stat : 5800 (java) S 5780 5782 959 0 -1 4202560 56 0 0 0 8 12 0 0 20 0 20 0 342821133 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717165878472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5801] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5801/stat : 5801 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342821226 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717164823464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5867] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5867/stat : 5867 (java) S 5780 5782 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342920466 2848456704 341879 33554432000 1073741824 1073778376 140734271014304 140717163769096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1001.04
Current children cumulated vsize (KiB) 2781696

[startup+998.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 5867
/proc/meminfo: memFree=26131548/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2781696 CPUtime=1002.64 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 14843 0 1 0 100155 109 0 0 20 0 20 0 342821128 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 695424 341881 2281 9 0 686117 0
[pid=5782/tid=5783] ppid=5780 vsize=2781696 CPUtime=950.75 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) S 5780 5782 959 0 -1 4202560 2970 0 1 0 95054 21 0 0 20 0 20 0 342821128 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717326316728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5785] ppid=5780 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/5782/task/5785/stat : 5785 (java) S 5780 5782 959 0 -1 4202560 332 0 0 0 46 15 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717310765352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5786] ppid=5780 vsize=2781696 CPUtime=0.46 cores=1,3,5,7
/proc/5782/task/5786/stat : 5786 (java) S 5780 5782 959 0 -1 4202560 239 0 0 0 36 10 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717309712552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5787] ppid=5780 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/5782/task/5787/stat : 5787 (java) S 5780 5782 959 0 -1 4202560 243 0 0 0 45 12 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717308660264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5788] ppid=5780 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/5782/task/5788/stat : 5788 (java) S 5780 5782 959 0 -1 4202560 175 0 0 0 33 8 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717307607464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5789] ppid=5780 vsize=2781696 CPUtime=0.32 cores=1,3,5,7
/proc/5782/task/5789/stat : 5789 (java) S 5780 5782 959 0 -1 4202560 155 0 0 0 25 7 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717306555176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5790] ppid=5780 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/5782/task/5790/stat : 5790 (java) S 5780 5782 959 0 -1 4202560 238 0 0 0 42 10 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717305502376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5791] ppid=5780 vsize=2781696 CPUtime=0.45 cores=1,3,5,7
/proc/5782/task/5791/stat : 5791 (java) S 5780 5782 959 0 -1 4202560 168 0 0 0 37 8 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717304450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5792] ppid=5780 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/5782/task/5792/stat : 5792 (java) S 5780 5782 959 0 -1 4202560 266 0 0 0 46 14 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717303397288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5793] ppid=5780 vsize=2781696 CPUtime=43.8 cores=1,3,5,7
/proc/5782/task/5793/stat : 5793 (java) R 5780 5782 959 0 -1 4202560 160 0 0 0 4376 4 0 0 20 0 20 0 342821130 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717290985864 140717333170399 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5794] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5794/stat : 5794 (java) S 5780 5782 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342821131 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717289931768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5795] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5795/stat : 5795 (java) S 5780 5782 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342821131 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717171139848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5796] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2404 0 0 0 62 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2781696 CPUtime=0.71 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) S 5780 5782 959 0 -1 4202560 6234 0 0 0 71 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717167983160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5799] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5799/stat : 5799 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717166931064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5800] ppid=5780 vsize=2781696 CPUtime=0.2 cores=1,3,5,7
/proc/5782/task/5800/stat : 5800 (java) S 5780 5782 959 0 -1 4202560 56 0 0 0 8 12 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717165878472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5801] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5801/stat : 5801 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342821226 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717164823464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5867] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5867/stat : 5867 (java) S 5780 5782 959 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 342920466 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717163769352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1002.64
Current children cumulated vsize (KiB) 2781696

[startup+999.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 5867
/proc/meminfo: memFree=26131556/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2781696 CPUtime=1003.44 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 14843 0 1 0 100235 109 0 0 20 0 20 0 342821128 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 695424 341881 2281 9 0 686117 0
[pid=5782/tid=5783] ppid=5780 vsize=2781696 CPUtime=950.75 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) S 5780 5782 959 0 -1 4202560 2970 0 1 0 95054 21 0 0 20 0 20 0 342821128 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717326316728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5785] ppid=5780 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/5782/task/5785/stat : 5785 (java) S 5780 5782 959 0 -1 4202560 332 0 0 0 46 15 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717310765352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5786] ppid=5780 vsize=2781696 CPUtime=0.46 cores=1,3,5,7
/proc/5782/task/5786/stat : 5786 (java) S 5780 5782 959 0 -1 4202560 239 0 0 0 36 10 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717309712552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5787] ppid=5780 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/5782/task/5787/stat : 5787 (java) S 5780 5782 959 0 -1 4202560 243 0 0 0 45 12 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717308660264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5788] ppid=5780 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/5782/task/5788/stat : 5788 (java) S 5780 5782 959 0 -1 4202560 175 0 0 0 33 8 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717307607464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5789] ppid=5780 vsize=2781696 CPUtime=0.32 cores=1,3,5,7
/proc/5782/task/5789/stat : 5789 (java) S 5780 5782 959 0 -1 4202560 155 0 0 0 25 7 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717306555176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5790] ppid=5780 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/5782/task/5790/stat : 5790 (java) S 5780 5782 959 0 -1 4202560 238 0 0 0 42 10 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717305502376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5791] ppid=5780 vsize=2781696 CPUtime=0.45 cores=1,3,5,7
/proc/5782/task/5791/stat : 5791 (java) S 5780 5782 959 0 -1 4202560 168 0 0 0 37 8 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717304450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5792] ppid=5780 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/5782/task/5792/stat : 5792 (java) S 5780 5782 959 0 -1 4202560 266 0 0 0 46 14 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717303397288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5793] ppid=5780 vsize=2781696 CPUtime=44.6 cores=1,3,5,7
/proc/5782/task/5793/stat : 5793 (java) R 5780 5782 959 0 -1 4202560 160 0 0 0 4456 4 0 0 20 0 20 0 342821130 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717290985864 140717332824136 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5794] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5794/stat : 5794 (java) S 5780 5782 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342821131 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717289931768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5795] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5795/stat : 5795 (java) S 5780 5782 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342821131 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717171139848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5796] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2404 0 0 0 62 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2781696 CPUtime=0.71 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) S 5780 5782 959 0 -1 4202560 6234 0 0 0 71 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717167983160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5799] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5799/stat : 5799 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717166931064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5800] ppid=5780 vsize=2781696 CPUtime=0.21 cores=1,3,5,7
/proc/5782/task/5800/stat : 5800 (java) S 5780 5782 959 0 -1 4202560 56 0 0 0 9 12 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717165878472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5801] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5801/stat : 5801 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342821226 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717164823464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5867] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5867/stat : 5867 (java) S 5780 5782 959 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 342920466 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717163769352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1003.44
Current children cumulated vsize (KiB) 2781696

[startup+999.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 5867
/proc/meminfo: memFree=26131556/32873648 swapFree=7388/7388
[pid=5782] ppid=5780 vsize=2781696 CPUtime=1003.64 cores=1,3,5,7
/proc/5782/stat : 5782 (java) S 5780 5782 959 0 -1 4202496 14843 0 1 0 100255 109 0 0 20 0 20 0 342821128 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140734271005440 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5782/statm: 695424 341881 2281 9 0 686117 0
[pid=5782/tid=5783] ppid=5780 vsize=2781696 CPUtime=950.75 cores=1,3,5,7
/proc/5782/task/5783/stat : 5783 (java) S 5780 5782 959 0 -1 4202560 2970 0 1 0 95054 21 0 0 20 0 20 0 342821128 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717326316728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5785] ppid=5780 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/5782/task/5785/stat : 5785 (java) S 5780 5782 959 0 -1 4202560 332 0 0 0 46 15 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717310765352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5786] ppid=5780 vsize=2781696 CPUtime=0.46 cores=1,3,5,7
/proc/5782/task/5786/stat : 5786 (java) S 5780 5782 959 0 -1 4202560 239 0 0 0 36 10 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717309712552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5787] ppid=5780 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/5782/task/5787/stat : 5787 (java) S 5780 5782 959 0 -1 4202560 243 0 0 0 45 12 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717308660264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5788] ppid=5780 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/5782/task/5788/stat : 5788 (java) S 5780 5782 959 0 -1 4202560 175 0 0 0 33 8 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717307607464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5789] ppid=5780 vsize=2781696 CPUtime=0.32 cores=1,3,5,7
/proc/5782/task/5789/stat : 5789 (java) S 5780 5782 959 0 -1 4202560 155 0 0 0 25 7 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717306555176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5790] ppid=5780 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/5782/task/5790/stat : 5790 (java) S 5780 5782 959 0 -1 4202560 238 0 0 0 42 10 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717305502376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5791] ppid=5780 vsize=2781696 CPUtime=0.45 cores=1,3,5,7
/proc/5782/task/5791/stat : 5791 (java) S 5780 5782 959 0 -1 4202560 168 0 0 0 37 8 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717304450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5792] ppid=5780 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/5782/task/5792/stat : 5792 (java) S 5780 5782 959 0 -1 4202560 266 0 0 0 46 14 0 0 20 0 20 0 342821129 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717303397288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5793] ppid=5780 vsize=2781696 CPUtime=44.8 cores=1,3,5,7
/proc/5782/task/5793/stat : 5793 (java) R 5780 5782 959 0 -1 4202560 160 0 0 0 4476 4 0 0 20 0 20 0 342821130 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717290985864 140717332824136 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5794] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5794/stat : 5794 (java) S 5780 5782 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342821131 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717289931768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5795] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5795/stat : 5795 (java) S 5780 5782 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342821131 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717171139848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5796] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5796/stat : 5796 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717170088336 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5797] ppid=5780 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/5782/task/5797/stat : 5797 (java) S 5780 5782 959 0 -1 4202560 2404 0 0 0 62 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717169035960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5782/tid=5798] ppid=5780 vsize=2781696 CPUtime=0.71 cores=1,3,5,7
/proc/5782/task/5798/stat : 5798 (java) S 5780 5782 959 0 -1 4202560 6234 0 0 0 71 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717167983160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5799] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5799/stat : 5799 (java) S 5780 5782 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717166931064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5782/tid=5800] ppid=5780 vsize=2781696 CPUtime=0.21 cores=1,3,5,7
/proc/5782/task/5800/stat : 5800 (java) S 5780 5782 959 0 -1 4202560 56 0 0 0 9 12 0 0 20 0 20 0 342821133 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717165878472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5782/tid=5801] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5801/stat : 5801 (java) S 5780 5782 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342821226 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717164823464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5782/tid=5867] ppid=5780 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5782/task/5867/stat : 5867 (java) S 5780 5782 959 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 342920466 2848456704 341881 33554432000 1073741824 1073778376 140734271014304 140717163769352 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1003.64
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5782 and gives
#  childrusage.ru_utime.tv_sec=999
#  childrusage.ru_utime.tv_usec=968981
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=343795
# CPU time returned by wait4() is 1001.31
# while last known CPU time is 1003.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 999.341
CPU time (s): 1003.64
CPU user time (s): 1002.55
CPU system time (s): 1.09
CPU usage (%): 100.43
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.969
system time used= 1.3438
maximum resident set size= 1367540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14853
page faults= 1
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21669
involuntary context switches= 12402

runsolver used 3.83042 second user time and 10.9083 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 01:42:46
IDJOB=3739014
IDBENCH=72197
IDSOLVER=2322
FILE ID=node148/3739014-1338766966
RUNJOBID= node148-1338737846-978
PBS_JOBID= 14636767
Free space on /tmp= 71328 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-dwww.cudf.paranoid.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739014-1338766966/watcher-3739014-1338766966 -o /tmp/evaluation-result-3739014-1338766966/solver-3739014-1338766966 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739014-1338766966.opb

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

MD5SUM BENCH= 0f354c37e726e1ce5085d996eab88ba5
RANDOM SEED=1773920966

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        27064016 kB
Buffers:          605048 kB
Cached:          2955456 kB
SwapCached:          628 kB
Active:          2768320 kB
Inactive:        2133888 kB
Active(anon):    1331048 kB
Inactive(anon):    10660 kB
Active(file):    1437272 kB
Inactive(file):  2123228 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              3704 kB
Writeback:             0 kB
AnonPages:       1358060 kB
Mapped:            19128 kB
Shmem:                36 kB
Slab:             769084 kB
SReclaimable:     212048 kB
SUnreclaim:       557036 kB
KernelStack:        1752 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1518504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71324 MiB
End job on node148 at 2012-06-04 01:59:26