Trace number 3744795

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 NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 687.348 682.506

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.01-2.opb
MD5SUMe432f4dd04198805b69ce63b40faf1f4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96575
Best CPU time to get the best result obtained on this benchmark1800.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables208409
Total number of constraints1724968
Number of constraints which are clauses1724968
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/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@6abf2d5e
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-3744795-1338813453.opb
0.08/0.11	c reading problem ... 
8.19/6.53	c ... done. Wall clock time 6.422s.
8.19/6.53	c #vars     208409
8.19/6.53	c #constraints  726408
8.19/6.53	c constraints type 
8.19/6.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 423685
8.19/6.53	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 176683
11.84/9.57	c SATISFIABLE
11.84/9.57	c OPTIMIZING...
11.84/9.57	c Got one! Elapsed wall clock time (in seconds):9.462
11.84/9.57	o 1004768
15.10/12.33	c Got one! Elapsed wall clock time (in seconds):12.223
15.10/12.33	o 792101
17.93/15.15	c Got one! Elapsed wall clock time (in seconds):15.036
17.93/15.15	o 774087
20.44/17.69	c Got one! Elapsed wall clock time (in seconds):17.577
20.44/17.69	o 720655
23.67/20.65	c Got one! Elapsed wall clock time (in seconds):20.536
23.67/20.65	o 506278
27.39/24.32	c Got one! Elapsed wall clock time (in seconds):24.204
27.39/24.32	o 437705
30.59/27.58	c Got one! Elapsed wall clock time (in seconds):27.467
30.59/27.58	o 428984
37.88/34.88	c Got one! Elapsed wall clock time (in seconds):34.77
37.88/34.88	o 372634
40.78/37.77	c Got one! Elapsed wall clock time (in seconds):37.657
40.78/37.77	o 355178
53.72/50.65	c Got one! Elapsed wall clock time (in seconds):50.536
53.72/50.65	o 354621
57.62/54.57	c Got one! Elapsed wall clock time (in seconds):54.458
57.62/54.57	o 306350
70.27/67.09	c Got one! Elapsed wall clock time (in seconds):66.978
70.27/67.09	o 287794
673.39/668.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
674.99/670.15		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
674.99/670.15		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
676.49/671.60		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
677.88/673.05		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
678.58/673.77		at org.sat4j.minisat.core.Solver.search(Unknown Source)
679.39/674.50		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
680.79/675.95		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
680.79/675.95		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
682.19/677.39		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
683.29/678.48		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)c starts		: 81
687.17/682.49	
687.17/682.49	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
687.17/682.49		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
687.17/682.49		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
687.17/682.49		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
687.17/682.49		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
687.17/682.49		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
687.17/682.49		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-3744795-1338813453/watcher-3744795-1338813453 -o /tmp/evaluation-result-3744795-1338813453/solver-3744795-1338813453 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744795-1338813453.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.09 2.10 2.03 3/194 2858
/proc/meminfo: memFree=25762828/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2858/stat : 2858 (java6) D 2856 2858 32710 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 347474095 9515008 176 33554432000 1073741824 1073778376 140736230527872 140736230510600 240426763152 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 2323 176 133 9 0 71 0

[startup+0.0277099 s]
/proc/loadavg: 2.09 2.10 2.03 3/194 2858
/proc/meminfo: memFree=25762828/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2104932 CPUtime=0 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 2861 0 1 0 0 0 0 0 20 0 10 0 347474095 2155450368 3563 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 526233 3564 1059 9 0 517342 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2104932

[startup+0.100279 s]
/proc/loadavg: 2.09 2.10 2.03 3/194 2858
/proc/meminfo: memFree=25762828/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 4653 0 1 0 7 1 0 0 20 0 18 0 347474095 2712133632 6371 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 662142 6372 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300257 s]
/proc/loadavg: 2.09 2.10 2.03 3/194 2858
/proc/meminfo: memFree=25762828/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2648568 CPUtime=0.45 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 5832 0 1 0 44 1 0 0 20 0 18 0 347474095 2712133632 11508 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 662142 11508 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2648568

[startup+0.700261 s]
/proc/loadavg: 2.09 2.10 2.03 3/194 2858
/proc/meminfo: memFree=25762828/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2648568 CPUtime=1.05 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 8843 0 1 0 101 4 0 0 20 0 18 0 347474095 2712133632 46836 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 662142 46836 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 2.09 2.10 2.03 3/212 2876
/proc/meminfo: memFree=25465088/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2648568 CPUtime=1.95 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 9009 0 1 0 186 9 0 0 20 0 18 0 347474095 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 662142 97554 2246 9 0 652835 0
[pid=2858/tid=2860] ppid=2856 vsize=2648568 CPUtime=1.43 cores=0,2,4,6
/proc/2858/task/2860/stat : 2860 (java) R 2856 2858 32710 0 -1 4202560 2908 0 1 0 136 7 0 0 20 0 18 0 347474097 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265029733880 140264857825882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2861] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2861/stat : 2861 (java) S 2856 2858 32710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265014184744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2862] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2862/stat : 2862 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265013131944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2863] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2863/stat : 2863 (java) S 2856 2858 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265012079656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2864] ppid=2856 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/2858/task/2864/stat : 2864 (java) S 2856 2858 32710 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265011026856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2865] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2865/stat : 2865 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265009973544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2866] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2866/stat : 2866 (java) S 2856 2858 32710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265008920744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2867] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2867/stat : 2867 (java) S 2856 2858 32710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265007868456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2868] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2868/stat : 2868 (java) S 2856 2858 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347474098 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140265006815656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2869] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2869/stat : 2869 (java) S 2856 2858 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347474099 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264994405096 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2870] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2870/stat : 2870 (java) S 2856 2858 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347474100 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264993351160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2871] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347474100 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264992298760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 2341 0 0 0 21 0 0 0 20 0 18 0 347474102 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 2504 0 0 0 15 2 0 0 20 0 18 0 347474102 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 97554 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 2648568

[startup+3.10074 s]
/proc/loadavg: 2.09 2.10 2.03 3/212 2876
/proc/meminfo: memFree=25345304/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2648568 CPUtime=3.8 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 9145 0 1 0 365 15 0 0 20 0 18 0 347474095 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 662142 109378 2248 9 0 652835 0
[pid=2858/tid=2860] ppid=2856 vsize=2648568 CPUtime=2.94 cores=0,2,4,6
/proc/2858/task/2860/stat : 2860 (java) R 2856 2858 32710 0 -1 4202560 2910 0 1 0 287 7 0 0 20 0 18 0 347474097 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265029726288 240430146829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2861] ppid=2856 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2858/task/2861/stat : 2861 (java) S 2856 2858 32710 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265014184744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2862] ppid=2856 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/2858/task/2862/stat : 2862 (java) S 2856 2858 32710 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265013131944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2863] ppid=2856 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/2858/task/2863/stat : 2863 (java) S 2856 2858 32710 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265012079656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2864] ppid=2856 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/2858/task/2864/stat : 2864 (java) S 2856 2858 32710 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265011026856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2865] ppid=2856 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/2858/task/2865/stat : 2865 (java) S 2856 2858 32710 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265009973544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2866] ppid=2856 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/2858/task/2866/stat : 2866 (java) S 2856 2858 32710 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265008920744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2867] ppid=2856 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/2858/task/2867/stat : 2867 (java) S 2856 2858 32710 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265007868456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2868] ppid=2856 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/2858/task/2868/stat : 2868 (java) S 2856 2858 32710 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 347474098 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140265006815656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2869] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2869/stat : 2869 (java) S 2856 2858 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347474099 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264994405096 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2870] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2870/stat : 2870 (java) S 2856 2858 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347474100 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264993351160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2871] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347474100 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264992298760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 2341 0 0 0 21 0 0 0 20 0 18 0 347474102 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 2506 0 0 0 15 2 0 0 20 0 18 0 347474102 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 109378 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 2648568

[startup+6.30069 s]
/proc/loadavg: 2.08 2.10 2.03 3/212 2876
/proc/meminfo: memFree=25287028/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2648568 CPUtime=7.99 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 10029 0 1 0 774 25 0 0 20 0 18 0 347474095 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 662142 130694 2248 9 0 652835 0
[pid=2858/tid=2860] ppid=2856 vsize=2648568 CPUtime=5.8 cores=0,2,4,6
/proc/2858/task/2860/stat : 2860 (java) R 2856 2858 32710 0 -1 4202560 2916 0 1 0 572 8 0 0 20 0 18 0 347474097 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265029734088 140264857980524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2861] ppid=2856 vsize=2648568 CPUtime=0.29 cores=0,2,4,6
/proc/2858/task/2861/stat : 2861 (java) S 2856 2858 32710 0 -1 4202560 84 0 0 0 25 4 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265014184744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2862] ppid=2856 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/2858/task/2862/stat : 2862 (java) S 2856 2858 32710 0 -1 4202560 72 0 0 0 20 2 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265013131944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2863] ppid=2856 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2858/task/2863/stat : 2863 (java) S 2856 2858 32710 0 -1 4202560 60 0 0 0 15 2 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265012079656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2864] ppid=2856 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/2858/task/2864/stat : 2864 (java) S 2856 2858 32710 0 -1 4202560 70 0 0 0 19 2 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265011026856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2865] ppid=2856 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2858/task/2865/stat : 2865 (java) S 2856 2858 32710 0 -1 4202560 291 0 0 0 15 2 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265009973544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2866] ppid=2856 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2858/task/2866/stat : 2866 (java) S 2856 2858 32710 0 -1 4202560 50 0 0 0 17 0 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265008920744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2867] ppid=2856 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/2858/task/2867/stat : 2867 (java) S 2856 2858 32710 0 -1 4202560 72 0 0 0 24 3 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265007868456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2868] ppid=2856 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/2858/task/2868/stat : 2868 (java) S 2856 2858 32710 0 -1 4202560 384 0 0 0 14 2 0 0 20 0 18 0 347474098 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140265006815656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2869] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2869/stat : 2869 (java) S 2856 2858 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347474099 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264994405096 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2870] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2870/stat : 2870 (java) S 2856 2858 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347474100 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264993351160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2871] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347474100 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264992298760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 2341 0 0 0 21 0 0 0 20 0 18 0 347474102 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 2507 0 0 0 17 2 0 0 20 0 18 0 347474102 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347474102 2712133632 130694 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 2.07 2.10 2.03 3/213 2877
/proc/meminfo: memFree=25224576/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2715132 CPUtime=15.53 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 19281 0 1 0 1526 27 0 0 20 0 19 0 347474095 2780295168 134807 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 678783 134807 2270 9 0 669476 0
[pid=2858/tid=2860] ppid=2856 vsize=2715132 CPUtime=12.19 cores=0,2,4,6

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

[pid=2858/tid=2871] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264992296440 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 6966 0 0 0 84 0 0 0 20 0 20 0 347474102 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 7115 0 0 0 75 2 0 0 20 0 20 0 347474102 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 39 0 0 0 7 11 0 0 20 0 20 0 347474102 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2877] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2877/stat : 2877 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347474772 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264985982376 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2884] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2884/stat : 2884 (java) S 2856 2858 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 347541993 2848456704 345003 33554432000 1073741824 1073778376 140734461275920 140264984927992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 684.77
Current children cumulated vsize (KiB) 2781696

[startup+681.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 2884
/proc/meminfo: memFree=24060624/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2781696 CPUtime=686.37 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 21446 0 1 0 68498 139 0 0 20 0 20 0 347474095 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 695424 345005 2277 9 0 686117 0
[pid=2858/tid=2860] ppid=2856 vsize=2781696 CPUtime=660.26 cores=0,2,4,6
/proc/2858/task/2860/stat : 2860 (java) S 2856 2858 32710 0 -1 4202560 2978 0 1 0 66007 19 0 0 20 0 20 0 347474097 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265029735608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=2858/tid=2861] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2861/stat : 2861 (java) S 2856 2858 32710 0 -1 4202560 409 0 0 0 54 23 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265014184744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2862] ppid=2856 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/2858/task/2862/stat : 2862 (java) S 2856 2858 32710 0 -1 4202560 182 0 0 0 33 8 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265013131944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2863] ppid=2856 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/2858/task/2863/stat : 2863 (java) S 2856 2858 32710 0 -1 4202560 298 0 0 0 37 16 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265012079656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2864] ppid=2856 vsize=2781696 CPUtime=0.59 cores=0,2,4,6
/proc/2858/task/2864/stat : 2864 (java) S 2856 2858 32710 0 -1 4202560 553 0 0 0 37 22 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265011026856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2865] ppid=2856 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/2858/task/2865/stat : 2865 (java) S 2856 2858 32710 0 -1 4202560 453 0 0 0 38 11 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265009973544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2866] ppid=2856 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/2858/task/2866/stat : 2866 (java) S 2856 2858 32710 0 -1 4202560 179 0 0 0 26 6 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265008920744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2867] ppid=2856 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2858/task/2867/stat : 2867 (java) S 2856 2858 32710 0 -1 4202560 499 0 0 0 42 14 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265007868456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2868] ppid=2856 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/2858/task/2868/stat : 2868 (java) S 2856 2858 32710 0 -1 4202560 499 0 0 0 38 9 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265006815656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2869] ppid=2856 vsize=2781696 CPUtime=19.99 cores=0,2,4,6
/proc/2858/task/2869/stat : 2869 (java) R 2856 2858 32710 0 -1 4202560 79 0 0 0 1997 2 0 0 20 0 20 0 347474099 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264994405256 140265035861232 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2870] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2870/stat : 2870 (java) S 2856 2858 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264993351160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2871] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264992298760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 6966 0 0 0 84 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 7115 0 0 0 75 2 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 39 0 0 0 7 11 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2877] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2877/stat : 2877 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347474772 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264985982376 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2884] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2884/stat : 2884 (java) S 2856 2858 32710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347541993 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264984928904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 686.37
Current children cumulated vsize (KiB) 2781696

[startup+682.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 2884
/proc/meminfo: memFree=24060624/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2781696 CPUtime=686.77 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 21447 0 1 0 68538 139 0 0 20 0 20 0 347474095 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 695424 345005 2277 9 0 686117 0
[pid=2858/tid=2860] ppid=2856 vsize=2781696 CPUtime=660.26 cores=0,2,4,6
/proc/2858/task/2860/stat : 2860 (java) S 2856 2858 32710 0 -1 4202560 2978 0 1 0 66007 19 0 0 20 0 20 0 347474097 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265029735608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=2858/tid=2861] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2861/stat : 2861 (java) S 2856 2858 32710 0 -1 4202560 409 0 0 0 54 23 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265014184744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2862] ppid=2856 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/2858/task/2862/stat : 2862 (java) S 2856 2858 32710 0 -1 4202560 182 0 0 0 33 8 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265013131944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2863] ppid=2856 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/2858/task/2863/stat : 2863 (java) S 2856 2858 32710 0 -1 4202560 298 0 0 0 37 16 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265012079656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2864] ppid=2856 vsize=2781696 CPUtime=0.59 cores=0,2,4,6
/proc/2858/task/2864/stat : 2864 (java) S 2856 2858 32710 0 -1 4202560 553 0 0 0 37 22 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265011026856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2865] ppid=2856 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/2858/task/2865/stat : 2865 (java) S 2856 2858 32710 0 -1 4202560 453 0 0 0 38 11 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265009973544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2866] ppid=2856 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/2858/task/2866/stat : 2866 (java) S 2856 2858 32710 0 -1 4202560 179 0 0 0 26 6 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265008920744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2867] ppid=2856 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2858/task/2867/stat : 2867 (java) S 2856 2858 32710 0 -1 4202560 499 0 0 0 42 14 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265007868456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2868] ppid=2856 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/2858/task/2868/stat : 2868 (java) S 2856 2858 32710 0 -1 4202560 499 0 0 0 38 9 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265006815656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2869] ppid=2856 vsize=2781696 CPUtime=20.4 cores=0,2,4,6
/proc/2858/task/2869/stat : 2869 (java) R 2856 2858 32710 0 -1 4202560 79 0 0 0 2038 2 0 0 20 0 20 0 347474099 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264994405096 140265036589059 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2870] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2870/stat : 2870 (java) S 2856 2858 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264993351160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2871] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264992298760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 6966 0 0 0 84 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 7115 0 0 0 75 2 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 39 0 0 0 7 11 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2877] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2877/stat : 2877 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347474772 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264985982376 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2884] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2884/stat : 2884 (java) S 2856 2858 32710 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347541993 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264984929016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 686.77
Current children cumulated vsize (KiB) 2781696

[startup+682.401 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 2884
/proc/meminfo: memFree=24060624/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=2781696 CPUtime=687.17 cores=0,2,4,6
/proc/2858/stat : 2858 (java) S 2856 2858 32710 0 -1 4202496 21447 0 1 0 68578 139 0 0 20 0 20 0 347474095 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140734461267056 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 695424 345005 2277 9 0 686117 0
[pid=2858/tid=2860] ppid=2856 vsize=2781696 CPUtime=660.26 cores=0,2,4,6
/proc/2858/task/2860/stat : 2860 (java) S 2856 2858 32710 0 -1 4202560 2978 0 1 0 66007 19 0 0 20 0 20 0 347474097 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265029735608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=2858/tid=2861] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2861/stat : 2861 (java) S 2856 2858 32710 0 -1 4202560 409 0 0 0 54 23 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265014184744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2862] ppid=2856 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/2858/task/2862/stat : 2862 (java) S 2856 2858 32710 0 -1 4202560 182 0 0 0 33 8 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265013131944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2863] ppid=2856 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/2858/task/2863/stat : 2863 (java) S 2856 2858 32710 0 -1 4202560 298 0 0 0 37 16 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265012079656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2864] ppid=2856 vsize=2781696 CPUtime=0.59 cores=0,2,4,6
/proc/2858/task/2864/stat : 2864 (java) S 2856 2858 32710 0 -1 4202560 553 0 0 0 37 22 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265011026856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2865] ppid=2856 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/2858/task/2865/stat : 2865 (java) S 2856 2858 32710 0 -1 4202560 453 0 0 0 38 11 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265009973544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2866] ppid=2856 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/2858/task/2866/stat : 2866 (java) S 2856 2858 32710 0 -1 4202560 179 0 0 0 26 6 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265008920744 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2867] ppid=2856 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2858/task/2867/stat : 2867 (java) S 2856 2858 32710 0 -1 4202560 499 0 0 0 42 14 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265007868456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2868] ppid=2856 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/2858/task/2868/stat : 2868 (java) S 2856 2858 32710 0 -1 4202560 499 0 0 0 38 9 0 0 20 0 20 0 347474098 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140265006815656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2869] ppid=2856 vsize=2781696 CPUtime=20.79 cores=0,2,4,6
/proc/2858/task/2869/stat : 2869 (java) R 2856 2858 32710 0 -1 4202560 79 0 0 0 2077 2 0 0 20 0 20 0 347474099 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264994405096 240426434844 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2870] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2870/stat : 2870 (java) S 2856 2858 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264993351160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2871] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2871/stat : 2871 (java) S 2856 2858 32710 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347474100 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264992298760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2872] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2872/stat : 2872 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264991247248 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2873] ppid=2856 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/2858/task/2873/stat : 2873 (java) S 2856 2858 32710 0 -1 4202560 6966 0 0 0 84 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264990193848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=2781696 CPUtime=0.77 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) S 2856 2858 32710 0 -1 4202560 7115 0 0 0 75 2 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264989141048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2875] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2875/stat : 2875 (java) S 2856 2858 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264988088952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2858/tid=2876] ppid=2856 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/2858/task/2876/stat : 2876 (java) S 2856 2858 32710 0 -1 4202560 39 0 0 0 7 11 0 0 20 0 20 0 347474102 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264987036360 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2858/tid=2877] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2877/stat : 2877 (java) S 2856 2858 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347474772 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264985982376 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2858/tid=2884] ppid=2856 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2858/task/2884/stat : 2884 (java) S 2856 2858 32710 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347541993 2848456704 345005 33554432000 1073741824 1073778376 140734461275920 140264984929016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 687.17
Current children cumulated vsize (KiB) 2781696

[startup+682.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 2884
/proc/meminfo: memFree=24060624/32873844 swapFree=7116/7116
[pid=2858] ppid=2856 vsize=0 CPUtime=687.33 cores=0,2,4,6
/proc/2858/stat : 2858 (java) Z 2856 2858 32710 0 -1 4202508 21457 0 1 0 68578 155 0 0 20 0 2 0 347474095 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2858/statm: 0 0 0 0 0 0 0
[pid=2858/tid=2874] ppid=2856 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/2858/task/2874/stat : 2874 (java) R 2856 2858 32710 0 -1 4203588 7115 0 0 0 75 3 0 0 20 0 2 0 347474102 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 687.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 682.506
CPU time (s): 687.348
CPU user time (s): 685.778
CPU system time (s): 1.57076
CPU usage (%): 100.71
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 685.778
system time used= 1.57076
maximum resident set size= 1380040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21457
page faults= 1
swaps= 0
block input operations= 8
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15268
involuntary context switches= 9076

runsolver used 2.99554 second user time and 5.9421 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-04 14:37:35
IDJOB=3744795
IDBENCH=92850
IDSOLVER=2322
FILE ID=node108/3744795-1338813453
RUNJOBID= node108-1338800720-1553
PBS_JOBID= 14636848
Free space on /tmp= 71420 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb10-0.01-2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744795-1338813453/watcher-3744795-1338813453 -o /tmp/evaluation-result-3744795-1338813453/solver-3744795-1338813453 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744795-1338813453.opb

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

MD5SUM BENCH= e432f4dd04198805b69ce63b40faf1f4
RANDOM SEED=758760662

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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:        25762828 kB
Buffers:         1783688 kB
Cached:          3781140 kB
SwapCached:          112 kB
Active:          4123352 kB
Inactive:        2126828 kB
Active(anon):     668852 kB
Inactive(anon):    13072 kB
Active(file):    3454500 kB
Inactive(file):  2113756 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             55012 kB
Writeback:             0 kB
AnonPages:        690776 kB
Mapped:            22492 kB
Shmem:               172 kB
Slab:             718396 kB
SReclaimable:     159940 kB
SUnreclaim:       558456 kB
KernelStack:        1592 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 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= 71420 MiB
End job on node108 at 2012-06-04 14:48:58