Trace number 3737390

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1547.26 1520.59

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3737390-1338763366.opb
0.09/0.11	c reading problem ... 
393.91/392.72	c ... done. Wall clock time 392.609s.
393.91/392.72	c #vars     77286
393.91/392.72	c #constraints  153574
393.91/392.72	c constraints type 
393.91/392.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
393.91/392.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75286
393.91/392.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
393.91/392.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 75286
399.55/397.24	c SATISFIABLE
399.55/397.24	c OPTIMIZING...
399.55/397.24	c Got one! Elapsed wall clock time (in seconds):397.131
399.55/397.24	o -42
403.11/400.56	c Got one! Elapsed wall clock time (in seconds):400.458
403.11/400.56	o -43
407.79/404.89	c Got one! Elapsed wall clock time (in seconds):404.789
407.79/404.89	o -45
433.56/429.67	c Got one! Elapsed wall clock time (in seconds):429.568
433.56/429.67	o -46
465.16/460.08	c Got one! Elapsed wall clock time (in seconds):459.973
465.16/460.08	o -47
693.09/683.00	c cleaning 64980 clauses out of 130001
721.07/710.59	c Got one! Elapsed wall clock time (in seconds):710.483
721.07/710.59	o -48
727.02/716.18	c Got one! Elapsed wall clock time (in seconds):716.07
727.02/716.18	o -49
764.61/751.53	c cleaning 47235 clauses out of 94520
779.76/765.77	c Got one! Elapsed wall clock time (in seconds):765.668
779.76/765.77	o -50
818.49/802.43	c Got one! Elapsed wall clock time (in seconds):802.324
818.49/802.43	o -51
964.73/944.81	c cleaning 51696 clauses out of 103466
1179.44/1156.92	c cleaning 46531 clauses out of 93115
1353.79/1330.06	c cleaning 51765 clauses out of 103589
1544.60/1518.20	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1544.60/1518.20		at java.math.BigInteger.add(BigInteger.java:1049)
1544.60/1518.20		at java.math.BigInteger.add(BigInteger.java:1023)
1544.60/1518.20		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1544.60/1518.20		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1544.60/1518.20		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1544.60/1518.20		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1544.60/1518.20		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1544.60/1518.20		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1544.60/1518.20		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1544.60/1518.20		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1544.60/1518.20		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1544.60/1518.20		at org.sat4j.AbstractLauncher.run(Unknown Source)
1544.60/1518.20		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1546.89/1520.57	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1546.89/1520.57		at java.nio.CharBuffer.wrap(CharBuffer.java:350)
1546.89/1520.57		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:246)
1546.89/1520.57		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:106)
1546.89/1520.57		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:190)
1546.89/1520.57		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:111)
1546.89/1520.57		at java.io.BufferedWriter.flush(BufferedWriter.java:235)
1546.89/1520.57		at java.io.PrintWriter.newLine(PrintWriter.java:438)
1546.89/1520.57		at java.io.PrintWriter.println(PrintWriter.java:585)
1546.89/1520.57		at java.io.PrintWriter.println(PrintWriter.java:696)
1546.89/1520.57		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1546.89/1520.57		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1546.89/1520.58		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1546.89/1520.58		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1546.89/1520.58		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1546.89/1520.58		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-3737390-1338763366/watcher-3737390-1338763366 -o /tmp/evaluation-result-3737390-1338763366/solver-3737390-1338763366 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737390-1338763366.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.96 2.06 2.02 3/194 15058
/proc/meminfo: memFree=28993088/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15058/stat : 15058 (java6) D 15056 15058 13299 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342462074 9515008 182 33554432000 1073741824 1073778376 140736647759408 140736647750440 214537420469 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/15058/statm: 2323 182 140 9 0 71 0

[startup+0.0449779 s]
/proc/loadavg: 1.96 2.06 2.02 3/194 15058
/proc/meminfo: memFree=28993088/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 3719 0 1 0 2 1 0 0 20 0 13 0 342462074 2371293184 4417 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 578929 4417 1693 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100265 s]
/proc/loadavg: 1.96 2.06 2.02 3/194 15058
/proc/meminfo: memFree=28993088/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 4740 0 1 0 8 1 0 0 20 0 18 0 342462074 2712133632 5948 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 5948 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300234 s]
/proc/loadavg: 1.96 2.06 2.02 3/194 15058
/proc/meminfo: memFree=28993088/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 6317 0 1 0 42 2 0 0 20 0 18 0 342462074 2712133632 9074 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 9074 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700218 s]
/proc/loadavg: 1.96 2.06 2.02 3/194 15058
/proc/meminfo: memFree=28993088/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=1.01 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 7475 0 1 0 99 2 0 0 20 0 18 0 342462074 2712133632 11091 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 11091 2234 9 0 652835 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 1.96 2.06 2.02 3/212 15076
/proc/meminfo: memFree=28952968/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=1.91 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 7631 0 1 0 189 2 0 0 20 0 18 0 342462074 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 13154 2239 9 0 652835 0
[pid=15058/tid=15060] ppid=15056 vsize=2648568 CPUtime=1.46 cores=0,2,4,6
/proc/15058/task/15060/stat : 15060 (java) R 15056 15058 13299 0 -1 4202560 2814 0 1 0 145 1 0 0 20 0 18 0 342462075 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140247060062192 140246933039753 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15061] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15061/stat : 15061 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246927035176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15062] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15062/stat : 15062 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246925982376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15063] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15063/stat : 15063 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246924930088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15064] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) S 15056 15058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342462077 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246705871592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342462078 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342462078 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 2025 0 0 0 26 0 0 0 20 0 18 0 342462080 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 1607 0 0 0 14 0 0 0 20 0 18 0 342462080 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 13154 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2648568

[startup+3.1007 s]
/proc/loadavg: 1.96 2.06 2.02 3/212 15076
/proc/meminfo: memFree=28942108/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=3.73 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 7647 0 1 0 371 2 0 0 20 0 18 0 342462074 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 15722 2239 9 0 652835 0
[pid=15058/tid=15060] ppid=15056 vsize=2648568 CPUtime=3.07 cores=0,2,4,6
/proc/15058/task/15060/stat : 15060 (java) R 15056 15058 13299 0 -1 4202560 2820 0 1 0 305 2 0 0 20 0 18 0 342462075 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140247060068824 140246933039381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15061] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15061/stat : 15061 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246927035176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15062] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15062/stat : 15062 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246925982376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15063] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15063/stat : 15063 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246924930088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15064] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) S 15056 15058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342462077 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246705871592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342462078 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342462078 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2648568 CPUtime=0.38 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 2032 0 0 0 38 0 0 0 20 0 18 0 342462080 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 1610 0 0 0 24 0 0 0 20 0 18 0 342462080 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 15722 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 2648568

[startup+6.30069 s]
/proc/loadavg: 1.97 2.06 2.01 3/212 15076
/proc/meminfo: memFree=28927900/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=6.92 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 7655 0 1 0 690 2 0 0 20 0 18 0 342462074 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 18615 2240 9 0 652835 0
[pid=15058/tid=15060] ppid=15056 vsize=2648568 CPUtime=6.26 cores=0,2,4,6
/proc/15058/task/15060/stat : 15060 (java) R 15056 15058 13299 0 -1 4202560 2827 0 1 0 624 2 0 0 20 0 18 0 342462075 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140247060062256 140246933039609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15061] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15061/stat : 15061 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246927035176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15062] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15062/stat : 15062 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246925982376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15063] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15063/stat : 15063 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246924930088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15064] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342462076 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) S 15056 15058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342462077 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246705871592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342462078 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342462078 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2648568 CPUtime=0.38 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 2032 0 0 0 38 0 0 0 20 0 18 0 342462080 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 1610 0 0 0 24 0 0 0 20 0 18 0 342462080 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 342462080 2712133632 18615 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.97 2.06 2.01 3/212 15076
/proc/meminfo: memFree=28882396/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2648568 CPUtime=13.33 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 7663 0 1 0 1330 3 0 0 20 0 18 0 342462074 2712133632 22711 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 662142 22711 2240 9 0 652835 0
[pid=15058/tid=15060] ppid=15056 vsize=2648568 CPUtime=12.66 cores=0,2,4,6

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

/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 457 0 0 0 394 15 0 0 20 0 20 0 342462076 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2781696 CPUtime=4.1 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 424 0 0 0 399 11 0 0 20 0 20 0 342462076 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2781696 CPUtime=4.12 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 413 0 0 0 401 11 0 0 20 0 20 0 342462076 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2781696 CPUtime=4.08 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 444 0 0 0 397 11 0 0 20 0 20 0 342462076 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2781696 CPUtime=4.25 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 426 0 0 0 414 11 0 0 20 0 20 0 342462076 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2781696 CPUtime=47.46 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) R 15056 15058 13299 0 -1 4202560 110 0 0 0 4742 4 0 0 20 0 20 0 342462077 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246705871752 140247064207455 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 11183 0 0 0 133 1 0 0 20 0 20 0 342462080 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 3437 0 0 0 73 0 0 0 20 0 20 0 342462080 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 88 0 0 0 25 25 0 0 20 0 20 0 342462080 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15079] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15079/stat : 15079 (java) S 15056 15058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342501351 2848456704 345107 33554432000 1073741824 1073778376 140735125410928 140246697448872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1544.7
Current children cumulated vsize (KiB) 2781696

[startup+1519.9 s]
/proc/loadavg: 1.96 2.00 1.99 3/214 15113
/proc/meminfo: memFree=26960624/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2781696 CPUtime=1546.29 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 23165 0 1 0 154492 137 0 0 20 0 20 0 342462074 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 695424 345111 2285 9 0 686117 0
[pid=15058/tid=15060] ppid=15056 vsize=2781696 CPUtime=1461.41 cores=0,2,4,6
/proc/15058/task/15060/stat : 15060 (java) S 15056 15058 13299 0 -1 4202560 3565 0 1 0 146110 31 0 0 20 0 20 0 342462075 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140247060071608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15061] ppid=15056 vsize=2781696 CPUtime=4.04 cores=0,2,4,6
/proc/15058/task/15061/stat : 15061 (java) S 15056 15058 13299 0 -1 4202560 448 0 0 0 391 13 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246927035176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15062] ppid=15056 vsize=2781696 CPUtime=4.3 cores=0,2,4,6
/proc/15058/task/15062/stat : 15062 (java) S 15056 15058 13299 0 -1 4202560 515 0 0 0 415 15 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246925982376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15063] ppid=15056 vsize=2781696 CPUtime=4.3 cores=0,2,4,6
/proc/15058/task/15063/stat : 15063 (java) S 15056 15058 13299 0 -1 4202560 456 0 0 0 418 12 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246924930088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15064] ppid=15056 vsize=2781696 CPUtime=4.09 cores=0,2,4,6
/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 457 0 0 0 394 15 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2781696 CPUtime=4.1 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 424 0 0 0 399 11 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2781696 CPUtime=4.12 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 413 0 0 0 401 11 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2781696 CPUtime=4.08 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 444 0 0 0 397 11 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2781696 CPUtime=4.25 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 426 0 0 0 414 11 0 0 20 0 20 0 342462076 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2781696 CPUtime=49.06 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) R 15056 15058 13299 0 -1 4202560 112 0 0 0 4902 4 0 0 20 0 20 0 342462077 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246705871592 140247062265993 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 11183 0 0 0 133 1 0 0 20 0 20 0 342462080 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 3437 0 0 0 73 0 0 0 20 0 20 0 342462080 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 88 0 0 0 25 26 0 0 20 0 20 0 342462080 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15079] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15079/stat : 15079 (java) S 15056 15058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342501351 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246697448872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15113] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15113/stat : 15113 (java) S 15056 15058 13299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342613895 2848456704 345111 33554432000 1073741824 1073778376 140735125410928 140246696394504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1546.29
Current children cumulated vsize (KiB) 2781696

[startup+1520.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/214 15113
/proc/meminfo: memFree=26960624/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2781696 CPUtime=1546.69 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 23167 0 1 0 154532 137 0 0 20 0 20 0 342462074 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 695424 345112 2285 9 0 686117 0
[pid=15058/tid=15060] ppid=15056 vsize=2781696 CPUtime=1461.41 cores=0,2,4,6
/proc/15058/task/15060/stat : 15060 (java) S 15056 15058 13299 0 -1 4202560 3565 0 1 0 146110 31 0 0 20 0 20 0 342462075 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140247060071608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15061] ppid=15056 vsize=2781696 CPUtime=4.04 cores=0,2,4,6
/proc/15058/task/15061/stat : 15061 (java) S 15056 15058 13299 0 -1 4202560 448 0 0 0 391 13 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246927035176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15062] ppid=15056 vsize=2781696 CPUtime=4.3 cores=0,2,4,6
/proc/15058/task/15062/stat : 15062 (java) S 15056 15058 13299 0 -1 4202560 515 0 0 0 415 15 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246925982376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15063] ppid=15056 vsize=2781696 CPUtime=4.3 cores=0,2,4,6
/proc/15058/task/15063/stat : 15063 (java) S 15056 15058 13299 0 -1 4202560 456 0 0 0 418 12 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246924930088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15064] ppid=15056 vsize=2781696 CPUtime=4.09 cores=0,2,4,6
/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 457 0 0 0 394 15 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2781696 CPUtime=4.1 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 424 0 0 0 399 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2781696 CPUtime=4.12 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 413 0 0 0 401 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2781696 CPUtime=4.08 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 444 0 0 0 397 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2781696 CPUtime=4.25 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 426 0 0 0 414 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2781696 CPUtime=49.46 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) R 15056 15058 13299 0 -1 4202560 113 0 0 0 4942 4 0 0 20 0 20 0 342462077 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246705871592 140247064232252 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 11183 0 0 0 133 1 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 3437 0 0 0 73 0 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 88 0 0 0 25 26 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15079] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15079/stat : 15079 (java) S 15056 15058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342501351 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246697448872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15113] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15113/stat : 15113 (java) S 15056 15058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342613895 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246696394344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1546.69
Current children cumulated vsize (KiB) 2781696

[startup+1520.5 s]
/proc/loadavg: 1.97 2.00 1.99 3/214 15113
/proc/meminfo: memFree=26960624/32873648 swapFree=7116/7116
[pid=15058] ppid=15056 vsize=2781696 CPUtime=1546.89 cores=0,2,4,6
/proc/15058/stat : 15058 (java) S 15056 15058 13299 0 -1 4202496 23169 0 1 0 154552 137 0 0 20 0 20 0 342462074 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140735125402064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15058/statm: 695424 345112 2285 9 0 686117 0
[pid=15058/tid=15060] ppid=15056 vsize=2781696 CPUtime=1461.41 cores=0,2,4,6
/proc/15058/task/15060/stat : 15060 (java) S 15056 15058 13299 0 -1 4202560 3565 0 1 0 146110 31 0 0 20 0 20 0 342462075 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140247060071608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15061] ppid=15056 vsize=2781696 CPUtime=4.04 cores=0,2,4,6
/proc/15058/task/15061/stat : 15061 (java) S 15056 15058 13299 0 -1 4202560 448 0 0 0 391 13 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246927035176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15062] ppid=15056 vsize=2781696 CPUtime=4.3 cores=0,2,4,6
/proc/15058/task/15062/stat : 15062 (java) S 15056 15058 13299 0 -1 4202560 515 0 0 0 415 15 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246925982376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15063] ppid=15056 vsize=2781696 CPUtime=4.3 cores=0,2,4,6
/proc/15058/task/15063/stat : 15063 (java) S 15056 15058 13299 0 -1 4202560 456 0 0 0 418 12 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246924930088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15064] ppid=15056 vsize=2781696 CPUtime=4.09 cores=0,2,4,6
/proc/15058/task/15064/stat : 15064 (java) S 15056 15058 13299 0 -1 4202560 457 0 0 0 394 15 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246923877288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15058/tid=15065] ppid=15056 vsize=2781696 CPUtime=4.1 cores=0,2,4,6
/proc/15058/task/15065/stat : 15065 (java) S 15056 15058 13299 0 -1 4202560 424 0 0 0 399 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246721227048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15066] ppid=15056 vsize=2781696 CPUtime=4.12 cores=0,2,4,6
/proc/15058/task/15066/stat : 15066 (java) S 15056 15058 13299 0 -1 4202560 413 0 0 0 401 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246720174248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15067] ppid=15056 vsize=2781696 CPUtime=4.08 cores=0,2,4,6
/proc/15058/task/15067/stat : 15067 (java) S 15056 15058 13299 0 -1 4202560 444 0 0 0 397 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246719121960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15068] ppid=15056 vsize=2781696 CPUtime=4.25 cores=0,2,4,6
/proc/15058/task/15068/stat : 15068 (java) S 15056 15058 13299 0 -1 4202560 426 0 0 0 414 11 0 0 20 0 20 0 342462076 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246718069160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15069] ppid=15056 vsize=2781696 CPUtime=49.66 cores=0,2,4,6
/proc/15058/task/15069/stat : 15069 (java) R 15056 15058 13299 0 -1 4202560 113 0 0 0 4962 4 0 0 20 0 20 0 342462077 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246705871752 214537093468 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15070] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15070/stat : 15070 (java) S 15056 15058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246704817656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15071] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15071/stat : 15071 (java) S 15056 15058 13299 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342462078 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246703765256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15072] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15072/stat : 15072 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246702713744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15073] ppid=15056 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/15058/task/15073/stat : 15073 (java) S 15056 15058 13299 0 -1 4202560 11183 0 0 0 133 1 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246701660344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15074] ppid=15056 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/15058/task/15074/stat : 15074 (java) S 15056 15058 13299 0 -1 4202560 3437 0 0 0 73 0 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246700607544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15058/tid=15075] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15075/stat : 15075 (java) S 15056 15058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246699555448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15058/tid=15076] ppid=15056 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/15058/task/15076/stat : 15076 (java) S 15056 15058 13299 0 -1 4202560 90 0 0 0 25 26 0 0 20 0 20 0 342462080 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246698502856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15079] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15079/stat : 15079 (java) S 15056 15058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342501351 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246697448872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15058/tid=15113] ppid=15056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/15058/task/15113/stat : 15113 (java) S 15056 15058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342613895 2848456704 345112 33554432000 1073741824 1073778376 140735125410928 140246696394344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1546.89
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 1520.59
CPU time (s): 1547.26
CPU user time (s): 1545.52
CPU system time (s): 1.74173
CPU usage (%): 101.754
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1545.52
system time used= 1.74173
maximum resident set size= 1380468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23181
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44809
involuntary context switches= 62777

runsolver used 3.36649 second user time and 8.16676 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 00:42:46
IDJOB=3737390
IDBENCH=48230
IDSOLVER=2322
FILE ID=node127/3737390-1338763366
RUNJOBID= node127-1338747395-13315
PBS_JOBID= 14636779
Free space on /tmp= 70480 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_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-3737390-1338763366/watcher-3737390-1338763366 -o /tmp/evaluation-result-3737390-1338763366/solver-3737390-1338763366 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737390-1338763366.opb

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=1030650417

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:       32873648 kB
MemFree:        28993344 kB
Buffers:          417124 kB
Cached:          1957720 kB
SwapCached:         1428 kB
Active:          1629260 kB
Inactive:        1343596 kB
Active(anon):     592060 kB
Inactive(anon):     7952 kB
Active(file):    1037200 kB
Inactive(file):  1335644 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:        613516 kB
Mapped:            18952 kB
Shmem:                92 kB
Slab:             746976 kB
SReclaimable:     190772 kB
SUnreclaim:       556204 kB
KernelStack:        1592 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70480 MiB
End job on node127 at 2012-06-04 01:08:07