Trace number 3744771

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) 656.534 650.559

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.20-15.opb
MD5SUM69d93578371ff5d961cf9c2ed676d21d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7604
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214438
Total number of constraints4086528
Number of constraints which are clauses4086528
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.1.1.v20090612
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version	1.6.0_24
0.04/0.07	c os.name	Linux
0.04/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch	amd64
0.04/0.07	c Free memory 1299577560
0.04/0.07	c Max memory 1306394624
0.04/0.07	c Total memory 1306394624
0.04/0.07	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3744771-1338813417.opb
0.09/0.10	c reading problem ... 
16.95/14.00	c ... done. Wall clock time 13.904s.
16.95/14.00	c #vars     214438
16.95/14.00	c #constraints  1552834
16.95/14.00	c constraints type 
16.95/14.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1011527
16.95/14.00	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 415266
22.03/18.54	c SATISFIABLE
22.03/18.54	c OPTIMIZING...
22.03/18.54	c Got one! Elapsed wall clock time (in seconds):18.437
22.03/18.54	o 904802
26.12/22.18	c Got one! Elapsed wall clock time (in seconds):22.081
26.12/22.18	o 665449
29.96/25.95	c Got one! Elapsed wall clock time (in seconds):25.848
29.96/25.95	o 468485
34.87/30.84	c Got one! Elapsed wall clock time (in seconds):30.745
34.87/30.84	o 353463
49.43/45.22	c Got one! Elapsed wall clock time (in seconds):45.117
49.43/45.22	o 279684
628.91/623.16	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
630.31/624.55		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
632.82/627.03		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
635.31/629.54		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
637.81/632.04		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
637.81/632.05		at org.sat4j.minisat.core.Solver.search(Unknown Source)
640.31/634.54		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
642.81/637.03		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
645.32/639.57		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
645.32/639.57		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
647.92/642.11		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
656.27/650.55	c starts		: 43
656.27/650.55	c conflicts		: 317144
656.27/650.55	c decisions		: 4751041
656.27/650.55	c propagations		: 207272641
656.27/650.55	c inspects		: 308480614
656.27/650.55	c learnt literals	: 67
656.27/650.55	c learnt binary clauses	: 346
656.27/650.55	c learnt ternary clauses	: 685
656.27/650.55	c learnt clauses	: 317076
656.27/650.55	c ignored clauses	: 0
656.27/650.55	c root simplifications	: 0
656.27/650.55	c removed literals (reason simplification)	: 163043
656.27/650.55	c reason swapping (by a shorter reason)	: 0
656.27/650.55	c Calls to reduceDB	: 0
656.27/650.55	c speed (assignments/second)	: 342419.42417043605
656.27/650.55	c non guided choices	544486

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-3744771-1338813417/watcher-3744771-1338813417 -o /tmp/evaluation-result-3744771-1338813417/solver-3744771-1338813417 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744771-1338813417.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.10 1.18 1.56 3/194 14320
/proc/meminfo: memFree=29808652/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/14320/stat : 14320 (java) R 14318 14320 12511 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 347466579 23793664 707 33554432000 1073741824 1073778376 140736297793248 140736297782312 225435498576 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 5809 707 522 9 0 128 0

[startup+0.0548901 s]
/proc/loadavg: 1.10 1.18 1.56 3/194 14320
/proc/meminfo: memFree=29808652/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2315716 CPUtime=0.04 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 3711 0 1 0 3 1 0 0 20 0 13 0 347466579 2371293184 5430 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 578929 5430 1710 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100282 s]
/proc/loadavg: 1.10 1.18 1.56 3/194 14320
/proc/meminfo: memFree=29808652/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 4674 0 1 0 8 1 0 0 20 0 18 0 347466579 2712133632 6390 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 6390 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.30021 s]
/proc/loadavg: 1.10 1.18 1.56 3/194 14320
/proc/meminfo: memFree=29808652/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=0.49 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 5861 0 1 0 47 2 0 0 20 0 18 0 347466579 2712133632 12046 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 12046 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2648568

[startup+0.700266 s]
/proc/loadavg: 1.10 1.18 1.56 3/194 14320
/proc/meminfo: memFree=29808652/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 8512 0 1 0 99 6 0 0 20 0 18 0 347466579 2712133632 48800 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 48800 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 2648568

[startup+1.50081 s]
/proc/loadavg: 1.10 1.18 1.56 3/212 14338
/proc/meminfo: memFree=29469472/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 8668 0 1 0 184 12 0 0 20 0 18 0 347466579 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 96965 2246 9 0 652835 0
[pid=14320/tid=14322] ppid=14318 vsize=2648568 CPUtime=1.43 cores=1,3,5,7
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 12511 0 -1 4202560 2911 0 1 0 135 8 0 0 20 0 18 0 347466579 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145142746744 140145001385903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466580 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144989608936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144987502088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 1679 0 0 0 17 0 0 0 20 0 18 0 347466584 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 2834 0 0 0 19 0 0 0 20 0 18 0 347466584 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 96965 33554432000 1073741824 1073778376 140736297793248 140144109668808 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2648568

[startup+3.10084 s]
/proc/loadavg: 1.10 1.18 1.56 3/212 14338
/proc/meminfo: memFree=29349820/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=3.82 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 8780 0 1 0 362 20 0 0 20 0 18 0 347466579 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 107746 2248 9 0 652835 0
[pid=14320/tid=14322] ppid=14318 vsize=2648568 CPUtime=2.94 cores=1,3,5,7
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 12511 0 -1 4202560 2913 0 1 0 285 9 0 0 20 0 18 0 347466579 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145142739024 140145001377821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 22 0 0 0 5 2 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 347466580 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144989608936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144987502088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 1679 0 0 0 17 0 0 0 20 0 18 0 347466584 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 2836 0 0 0 19 0 0 0 20 0 18 0 347466584 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 107746 33554432000 1073741824 1073778376 140736297793248 140144109668808 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 2648568

[startup+6.30075 s]
/proc/loadavg: 1.25 1.21 1.56 3/212 14338
/proc/meminfo: memFree=29220612/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=7.71 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 8990 0 1 0 741 30 0 0 20 0 18 0 347466579 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 124627 2248 9 0 652835 0
[pid=14320/tid=14322] ppid=14318 vsize=2648568 CPUtime=5.89 cores=1,3,5,7
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 12511 0 -1 4202560 2918 0 1 0 580 9 0 0 20 0 18 0 347466579 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145142739280 140145001492392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 49 0 0 0 12 3 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 43 0 0 0 13 2 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 51 0 0 0 13 2 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 53 0 0 0 13 2 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 30 0 0 0 8 2 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 33 0 0 0 13 2 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 59 0 0 0 19 3 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 56 0 0 0 17 3 0 0 20 0 18 0 347466580 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144989608936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347466582 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144987502088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 1680 0 0 0 19 0 0 0 20 0 18 0 347466584 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 2836 0 0 0 19 0 0 0 20 0 18 0 347466584 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347466584 2712133632 124627 33554432000 1073741824 1073778376 140736297793248 140144109668808 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 1.31 1.22 1.57 3/213 14339
/proc/meminfo: memFree=29027576/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2648568 CPUtime=15.4 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 10648 0 1 0 1497 43 0 0 20 0 18 0 347466579 2712133632 149181 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 662142 149181 2248 9 0 652835 0
[pid=14320/tid=14322] ppid=14318 vsize=2648568 CPUtime=11.83 cores=1,3,5,7

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

/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 452 0 0 0 45 13 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 436 0 0 0 54 15 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 417 0 0 0 57 23 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2715132 CPUtime=0.77 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 544 0 0 0 56 21 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 334 0 0 0 53 17 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 400 0 0 0 49 13 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 363 0 0 0 54 18 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 464 0 0 0 55 19 0 0 20 0 19 0 347466580 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=35.26 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) R 14318 14320 12511 0 -1 4202560 89 0 0 0 3523 3 0 0 20 0 19 0 347466582 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144989608752 140145149601987 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347466582 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 347466582 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144987500312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 3063 0 0 0 72 0 0 0 20 0 19 0 347466584 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 7808 0 0 0 82 2 0 0 20 0 19 0 347466584 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 12511 0 -1 4202560 36 0 0 0 11 13 0 0 20 0 19 0 347466584 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144109668808 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14340] ppid=14318 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14340/stat : 14340 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347468003 2780295168 343645 33554432000 1073741824 1073778376 140736297793248 140144108615336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 653.73
Current children cumulated vsize (KiB) 2715132

[startup+649.501 s]
/proc/loadavg: 2.00 1.91 1.77 2/190 14371
/proc/meminfo: memFree=28909356/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2781696 CPUtime=655.27 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 18603 0 1 0 65358 169 0 0 20 0 19 0 347466579 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 695424 343656 2278 9 0 686117 0
[pid=14320/tid=14322] ppid=14318 vsize=2781696 CPUtime=610.95 cores=1,3,5,7
/proc/14320/task/14322/stat : 14322 (java) S 14318 14320 12511 0 -1 4202560 2999 0 1 0 61072 23 0 0 20 0 19 0 347466579 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145142749832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 452 0 0 0 45 13 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2781696 CPUtime=0.69 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 436 0 0 0 54 15 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2781696 CPUtime=0.8 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 417 0 0 0 57 23 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2781696 CPUtime=0.77 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 544 0 0 0 56 21 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2781696 CPUtime=0.7 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 334 0 0 0 53 17 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 400 0 0 0 49 13 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 363 0 0 0 54 18 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 464 0 0 0 55 19 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2781696 CPUtime=36.86 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) R 14318 14320 12511 0 -1 4202560 90 0 0 0 3683 3 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144989608936 140145144943176 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144987502088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 3063 0 0 0 72 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2781696 CPUtime=0.84 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 7808 0 0 0 82 2 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14340] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14340/stat : 14340 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347468003 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144108615336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14371] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14371/stat : 14371 (java) S 14318 14320 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347531464 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144107561864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 655.27
Current children cumulated vsize (KiB) 2781696

[startup+650.301 s]
/proc/loadavg: 1.92 1.90 1.77 2/189 14371
/proc/meminfo: memFree=28909356/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2781696 CPUtime=656.07 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 18603 0 1 0 65438 169 0 0 20 0 19 0 347466579 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 695424 343656 2278 9 0 686117 0
[pid=14320/tid=14322] ppid=14318 vsize=2781696 CPUtime=610.95 cores=1,3,5,7
/proc/14320/task/14322/stat : 14322 (java) S 14318 14320 12511 0 -1 4202560 2999 0 1 0 61072 23 0 0 20 0 19 0 347466579 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145142749832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 452 0 0 0 45 13 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2781696 CPUtime=0.69 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 436 0 0 0 54 15 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2781696 CPUtime=0.8 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 417 0 0 0 57 23 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2781696 CPUtime=0.77 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 544 0 0 0 56 21 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2781696 CPUtime=0.7 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 334 0 0 0 53 17 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 400 0 0 0 49 13 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 363 0 0 0 54 18 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 464 0 0 0 55 19 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2781696 CPUtime=37.66 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) R 14318 14320 12511 0 -1 4202560 90 0 0 0 3763 3 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144989609096 225444381155 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144987502088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 3063 0 0 0 72 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2781696 CPUtime=0.84 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 7808 0 0 0 82 2 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14340] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14340/stat : 14340 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347468003 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144108615336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14371] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14371/stat : 14371 (java) S 14318 14320 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347531464 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144107561864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 656.07
Current children cumulated vsize (KiB) 2781696

[startup+650.501 s]
/proc/loadavg: 1.92 1.90 1.77 2/189 14371
/proc/meminfo: memFree=28909356/32873844 swapFree=7900/7900
[pid=14320] ppid=14318 vsize=2781696 CPUtime=656.27 cores=1,3,5,7
/proc/14320/stat : 14320 (java) S 14318 14320 12511 0 -1 4202496 18603 0 1 0 65458 169 0 0 20 0 19 0 347466579 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140736297784384 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14320/statm: 695424 343656 2278 9 0 686117 0
[pid=14320/tid=14322] ppid=14318 vsize=2781696 CPUtime=610.95 cores=1,3,5,7
/proc/14320/task/14322/stat : 14322 (java) S 14318 14320 12511 0 -1 4202560 2999 0 1 0 61072 23 0 0 20 0 19 0 347466579 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145142749832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 12511 0 -1 4202560 452 0 0 0 45 13 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145127197736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2781696 CPUtime=0.69 cores=1,3,5,7
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 12511 0 -1 4202560 436 0 0 0 54 15 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145126144936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2781696 CPUtime=0.8 cores=1,3,5,7
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 12511 0 -1 4202560 417 0 0 0 57 23 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145125092136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2781696 CPUtime=0.77 cores=1,3,5,7
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 12511 0 -1 4202560 544 0 0 0 56 21 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145124039336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2781696 CPUtime=0.7 cores=1,3,5,7
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 12511 0 -1 4202560 334 0 0 0 53 17 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145122986536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2781696 CPUtime=0.62 cores=1,3,5,7
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 12511 0 -1 4202560 400 0 0 0 49 13 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145121933736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 12511 0 -1 4202560 363 0 0 0 54 18 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145120880936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 12511 0 -1 4202560 464 0 0 0 55 19 0 0 20 0 19 0 347466580 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140145119828136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2781696 CPUtime=37.86 cores=1,3,5,7
/proc/14320/task/14331/stat : 14331 (java) R 14318 14320 12511 0 -1 4202560 90 0 0 0 3783 3 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144989609096 225444380956 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 12511 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144988555000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 12511 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 347466582 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144987502088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144986450576 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 12511 0 -1 4202560 3063 0 0 0 72 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144985397688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2781696 CPUtime=0.84 cores=1,3,5,7
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 12511 0 -1 4202560 7808 0 0 0 82 2 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144111774008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347466584 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144110721400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14320/tid=14340] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14340/stat : 14340 (java) S 14318 14320 12511 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347468003 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144108615336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14320/tid=14371] ppid=14318 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/14320/task/14371/stat : 14371 (java) S 14318 14320 12511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347531464 2848456704 343656 33554432000 1073741824 1073778376 140736297793248 140144107561864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 656.27
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 650.559
CPU time (s): 656.534
CPU user time (s): 654.602
CPU system time (s): 1.93171
CPU usage (%): 100.918
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.602
system time used= 1.93171
maximum resident set size= 1374656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18614
page faults= 1
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14742
involuntary context switches= 13167

runsolver used 2.48762 second user time and 7.92679 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-04 14:37:01
IDJOB=3744771
IDBENCH=92840
IDSOLVER=2322
FILE ID=node137/3744771-1338813417
RUNJOBID= node137-1338813417-14276
PBS_JOBID= 14636842
Free space on /tmp= 70124 MiB

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

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

MD5SUM BENCH= 69d93578371ff5d961cf9c2ed676d21d
RANDOM SEED=431513069

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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.90
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.600
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.600
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:        29809444 kB
Buffers:          298540 kB
Cached:          1542216 kB
SwapCached:         5796 kB
Active:          1432176 kB
Inactive:         783224 kB
Active(anon):     369952 kB
Inactive(anon):     7168 kB
Active(file):    1062224 kB
Inactive(file):   776056 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:            208156 kB
Writeback:             0 kB
AnonPages:        388516 kB
Mapped:            17160 kB
Shmem:                 0 kB
Slab:             695100 kB
SReclaimable:     132448 kB
SUnreclaim:       562652 kB
KernelStack:        1576 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1515372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 70200 MiB
End job on node137 at 2012-06-04 14:47:51