Trace number 3737489

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) 1040.3 1031.44

General information on the benchmark

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

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.1.1.v20090612
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version	1.6.0_24
0.03/0.09	c os.name	Linux
0.03/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch	amd64
0.03/0.09	c Free memory 1299577560
0.03/0.09	c Max memory 1306394624
0.03/0.09	c Total memory 1306394624
0.03/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3737489-1338763626.opb
0.08/0.12	c reading problem ... 
2.60/2.12	c ... done. Wall clock time 2.003s.
2.60/2.12	c #vars     7316
2.60/2.12	c #constraints  14134
2.60/2.12	c constraints type 
2.60/2.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
2.60/2.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6316
2.60/2.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.60/2.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
3.24/2.46	c SATISFIABLE
3.24/2.46	c OPTIMIZING...
3.24/2.46	c Got one! Elapsed wall clock time (in seconds):2.343
3.24/2.46	o -63
3.84/2.98	c Got one! Elapsed wall clock time (in seconds):2.863
3.84/2.98	o -65
4.69/3.79	c Got one! Elapsed wall clock time (in seconds):3.673
4.69/3.79	o -66
5.14/4.19	c Got one! Elapsed wall clock time (in seconds):4.075
5.14/4.19	o -67
5.40/4.32	c Got one! Elapsed wall clock time (in seconds):4.198
5.40/4.32	o -88
12.95/11.57	c Got one! Elapsed wall clock time (in seconds):11.456
12.95/11.57	o -89
73.78/71.71	c Got one! Elapsed wall clock time (in seconds):71.596
73.78/71.71	o -90
77.30/74.95	c Got one! Elapsed wall clock time (in seconds):74.831
77.30/74.95	o -91
77.90/75.59	c Got one! Elapsed wall clock time (in seconds):75.473
77.90/75.59	o -92
107.14/104.33	c Got one! Elapsed wall clock time (in seconds):104.208
107.14/104.33	o -93
111.48/108.59	c Got one! Elapsed wall clock time (in seconds):108.472
111.48/108.59	o -94
249.00/244.40	c cleaning 148360 clauses out of 297000
291.78/286.21	c cleaning 138489 clauses out of 277140
439.43/433.19	c cleaning 136989 clauses out of 274158
621.05/613.95	c cleaning 137467 clauses out of 275164
843.19/835.51	c cleaning 142758 clauses out of 285732
1037.80/1028.96	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1037.80/1028.96		at java.math.BigInteger.add(BigInteger.java:1049)
1037.80/1028.96		at java.math.BigInteger.add(BigInteger.java:1023)
1037.80/1028.96		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1037.80/1028.96		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1037.80/1028.96		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1037.80/1028.96		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1037.80/1028.96		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1037.80/1028.96		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1038.30/1029.50		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1038.30/1029.50		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1038.30/1029.50		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1038.30/1029.50		at org.sat4j.AbstractLauncher.run(Unknown Source)
1038.30/1029.50		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1039.10/1030.29	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.07 2.02 3/193 27259
/proc/meminfo: memFree=28324016/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27259/stat : 27259 (java6) D 27257 27259 25981 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342491096 9515008 183 33554432000 1073741824 1073778376 140735628084016 140735628075048 270118239925 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/27259/statm: 2323 183 140 9 0 71 0

[startup+0.0644921 s]
/proc/loadavg: 2.05 2.07 2.02 3/193 27259
/proc/meminfo: memFree=28324016/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 3706 0 1 0 3 0 0 0 20 0 13 0 342491096 2371293184 4914 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 578929 4914 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100219 s]
/proc/loadavg: 2.05 2.07 2.02 3/193 27259
/proc/meminfo: memFree=28324016/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 4368 0 1 0 7 1 0 0 20 0 18 0 342491096 2712133632 6087 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 662142 6094 2064 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300274 s]
/proc/loadavg: 2.05 2.07 2.02 3/193 27259
/proc/meminfo: memFree=28324016/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 6263 0 1 0 40 1 0 0 20 0 18 0 342491096 2712133632 9051 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 662142 9051 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 2648568

[startup+0.700286 s]
/proc/loadavg: 2.05 2.07 2.02 3/193 27259
/proc/meminfo: memFree=28324016/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2648568 CPUtime=1 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 7790 0 1 0 98 2 0 0 20 0 18 0 342491096 2712133632 11825 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 662142 11825 2234 9 0 652835 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 2.05 2.07 2.02 3/211 27277
/proc/meminfo: memFree=28277680/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2648568 CPUtime=1.93 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 7992 0 1 0 190 3 0 0 20 0 18 0 342491096 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 662142 18008 2238 9 0 652835 0
[pid=27259/tid=27261] ppid=27257 vsize=2648568 CPUtime=1.46 cores=0,2,4,6
/proc/27259/task/27261/stat : 27261 (java) R 27257 27259 25981 0 -1 4202560 2771 0 1 0 144 2 0 0 20 0 18 0 342491097 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985433391184 139985282294775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27262] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27262/stat : 27262 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985417849512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27263] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27263/stat : 27263 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985416796968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27264] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27264/stat : 27264 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985415744424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27265] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27265/stat : 27265 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985414691880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27266] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27266/stat : 27266 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985413638312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27267/stat : 27267 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985412585768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27268/stat : 27268 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985411533224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27269/stat : 27269 (java) S 27257 27259 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342491098 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985410480680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27270] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27270/stat : 27270 (java) S 27257 27259 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342491099 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985279765096 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27271] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27271/stat : 27271 (java) S 27257 27259 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342491100 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985278711416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27272] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27272/stat : 27272 (java) S 27257 27259 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342491100 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985277658760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27273] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491103 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 1812 0 0 0 22 0 0 0 20 0 18 0 342491103 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 2223 0 0 0 21 0 0 0 20 0 18 0 342491103 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491103 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342491103 2712133632 18008 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 2648568

[startup+3.10072 s]
/proc/loadavg: 2.05 2.07 2.02 3/211 27277
/proc/meminfo: memFree=28238272/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2715132 CPUtime=4.08 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 12962 0 1 0 400 8 0 0 20 0 19 0 342491096 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 678783 93291 2269 9 0 669476 0
[pid=27259/tid=27261] ppid=27257 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/27259/task/27261/stat : 27261 (java) R 27257 27259 25981 0 -1 4202560 2929 0 1 0 299 5 0 0 20 0 19 0 342491097 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985433398792 139985282606892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27262] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27262/stat : 27262 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985417849512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27263] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27263/stat : 27263 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985416796968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27264] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27264/stat : 27264 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985415744424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27265] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27265/stat : 27265 (java) S 27257 27259 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985414691880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27266] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27266/stat : 27266 (java) S 27257 27259 25981 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985413638312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27267/stat : 27267 (java) S 27257 27259 25981 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985412585768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27268/stat : 27268 (java) S 27257 27259 25981 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985411533224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27269/stat : 27269 (java) S 27257 27259 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985410480680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27270] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27270/stat : 27270 (java) S 27257 27259 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342491099 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985279765096 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27271] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27271/stat : 27271 (java) S 27257 27259 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342491100 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985278711416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27272] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27272/stat : 27272 (java) S 27257 27259 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342491100 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985277658760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27273] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491103 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 5046 0 0 0 49 2 0 0 20 0 19 0 342491103 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 3762 0 0 0 45 0 0 0 20 0 19 0 342491103 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491103 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491103 2780295168 93291 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 2715132

[startup+6.30073 s]
/proc/loadavg: 2.05 2.07 2.02 3/212 27278
/proc/meminfo: memFree=27943356/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2715132 CPUtime=7.47 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 14154 0 1 0 737 10 0 0 20 0 19 0 342491096 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 678783 96931 2269 9 0 669476 0
[pid=27259/tid=27261] ppid=27257 vsize=2715132 CPUtime=6.2 cores=0,2,4,6
/proc/27259/task/27261/stat : 27261 (java) R 27257 27259 25981 0 -1 4202560 2934 0 1 0 615 5 0 0 20 0 19 0 342491097 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985433399808 139985282606063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27262] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27262/stat : 27262 (java) S 27257 27259 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985417849512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27263] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27263/stat : 27263 (java) S 27257 27259 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985416796968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27264] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27264/stat : 27264 (java) S 27257 27259 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985415744424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27265] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27265/stat : 27265 (java) S 27257 27259 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985414691880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27266] ppid=27257 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/27259/task/27266/stat : 27266 (java) S 27257 27259 25981 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985413638312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27267/stat : 27267 (java) S 27257 27259 25981 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985412585768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/27259/task/27268/stat : 27268 (java) S 27257 27259 25981 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985411533224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27269/stat : 27269 (java) S 27257 27259 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342491098 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985410480680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27270] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27270/stat : 27270 (java) S 27257 27259 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342491099 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985279765096 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27271] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27271/stat : 27271 (java) S 27257 27259 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342491100 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985278711416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27272] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27272/stat : 27272 (java) S 27257 27259 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342491100 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985277658760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27273] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491103 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 5801 0 0 0 56 2 0 0 20 0 19 0 342491103 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 4163 0 0 0 51 0 0 0 20 0 19 0 342491103 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491103 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342491103 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27278] ppid=27257 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27278/stat : 27278 (java) S 27257 27259 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342491311 2780295168 96931 33554432000 1073741824 1073778376 140735708406288 139985271342376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.05 2.07 2.02 3/212 27278
/proc/meminfo: memFree=27860972/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2715132 CPUtime=14.21 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 14347 0 1 0 1400 21 0 0 20 0 19 0 342491096 2780295168 121516 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 5804 0 0 0 60 2 0 0 20 0 20 0 342491103 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 10217 0 0 0 95 2 0 0 20 0 20 0 342491103 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 59 0 0 0 20 17 0 0 20 0 20 0 342491103 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27278] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27278/stat : 27278 (java) S 27257 27259 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342491311 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985271342376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27312] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) S 27257 27259 25981 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342594046 2848456704 343764 33554432000 1073741824 1073778376 140735708406288 139985270289528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1039.2
Current children cumulated vsize (KiB) 2781696

[startup+1031.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 27312
/proc/meminfo: memFree=26026860/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2781696 CPUtime=1040 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 22982 0 1 0 103870 130 0 0 20 0 20 0 342491096 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 695424 343766 2285 9 0 686117 0
[pid=27259/tid=27261] ppid=27257 vsize=2781696 CPUtime=1005.87 cores=0,2,4,6
/proc/27259/task/27261/stat : 27261 (java) S 27257 27259 25981 0 -1 4202560 3091 0 1 0 100564 23 0 0 20 0 20 0 342491097 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985433400504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27262] ppid=27257 vsize=2781696 CPUtime=1.33 cores=0,2,4,6
/proc/27259/task/27262/stat : 27262 (java) S 27257 27259 25981 0 -1 4202560 282 0 0 0 120 13 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985417849512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27263] ppid=27257 vsize=2781696 CPUtime=1.29 cores=0,2,4,6
/proc/27259/task/27263/stat : 27263 (java) S 27257 27259 25981 0 -1 4202560 331 0 0 0 115 14 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985416796968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27264] ppid=27257 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/27259/task/27264/stat : 27264 (java) S 27257 27259 25981 0 -1 4202560 423 0 0 0 107 17 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985415744424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27265] ppid=27257 vsize=2781696 CPUtime=1.26 cores=0,2,4,6
/proc/27259/task/27265/stat : 27265 (java) S 27257 27259 25981 0 -1 4202560 336 0 0 0 115 11 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985414691880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27266] ppid=27257 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/27259/task/27266/stat : 27266 (java) S 27257 27259 25981 0 -1 4202560 287 0 0 0 112 12 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985413638312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2781696 CPUtime=1.15 cores=0,2,4,6
/proc/27259/task/27267/stat : 27267 (java) S 27257 27259 25981 0 -1 4202560 278 0 0 0 104 11 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985412585768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2781696 CPUtime=1.38 cores=0,2,4,6
/proc/27259/task/27268/stat : 27268 (java) S 27257 27259 25981 0 -1 4202560 316 0 0 0 124 14 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985411533224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/27259/task/27269/stat : 27269 (java) S 27257 27259 25981 0 -1 4202560 267 0 0 0 109 13 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985410480680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27270] ppid=27257 vsize=2781696 CPUtime=19.57 cores=0,2,4,6
/proc/27259/task/27270/stat : 27270 (java) R 27257 27259 25981 0 -1 4202560 94 0 0 0 1956 1 0 0 20 0 20 0 342491099 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985279765096 139985440253955 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27271] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27271/stat : 27271 (java) S 27257 27259 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342491100 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985278711416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27272] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27272/stat : 27272 (java) S 27257 27259 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342491100 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985277658760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27273] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 5804 0 0 0 60 2 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 10217 0 0 0 95 2 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 59 0 0 0 20 17 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27278] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27278/stat : 27278 (java) S 27257 27259 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342491311 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985271342376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27312] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) S 27257 27259 25981 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342594046 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985270288616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1040
Current children cumulated vsize (KiB) 2781696

[startup+1031.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 27312
/proc/meminfo: memFree=26026860/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2781696 CPUtime=1040.2 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 22982 0 1 0 103890 130 0 0 20 0 20 0 342491096 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 695424 343766 2285 9 0 686117 0
[pid=27259/tid=27261] ppid=27257 vsize=2781696 CPUtime=1005.87 cores=0,2,4,6
/proc/27259/task/27261/stat : 27261 (java) S 27257 27259 25981 0 -1 4202560 3091 0 1 0 100564 23 0 0 20 0 20 0 342491097 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985433400504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27262] ppid=27257 vsize=2781696 CPUtime=1.33 cores=0,2,4,6
/proc/27259/task/27262/stat : 27262 (java) S 27257 27259 25981 0 -1 4202560 282 0 0 0 120 13 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985417849512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27263] ppid=27257 vsize=2781696 CPUtime=1.29 cores=0,2,4,6
/proc/27259/task/27263/stat : 27263 (java) S 27257 27259 25981 0 -1 4202560 331 0 0 0 115 14 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985416796968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27264] ppid=27257 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/27259/task/27264/stat : 27264 (java) S 27257 27259 25981 0 -1 4202560 423 0 0 0 107 17 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985415744424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27265] ppid=27257 vsize=2781696 CPUtime=1.26 cores=0,2,4,6
/proc/27259/task/27265/stat : 27265 (java) S 27257 27259 25981 0 -1 4202560 336 0 0 0 115 11 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985414691880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27266] ppid=27257 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/27259/task/27266/stat : 27266 (java) S 27257 27259 25981 0 -1 4202560 287 0 0 0 112 12 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985413638312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2781696 CPUtime=1.15 cores=0,2,4,6
/proc/27259/task/27267/stat : 27267 (java) S 27257 27259 25981 0 -1 4202560 278 0 0 0 104 11 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985412585768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2781696 CPUtime=1.38 cores=0,2,4,6
/proc/27259/task/27268/stat : 27268 (java) S 27257 27259 25981 0 -1 4202560 316 0 0 0 124 14 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985411533224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/27259/task/27269/stat : 27269 (java) S 27257 27259 25981 0 -1 4202560 267 0 0 0 109 13 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985410480680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27270] ppid=27257 vsize=2781696 CPUtime=19.77 cores=0,2,4,6
/proc/27259/task/27270/stat : 27270 (java) R 27257 27259 25981 0 -1 4202560 94 0 0 0 1976 1 0 0 20 0 20 0 342491099 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985279765096 270117912852 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27271] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27271/stat : 27271 (java) S 27257 27259 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342491100 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985278711416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27272] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27272/stat : 27272 (java) S 27257 27259 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342491100 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985277658760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27273] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 5804 0 0 0 60 2 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 10217 0 0 0 95 2 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 59 0 0 0 20 17 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27278] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27278/stat : 27278 (java) S 27257 27259 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342491311 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985271342376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27312] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) S 27257 27259 25981 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342594046 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985270288616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1040.2
Current children cumulated vsize (KiB) 2781696

[startup+1031.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 27312
/proc/meminfo: memFree=26026860/32873844 swapFree=6872/6872
[pid=27259] ppid=27257 vsize=2781696 CPUtime=1040.3 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27257 27259 25981 0 -1 4202496 22982 0 1 0 103900 130 0 0 20 0 20 0 342491096 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 140735708397424 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27259/statm: 695424 343766 2285 9 0 686117 0
[pid=27259/tid=27261] ppid=27257 vsize=2781696 CPUtime=1005.87 cores=0,2,4,6
/proc/27259/task/27261/stat : 27261 (java) S 27257 27259 25981 0 -1 4202560 3091 0 1 0 100564 23 0 0 20 0 20 0 342491097 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985433400504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27262] ppid=27257 vsize=2781696 CPUtime=1.33 cores=0,2,4,6
/proc/27259/task/27262/stat : 27262 (java) S 27257 27259 25981 0 -1 4202560 282 0 0 0 120 13 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985417849512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27263] ppid=27257 vsize=2781696 CPUtime=1.29 cores=0,2,4,6
/proc/27259/task/27263/stat : 27263 (java) S 27257 27259 25981 0 -1 4202560 331 0 0 0 115 14 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985416796968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27264] ppid=27257 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/27259/task/27264/stat : 27264 (java) S 27257 27259 25981 0 -1 4202560 423 0 0 0 107 17 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985415744424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27265] ppid=27257 vsize=2781696 CPUtime=1.26 cores=0,2,4,6
/proc/27259/task/27265/stat : 27265 (java) S 27257 27259 25981 0 -1 4202560 336 0 0 0 115 11 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985414691880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27266] ppid=27257 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/27259/task/27266/stat : 27266 (java) S 27257 27259 25981 0 -1 4202560 287 0 0 0 112 12 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985413638312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2781696 CPUtime=1.15 cores=0,2,4,6
/proc/27259/task/27267/stat : 27267 (java) S 27257 27259 25981 0 -1 4202560 278 0 0 0 104 11 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985412585768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2781696 CPUtime=1.38 cores=0,2,4,6
/proc/27259/task/27268/stat : 27268 (java) S 27257 27259 25981 0 -1 4202560 316 0 0 0 124 14 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985411533224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/27259/task/27269/stat : 27269 (java) S 27257 27259 25981 0 -1 4202560 267 0 0 0 109 13 0 0 20 0 20 0 342491098 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985410480680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27270] ppid=27257 vsize=2781696 CPUtime=19.87 cores=0,2,4,6
/proc/27259/task/27270/stat : 27270 (java) R 27257 27259 25981 0 -1 4202560 94 0 0 0 1986 1 0 0 20 0 20 0 342491099 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985279765096 270117912898 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27271] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27271/stat : 27271 (java) S 27257 27259 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342491100 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985278711416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27272] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27272/stat : 27272 (java) S 27257 27259 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342491100 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985277658760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27259/tid=27273] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27273/stat : 27273 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985276607504 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27274] ppid=27257 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/27259/task/27274/stat : 27274 (java) S 27257 27259 25981 0 -1 4202560 5804 0 0 0 60 2 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985275553848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27259/tid=27275] ppid=27257 vsize=2781696 CPUtime=0.97 cores=0,2,4,6
/proc/27259/task/27275/stat : 27275 (java) S 27257 27259 25981 0 -1 4202560 10217 0 0 0 95 2 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985274501304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27276] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27276/stat : 27276 (java) S 27257 27259 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985273448952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27277] ppid=27257 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/27259/task/27277/stat : 27277 (java) S 27257 27259 25981 0 -1 4202560 59 0 0 0 20 17 0 0 20 0 20 0 342491103 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985272396616 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27259/tid=27278] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27278/stat : 27278 (java) S 27257 27259 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342491311 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985271342376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27259/tid=27312] ppid=27257 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) S 27257 27259 25981 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342594046 2848456704 343766 33554432000 1073741824 1073778376 140735708406288 139985270288616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1040.3
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27259 and gives
#  childrusage.ru_utime.tv_sec=1036
#  childrusage.ru_utime.tv_usec=463433
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=630752
# CPU time returned by wait4() is 1038.09
# while last known CPU time is 1040.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1031.44
CPU time (s): 1040.3
CPU user time (s): 1039
CPU system time (s): 1.3
CPU usage (%): 100.859
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1036.46
system time used= 1.63075
maximum resident set size= 1379764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22993
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25315
involuntary context switches= 19737

runsolver used 4.04538 second user time and 6.44902 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-04 00:47:06
IDJOB=3737489
IDBENCH=48247
IDSOLVER=2322
FILE ID=node106/3737489-1338763626
RUNJOBID= node106-1338749659-25997
PBS_JOBID= 14636805
Free space on /tmp= 70860 MiB

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

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

MD5SUM BENCH= 68d7f052f18638860d9232a7f3ed2053
RANDOM SEED=500910488

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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:        28324280 kB
Buffers:          321876 kB
Cached:          2967492 kB
SwapCached:         2004 kB
Active:          1402732 kB
Inactive:        2270196 kB
Active(anon):     380936 kB
Inactive(anon):     4984 kB
Active(file):    1021796 kB
Inactive(file):  2265212 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:                56 kB
Writeback:             0 kB
AnonPages:        410496 kB
Mapped:            17036 kB
Shmem:                 0 kB
Slab:             713504 kB
SReclaimable:     155560 kB
SUnreclaim:       557944 kB
KernelStack:        1600 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1515904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 70856 MiB
End job on node106 at 2012-06-04 01:04:18