Trace number 3737599

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) 882.59 872.044

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_5.opb
MD5SUM9b75ee50c2c62e6be495e8bd0a94fa2c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-146
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.1.1.v20090612
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version	1.6.0_24
0.04/0.08	c os.name	Linux
0.04/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch	amd64
0.04/0.08	c Free memory 1299577560
0.04/0.08	c Max memory 1306394624
0.04/0.08	c Total memory 1306394624
0.04/0.08	c Number of processors 8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@28df8ff1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3737599-1338764546.opb
0.08/0.11	c reading problem ... 
2.61/2.11	c ... done. Wall clock time 1.997s.
2.61/2.11	c #vars     7270
2.61/2.11	c #constraints  14042
2.61/2.11	c constraints type 
2.61/2.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
2.61/2.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6270
2.61/2.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.61/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
3.34/2.52	c SATISFIABLE
3.34/2.52	c OPTIMIZING...
3.34/2.52	c Got one! Elapsed wall clock time (in seconds):2.409
3.34/2.52	o -67
4.05/3.22	c Got one! Elapsed wall clock time (in seconds):3.106
4.05/3.22	o -68
4.26/3.33	c Got one! Elapsed wall clock time (in seconds):3.217
4.26/3.33	o -70
4.97/4.07	c Got one! Elapsed wall clock time (in seconds):3.957
4.97/4.07	o -72
5.24/4.30	c Got one! Elapsed wall clock time (in seconds):4.186
5.24/4.30	o -73
5.36/4.38	c Got one! Elapsed wall clock time (in seconds):4.265
5.36/4.38	o -75
5.49/4.49	c Got one! Elapsed wall clock time (in seconds):4.377
5.49/4.49	o -83
5.89/4.85	c Got one! Elapsed wall clock time (in seconds):4.742
5.89/4.85	o -85
8.03/6.92	c Got one! Elapsed wall clock time (in seconds):6.812
8.03/6.92	o -86
12.75/11.41	c Got one! Elapsed wall clock time (in seconds):11.3
12.75/11.41	o -87
14.09/12.73	c Got one! Elapsed wall clock time (in seconds):12.621
14.09/12.73	o -88
16.79/15.39	c Got one! Elapsed wall clock time (in seconds):15.278
16.79/15.39	o -89
17.18/15.74	c Got one! Elapsed wall clock time (in seconds):15.632
17.18/15.74	o -90
21.17/19.70	c Got one! Elapsed wall clock time (in seconds):19.59
21.17/19.70	o -91
30.20/28.51	c Got one! Elapsed wall clock time (in seconds):28.401
30.20/28.51	o -92
40.30/38.51	c Got one! Elapsed wall clock time (in seconds):38.402
40.30/38.51	o -93
203.00/198.80	c cleaning 183077 clauses out of 366503
282.68/277.96	c cleaning 147935 clauses out of 295923
309.93/305.01	c Got one! Elapsed wall clock time (in seconds):304.902
309.93/305.01	o -94
319.92/314.62	c Got one! Elapsed wall clock time (in seconds):314.512
319.92/314.62	o -95
372.70/366.67	c cleaning 144427 clauses out of 288990
444.63/437.35	c Got one! Elapsed wall clock time (in seconds):437.242
444.63/437.35	o -96
448.13/440.89	c cleaning 133554 clauses out of 267561
522.45/514.17	c cleaning 143339 clauses out of 287011
626.87/617.89	c cleaning 124139 clauses out of 248669
879.29/868.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
879.29/868.74		at java.math.BigInteger.subtract(BigInteger.java:1098)
879.29/868.74		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
879.29/868.74		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
879.29/868.74		at org.sat4j.minisat.core.Solver.search(Unknown Source)
882.59/872.03	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
882.59/872.03		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
882.59/872.03		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
882.59/872.03		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
882.59/872.03		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
882.59/872.03		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
882.59/872.03		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-3737599-1338764546/watcher-3737599-1338764546 -o /tmp/evaluation-result-3737599-1338764546/solver-3737599-1338764546 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737599-1338764546.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.92 1.98 1.99 3/194 4061
/proc/meminfo: memFree=27525332/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4061/stat : 4061 (java6) R 4059 4061 959 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 342579110 9515008 185 33554432000 1073741824 1073778376 140737073046304 140737073037528 212073082295 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 2323 185 142 9 0 71 0

[startup+0.078334 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4061
/proc/meminfo: memFree=27525332/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 3859 0 1 0 4 0 0 0 20 0 18 0 342579110 2712133632 5577 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 662142 5577 1772 9 0 652835 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2648568

[startup+0.100261 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4061
/proc/meminfo: memFree=27525332/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 4705 0 1 0 8 0 0 0 20 0 18 0 342579110 2712133632 6421 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 662142 6421 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300225 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4061
/proc/meminfo: memFree=27525332/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2648568 CPUtime=0.42 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 6334 0 1 0 41 1 0 0 20 0 18 0 342579110 2712133632 9093 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 662142 9093 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2648568

[startup+0.700229 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4061
/proc/meminfo: memFree=27525332/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2648568 CPUtime=1.01 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 7589 0 1 0 99 2 0 0 20 0 18 0 342579110 2712133632 11770 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 662142 11770 2234 9 0 652835 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 2648568

[startup+1.50065 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 4079
/proc/meminfo: memFree=27478484/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2648568 CPUtime=1.93 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 7936 0 1 0 191 2 0 0 20 0 18 0 342579110 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 662142 17462 2238 9 0 652835 0
[pid=4061/tid=4063] ppid=4059 vsize=2648568 CPUtime=1.47 cores=0,2,4,6
/proc/4061/task/4063/stat : 4063 (java) R 4059 4061 959 0 -1 4202560 2774 0 1 0 145 2 0 0 20 0 18 0 342579110 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614579044336 140614427895647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4064] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4064/stat : 4064 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614563502504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4065] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4065/stat : 4065 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614562449960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4066] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4066/stat : 4066 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614561396904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4067] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4067/stat : 4067 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614560344360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4068] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4068/stat : 4068 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614559292328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4069] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4069/stat : 4069 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614558239784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4070] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4070/stat : 4070 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614557186728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4071] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342579112 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) S 4059 4061 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 342579113 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614425364840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342579114 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342579114 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579116 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 1217 0 0 0 17 0 0 0 20 0 18 0 342579116 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 2759 0 0 0 26 0 0 0 20 0 18 0 342579116 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579116 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342579116 2712133632 17462 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 2648568

[startup+3.10074 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 4079
/proc/meminfo: memFree=27438704/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2715132 CPUtime=4.05 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 11542 0 1 0 396 9 0 0 20 0 19 0 342579110 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 678783 94041 2271 9 0 669476 0
[pid=4061/tid=4063] ppid=4059 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/4061/task/4063/stat : 4063 (java) R 4059 4061 959 0 -1 4202560 2932 0 1 0 297 7 0 0 20 0 19 0 342579110 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614579052072 140614428143616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4064] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4064/stat : 4064 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614563502504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4065] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4065/stat : 4065 (java) S 4059 4061 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614562449960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4066] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4066/stat : 4066 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614561396904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4067] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4067/stat : 4067 (java) S 4059 4061 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614560344360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4068] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4068/stat : 4068 (java) S 4059 4061 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614559292328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4069] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4069/stat : 4069 (java) S 4059 4061 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614558239784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4070] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4070/stat : 4070 (java) S 4059 4061 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614557186728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4071] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) S 4059 4061 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342579113 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614425364840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342579114 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342579114 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 3905 0 0 0 48 0 0 0 20 0 19 0 342579116 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 3476 0 0 0 43 0 0 0 20 0 19 0 342579116 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 94041 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2715132

[startup+6.30076 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 4080
/proc/meminfo: memFree=27135916/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2715132 CPUtime=7.43 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 12038 0 1 0 732 11 0 0 20 0 19 0 342579110 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 678783 98620 2271 9 0 669476 0
[pid=4061/tid=4063] ppid=4059 vsize=2715132 CPUtime=6.2 cores=0,2,4,6
/proc/4061/task/4063/stat : 4063 (java) R 4059 4061 959 0 -1 4202560 2937 0 1 0 613 7 0 0 20 0 19 0 342579110 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614579051976 140614428220020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4064] ppid=4059 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/4061/task/4064/stat : 4064 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614563502504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4065] ppid=4059 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/4061/task/4065/stat : 4065 (java) S 4059 4061 959 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614562449960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4066] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4066/stat : 4066 (java) S 4059 4061 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614561396904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4067] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4067/stat : 4067 (java) S 4059 4061 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614560344360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4068] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4068/stat : 4068 (java) S 4059 4061 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614559292328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4069] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4069/stat : 4069 (java) S 4059 4061 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614558239784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4070] ppid=4059 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/4061/task/4070/stat : 4070 (java) S 4059 4061 959 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614557186728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4071] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342579112 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) S 4059 4061 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342579113 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614425364840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342579114 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342579114 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 3925 0 0 0 54 0 0 0 20 0 19 0 342579116 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 3914 0 0 0 50 0 0 0 20 0 19 0 342579116 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4080] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4080/stat : 4080 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342579323 2780295168 98620 33554432000 1073741824 1073778376 140736166985520 140614416942120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 4080
/proc/meminfo: memFree=27043424/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2715132 CPUtime=14.09 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 12176 0 1 0 1392 17 0 0 20 0 19 0 342579110 2780295168 120655 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 383 0 0 0 158 15 0 0 20 0 19 0 342579112 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2715132 CPUtime=20.84 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) R 4059 4061 959 0 -1 4202560 93 0 0 0 2082 2 0 0 20 0 19 0 342579113 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614425364840 140614583214383 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342579114 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342579114 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 9489 0 0 0 96 2 0 0 20 0 19 0 342579116 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 3999 0 0 0 63 0 0 0 20 0 19 0 342579116 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342579116 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2715132 CPUtime=0.24 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 50 0 0 0 9 15 0 0 20 0 19 0 342579116 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4080] ppid=4059 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4080/stat : 4080 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342579323 2780295168 345137 33554432000 1073741824 1073778376 140736166985520 140614416942120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 881.69
Current children cumulated vsize (KiB) 2715132

[startup+871.501 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 4145
/proc/meminfo: memFree=26425156/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2781696 CPUtime=882.08 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 20725 0 1 0 88086 122 0 0 20 0 20 0 342579110 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 695424 345140 2285 9 0 686117 0
[pid=4061/tid=4063] ppid=4059 vsize=2781696 CPUtime=844.3 cores=0,2,4,6
/proc/4061/task/4063/stat : 4063 (java) S 4059 4061 959 0 -1 4202560 3146 0 1 0 84408 22 0 0 20 0 20 0 342579110 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614579053448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4064] ppid=4059 vsize=2781696 CPUtime=1.49 cores=0,2,4,6
/proc/4061/task/4064/stat : 4064 (java) S 4059 4061 959 0 -1 4202560 326 0 0 0 138 11 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614563502504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4065] ppid=4059 vsize=2781696 CPUtime=1.56 cores=0,2,4,6
/proc/4061/task/4065/stat : 4065 (java) S 4059 4061 959 0 -1 4202560 358 0 0 0 145 11 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614562449960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4066] ppid=4059 vsize=2781696 CPUtime=1.68 cores=0,2,4,6
/proc/4061/task/4066/stat : 4066 (java) S 4059 4061 959 0 -1 4202560 298 0 0 0 158 10 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614561396904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4067] ppid=4059 vsize=2781696 CPUtime=1.72 cores=0,2,4,6
/proc/4061/task/4067/stat : 4067 (java) S 4059 4061 959 0 -1 4202560 468 0 0 0 160 12 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614560344360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4068] ppid=4059 vsize=2781696 CPUtime=1.56 cores=0,2,4,6
/proc/4061/task/4068/stat : 4068 (java) S 4059 4061 959 0 -1 4202560 367 0 0 0 143 13 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614559292328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4069] ppid=4059 vsize=2781696 CPUtime=1.41 cores=0,2,4,6
/proc/4061/task/4069/stat : 4069 (java) S 4059 4061 959 0 -1 4202560 276 0 0 0 128 13 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614558239784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4070] ppid=4059 vsize=2781696 CPUtime=1.37 cores=0,2,4,6
/proc/4061/task/4070/stat : 4070 (java) S 4059 4061 959 0 -1 4202560 284 0 0 0 126 11 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614557186728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4071] ppid=4059 vsize=2781696 CPUtime=1.73 cores=0,2,4,6
/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 383 0 0 0 158 15 0 0 20 0 20 0 342579112 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2781696 CPUtime=21.24 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) R 4059 4061 959 0 -1 4202560 93 0 0 0 2122 2 0 0 20 0 20 0 342579113 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614425364952 140614585561160 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342579114 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342579114 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342579116 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2781696 CPUtime=0.98 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 9489 0 0 0 96 2 0 0 20 0 20 0 342579116 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 3999 0 0 0 63 0 0 0 20 0 20 0 342579116 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342579116 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 50 0 0 0 9 15 0 0 20 0 20 0 342579116 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4080] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4080/stat : 4080 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342579323 2848456704 345140 33554432000 1073741824 1073778376 140736166985520 140614416942120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 2781696

[startup+871.901 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 4145
/proc/meminfo: memFree=26425156/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2781696 CPUtime=882.49 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 20732 0 1 0 88127 122 0 0 20 0 20 0 342579110 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 695424 345147 2285 9 0 686117 0
[pid=4061/tid=4063] ppid=4059 vsize=2781696 CPUtime=844.3 cores=0,2,4,6
/proc/4061/task/4063/stat : 4063 (java) S 4059 4061 959 0 -1 4202560 3146 0 1 0 84408 22 0 0 20 0 20 0 342579110 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614579053752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4064] ppid=4059 vsize=2781696 CPUtime=1.49 cores=0,2,4,6
/proc/4061/task/4064/stat : 4064 (java) S 4059 4061 959 0 -1 4202560 326 0 0 0 138 11 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614563502504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4065] ppid=4059 vsize=2781696 CPUtime=1.56 cores=0,2,4,6
/proc/4061/task/4065/stat : 4065 (java) S 4059 4061 959 0 -1 4202560 358 0 0 0 145 11 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614562449960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4066] ppid=4059 vsize=2781696 CPUtime=1.68 cores=0,2,4,6
/proc/4061/task/4066/stat : 4066 (java) S 4059 4061 959 0 -1 4202560 298 0 0 0 158 10 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614561396904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4067] ppid=4059 vsize=2781696 CPUtime=1.72 cores=0,2,4,6
/proc/4061/task/4067/stat : 4067 (java) S 4059 4061 959 0 -1 4202560 468 0 0 0 160 12 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614560344360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4068] ppid=4059 vsize=2781696 CPUtime=1.56 cores=0,2,4,6
/proc/4061/task/4068/stat : 4068 (java) S 4059 4061 959 0 -1 4202560 367 0 0 0 143 13 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614559292328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4069] ppid=4059 vsize=2781696 CPUtime=1.41 cores=0,2,4,6
/proc/4061/task/4069/stat : 4069 (java) S 4059 4061 959 0 -1 4202560 276 0 0 0 128 13 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614558239784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4070] ppid=4059 vsize=2781696 CPUtime=1.37 cores=0,2,4,6
/proc/4061/task/4070/stat : 4070 (java) S 4059 4061 959 0 -1 4202560 284 0 0 0 126 11 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614557186728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4071] ppid=4059 vsize=2781696 CPUtime=1.73 cores=0,2,4,6
/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 383 0 0 0 158 15 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2781696 CPUtime=21.64 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) R 4059 4061 959 0 -1 4202560 94 0 0 0 2162 2 0 0 20 0 20 0 342579113 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614425365000 212072939804 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342579114 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342579114 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2781696 CPUtime=0.98 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 9489 0 0 0 96 2 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 3999 0 0 0 63 0 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 50 0 0 0 9 15 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4080] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4080/stat : 4080 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342579323 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614416942120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 2781696

[startup+872.001 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 4145
/proc/meminfo: memFree=26425156/32873648 swapFree=7388/7388
[pid=4061] ppid=4059 vsize=2781696 CPUtime=882.59 cores=0,2,4,6
/proc/4061/stat : 4061 (java) S 4059 4061 959 0 -1 4202496 20732 0 1 0 88137 122 0 0 20 0 20 0 342579110 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140736166976656 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4061/statm: 695424 345147 2285 9 0 686117 0
[pid=4061/tid=4063] ppid=4059 vsize=2781696 CPUtime=844.3 cores=0,2,4,6
/proc/4061/task/4063/stat : 4063 (java) S 4059 4061 959 0 -1 4202560 3146 0 1 0 84408 22 0 0 20 0 20 0 342579110 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614579053752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4064] ppid=4059 vsize=2781696 CPUtime=1.49 cores=0,2,4,6
/proc/4061/task/4064/stat : 4064 (java) S 4059 4061 959 0 -1 4202560 326 0 0 0 138 11 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614563502504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4065] ppid=4059 vsize=2781696 CPUtime=1.56 cores=0,2,4,6
/proc/4061/task/4065/stat : 4065 (java) S 4059 4061 959 0 -1 4202560 358 0 0 0 145 11 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614562449960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4066] ppid=4059 vsize=2781696 CPUtime=1.68 cores=0,2,4,6
/proc/4061/task/4066/stat : 4066 (java) S 4059 4061 959 0 -1 4202560 298 0 0 0 158 10 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614561396904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4067] ppid=4059 vsize=2781696 CPUtime=1.72 cores=0,2,4,6
/proc/4061/task/4067/stat : 4067 (java) S 4059 4061 959 0 -1 4202560 468 0 0 0 160 12 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614560344360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4061/tid=4068] ppid=4059 vsize=2781696 CPUtime=1.56 cores=0,2,4,6
/proc/4061/task/4068/stat : 4068 (java) S 4059 4061 959 0 -1 4202560 367 0 0 0 143 13 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614559292328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4069] ppid=4059 vsize=2781696 CPUtime=1.41 cores=0,2,4,6
/proc/4061/task/4069/stat : 4069 (java) S 4059 4061 959 0 -1 4202560 276 0 0 0 128 13 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614558239784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4070] ppid=4059 vsize=2781696 CPUtime=1.37 cores=0,2,4,6
/proc/4061/task/4070/stat : 4070 (java) S 4059 4061 959 0 -1 4202560 284 0 0 0 126 11 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614557186728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4071] ppid=4059 vsize=2781696 CPUtime=1.73 cores=0,2,4,6
/proc/4061/task/4071/stat : 4071 (java) S 4059 4061 959 0 -1 4202560 383 0 0 0 158 15 0 0 20 0 20 0 342579112 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614556134184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4072] ppid=4059 vsize=2781696 CPUtime=21.74 cores=0,2,4,6
/proc/4061/task/4072/stat : 4072 (java) R 4059 4061 959 0 -1 4202560 94 0 0 0 2172 2 0 0 20 0 20 0 342579113 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614425365000 212072939824 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4073] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4073/stat : 4073 (java) S 4059 4061 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342579114 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614424311160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4074] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4074/stat : 4074 (java) S 4059 4061 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342579114 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614423257992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4075] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4075/stat : 4075 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614422206736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4076] ppid=4059 vsize=2781696 CPUtime=0.98 cores=0,2,4,6
/proc/4061/task/4076/stat : 4076 (java) S 4059 4061 959 0 -1 4202560 9489 0 0 0 96 2 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614421154616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4061/tid=4077] ppid=4059 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/4061/task/4077/stat : 4077 (java) S 4059 4061 959 0 -1 4202560 3999 0 0 0 63 0 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614420102072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4078] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4078/stat : 4078 (java) S 4059 4061 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614419049208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4061/tid=4079] ppid=4059 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/4061/task/4079/stat : 4079 (java) S 4059 4061 959 0 -1 4202560 50 0 0 0 9 15 0 0 20 0 20 0 342579116 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614417996872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4061/tid=4080] ppid=4059 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4061/task/4080/stat : 4080 (java) S 4059 4061 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342579323 2848456704 345147 33554432000 1073741824 1073778376 140736166985520 140614416942120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 882.59
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4061 and gives
#  childrusage.ru_utime.tv_sec=879
#  childrusage.ru_utime.tv_usec=197341
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=501771
# CPU time returned by wait4() is 880.699
# while last known CPU time is 882.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 872.044
CPU time (s): 882.59
CPU user time (s): 881.37
CPU system time (s): 1.22
CPU usage (%): 101.209
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 879.197
system time used= 1.50177
maximum resident set size= 1381100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20743
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22736
involuntary context switches= 25778

runsolver used 5.22121 second user time and 5.9131 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 01:02:26
IDJOB=3737599
IDBENCH=48268
IDSOLVER=2322
FILE ID=node148/3737599-1338764546
RUNJOBID= node148-1338737846-977
PBS_JOBID= 14636767
Free space on /tmp= 71332 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_5.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737599-1338764546/watcher-3737599-1338764546 -o /tmp/evaluation-result-3737599-1338764546/solver-3737599-1338764546 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737599-1338764546.opb

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

MD5SUM BENCH= 9b75ee50c2c62e6be495e8bd0a94fa2c
RANDOM SEED=86349821

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:        27525332 kB
Buffers:          604188 kB
Cached:          2948608 kB
SwapCached:          628 kB
Active:          2311456 kB
Inactive:        2130976 kB
Active(anon):     878752 kB
Inactive(anon):    10660 kB
Active(file):    1432704 kB
Inactive(file):  2120316 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:                72 kB
Writeback:             0 kB
AnonPages:        893624 kB
Mapped:            19008 kB
Shmem:                36 kB
Slab:             767672 kB
SReclaimable:     211680 kB
SUnreclaim:       555992 kB
KernelStack:        1608 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1518224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 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= 71332 MiB
End job on node148 at 2012-06-04 01:16:58