Trace number 3741253

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
PB11: Sat4j Res//CP 2.3.0UNSAT 31.2402 14.8512

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-785912.opb
MD5SUMed5b22b7ff980aba201e80ac017c6ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, 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.928858
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1380
Total number of constraints1714
Number of constraints which are clauses1422
Number of constraints which are cardinality constraints (but not clauses)292
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint250
Number of terms in the objective function 1260
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 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3741253-1338752404.opb
0.11/0.11	c reading problem ... 
0.55/0.33	c ... done. Wall clock time 0.211s.
0.55/0.33	c #vars     1380
0.55/0.33	c #constraints  1714
0.55/0.33	c constraints type 
0.55/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
0.55/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
0.55/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1260
0.55/0.33	c constraints type 
0.55/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1260
0.55/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
0.55/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292
2.99/1.09	c cleaning 2497 clauses out of 5002 with flag 5002/5002
4.93/1.84	c cleaning 4242 clauses out of 8504 with flag 11001/11001
6.71/2.74	c cleaning 5624 clauses out of 11261 with flag 18000/18000
8.89/3.87	c cleaning 6797 clauses out of 13639 with flag 26002/26002
11.69/5.23	c cleaning 7915 clauses out of 15842 with flag 35002/35002
14.89/6.84	c cleaning 8951 clauses out of 17927 with flag 45002/45002
18.56/8.40	c cleaning 9483 clauses out of 18974 with flag 55000/55000
21.73/10.04	c cleaning 9739 clauses out of 19494 with flag 65003/65003
25.05/11.74	c cleaning 9868 clauses out of 19752 with flag 75000/75000
28.00/13.21	c cleaning 9941 clauses out of 19885 with flag 85001/85001
30.94/14.76	c  And the winner is Resolution
31.10/14.83	c starts		: 90
31.10/14.83	c conflicts		: 94720
31.10/14.83	c decisions		: 190875
31.10/14.83	c propagations		: 8700721
31.10/14.83	c inspects		: 145073906
31.10/14.83	c shortcuts		: 0
31.10/14.83	c learnt literals	: 3
31.10/14.83	c learnt binary clauses	: 20
31.10/14.83	c learnt ternary clauses	: 28
31.10/14.83	c learnt constraints	: 94716
31.10/14.83	c ignored constraints	: 0
31.10/14.83	c root simplifications	: 0
31.10/14.83	c removed literals (reason simplification)	: 3021999
31.10/14.83	c reason swapping (by a shorter reason)	: 0
31.10/14.83	c Calls to reduceDB	: 10
31.10/14.83	c number of reductions to clauses (during analyze)	: 0
31.10/14.83	c number of learned constraints concerned by reduction	: 0
31.10/14.83	c number of learning phase by resolution	: 0
31.10/14.83	c number of learning phase by cutting planes	: 0
31.10/14.83	c speed (assignments/second)	: 599884.2388306675
31.10/14.83	c non guided choices	57
31.10/14.84	c learnt constraints type 
31.10/14.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
31.10/14.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19639
31.10/14.84	c constraints type 
31.10/14.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
31.10/14.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
31.10/14.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1260
31.10/14.84	c constraints type 
31.10/14.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1260
31.10/14.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
31.10/14.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292
31.10/14.84	s UNSATISFIABLE
31.10/14.84	c Total wall clock time (in seconds): 14.727

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-3741253-1338752404/watcher-3741253-1338752404 -o /tmp/evaluation-result-3741253-1338752404/solver-3741253-1338752404 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741253-1338752404.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.09 3.96 3.83 4/198 30860
/proc/meminfo: memFree=23095136/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 341367138 95129600 927 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 23225 927 703 9 0 16769 0
[pid=30860/tid=30861] ppid=30858 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) D 30858 30860 30010 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 341367138 95129600 927 33554432000 1073741824 1073778376 140737266029904 140578367303208 271778409767 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.010861 s]
/proc/loadavg: 4.09 3.96 3.83 4/198 30860
/proc/meminfo: memFree=23095136/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=10496720 CPUtime=0 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 1650 0 1 0 0 0 0 0 20 0 2 0 341367138 10748641280 1330 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2624180 1330 931 9 0 2615289 0
[pid=30860/tid=30861] ppid=30858 vsize=10496720 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) R 30858 30860 30010 0 -1 4202560 504 0 1 0 0 0 0 0 20 0 2 0 341367138 10748641280 1842 33554432000 1073741824 1073778376 140737266029904 140578367310128 271787242267 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10496720

[startup+0.100294 s]
/proc/loadavg: 4.09 3.96 3.83 4/198 30860
/proc/meminfo: memFree=23095136/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 5328 0 1 0 9 2 0 0 20 0 18 0 341367138 11864465408 13162 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2896598 13162 2116 9 0 2887285 0
[pid=30860/tid=30861] ppid=30858 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) R 30858 30860 30010 0 -1 4202560 3349 0 1 0 6 1 0 0 20 0 18 0 341367138 11864465408 13162 33554432000 1073741824 1073778376 140737266029904 140578367306672 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11586392

[startup+0.300206 s]
/proc/loadavg: 4.09 3.96 3.83 4/198 30860
/proc/meminfo: memFree=23095136/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11586392 CPUtime=0.55 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 7001 0 1 0 52 3 0 0 20 0 18 0 341367138 11864465408 18359 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2896598 18359 2226 9 0 2887285 0
[pid=30860/tid=30861] ppid=30858 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) R 30858 30860 30010 0 -1 4202560 3426 0 1 0 26 1 0 0 20 0 18 0 341367138 11864465408 18359 33554432000 1073741824 1073778376 140737266029904 140578367306672 140578307120033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 11586392

[startup+0.700226 s]
/proc/loadavg: 4.09 3.96 3.83 4/198 30860
/proc/meminfo: memFree=23095136/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=2.06 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 14788 0 1 0 201 5 0 0 20 0 22 0 341367138 12137111552 29830 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 29830 2255 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 22 0 341367138 12137111552 29830 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 11852648

[startup+1.50086 s]
/proc/loadavg: 4.09 3.96 3.83 5/220 30882
/proc/meminfo: memFree=22886668/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=4.22 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 18830 0 1 0 413 9 0 0 20 0 22 0 341367138 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 75666 2285 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 22 0 341367138 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30863] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578204539432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30864] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578203486632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30865] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578202433832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30866] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30866/stat : 30866 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578201381032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30867] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30867/stat : 30867 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578200329256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30868] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30868/stat : 30868 (java) S 30858 30860 30010 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578199276456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30869] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30869/stat : 30869 (java) S 30858 30860 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578198223656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30870] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30870/stat : 30870 (java) S 30858 30860 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578197170856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30871] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30871/stat : 30871 (java) S 30858 30860 30010 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 341367141 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578184759784 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30872] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30872/stat : 30872 (java) S 30858 30860 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578183705848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30873] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30873/stat : 30873 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578182652936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30874] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30874/stat : 30874 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578181601424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30875] ppid=30858 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/30860/task/30875/stat : 30875 (java) S 30858 30860 30010 0 -1 4202560 8082 0 0 0 83 2 0 0 20 0 22 0 341367144 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578180549560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30876] ppid=30858 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/30860/task/30876/stat : 30876 (java) S 30858 30860 30010 0 -1 4202560 5864 0 0 0 68 2 0 0 20 0 22 0 341367144 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578179496760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30877] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30877/stat : 30877 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578178444152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30878] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30878/stat : 30878 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578177391560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30879] ppid=30858 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/30860/task/30879/stat : 30879 (java) R 30858 30860 30010 0 -1 4202560 33 0 0 0 112 0 0 0 20 0 22 0 341367171 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578176336424 140578307590027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30880] ppid=30858 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/30860/task/30880/stat : 30880 (java) R 30858 30860 30010 0 -1 4202560 157 0 0 0 108 3 0 0 20 0 22 0 341367171 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578175283368 140578307644703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30881] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30881/stat : 30881 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578174231464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30882] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30882/stat : 30882 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 75666 33554432000 1073741824 1073778376 140737266029904 140578173178664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 11852648

[startup+3.10087 s]
/proc/loadavg: 4.16 3.97 3.84 5/220 30882
/proc/meminfo: memFree=22699620/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=7.49 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 19366 0 1 0 738 11 0 0 20 0 22 0 341367138 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 115621 2285 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 22 0 341367138 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30863] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (java) S 30858 30860 30010 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578204539432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30864] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (java) S 30858 30860 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578203486632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30865] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (java) S 30858 30860 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578202433832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30866] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30866/stat : 30866 (java) S 30858 30860 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578201381032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30867] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30867/stat : 30867 (java) S 30858 30860 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578200329256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30868] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30868/stat : 30868 (java) S 30858 30860 30010 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578199276456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30869] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30869/stat : 30869 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578198223656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30870] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30870/stat : 30870 (java) S 30858 30860 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578197170856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30871] ppid=30858 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/30860/task/30871/stat : 30871 (java) S 30858 30860 30010 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 22 0 341367141 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578184759784 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30872] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30872/stat : 30872 (java) S 30858 30860 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578183705848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30873] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30873/stat : 30873 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578182652936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30874] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30874/stat : 30874 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578181601424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30875] ppid=30858 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/30860/task/30875/stat : 30875 (java) S 30858 30860 30010 0 -1 4202560 8522 0 0 0 91 2 0 0 20 0 22 0 341367144 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578180549560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30876] ppid=30858 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/30860/task/30876/stat : 30876 (java) S 30858 30860 30010 0 -1 4202560 5865 0 0 0 72 2 0 0 20 0 22 0 341367144 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578179496760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30877] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30877/stat : 30877 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578178444152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30878] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30878/stat : 30878 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578177391560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30879] ppid=30858 vsize=11852648 CPUtime=2.64 cores=1,3,5,7
/proc/30860/task/30879/stat : 30879 (java) R 30858 30860 30010 0 -1 4202560 34 0 0 0 264 0 0 0 20 0 22 0 341367171 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578176336336 140578307649372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30880] ppid=30858 vsize=11852648 CPUtime=2.64 cores=1,3,5,7
/proc/30860/task/30880/stat : 30880 (java) R 30858 30860 30010 0 -1 4202560 226 0 0 0 258 6 0 0 20 0 22 0 341367171 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578175281328 140578307690440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30881] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30881/stat : 30881 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578174231464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30882] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30882/stat : 30882 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 115621 33554432000 1073741824 1073778376 140737266029904 140578173178664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 4.16 3.97 3.84 4/220 30882
/proc/meminfo: memFree=22449984/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=13.89 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 19478 0 1 0 1375 14 0 0 20 0 22 0 341367138 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 162067 2286 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 22 0 341367138 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30863] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (java) S 30858 30860 30010 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578204539432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30864] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578203486632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30865] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (java) S 30858 30860 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578202433832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30866] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30866/stat : 30866 (java) S 30858 30860 30010 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578201381032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30867] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30867/stat : 30867 (java) S 30858 30860 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578200329256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30868] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30868/stat : 30868 (java) S 30858 30860 30010 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578199276456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30869] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30869/stat : 30869 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578198223656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30870] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30870/stat : 30870 (java) S 30858 30860 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341367140 12137111552 162067 33554432000 1073741824 1073778376 140737266029904 140578197170856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/30860/task/30873/stat : 30873 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578182652936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30874] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30874/stat : 30874 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578181601424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30875] ppid=30858 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30860/task/30875/stat : 30875 (java) S 30858 30860 30010 0 -1 4202560 14019 0 0 0 147 3 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578180549560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30876] ppid=30858 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/30860/task/30876/stat : 30876 (java) S 30858 30860 30010 0 -1 4202560 5869 0 0 0 77 2 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578179496760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30877] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30877/stat : 30877 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578178444152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30878] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30878/stat : 30878 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578177391560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30879] ppid=30858 vsize=11852648 CPUtime=12.55 cores=1,3,5,7
/proc/30860/task/30879/stat : 30879 (java) R 30858 30860 30010 0 -1 4202560 39 0 0 0 1255 0 0 0 20 0 22 0 341367171 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578176336336 140578307663040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30880] ppid=30858 vsize=11852648 CPUtime=12.56 cores=1,3,5,7
/proc/30860/task/30880/stat : 30880 (java) R 30858 30860 30010 0 -1 4202560 377 0 0 0 1246 10 0 0 20 0 22 0 341367171 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578175281344 140578307756570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30881] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30881/stat : 30881 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578174231464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30882] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30882/stat : 30882 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578173178664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 28.54
Current children cumulated vsize (KiB) 11852648

[startup+14.3075 s]
/proc/loadavg: 4.14 3.97 3.84 5/220 30882
/proc/meminfo: memFree=22306952/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=30.15 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 25072 0 1 0 2998 17 0 0 20 0 22 0 341367138 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 197570 2287 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 22 0 341367138 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30863] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (java) S 30858 30860 30010 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578204539432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30864] ppid=30858 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578203486632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30865] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (java) S 30858 30860 30010 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578202433832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30866] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30866/stat : 30866 (java) S 30858 30860 30010 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578201381032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30867] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30867/stat : 30867 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578200329256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30868] ppid=30858 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30860/task/30868/stat : 30868 (java) S 30858 30860 30010 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578199276456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30869] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30869/stat : 30869 (java) S 30858 30860 30010 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578198223656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30870] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30870/stat : 30870 (java) S 30858 30860 30010 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578197170856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30871] ppid=30858 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/30860/task/30871/stat : 30871 (java) S 30858 30860 30010 0 -1 4202560 69 0 0 0 49 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578184759784 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30872] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30872/stat : 30872 (java) S 30858 30860 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578183705848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30873] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30873/stat : 30873 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578182652936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30874] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30874/stat : 30874 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578181601424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30875] ppid=30858 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30860/task/30875/stat : 30875 (java) S 30858 30860 30010 0 -1 4202560 14019 0 0 0 147 3 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578180549560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30876] ppid=30858 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/30860/task/30876/stat : 30876 (java) S 30858 30860 30010 0 -1 4202560 5869 0 0 0 77 2 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578179496760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30877] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30877/stat : 30877 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578178444152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30878] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30878/stat : 30878 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578177391560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30879] ppid=30858 vsize=11852648 CPUtime=13.36 cores=1,3,5,7
/proc/30860/task/30879/stat : 30879 (java) R 30858 30860 30010 0 -1 4202560 39 0 0 0 1336 0 0 0 20 0 22 0 341367171 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578176336336 140578307648946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30880] ppid=30858 vsize=11852648 CPUtime=13.36 cores=1,3,5,7
/proc/30860/task/30880/stat : 30880 (java) R 30858 30860 30010 0 -1 4202560 377 0 0 0 1326 10 0 0 20 0 22 0 341367171 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578175281344 140578307698419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30881] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30881/stat : 30881 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578174231464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30882] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30882/stat : 30882 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578173178664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 30.15
Current children cumulated vsize (KiB) 11852648

[startup+14.7009 s]
/proc/loadavg: 4.14 3.97 3.84 5/220 30882
/proc/meminfo: memFree=22306952/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=30.94 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 25072 0 1 0 3077 17 0 0 20 0 22 0 341367138 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 197570 2287 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 22 0 341367138 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30863] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (java) S 30858 30860 30010 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578204539432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30864] ppid=30858 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578203486632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30865] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (java) S 30858 30860 30010 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578202433832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30866] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30866/stat : 30866 (java) S 30858 30860 30010 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578201381032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30867] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30867/stat : 30867 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578200329256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30868] ppid=30858 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30860/task/30868/stat : 30868 (java) S 30858 30860 30010 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578199276456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30869] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30869/stat : 30869 (java) S 30858 30860 30010 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578198223656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30870] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30870/stat : 30870 (java) S 30858 30860 30010 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 22 0 341367140 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578197170856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30871] ppid=30858 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/30860/task/30871/stat : 30871 (java) S 30858 30860 30010 0 -1 4202560 69 0 0 0 49 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578184759784 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30872] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30872/stat : 30872 (java) S 30858 30860 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578183705848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30873] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30873/stat : 30873 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341367141 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578182652936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30874] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30874/stat : 30874 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578181601424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30875] ppid=30858 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30860/task/30875/stat : 30875 (java) S 30858 30860 30010 0 -1 4202560 14019 0 0 0 147 3 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578180549560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30876] ppid=30858 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/30860/task/30876/stat : 30876 (java) S 30858 30860 30010 0 -1 4202560 5869 0 0 0 77 2 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578179496760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30877] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30877/stat : 30877 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578178444152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30878] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30878/stat : 30878 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341367144 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578177391560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30879] ppid=30858 vsize=11852648 CPUtime=13.75 cores=1,3,5,7
/proc/30860/task/30879/stat : 30879 (java) R 30858 30860 30010 0 -1 4202560 39 0 0 0 1375 0 0 0 20 0 22 0 341367171 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578176336336 140578307648914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30880] ppid=30858 vsize=11852648 CPUtime=13.76 cores=1,3,5,7
/proc/30860/task/30880/stat : 30880 (java) R 30858 30860 30010 0 -1 4202560 377 0 0 0 1366 10 0 0 20 0 22 0 341367171 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578175281344 140578307466477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30881] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30881/stat : 30881 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578174231464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30882] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30882/stat : 30882 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341367172 12137111552 197570 33554432000 1073741824 1073778376 140737266029904 140578173178664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 30.94
Current children cumulated vsize (KiB) 11852648

[startup+14.8009 s]
/proc/loadavg: 4.14 3.97 3.84 5/220 30882
/proc/meminfo: memFree=22306952/32873648 swapFree=6852/6852
[pid=30860] ppid=30858 vsize=11852648 CPUtime=31.1 cores=1,3,5,7
/proc/30860/stat : 30860 (java) S 30858 30860 30010 0 -1 4202496 25073 0 1 0 3092 18 0 0 20 0 20 0 341367138 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140737266021040 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30860/statm: 2963162 197564 2288 9 0 2953849 0
[pid=30860/tid=30861] ppid=30858 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/30860/task/30861/stat : 30861 (java) S 30858 30860 30010 0 -1 4202560 3439 0 1 0 29 2 0 0 20 0 20 0 341367138 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578367308952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30863] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (java) S 30858 30860 30010 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578204539432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30864] ppid=30858 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578203486632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30865] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (java) S 30858 30860 30010 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578202433832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30866] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30866/stat : 30866 (java) S 30858 30860 30010 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578201381032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30867] ppid=30858 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30860/task/30867/stat : 30867 (java) S 30858 30860 30010 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578200329256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30868] ppid=30858 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30860/task/30868/stat : 30868 (java) S 30858 30860 30010 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578199276456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30869] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30869/stat : 30869 (java) S 30858 30860 30010 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578198223656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30870] ppid=30858 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30860/task/30870/stat : 30870 (java) S 30858 30860 30010 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 20 0 341367140 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578197170856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30871] ppid=30858 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/30860/task/30871/stat : 30871 (java) S 30858 30860 30010 0 -1 4202560 69 0 0 0 49 0 0 0 20 0 20 0 341367141 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578184759784 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30872] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30872/stat : 30872 (java) S 30858 30860 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341367141 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578183705848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30873] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30873/stat : 30873 (java) S 30858 30860 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341367141 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578182652936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30874] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30874/stat : 30874 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341367144 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578181601424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30875] ppid=30858 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30860/task/30875/stat : 30875 (java) S 30858 30860 30010 0 -1 4202560 14019 0 0 0 147 3 0 0 20 0 20 0 341367144 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578180549560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30860/tid=30876] ppid=30858 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/30860/task/30876/stat : 30876 (java) S 30858 30860 30010 0 -1 4202560 5869 0 0 0 77 2 0 0 20 0 20 0 341367144 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578179496760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30877] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30877/stat : 30877 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341367144 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578178444152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30860/tid=30878] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30878/stat : 30878 (java) S 30858 30860 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341367144 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578177391560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30860/tid=30880] ppid=30858 vsize=11852648 CPUtime=13.86 cores=1,3,5,7
/proc/30860/task/30880/stat : 30880 (java) R 30858 30860 30010 0 -1 4202560 377 0 0 0 1376 10 0 0 20 0 20 0 341367171 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578175281344 140578307466548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30860/tid=30881] ppid=30858 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30860/task/30881/stat : 30881 (java) S 30858 30860 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341367172 12137111552 197564 33554432000 1073741824 1073778376 140737266029904 140578174231464 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.1
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 14.8512
CPU time (s): 31.2402
CPU user time (s): 30.9163
CPU system time (s): 0.32395
CPU usage (%): 210.355
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9163
system time used= 0.32395
maximum resident set size= 794340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25081
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 982
involuntary context switches= 1058

runsolver used 0.035994 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 21:40:04
IDJOB=3741253
IDBENCH=89822
IDSOLVER=2328
FILE ID=node115/3741253-1338752404
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70796 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-785912.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741253-1338752404/watcher-3741253-1338752404 -o /tmp/evaluation-result-3741253-1338752404/solver-3741253-1338752404 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741253-1338752404.opb

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

MD5SUM BENCH= ed5b22b7ff980aba201e80ac017c6ab9
RANDOM SEED=669648710

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23095292 kB
Buffers:         1439116 kB
Cached:          3524868 kB
SwapCached:         1016 kB
Active:          6669156 kB
Inactive:        2192724 kB
Active(anon):    3886028 kB
Inactive(anon):     9868 kB
Active(file):    2783128 kB
Inactive(file):  2182856 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               292 kB
Writeback:             0 kB
AnonPages:       3923560 kB
Mapped:            19936 kB
Shmem:                96 kB
Slab:             771896 kB
SReclaimable:     215504 kB
SUnreclaim:       556392 kB
KernelStack:        1792 kB
PageTables:        11480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3885056 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= 70796 MiB
End job on node115 at 2012-06-03 21:40:19