Trace number 3737953

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0UNSAT 85.0011 43.4972

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3737953-1338724454.opb
0.10/0.10	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.204s.
0.49/0.31	c #vars     1576
0.49/0.31	c #constraints  3105
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
0.49/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
3.11/1.06	c cleaning 2502 clauses out of 5005 with flag 5005/5005
4.29/1.47	c cleaning 4238 clauses out of 8498 with flag 11000/11000
5.39/1.99	c cleaning 5623 clauses out of 11261 with flag 18001/18001
6.78/2.60	c cleaning 6811 clauses out of 13638 with flag 26001/26001
8.02/3.30	c cleaning 7901 clauses out of 15826 with flag 35000/35000
9.78/4.12	c cleaning 8954 clauses out of 17926 with flag 45001/45001
11.35/4.99	c cleaning 9474 clauses out of 18971 with flag 55000/55000
13.12/5.82	c cleaning 9738 clauses out of 19498 with flag 65001/65001
14.50/6.52	c cleaning 9875 clauses out of 19759 with flag 75000/75000
16.25/7.42	c cleaning 9931 clauses out of 19885 with flag 85001/85001
17.82/8.27	c cleaning 9967 clauses out of 19953 with flag 95000/95000
19.59/9.18	c cleaning 9979 clauses out of 19986 with flag 105000/105000
21.33/10.06	c cleaning 9995 clauses out of 20007 with flag 115000/115000
23.11/10.96	c cleaning 9998 clauses out of 20013 with flag 125001/125001
24.86/11.83	c cleaning 9994 clauses out of 20014 with flag 135000/135000
26.42/12.68	c cleaning 9996 clauses out of 20020 with flag 145000/145000
28.16/13.56	c cleaning 10001 clauses out of 20024 with flag 155000/155000
29.72/14.34	c cleaning 10002 clauses out of 20023 with flag 165000/165000
31.47/15.23	c cleaning 10006 clauses out of 20023 with flag 175002/175002
33.22/16.12	c cleaning 9999 clauses out of 20016 with flag 185001/185001
34.76/16.95	c cleaning 9998 clauses out of 20016 with flag 195000/195000
36.31/17.74	c cleaning 9997 clauses out of 20018 with flag 205000/205000
37.86/18.56	c cleaning 10004 clauses out of 20023 with flag 215002/215002
39.40/19.34	c cleaning 9996 clauses out of 20017 with flag 225000/225000
41.14/20.21	c cleaning 9999 clauses out of 20021 with flag 235000/235000
42.69/21.01	c cleaning 9998 clauses out of 20022 with flag 245000/245000
44.23/21.85	c cleaning 10000 clauses out of 20024 with flag 255000/255000
45.78/22.68	c cleaning 9999 clauses out of 20024 with flag 265000/265000
47.50/23.53	c cleaning 10002 clauses out of 20025 with flag 275000/275000
49.05/24.39	c cleaning 9998 clauses out of 20023 with flag 285000/285000
50.81/25.22	c cleaning 9998 clauses out of 20025 with flag 295000/295000
52.54/26.10	c cleaning 10001 clauses out of 20027 with flag 305000/305000
54.06/26.97	c cleaning 10002 clauses out of 20026 with flag 315000/315000
55.61/27.76	c cleaning 10003 clauses out of 20024 with flag 325000/325000
57.36/28.61	c cleaning 9996 clauses out of 20021 with flag 335000/335000
59.09/29.52	c cleaning 9999 clauses out of 20025 with flag 345000/345000
60.61/30.38	c cleaning 9997 clauses out of 20026 with flag 355000/355000
62.35/31.22	c cleaning 10003 clauses out of 20029 with flag 365000/365000
63.71/31.99	c cleaning 10004 clauses out of 20026 with flag 375000/375000
65.44/32.81	c cleaning 9998 clauses out of 20022 with flag 385000/385000
67.15/33.76	c cleaning 10003 clauses out of 20024 with flag 395000/395000
68.89/34.68	c cleaning 10000 clauses out of 20023 with flag 405002/405002
70.62/35.54	c cleaning 10001 clauses out of 20022 with flag 415001/415001
72.17/36.39	c cleaning 10002 clauses out of 20020 with flag 425000/425000
73.87/37.24	c cleaning 9995 clauses out of 20018 with flag 435000/435000
75.42/38.06	c cleaning 9999 clauses out of 20024 with flag 445001/445001
76.96/38.84	c cleaning 9999 clauses out of 20024 with flag 455000/455000
78.31/39.57	c cleaning 10001 clauses out of 20025 with flag 465000/465000
80.01/40.41	c cleaning 10001 clauses out of 20024 with flag 475000/475000
81.35/41.18	c cleaning 10004 clauses out of 20023 with flag 485000/485000
83.08/42.03	c cleaning 9998 clauses out of 20020 with flag 495001/495001
84.63/42.84	c cleaning 9998 clauses out of 20021 with flag 505000/505000
84.93/43.00	c  And the winner is CuttingPlanes
84.75/43.49	c starts		: 13
84.75/43.49	c conflicts		: 2215
84.75/43.49	c decisions		: 5621
84.75/43.49	c propagations		: 419866
84.75/43.49	c inspects		: 16618135
84.75/43.49	c shortcuts		: 0
84.75/43.49	c learnt literals	: 0
84.75/43.49	c learnt binary clauses	: 0
84.75/43.49	c learnt ternary clauses	: 0
84.75/43.49	c learnt constraints	: 2214
84.75/43.49	c ignored constraints	: 0
84.75/43.49	c root simplifications	: 0
84.75/43.49	c removed literals (reason simplification)	: 0
84.75/43.49	c reason swapping (by a shorter reason)	: 0
84.75/43.49	c Calls to reduceDB	: 0
84.75/43.49	c number of reductions to clauses (during analyze)	: 0
84.75/43.49	c number of learned constraints concerned by reduction	: 0
84.75/43.49	c number of learning phase by resolution	: 0
84.75/43.49	c number of learning phase by cutting planes	: 0
84.75/43.49	c speed (assignments/second)	: 9724.973363598463
84.75/43.49	c non guided choices	1493
84.75/43.49	c learnt constraints type 
84.75/43.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
84.75/43.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2213
84.75/43.49	c constraints type 
84.75/43.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
84.75/43.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
84.75/43.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
84.75/43.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
84.75/43.49	c constraints type 
84.75/43.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
84.75/43.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
84.75/43.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
84.75/43.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
84.75/43.49	s UNSATISFIABLE
84.75/43.49	c Total wall clock time (in seconds): 43.383

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-3737953-1338724454/watcher-3737953-1338724454 -o /tmp/evaluation-result-3737953-1338724454/solver-3737953-1338724454 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737953-1338724454.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: 3.78 3.91 3.84 5/197 28603
/proc/meminfo: memFree=26233464/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/28603/stat : 28603 (java) R 28601 28603 25219 0 -1 4202496 999 0 0 0 0 0 0 0 20 0 1 0 338569895 23793664 729 33554432000 1073741824 1073778376 140734844189168 140734844178232 140459835578831 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 5809 739 547 9 0 128 0

[startup+0.0294149 s]
/proc/loadavg: 3.78 3.91 3.84 5/197 28603
/proc/meminfo: memFree=26233464/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11044572 CPUtime=0.02 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 4049 0 1 0 1 1 0 0 20 0 10 0 338569895 11309641728 11393 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2761143 11393 1539 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100311 s]
/proc/loadavg: 3.78 3.91 3.84 5/197 28603
/proc/meminfo: memFree=26233464/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 5300 0 1 0 9 1 0 0 20 0 18 0 338569895 11864465408 13649 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2896598 13649 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300152 s]
/proc/loadavg: 3.78 3.91 3.84 5/197 28603
/proc/meminfo: memFree=26233464/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11586392 CPUtime=0.49 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 7008 0 1 0 47 2 0 0 20 0 18 0 338569895 11864465408 16938 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2896598 16938 2236 9 0 2887285 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.700175 s]
/proc/loadavg: 3.78 3.91 3.84 5/197 28603
/proc/meminfo: memFree=26233464/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=2 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 16865 0 1 0 196 4 0 0 20 0 22 0 338569895 12137111552 27345 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 27345 2257 9 0 2953849 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 11852648

[startup+1.50079 s]
/proc/loadavg: 3.78 3.91 3.84 7/219 28625
/proc/meminfo: memFree=26069812/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=4.5 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 27623 0 1 0 441 9 0 0 20 0 22 0 338569895 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 63205 2290 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 25219 0 -1 4202560 3380 0 1 0 27 2 0 0 20 0 22 0 338569895 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459827623064 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459796032168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459794979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459793927080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459660774440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 25219 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459659720872 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459322108200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459321055656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459320003112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) R 28601 28603 25219 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 338569898 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459307804264 140459830894210 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6994 0 0 0 82 1 0 0 20 0 22 0 338569900 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459303580136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 25219 0 -1 4202560 15825 0 0 0 99 2 0 0 20 0 22 0 338569900 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459302541496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459301489144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459300436808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) S 28601 28603 25219 0 -1 4202560 30 0 0 0 111 0 0 0 20 0 22 0 338569926 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459299324616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28623] ppid=28601 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/28603/task/28623/stat : 28623 (java) S 28601 28603 25219 0 -1 4202560 134 0 0 0 109 2 0 0 20 0 22 0 338569926 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459298269816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28624] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28624/stat : 28624 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338569927 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459297220136 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28625] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28625/stat : 28625 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338569927 12137111552 63205 33554432000 1073741824 1073778376 140734844189168 140459296167592 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 3.78 3.91 3.84 5/219 28625
/proc/meminfo: memFree=25875752/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=7.81 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 27855 0 1 0 768 13 0 0 20 0 22 0 338569895 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 109340 2290 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 25219 0 -1 4202560 3380 0 1 0 27 2 0 0 20 0 22 0 338569895 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459827623064 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459796032168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459794979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459793927080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459660774440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459659720872 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459322108200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459321055656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459320003112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 25219 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 22 0 338569898 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459307805288 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6996 0 0 0 91 1 0 0 20 0 22 0 338569900 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459303594040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 25219 0 -1 4202560 15955 0 0 0 106 2 0 0 20 0 22 0 338569900 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459302541496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459301489144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459300436808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=11852648 CPUtime=2.63 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) R 28601 28603 25219 0 -1 4202560 30 0 0 0 263 0 0 0 20 0 22 0 338569926 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459299324496 140459675043033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28623] ppid=28601 vsize=11852648 CPUtime=2.64 cores=0,2,4,6
/proc/28603/task/28623/stat : 28623 (java) R 28601 28603 25219 0 -1 4202560 222 0 0 0 259 5 0 0 20 0 22 0 338569926 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459298271688 140459675102486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28624] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28624/stat : 28624 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338569927 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459297220136 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28625] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28625/stat : 28625 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338569927 12137111552 109340 33554432000 1073741824 1073778376 140734844189168 140459296167592 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 11852648

[startup+6.30077 s]
/proc/loadavg: 3.80 3.91 3.84 5/219 28625
/proc/meminfo: memFree=25637564/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=14.09 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 27957 0 1 0 1394 15 0 0 20 0 22 0 338569895 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 150827 2290 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 25219 0 -1 4202560 3382 0 1 0 27 2 0 0 20 0 22 0 338569895 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459827623064 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 25219 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459796032168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459794979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459793927080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459660774440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459659720872 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459322108200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459321055656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569897 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459320003112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=0.23 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 25219 0 -1 4202560 36 0 0 0 23 0 0 0 20 0 22 0 338569898 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459307805288 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6996 0 0 0 92 1 0 0 20 0 22 0 338569900 12137111552 150827 33554432000 1073741824 1073778376 140734844189168 140459303594040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 25219 0 -1 4202560 57 0 0 0 284 1 0 0 20 0 22 0 338569898 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459307805288 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338569898 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6996 0 0 0 92 1 0 0 20 0 22 0 338569900 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459303594040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 25219 0 -1 4202560 15955 0 0 0 106 2 0 0 20 0 22 0 338569900 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459302541496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459301489144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338569900 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459300436808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=11852648 CPUtime=38.77 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) R 28601 28603 25219 0 -1 4202560 61 0 0 0 3877 0 0 0 20 0 22 0 338569926 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459299324616 140459675001833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28623] ppid=28601 vsize=11852648 CPUtime=38.77 cores=0,2,4,6
/proc/28603/task/28623/stat : 28623 (java) R 28601 28603 25219 0 -1 4202560 366 0 0 0 3868 9 0 0 20 0 22 0 338569926 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459298269696 140459675533376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28624] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28624/stat : 28624 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338569927 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459297220136 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28625] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28625/stat : 28625 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338569927 12137111552 187247 33554432000 1073741824 1073778376 140734844189168 140459296167592 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.62
Current children cumulated vsize (KiB) 11852648

[startup+43.1009 s]
/proc/loadavg: 3.73 3.88 3.83 5/219 28625
/proc/meminfo: memFree=25487168/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=84.75 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 28146 0 1 0 8455 20 0 0 20 0 19 0 338569895 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 187236 2291 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 25219 0 -1 4202560 3387 0 1 0 27 2 0 0 20 0 19 0 338569895 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459827623064 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 25219 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459796032168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 25219 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459794979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 25219 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459793927080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 25219 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459660774440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 25219 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459659720872 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 25219 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459322108200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 25219 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459321055656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459320003112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=2.94 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 25219 0 -1 4202560 57 0 0 0 293 1 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459307805288 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6996 0 0 0 92 1 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459303594040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 25219 0 -1 4202560 15955 0 0 0 106 2 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459302541496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459301489144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459300436808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28624] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28624/stat : 28624 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338569927 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459297220136 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (KiB) 11852648

[startup+43.3007 s]
/proc/loadavg: 3.73 3.88 3.83 5/219 28625
/proc/meminfo: memFree=25487168/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=84.75 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 28146 0 1 0 8455 20 0 0 20 0 19 0 338569895 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 187236 2291 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 25219 0 -1 4202560 3387 0 1 0 27 2 0 0 20 0 19 0 338569895 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459827623064 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 25219 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459796032168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 25219 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459794979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 25219 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459793927080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 25219 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459660774440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 25219 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459659720872 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 25219 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459322108200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 25219 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459321055656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459320003112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=2.94 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 25219 0 -1 4202560 57 0 0 0 293 1 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459307805288 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6996 0 0 0 92 1 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459303594040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 25219 0 -1 4202560 15955 0 0 0 106 2 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459302541496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459301489144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459300436808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28624] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28624/stat : 28624 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338569927 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459297220136 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (KiB) 11852648

[startup+43.4007 s]
/proc/loadavg: 3.73 3.88 3.83 5/219 28625
/proc/meminfo: memFree=25487168/32873648 swapFree=7388/7388
[pid=28603] ppid=28601 vsize=11852648 CPUtime=84.75 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 25219 0 -1 4202496 28146 0 1 0 8455 20 0 0 20 0 19 0 338569895 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140734844180304 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2963162 187236 2291 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 25219 0 -1 4202560 3387 0 1 0 27 2 0 0 20 0 19 0 338569895 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459827623064 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 25219 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459796032168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 25219 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459794979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 25219 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459793927080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 25219 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459660774440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 25219 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459659720872 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 25219 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459322108200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 25219 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459321055656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 338569897 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459320003112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=2.94 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 25219 0 -1 4202560 57 0 0 0 293 1 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459307805288 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459306751608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338569898 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459305698952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459304647696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 25219 0 -1 4202560 6996 0 0 0 92 1 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459303594040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 25219 0 -1 4202560 15955 0 0 0 106 2 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459302541496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459301489144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338569900 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459300436808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28624] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28624/stat : 28624 (java) S 28601 28603 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338569927 12137111552 187236 33554432000 1073741824 1073778376 140734844189168 140459297220136 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (KiB) 11852648

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.18
#  lost CPU user time (s): 0.189995
#  lost CPU system time (s): -0.01

Real time (s): 43.4972
CPU time (s): 85.0011
CPU user time (s): 84.7091
CPU system time (s): 0.291954
CPU usage (%): 195.417
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.5192
system time used= 0.301954
maximum resident set size= 748992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28152
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2731
involuntary context switches= 2151

runsolver used 0.109983 second user time and 0.249962 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 13:54:14
IDJOB=3737953
IDBENCH=48363
IDSOLVER=2328
FILE ID=node148/3737953-1338724454
RUNJOBID= node148-1338713436-25235
PBS_JOBID= 14636734
Free space on /tmp= 71332 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737953-1338724454/watcher-3737953-1338724454 -o /tmp/evaluation-result-3737953-1338724454/solver-3737953-1338724454 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737953-1338724454.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=936902994

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26233992 kB
Buffers:          596952 kB
Cached:          2874652 kB
SwapCached:          628 kB
Active:          3667648 kB
Inactive:        2064468 kB
Active(anon):    2249884 kB
Inactive(anon):    10660 kB
Active(file):    1417764 kB
Inactive(file):  2053808 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:               348 kB
Writeback:             0 kB
AnonPages:       2264776 kB
Mapped:            19192 kB
Shmem:                36 kB
Slab:             767128 kB
SReclaimable:     210788 kB
SUnreclaim:       556340 kB
KernelStack:        1616 kB
PageTables:         8576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10459640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2207744 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= 71332 MiB
End job on node148 at 2012-06-03 13:54:58