Trace number 3730582

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 31.2682 15.5533

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.32095
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3730582-1338730809.opb
0.11/0.10	c reading problem ... 
1.05/0.52	c ... done. Wall clock time 0.425s.
1.05/0.52	c #vars     9071
1.05/0.52	c #constraints  25914
1.05/0.52	c constraints type 
1.05/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
1.05/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
1.05/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1.05/0.52	c constraints type 
1.05/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
1.05/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
1.05/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
7.21/3.02	c cleaning 2498 clauses out of 5001 with flag 5001/5001
12.38/5.53	c cleaning 4251 clauses out of 8503 with flag 11001/11001
18.60/8.65	c cleaning 5622 clauses out of 11251 with flag 18000/18000
25.20/11.92	c cleaning 6809 clauses out of 13628 with flag 26000/26000
31.02/14.86	c And the winner is Resolution
31.18/15.53	c starts		: 55
31.18/15.53	c conflicts		: 33284
31.18/15.53	c decisions		: 49979
31.18/15.53	c propagations		: 37224535
31.18/15.53	c inspects		: 111299665
31.18/15.53	c learnt literals	: 7
31.18/15.53	c learnt binary clauses	: 128
31.18/15.53	c learnt ternary clauses	: 241
31.18/15.53	c learnt clauses	: 33276
31.18/15.53	c ignored clauses	: 0
31.18/15.53	c root simplifications	: 0
31.18/15.53	c removed literals (reason simplification)	: 571277
31.18/15.53	c reason swapping (by a shorter reason)	: 0
31.18/15.53	c Calls to reduceDB	: 4
31.18/15.53	c number of reductions to clauses (during analyze)	: 0
31.18/15.53	c number of learned constraints concerned by reduction	: 0
31.18/15.53	c number of learning phase by resolution	: 0
31.18/15.53	c number of learning phase by cutting planes	: 0
31.18/15.53	c speed (assignments/second)	: 2481470.2353176456
31.18/15.53	c non guided choices	258
31.18/15.53	c learnt constraints type 
31.18/15.53	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13968
31.18/15.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 128
31.18/15.53	c constraints type 
31.18/15.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
31.18/15.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
31.18/15.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
31.18/15.53	c constraints type 
31.18/15.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
31.18/15.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
31.18/15.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
31.18/15.53	s UNSATISFIABLE
31.18/15.53	c Total wall clock time (in seconds): 15.436

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-3730582-1338730809/watcher-3730582-1338730809 -o /tmp/evaluation-result-3730582-1338730809/solver-3730582-1338730809 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730582-1338730809.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.61 3.91 3.81 2/194 14677
/proc/meminfo: memFree=31296040/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 1174 0 0 0 0 0 0 0 20 0 2 0 339206925 91893760 892 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 22434 894 678 9 0 16769 0
[pid=14677/tid=14678] ppid=14675 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) R 14675 14677 3958 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 2 0 339206926 94085120 902 33554432000 1073741824 1073778376 140736260371232 140736260360296 217401359904 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.101062 s]
/proc/loadavg: 3.61 3.91 3.81 2/194 14677
/proc/meminfo: memFree=31296040/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 4838 0 1 0 10 1 0 0 20 0 18 0 339206925 2764726272 6527 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 674982 6527 2142 9 0 665676 0
[pid=14677/tid=14678] ppid=14675 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) R 14675 14677 3958 0 -1 4202560 2779 0 1 0 8 0 0 0 20 0 18 0 339206926 2764726272 6527 33554432000 1073741824 1073778376 140736260371232 140396741202040 140396739100812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.200288 s]
/proc/loadavg: 3.61 3.91 3.81 2/194 14677
/proc/meminfo: memFree=31296040/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 5018 0 1 0 25 1 0 0 20 0 18 0 339206925 2764726272 7656 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 674982 7656 2199 9 0 665676 0
[pid=14677/tid=14678] ppid=14675 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) R 14675 14677 3958 0 -1 4202560 2791 0 1 0 18 0 0 0 20 0 18 0 339206926 2764726272 7656 33554432000 1073741824 1073778376 140736260371232 140396741202040 140396592199818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 2699928

[startup+0.300248 s]
/proc/loadavg: 3.61 3.91 3.81 2/194 14677
/proc/meminfo: memFree=31296040/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 6349 0 1 0 50 1 0 0 20 0 18 0 339206925 2764726272 9435 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 674982 9435 2217 9 0 665676 0
[pid=14677/tid=14678] ppid=14675 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) R 14675 14677 3958 0 -1 4202560 2793 0 1 0 26 1 0 0 20 0 18 0 339206926 2764726272 9435 33554432000 1073741824 1073778376 140736260371232 140396741202040 140396592569396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700203 s]
/proc/loadavg: 3.61 3.91 3.81 2/194 14677
/proc/meminfo: memFree=31296040/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 12532 0 1 0 173 4 0 0 20 0 22 0 339206925 3037372416 30573 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 30573 2251 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 22 0 339206926 3037372416 30573 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.61 3.91 3.81 5/216 14699
/proc/meminfo: memFree=30887952/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 14443 0 1 0 398 8 0 0 20 0 22 0 339206925 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 82097 2256 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14680] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14680/stat : 14680 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396725496232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14681] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14681/stat : 14681 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396724443688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14682] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14682/stat : 14682 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396723390632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14683] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14683/stat : 14683 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396722338088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14684] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14684/stat : 14684 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396721286056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14685] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14685/stat : 14685 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396720233512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14686] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14688] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14688/stat : 14688 (java) S 14675 14677 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396587886952 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14689] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14689/stat : 14689 (java) S 14675 14677 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396586833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14690] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14690/stat : 14690 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396585780104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14691] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14691/stat : 14691 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396584728848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14692] ppid=14675 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/14677/task/14692/stat : 14692 (java) S 14675 14677 3958 0 -1 4202560 6187 0 0 0 85 2 0 0 20 0 22 0 339206930 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396583676728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14693] ppid=14675 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/14677/task/14693/stat : 14693 (java) S 14675 14677 3958 0 -1 4202560 4024 0 0 0 75 0 0 0 20 0 22 0 339206930 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396582624184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14694] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14694/stat : 14694 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396581571320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14695] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14695/stat : 14695 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396580518984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14696] ppid=14675 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/14677/task/14696/stat : 14696 (java) R 14675 14677 3958 0 -1 4202560 37 0 0 0 94 0 0 0 20 0 22 0 339206978 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396579463752 140396592896679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14697] ppid=14675 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/14677/task/14697/stat : 14697 (java) R 14675 14677 3958 0 -1 4202560 159 0 0 0 91 3 0 0 20 0 22 0 339206978 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396578410984 140396593061646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14698] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14698/stat : 14698 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206980 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140396577358632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14699] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14699/stat : 14699 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206981 3037372416 82097 33554432000 1073741824 1073778376 140736260371232 140395300250536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.61 3.91 3.81 4/216 14699
/proc/meminfo: memFree=30637784/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=7.44 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 14591 0 1 0 732 12 0 0 20 0 22 0 339206925 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 106726 2283 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14680] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14680/stat : 14680 (java) S 14675 14677 3958 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396725496232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14681] ppid=14675 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/14677/task/14681/stat : 14681 (java) S 14675 14677 3958 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396724443688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14682] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14682/stat : 14682 (java) S 14675 14677 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396723390632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14683] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14683/stat : 14683 (java) S 14675 14677 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396722338088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14684] ppid=14675 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/14677/task/14684/stat : 14684 (java) S 14675 14677 3958 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396721286056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14685] ppid=14675 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/14677/task/14685/stat : 14685 (java) S 14675 14677 3958 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396720233512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14686] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14688] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14688/stat : 14688 (java) S 14675 14677 3958 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 339206928 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396587886952 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14689] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14689/stat : 14689 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396586833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14690] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14690/stat : 14690 (java) S 14675 14677 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396585780104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14691] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14691/stat : 14691 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396584728848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14692] ppid=14675 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/14677/task/14692/stat : 14692 (java) S 14675 14677 3958 0 -1 4202560 6191 0 0 0 90 2 0 0 20 0 22 0 339206930 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396583676728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14693] ppid=14675 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/14677/task/14693/stat : 14693 (java) S 14675 14677 3958 0 -1 4202560 4031 0 0 0 83 0 0 0 20 0 22 0 339206930 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396582624184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14694] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14694/stat : 14694 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396581571320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14695] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14695/stat : 14695 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396580518984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14696] ppid=14675 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/14677/task/14696/stat : 14696 (java) R 14675 14677 3958 0 -1 4202560 40 0 0 0 243 0 0 0 20 0 22 0 339206978 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396579463608 140396592986633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14697] ppid=14675 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/14677/task/14697/stat : 14697 (java) R 14675 14677 3958 0 -1 4202560 188 0 0 0 239 4 0 0 20 0 22 0 339206978 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396578409368 140396592958529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14698] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14698/stat : 14698 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206980 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140396577358632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14699] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14699/stat : 14699 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206981 3037372416 106726 33554432000 1073741824 1073778376 140736260371232 140395300250536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 2966184

[startup+6.30078 s]
/proc/loadavg: 3.64 3.91 3.81 5/220 14703
/proc/meminfo: memFree=30493056/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=13.94 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 14625 0 1 0 1380 14 0 0 20 0 22 0 339206925 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 110217 2284 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14680] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14680/stat : 14680 (java) S 14675 14677 3958 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396725496232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14681] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14681/stat : 14681 (java) S 14675 14677 3958 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396724443688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14682] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14682/stat : 14682 (java) S 14675 14677 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396723390632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14683] ppid=14675 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/14677/task/14683/stat : 14683 (java) S 14675 14677 3958 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396722338088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14684] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14684/stat : 14684 (java) S 14675 14677 3958 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396721286056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14685] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14685/stat : 14685 (java) S 14675 14677 3958 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396720233512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14686] ppid=14675 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339206926 3037372416 110217 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 339206926 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 339206926 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14688] ppid=14675 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/14677/task/14688/stat : 14688 (java) S 14675 14677 3958 0 -1 4202560 41 0 0 0 17 2 0 0 20 0 22 0 339206928 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396587886952 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14689] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14689/stat : 14689 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396586833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14690] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14690/stat : 14690 (java) S 14675 14677 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339206928 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396585780104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14691] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14691/stat : 14691 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396584728848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14692] ppid=14675 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/14677/task/14692/stat : 14692 (java) S 14675 14677 3958 0 -1 4202560 6194 0 0 0 106 2 0 0 20 0 22 0 339206930 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396583676728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14693] ppid=14675 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/14677/task/14693/stat : 14693 (java) S 14675 14677 3958 0 -1 4202560 4032 0 0 0 90 0 0 0 20 0 22 0 339206930 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396582624184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14694] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14694/stat : 14694 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396581571320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14695] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14695/stat : 14695 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206930 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396580518984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14696] ppid=14675 vsize=2966184 CPUtime=13.48 cores=0,2,4,6
/proc/14677/task/14696/stat : 14696 (java) R 14675 14677 3958 0 -1 4202560 51 0 0 0 1348 0 0 0 20 0 22 0 339206978 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396579462560 140396592958274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14697] ppid=14675 vsize=2966184 CPUtime=13.48 cores=0,2,4,6
/proc/14677/task/14697/stat : 14697 (java) R 14675 14677 3958 0 -1 4202560 220 0 0 0 1343 5 0 0 20 0 22 0 339206978 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396578409088 140396592766942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14698] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14698/stat : 14698 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206980 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140396577358632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14699] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14699/stat : 14699 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339206981 3037372416 127145 33554432000 1073741824 1073778376 140736260371232 140395300250536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 30.21
Current children cumulated vsize (KiB) 2966184

[startup+15.2007 s]
/proc/loadavg: 3.69 3.91 3.81 4/220 14703
/proc/meminfo: memFree=30396068/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=31.18 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 14710 0 1 0 3099 19 0 0 20 0 20 0 339206925 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 127135 2285 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14680] ppid=14675 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/14677/task/14680/stat : 14680 (java) S 14675 14677 3958 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396725496232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14681] ppid=14675 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/14677/task/14681/stat : 14681 (java) S 14675 14677 3958 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396724443688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14682] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14682/stat : 14682 (java) S 14675 14677 3958 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396723390632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14683] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14683/stat : 14683 (java) S 14675 14677 3958 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396722338088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14684] ppid=14675 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/14677/task/14684/stat : 14684 (java) S 14675 14677 3958 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396721286056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14685] ppid=14675 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/14677/task/14685/stat : 14685 (java) S 14675 14677 3958 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396720233512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14686] ppid=14675 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14688] ppid=14675 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/14677/task/14688/stat : 14688 (java) S 14675 14677 3958 0 -1 4202560 41 0 0 0 17 2 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396587886952 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14689] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14689/stat : 14689 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396586833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14690] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14690/stat : 14690 (java) S 14675 14677 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396585780104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14691] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14691/stat : 14691 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396584728848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14692] ppid=14675 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/14677/task/14692/stat : 14692 (java) S 14675 14677 3958 0 -1 4202560 6194 0 0 0 108 2 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396583676728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14693] ppid=14675 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/14677/task/14693/stat : 14693 (java) S 14675 14677 3958 0 -1 4202560 4032 0 0 0 90 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396582624184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14694] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14694/stat : 14694 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396581571320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14695] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14695/stat : 14695 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396580518984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14698] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14698/stat : 14698 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339206980 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396577358632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14699] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14699/stat : 14699 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339206981 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140395300250536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 31.18
Current children cumulated vsize (KiB) 2966184

[startup+15.4006 s]
/proc/loadavg: 3.69 3.91 3.81 9/218 14703
/proc/meminfo: memFree=30394276/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=31.18 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 14710 0 1 0 3099 19 0 0 20 0 20 0 339206925 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 127135 2285 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14680] ppid=14675 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/14677/task/14680/stat : 14680 (java) S 14675 14677 3958 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396725496232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14681] ppid=14675 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/14677/task/14681/stat : 14681 (java) S 14675 14677 3958 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396724443688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14682] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14682/stat : 14682 (java) S 14675 14677 3958 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396723390632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14683] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14683/stat : 14683 (java) S 14675 14677 3958 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396722338088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14684] ppid=14675 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/14677/task/14684/stat : 14684 (java) S 14675 14677 3958 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396721286056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14685] ppid=14675 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/14677/task/14685/stat : 14685 (java) S 14675 14677 3958 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396720233512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14686] ppid=14675 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14688] ppid=14675 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/14677/task/14688/stat : 14688 (java) S 14675 14677 3958 0 -1 4202560 41 0 0 0 17 2 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396587886952 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14689] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14689/stat : 14689 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396586833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14690] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14690/stat : 14690 (java) S 14675 14677 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396585780104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14691] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14691/stat : 14691 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396584728848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14692] ppid=14675 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/14677/task/14692/stat : 14692 (java) S 14675 14677 3958 0 -1 4202560 6194 0 0 0 108 2 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396583676728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14693] ppid=14675 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/14677/task/14693/stat : 14693 (java) S 14675 14677 3958 0 -1 4202560 4032 0 0 0 90 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396582624184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14694] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14694/stat : 14694 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396581571320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14695] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14695/stat : 14695 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396580518984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14698] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14698/stat : 14698 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339206980 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396577358632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14699] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14699/stat : 14699 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339206981 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140395300250536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 31.18
Current children cumulated vsize (KiB) 2966184

[startup+15.5067 s]
/proc/loadavg: 3.69 3.91 3.81 9/218 14703
/proc/meminfo: memFree=30394276/32873648 swapFree=7628/7628
[pid=14677] ppid=14675 vsize=2966184 CPUtime=31.18 cores=0,2,4,6
/proc/14677/stat : 14677 (java) S 14675 14677 3958 0 -1 4202496 14710 0 1 0 3099 19 0 0 20 0 20 0 339206925 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140736260362368 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14677/statm: 741546 127135 2285 9 0 732240 0
[pid=14677/tid=14678] ppid=14675 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/14677/task/14678/stat : 14678 (java) S 14675 14677 3958 0 -1 4202560 2833 0 1 0 48 2 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396741215384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14680] ppid=14675 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/14677/task/14680/stat : 14680 (java) S 14675 14677 3958 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396725496232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14681] ppid=14675 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/14677/task/14681/stat : 14681 (java) S 14675 14677 3958 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396724443688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14682] ppid=14675 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/14677/task/14682/stat : 14682 (java) S 14675 14677 3958 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396723390632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14683] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14683/stat : 14683 (java) S 14675 14677 3958 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396722338088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14684] ppid=14675 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/14677/task/14684/stat : 14684 (java) S 14675 14677 3958 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396721286056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14685] ppid=14675 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/14677/task/14685/stat : 14685 (java) S 14675 14677 3958 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396720233512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14686] ppid=14675 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/14677/task/14686/stat : 14686 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396719180456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14687] ppid=14675 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/14677/task/14687/stat : 14687 (java) S 14675 14677 3958 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 339206926 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396718127912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14688] ppid=14675 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/14677/task/14688/stat : 14688 (java) S 14675 14677 3958 0 -1 4202560 41 0 0 0 17 2 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396587886952 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14689] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14689/stat : 14689 (java) S 14675 14677 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396586833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14690] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14690/stat : 14690 (java) S 14675 14677 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 339206928 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396585780104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14691] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14691/stat : 14691 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396584728848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14677/tid=14692] ppid=14675 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/14677/task/14692/stat : 14692 (java) S 14675 14677 3958 0 -1 4202560 6194 0 0 0 108 2 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396583676728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14693] ppid=14675 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/14677/task/14693/stat : 14693 (java) S 14675 14677 3958 0 -1 4202560 4032 0 0 0 90 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396582624184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14677/tid=14694] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14694/stat : 14694 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396581571320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14677/tid=14695] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14695/stat : 14695 (java) S 14675 14677 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339206930 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396580518984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14698] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14698/stat : 14698 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339206980 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140396577358632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14677/tid=14699] ppid=14675 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/14677/task/14699/stat : 14699 (java) S 14675 14677 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339206981 3037372416 127135 33554432000 1073741824 1073778376 140736260371232 140395300250536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 31.18
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 15.5533
CPU time (s): 31.2682
CPU user time (s): 31.0063
CPU system time (s): 0.26196
CPU usage (%): 201.039
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.0063
system time used= 0.26196
maximum resident set size= 508584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14719
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= 1227
involuntary context switches= 1239

runsolver used 0.026995 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:40:09
IDJOB=3730582
IDBENCH=1454
IDSOLVER=2324
FILE ID=node122/3730582-1338730809
RUNJOBID= node122-1338726600-10238
PBS_JOBID= 14636732
Free space on /tmp= 71168 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730582-1338730809/watcher-3730582-1338730809 -o /tmp/evaluation-result-3730582-1338730809/solver-3730582-1338730809 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730582-1338730809.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1288856489

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
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.533
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:        31304496 kB
Buffers:          226036 kB
Cached:           237972 kB
SwapCached:         1832 kB
Active:           636160 kB
Inactive:          94704 kB
Active(anon):     263496 kB
Inactive(anon):     5432 kB
Active(file):     372664 kB
Inactive(file):    89272 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             18088 kB
Writeback:             0 kB
AnonPages:        279092 kB
Mapped:            16968 kB
Shmem:                 0 kB
Slab:             686896 kB
SReclaimable:     129000 kB
SUnreclaim:       557896 kB
KernelStack:        1768 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1566768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 71168 MiB
End job on node122 at 2012-06-03 15:40:25