Trace number 3737566

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) 574.09 566.723

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_1.opb
MD5SUM162153f0f0e5f8f2e587b9d579ee09dc
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.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -136
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)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3737566-1338764414.opb
0.08/0.12	c reading problem ... 
2.60/2.16	c ... done. Wall clock time 2.039s.
2.60/2.16	c #vars     7318
2.60/2.16	c #constraints  14138
2.60/2.16	c constraints type 
2.60/2.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
2.60/2.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6318
2.60/2.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.60/2.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
3.63/2.71	c SATISFIABLE
3.63/2.71	c OPTIMIZING...
3.63/2.71	c Got one! Elapsed wall clock time (in seconds):2.591
3.63/2.71	o -73
4.34/3.36	c Got one! Elapsed wall clock time (in seconds):3.241
4.34/3.36	o -74
4.94/3.94	c Got one! Elapsed wall clock time (in seconds):3.825
4.94/3.94	o -78
5.29/4.29	c Got one! Elapsed wall clock time (in seconds):4.168
5.29/4.29	o -81
6.44/5.32	c Got one! Elapsed wall clock time (in seconds):5.201
6.44/5.32	o -83
13.25/11.87	c Got one! Elapsed wall clock time (in seconds):11.75
13.25/11.87	o -85
14.33/12.87	c Got one! Elapsed wall clock time (in seconds):12.748
14.33/12.87	o -86
16.23/14.62	c Got one! Elapsed wall clock time (in seconds):14.496
16.23/14.62	o -87
17.46/15.81	c Got one! Elapsed wall clock time (in seconds):15.689
17.46/15.81	o -91
19.34/17.63	c Got one! Elapsed wall clock time (in seconds):17.513
19.34/17.63	o -92
22.40/20.69	c Got one! Elapsed wall clock time (in seconds):20.568
22.40/20.69	o -98
46.05/43.96	c Got one! Elapsed wall clock time (in seconds):43.84
46.05/43.96	o -99
268.10/263.64	c cleaning 186337 clauses out of 373000
369.33/364.20	c Got one! Elapsed wall clock time (in seconds):364.081
369.33/364.20	o -100
411.27/406.03	c cleaning 191960 clauses out of 384163
437.64/431.53	c Got one! Elapsed wall clock time (in seconds):431.415
437.64/431.53	o -101
571.90/564.59	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
571.90/564.59		at java.math.BigInteger.add(BigInteger.java:1023)
571.90/564.59		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
571.90/564.59		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
571.90/564.59		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
571.90/564.59		at org.sat4j.minisat.core.Solver.search(Unknown Source)
571.90/564.59		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
571.90/564.59		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
571.90/564.59		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
571.90/564.59		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
571.90/564.59		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
571.90/564.59		at org.sat4j.AbstractLauncher.run(Unknown Source)
571.90/564.59		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
574.09/566.71	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
574.09/566.71		at java.util.Arrays.copyOfRange(Arrays.java:3209)
574.09/566.71		at java.lang.String.<init>(String.java:215)
574.09/566.71		at java.lang.StringBuffer.toString(StringBuffer.java:585)
574.09/566.71		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
574.09/566.71		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
574.09/566.71		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
574.09/566.71		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
574.09/566.71		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
574.09/566.71		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-3737566-1338764414/watcher-3737566-1338764414 -o /tmp/evaluation-result-3737566-1338764414/solver-3737566-1338764414 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737566-1338764414.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: 2.00 2.00 2.00 3/195 4617
/proc/meminfo: memFree=28093656/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4617/stat : 4617 (java6) D 4615 4617 2643 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342566317 9515008 182 33554432000 1073741824 1073778376 140736279693104 140736279684136 233220947637 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/4617/statm: 2323 182 140 9 0 71 0

[startup+0.102111 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 4617
/proc/meminfo: memFree=28093656/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 4523 0 1 0 7 1 0 0 20 0 18 0 342566317 2712133632 6241 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 662142 6242 2082 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.200249 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 4617
/proc/meminfo: memFree=28093656/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 4863 0 1 0 22 1 0 0 20 0 18 0 342566317 2712133632 7037 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 662142 7037 2200 9 0 652835 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 2648568

[startup+0.300255 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 4617
/proc/meminfo: memFree=28093656/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2648568 CPUtime=0.4 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 6016 0 1 0 38 2 0 0 20 0 18 0 342566317 2712133632 8878 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 662142 8878 2216 9 0 652835 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 2648568

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 4617
/proc/meminfo: memFree=28093656/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2648568 CPUtime=1 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 7573 0 1 0 98 2 0 0 20 0 18 0 342566317 2712133632 11774 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 662142 11774 2234 9 0 652835 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2648568

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4635
/proc/meminfo: memFree=28044312/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2648568 CPUtime=1.92 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 7966 0 1 0 190 2 0 0 20 0 18 0 342566317 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 662142 17471 2238 9 0 652835 0
[pid=4617/tid=4619] ppid=4615 vsize=2648568 CPUtime=1.47 cores=0,2,4,6
/proc/4617/task/4619/stat : 4619 (java) R 4615 4617 2643 0 -1 4202560 2762 0 1 0 145 2 0 0 20 0 18 0 342566318 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094281025960 140094132872508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4620] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4620/stat : 4620 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094265478056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4621] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4621/stat : 4621 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094264425512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4622] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4622/stat : 4622 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094263372456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4623] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4623/stat : 4623 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094262319912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4624] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4624/stat : 4624 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094261266856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4625] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4625/stat : 4625 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094260214312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4626] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4626/stat : 4626 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094259161256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4627] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4627/stat : 4627 (java) S 4615 4617 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342566320 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094258108712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4628] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4628/stat : 4628 (java) S 4615 4617 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342566321 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094128237416 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4629] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4629/stat : 4629 (java) S 4615 4617 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342566321 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094127183736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4630] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4630/stat : 4630 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342566321 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094126130568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4631] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566324 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 2646 0 0 0 26 0 0 0 20 0 18 0 342566324 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 1372 0 0 0 17 0 0 0 20 0 18 0 342566324 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566324 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342566324 2712133632 17471 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2648568

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 4636
/proc/meminfo: memFree=28002848/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2715132 CPUtime=4.1 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 12679 0 1 0 403 7 0 0 20 0 19 0 342566317 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 678783 89620 2255 9 0 669476 0
[pid=4617/tid=4619] ppid=4615 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/4617/task/4619/stat : 4619 (java) R 4615 4617 2643 0 -1 4202560 2912 0 1 0 300 5 0 0 20 0 19 0 342566318 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094281026280 140094133214028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4620] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4620/stat : 4620 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094265478056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4621] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4621/stat : 4621 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094264425512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4622] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4622/stat : 4622 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094263372456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4623] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4623/stat : 4623 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094262319912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4624] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4624/stat : 4624 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094261266856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4625] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4625/stat : 4625 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094260214312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4626] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4626/stat : 4626 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094259161256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4627] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4627/stat : 4627 (java) S 4615 4617 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094258108712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4628] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4628/stat : 4628 (java) S 4615 4617 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342566321 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094128237416 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4629] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4629/stat : 4629 (java) S 4615 4617 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342566321 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094127183736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4630] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4630/stat : 4630 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342566321 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094126130568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4631] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566324 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 4305 0 0 0 52 2 0 0 20 0 19 0 342566324 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 4267 0 0 0 47 0 0 0 20 0 19 0 342566324 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566324 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566324 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4636] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4636/stat : 4636 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342566536 2780295168 89620 33554432000 1073741824 1073778376 140735551579680 140094119814696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 2715132

[startup+6.30076 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 4636
/proc/meminfo: memFree=27705584/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2715132 CPUtime=7.5 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 12797 0 1 0 741 9 0 0 20 0 19 0 342566317 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 678783 98887 2269 9 0 669476 0
[pid=4617/tid=4619] ppid=4615 vsize=2715132 CPUtime=6.22 cores=0,2,4,6
/proc/4617/task/4619/stat : 4619 (java) R 4615 4617 2643 0 -1 4202560 2925 0 1 0 617 5 0 0 20 0 19 0 342566318 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094281026896 140094133143487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4620] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4620/stat : 4620 (java) S 4615 4617 2643 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094265478056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4621] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4621/stat : 4621 (java) S 4615 4617 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094264425512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4622] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4622/stat : 4622 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094263372456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4623] ppid=4615 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/4617/task/4623/stat : 4623 (java) S 4615 4617 2643 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094262319912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4624] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4624/stat : 4624 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094261266856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4625] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4625/stat : 4625 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094260214312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4626] ppid=4615 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/4617/task/4626/stat : 4626 (java) S 4615 4617 2643 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094259161256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4627] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4627/stat : 4627 (java) S 4615 4617 2643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342566320 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094258108712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4628] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4628/stat : 4628 (java) S 4615 4617 2643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342566321 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094128237416 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4629] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4629/stat : 4629 (java) S 4615 4617 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342566321 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094127183736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4630] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4630/stat : 4630 (java) S 4615 4617 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342566321 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094126130568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4631] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566324 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 4305 0 0 0 57 2 0 0 20 0 19 0 342566324 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 4306 0 0 0 55 0 0 0 20 0 19 0 342566324 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566324 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342566324 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4636] ppid=4615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4636/stat : 4636 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342566536 2780295168 98887 33554432000 1073741824 1073778376 140735551579680 140094119814696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 4636
/proc/meminfo: memFree=27608856/32873844 swapFree=7120/7120

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

/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2781696 CPUtime=1.05 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 10273 0 0 0 103 2 0 0 20 0 20 0 342566324 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 4306 0 0 0 62 0 0 0 20 0 20 0 342566324 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2781696 CPUtime=0.19 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 32 0 0 0 9 10 0 0 20 0 20 0 342566324 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4636] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4636/stat : 4636 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342566536 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094119814696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4662] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4662/stat : 4662 (java) S 4615 4617 2643 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342622777 2848456704 344226 33554432000 1073741824 1073778376 140735551579680 140094118760584 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 573
Current children cumulated vsize (KiB) 2781696

[startup+566.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 4662
/proc/meminfo: memFree=26663556/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2781696 CPUtime=573.79 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 21291 0 1 0 57258 121 0 0 20 0 20 0 342566317 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 695424 344229 2285 9 0 686117 0
[pid=4617/tid=4619] ppid=4615 vsize=2781696 CPUtime=504.96 cores=0,2,4,6
/proc/4617/task/4619/stat : 4619 (java) S 4615 4617 2643 0 -1 4202560 3235 0 1 0 50483 13 0 0 20 0 20 0 342566318 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094281028792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4620] ppid=4615 vsize=2781696 CPUtime=0.96 cores=0,2,4,6
/proc/4617/task/4620/stat : 4620 (java) S 4615 4617 2643 0 -1 4202560 265 0 0 0 84 12 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094265478056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4621] ppid=4615 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/4617/task/4621/stat : 4621 (java) S 4615 4617 2643 0 -1 4202560 291 0 0 0 78 10 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094264425512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4622] ppid=4615 vsize=2781696 CPUtime=0.92 cores=0,2,4,6
/proc/4617/task/4622/stat : 4622 (java) S 4615 4617 2643 0 -1 4202560 237 0 0 0 78 14 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094263372456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4623] ppid=4615 vsize=2781696 CPUtime=1.09 cores=0,2,4,6
/proc/4617/task/4623/stat : 4623 (java) S 4615 4617 2643 0 -1 4202560 302 0 0 0 94 15 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094262319912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4624] ppid=4615 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/4617/task/4624/stat : 4624 (java) S 4615 4617 2643 0 -1 4202560 271 0 0 0 76 12 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094261266856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4625] ppid=4615 vsize=2781696 CPUtime=1.11 cores=0,2,4,6
/proc/4617/task/4625/stat : 4625 (java) S 4615 4617 2643 0 -1 4202560 331 0 0 0 94 17 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094260214312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4626] ppid=4615 vsize=2781696 CPUtime=0.87 cores=0,2,4,6
/proc/4617/task/4626/stat : 4626 (java) S 4615 4617 2643 0 -1 4202560 200 0 0 0 77 10 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094259161256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4627] ppid=4615 vsize=2781696 CPUtime=1.04 cores=0,2,4,6
/proc/4617/task/4627/stat : 4627 (java) S 4615 4617 2643 0 -1 4202560 274 0 0 0 91 13 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094258108712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4628] ppid=4615 vsize=2781696 CPUtime=57.66 cores=0,2,4,6
/proc/4617/task/4628/stat : 4628 (java) R 4615 4617 2643 0 -1 4202560 75 0 0 0 5765 1 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094128237576 140094287536200 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4629] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4629/stat : 4629 (java) S 4615 4617 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094127183736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4630] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4630/stat : 4630 (java) S 4615 4617 2643 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094126130568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4631] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2781696 CPUtime=1.05 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 10273 0 0 0 103 2 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 4306 0 0 0 62 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2781696 CPUtime=0.19 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 32 0 0 0 9 10 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4636] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4636/stat : 4636 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342566536 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094119814696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4662] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4662/stat : 4662 (java) S 4615 4617 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 342622777 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094118761400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 573.79
Current children cumulated vsize (KiB) 2781696

[startup+566.607 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 4662
/proc/meminfo: memFree=26663424/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2781696 CPUtime=574 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 21291 0 1 0 57279 121 0 0 20 0 20 0 342566317 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 695424 344229 2285 9 0 686117 0
[pid=4617/tid=4619] ppid=4615 vsize=2781696 CPUtime=504.96 cores=0,2,4,6
/proc/4617/task/4619/stat : 4619 (java) S 4615 4617 2643 0 -1 4202560 3235 0 1 0 50483 13 0 0 20 0 20 0 342566318 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094281028792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4620] ppid=4615 vsize=2781696 CPUtime=0.96 cores=0,2,4,6
/proc/4617/task/4620/stat : 4620 (java) S 4615 4617 2643 0 -1 4202560 265 0 0 0 84 12 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094265478056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4621] ppid=4615 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/4617/task/4621/stat : 4621 (java) S 4615 4617 2643 0 -1 4202560 291 0 0 0 78 10 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094264425512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4622] ppid=4615 vsize=2781696 CPUtime=0.92 cores=0,2,4,6
/proc/4617/task/4622/stat : 4622 (java) S 4615 4617 2643 0 -1 4202560 237 0 0 0 78 14 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094263372456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4623] ppid=4615 vsize=2781696 CPUtime=1.09 cores=0,2,4,6
/proc/4617/task/4623/stat : 4623 (java) S 4615 4617 2643 0 -1 4202560 302 0 0 0 94 15 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094262319912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4624] ppid=4615 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/4617/task/4624/stat : 4624 (java) S 4615 4617 2643 0 -1 4202560 271 0 0 0 76 12 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094261266856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4625] ppid=4615 vsize=2781696 CPUtime=1.11 cores=0,2,4,6
/proc/4617/task/4625/stat : 4625 (java) S 4615 4617 2643 0 -1 4202560 331 0 0 0 94 17 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094260214312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4626] ppid=4615 vsize=2781696 CPUtime=0.87 cores=0,2,4,6
/proc/4617/task/4626/stat : 4626 (java) S 4615 4617 2643 0 -1 4202560 200 0 0 0 77 10 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094259161256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4627] ppid=4615 vsize=2781696 CPUtime=1.04 cores=0,2,4,6
/proc/4617/task/4627/stat : 4627 (java) S 4615 4617 2643 0 -1 4202560 274 0 0 0 91 13 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094258108712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4628] ppid=4615 vsize=2781696 CPUtime=57.86 cores=0,2,4,6
/proc/4617/task/4628/stat : 4628 (java) R 4615 4617 2643 0 -1 4202560 75 0 0 0 5785 1 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094128237576 233220620576 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4629] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4629/stat : 4629 (java) S 4615 4617 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094127183736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4630] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4630/stat : 4630 (java) S 4615 4617 2643 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094126130568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4631] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2781696 CPUtime=1.05 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 10273 0 0 0 103 2 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 4306 0 0 0 62 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2781696 CPUtime=0.19 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 32 0 0 0 9 10 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4636] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4636/stat : 4636 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342566536 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094119814696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4662] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4662/stat : 4662 (java) S 4615 4617 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 342622777 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094118761400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 574
Current children cumulated vsize (KiB) 2781696

[startup+566.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 4662
/proc/meminfo: memFree=26663424/32873844 swapFree=7120/7120
[pid=4617] ppid=4615 vsize=2781696 CPUtime=574.09 cores=0,2,4,6
/proc/4617/stat : 4617 (java) S 4615 4617 2643 0 -1 4202496 21291 0 1 0 57288 121 0 0 20 0 20 0 342566317 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140735551570816 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4617/statm: 695424 344229 2285 9 0 686117 0
[pid=4617/tid=4619] ppid=4615 vsize=2781696 CPUtime=504.96 cores=0,2,4,6
/proc/4617/task/4619/stat : 4619 (java) S 4615 4617 2643 0 -1 4202560 3235 0 1 0 50483 13 0 0 20 0 20 0 342566318 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094281028792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4620] ppid=4615 vsize=2781696 CPUtime=0.96 cores=0,2,4,6
/proc/4617/task/4620/stat : 4620 (java) S 4615 4617 2643 0 -1 4202560 265 0 0 0 84 12 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094265478056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4621] ppid=4615 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/4617/task/4621/stat : 4621 (java) S 4615 4617 2643 0 -1 4202560 291 0 0 0 78 10 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094264425512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4622] ppid=4615 vsize=2781696 CPUtime=0.92 cores=0,2,4,6
/proc/4617/task/4622/stat : 4622 (java) S 4615 4617 2643 0 -1 4202560 237 0 0 0 78 14 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094263372456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4623] ppid=4615 vsize=2781696 CPUtime=1.09 cores=0,2,4,6
/proc/4617/task/4623/stat : 4623 (java) S 4615 4617 2643 0 -1 4202560 302 0 0 0 94 15 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094262319912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4624] ppid=4615 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/4617/task/4624/stat : 4624 (java) S 4615 4617 2643 0 -1 4202560 271 0 0 0 76 12 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094261266856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4625] ppid=4615 vsize=2781696 CPUtime=1.11 cores=0,2,4,6
/proc/4617/task/4625/stat : 4625 (java) S 4615 4617 2643 0 -1 4202560 331 0 0 0 94 17 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094260214312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4626] ppid=4615 vsize=2781696 CPUtime=0.87 cores=0,2,4,6
/proc/4617/task/4626/stat : 4626 (java) S 4615 4617 2643 0 -1 4202560 200 0 0 0 77 10 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094259161256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4627] ppid=4615 vsize=2781696 CPUtime=1.04 cores=0,2,4,6
/proc/4617/task/4627/stat : 4627 (java) S 4615 4617 2643 0 -1 4202560 274 0 0 0 91 13 0 0 20 0 20 0 342566320 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094258108712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4628] ppid=4615 vsize=2781696 CPUtime=57.96 cores=0,2,4,6
/proc/4617/task/4628/stat : 4628 (java) R 4615 4617 2643 0 -1 4202560 75 0 0 0 5795 1 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094128237576 140094287883957 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4629] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4629/stat : 4629 (java) S 4615 4617 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094127183736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4630] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4630/stat : 4630 (java) S 4615 4617 2643 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342566321 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094126130568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4631] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4631/stat : 4631 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094125079312 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4617/tid=4632] ppid=4615 vsize=2781696 CPUtime=1.05 cores=0,2,4,6
/proc/4617/task/4632/stat : 4632 (java) S 4615 4617 2643 0 -1 4202560 10273 0 0 0 103 2 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094124026168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4633] ppid=4615 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/4617/task/4633/stat : 4633 (java) S 4615 4617 2643 0 -1 4202560 4306 0 0 0 62 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094122973624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4634] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4634/stat : 4634 (java) S 4615 4617 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094121920760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4617/tid=4635] ppid=4615 vsize=2781696 CPUtime=0.19 cores=0,2,4,6
/proc/4617/task/4635/stat : 4635 (java) S 4615 4617 2643 0 -1 4202560 32 0 0 0 9 10 0 0 20 0 20 0 342566324 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094120868424 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4617/tid=4636] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4636/stat : 4636 (java) S 4615 4617 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342566536 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094119814696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4617/tid=4662] ppid=4615 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/4617/task/4662/stat : 4662 (java) S 4615 4617 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 342622777 2848456704 344229 33554432000 1073741824 1073778376 140735551579680 140094118761400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 574.09
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4617 and gives
#  childrusage.ru_utime.tv_sec=571
#  childrusage.ru_utime.tv_usec=375137
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=422783
# CPU time returned by wait4() is 572.798
# while last known CPU time is 574.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 566.723
CPU time (s): 574.09
CPU user time (s): 572.88
CPU system time (s): 1.21
CPU usage (%): 101.3
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 571.375
system time used= 1.42278
maximum resident set size= 1384584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21297
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14952
involuntary context switches= 11177

runsolver used 1.12983 second user time and 2.81357 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 01:00:14
IDJOB=3737566
IDBENCH=48258
IDSOLVER=2322
FILE ID=node142/3737566-1338764414
RUNJOBID= node142-1338746443-2659
PBS_JOBID= 14636775
Free space on /tmp= 71192 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_1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737566-1338764414/watcher-3737566-1338764414 -o /tmp/evaluation-result-3737566-1338764414/solver-3737566-1338764414 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737566-1338764414.opb

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

MD5SUM BENCH= 162153f0f0e5f8f2e587b9d579ee09dc
RANDOM SEED=1445506256

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28094292 kB
Buffers:          375500 kB
Cached:          2832248 kB
SwapCached:            0 kB
Active:          2006060 kB
Inactive:        1934048 kB
Active(anon):     723444 kB
Inactive(anon):    11220 kB
Active(file):    1282616 kB
Inactive(file):  1922828 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:        757728 kB
Mapped:            18472 kB
Shmem:               200 kB
Slab:             681700 kB
SReclaimable:     123412 kB
SUnreclaim:       558288 kB
KernelStack:        1608 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node142 at 2012-06-04 01:09:41