Trace number 3687428

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 23.5794 11.1288

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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
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 c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687428-1337871916.opb
0.11/0.10	c reading problem ... 
1.38/0.61	c ... done. Wall clock time 0.505s.
1.38/0.61	c declared #vars     9071
1.38/0.61	c #constraints  25914
1.38/0.61	c constraints type 
1.38/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
1.38/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.38/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
1.38/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
1.38/0.61	c 25914 constraints processed.
1.38/0.61	c constraints type 
1.38/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
1.38/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
1.38/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1.38/0.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.38/0.61	c 25914 constraints processed.
7.43/2.90	c cleaning 2501 clauses out of 5002 with flag 5002/5002
13.53/5.78	c cleaning 4250 clauses out of 8499 with flag 11000/11000
19.33/8.62	c cleaning 5625 clauses out of 11250 with flag 18002/18002
23.32/10.67	c  And the winner is solver0
23.50/11.11	c starts		: 50
23.50/11.11	c conflicts		: 23993
23.50/11.11	c decisions		: 32752
23.50/11.11	c propagations		: 31315075
23.50/11.11	c inspects		: 81890293
23.50/11.11	c shortcuts		: 0
23.50/11.11	c learnt literals	: 6
23.50/11.11	c learnt binary clauses	: 176
23.50/11.11	c learnt ternary clauses	: 297
23.50/11.11	c learnt constraints	: 23986
23.50/11.11	c ignored constraints	: 0
23.50/11.11	c root simplifications	: 0
23.50/11.11	c removed literals (reason simplification)	: 391305
23.50/11.11	c reason swapping (by a shorter reason)	: 0
23.50/11.11	c Calls to reduceDB	: 3
23.50/11.11	c number of reductions to clauses (during analyze)	: 0
23.50/11.11	c number of learned constraints concerned by reduction	: 0
23.50/11.11	c number of learning phase by resolution	: 0
23.50/11.11	c number of learning phase by cutting planes	: 0
23.50/11.11	c speed (assignments/second)	: 2987224.554039874
23.50/11.11	c non guided choices	234
23.50/11.12	c learnt constraints type 
23.50/11.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 176
23.50/11.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11434
23.50/11.12	c constraints type 
23.50/11.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
23.50/11.12	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
23.50/11.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
23.50/11.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
23.50/11.12	c 25914 constraints processed.
23.50/11.12	c constraints type 
23.50/11.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
23.50/11.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
23.50/11.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
23.50/11.12	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
23.50/11.12	c 25914 constraints processed.
23.50/11.12	s UNSATISFIABLE
23.50/11.12	c Total wall clock time (in seconds): 11.014

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-3687428-1337871916/watcher-3687428-1337871916 -o /tmp/evaluation-result-3687428-1337871916/solver-3687428-1337871916 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687428-1337871916.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: 0.63 0.17 0.06 3/194 21982
/proc/meminfo: memFree=28931884/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21982/stat : 21982 (java) R 21980 21982 21497 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 253317704 23793664 715 33554432000 1073741824 1073778376 140734101941696 140734101930760 266426430824 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 5809 715 530 9 0 128 0

[startup+0.0491929 s]
/proc/loadavg: 0.63 0.17 0.06 3/194 21982
/proc/meminfo: memFree=28931884/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 3092 0 1 0 3 1 0 0 20 0 13 0 253317704 9446973440 4301 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100202 s]
/proc/loadavg: 0.63 0.17 0.06 3/194 21982
/proc/meminfo: memFree=28931884/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 4428 0 1 0 10 1 0 0 20 0 18 0 253317704 9787813888 6104 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2389603 6104 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300158 s]
/proc/loadavg: 0.63 0.17 0.06 3/194 21982
/proc/meminfo: memFree=28931884/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 5706 0 1 0 49 1 0 0 20 0 18 0 253317704 9787813888 8396 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2389603 8396 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700185 s]
/proc/loadavg: 0.63 0.17 0.06 3/194 21982
/proc/meminfo: memFree=28931884/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=1.73 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 13872 0 1 0 169 4 0 0 20 0 22 0 253317704 10060460032 30870 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 30870 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 0.63 0.17 0.06 5/193 22029
/proc/meminfo: memFree=28859096/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=4.45 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 19527 0 1 0 439 6 0 0 20 0 22 0 253317704 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 46887 2267 9 0 2446860 0
[pid=21982/tid=21984] ppid=21980 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/21982/task/21984/stat : 21984 (java) S 21980 21982 21497 0 -1 4202560 2483 0 1 0 57 2 0 0 20 0 22 0 253317704 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678962070520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21497 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678923561256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21986] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678922508456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678921456168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678920403368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678919351080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678918298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) S 21980 21982 21497 0 -1 4202560 5211 0 0 0 98 0 0 0 20 0 22 0 253317709 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678782003896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21998] ppid=21980 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/21982/task/21998/stat : 21998 (java) S 21980 21982 21497 0 -1 4202560 10404 0 0 0 105 1 0 0 20 0 22 0 253317709 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139678780951096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21999] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21999/stat : 21999 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139677906496632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22000] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22000/stat : 22000 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139677905444040 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22026] ppid=21980 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/21982/task/22026/stat : 22026 (java) R 21980 21982 21497 0 -1 4202560 30 0 0 0 84 0 0 0 20 0 22 0 253317765 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139677904386528 139678796576800 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=22027] ppid=21980 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/21982/task/22027/stat : 22027 (java) R 21980 21982 21497 0 -1 4202560 103 0 0 0 85 0 0 0 20 0 22 0 253317765 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139677903334360 139678796641647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=22028] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22028/stat : 22028 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139677902283944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22029] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22029/stat : 22029 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 46887 33554432000 1073741824 1073778376 140734101941696 139677901231144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 0.63 0.17 0.06 4/193 22029
/proc/meminfo: memFree=28741492/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=7.95 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 22224 0 1 0 783 12 0 0 20 0 22 0 253317704 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 91183 2285 9 0 2446860 0
[pid=21982/tid=21984] ppid=21980 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/21982/task/21984/stat : 21984 (java) S 21980 21982 21497 0 -1 4202560 2483 0 1 0 57 2 0 0 20 0 22 0 253317704 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678962070520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21497 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678923561256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21986] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21497 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678922508456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678921456168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21497 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678920403368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21497 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678919351080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21497 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678918298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253317705 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 225 0 0 0 3 0 0 0 20 0 22 0 253317706 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) R 21980 21982 21497 0 -1 4202560 7621 0 0 0 119 1 0 0 20 0 22 0 253317709 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678781991464 139678964975704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21998] ppid=21980 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/21982/task/21998/stat : 21998 (java) S 21980 21982 21497 0 -1 4202560 10406 0 0 0 111 2 0 0 20 0 22 0 253317709 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139678780951096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21999] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21999/stat : 21999 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139677906496632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22000] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22000/stat : 22000 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139677905444040 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22026] ppid=21980 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/21982/task/22026/stat : 22026 (java) R 21980 21982 21497 0 -1 4202560 30 0 0 0 231 0 0 0 20 0 22 0 253317765 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139677904388320 139678796590204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=22027] ppid=21980 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/21982/task/22027/stat : 22027 (java) R 21980 21982 21497 0 -1 4202560 163 0 0 0 231 3 0 0 20 0 22 0 253317765 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139677903333768 139678796767061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=22028] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22028/stat : 22028 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139677902283944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22029] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22029/stat : 22029 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 91183 33554432000 1073741824 1073778376 140734101941696 139677901231144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 1.14 0.28 0.09 3/193 22089
/proc/meminfo: memFree=28397556/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=14.69 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 23323 0 1 0 1451 18 0 0 20 0 22 0 253317704 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 153705 2285 9 0 2446860 0
[pid=21982/tid=21984] ppid=21980 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/21982/task/21984/stat : 21984 (java) S 21980 21982 21497 0 -1 4202560 2483 0 1 0 57 2 0 0 20 0 22 0 253317704 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678962070520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21497 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678923561256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=21986] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21497 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678922508456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678921456168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21497 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678920403368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21497 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678919351080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21497 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678918298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 479 0 0 0 8 1 0 0 20 0 22 0 253317706 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) S 21980 21982 21497 0 -1 4202560 8308 0 0 0 153 2 0 0 20 0 22 0 253317709 10060460032 153705 33554432000 1073741824 1073778376 140734101941696 139678782003896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 984 0 0 0 13 1 0 0 20 0 22 0 253317706 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) S 21980 21982 21497 0 -1 4202560 8308 0 0 0 158 2 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678782003896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21998] ppid=21980 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21982/task/21998/stat : 21998 (java) S 21980 21982 21497 0 -1 4202560 10406 0 0 0 113 2 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678780951096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21999] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21999/stat : 21999 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677906496632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22000] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22000/stat : 22000 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677905444040 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22026] ppid=21980 vsize=9824668 CPUtime=8.56 cores=0,2,4,6
/proc/21982/task/22026/stat : 22026 (java) R 21980 21982 21497 0 -1 4202560 32 0 0 0 856 0 0 0 20 0 22 0 253317765 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677904388440 139678796268143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=22027] ppid=21980 vsize=9824668 CPUtime=8.59 cores=0,2,4,6
/proc/21982/task/22027/stat : 22027 (java) R 21980 21982 21497 0 -1 4202560 524 0 0 0 845 14 0 0 20 0 22 0 253317765 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677903333768 139678796641979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22028] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22028/stat : 22028 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677902283944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22029] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22029/stat : 22029 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677901231144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 9824668

[startup+10.3008 s]
/proc/loadavg: 1.29 0.33 0.11 7/219 22127
/proc/meminfo: memFree=27623888/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=22.69 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 24074 0 1 0 2243 26 0 0 20 0 22 0 253317704 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 279648 2285 9 0 2446860 0
[pid=21982/tid=21984] ppid=21980 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/21982/task/21984/stat : 21984 (java) S 21980 21982 21497 0 -1 4202560 2483 0 1 0 57 2 0 0 20 0 22 0 253317704 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678962070520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21497 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678923561256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21986] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21497 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678922508456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678921456168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21497 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678920403368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21497 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678919351080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21497 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678918298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253317705 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 984 0 0 0 13 1 0 0 20 0 22 0 253317706 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317706 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) S 21980 21982 21497 0 -1 4202560 8308 0 0 0 158 2 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678782003896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21998] ppid=21980 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21982/task/21998/stat : 21998 (java) S 21980 21982 21497 0 -1 4202560 10406 0 0 0 113 2 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139678780951096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21999] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21999/stat : 21999 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677906496632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22000] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22000/stat : 22000 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317709 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677905444040 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22026] ppid=21980 vsize=9824668 CPUtime=9.36 cores=0,2,4,6
/proc/21982/task/22026/stat : 22026 (java) R 21980 21982 21497 0 -1 4202560 32 0 0 0 936 0 0 0 20 0 22 0 253317765 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677904388320 139678796502752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21982/tid=22027] ppid=21980 vsize=9824668 CPUtime=9.39 cores=0,2,4,6
/proc/21982/task/22027/stat : 22027 (java) R 21980 21982 21497 0 -1 4202560 524 0 0 0 925 14 0 0 20 0 22 0 253317765 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677903335128 139678796888789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22028] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22028/stat : 22028 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677902283944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22029] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22029/stat : 22029 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 279648 33554432000 1073741824 1073778376 140734101941696 139677901231144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 9824668

[startup+10.7007 s]
/proc/loadavg: 1.29 0.33 0.11 7/219 22127
/proc/meminfo: memFree=27623888/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=23.5 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 24076 0 1 0 2322 28 0 0 20 0 19 0 253317704 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 279635 2286 9 0 2446860 0
[pid=21982/tid=21984] ppid=21980 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/21982/task/21984/stat : 21984 (java) S 21980 21982 21497 0 -1 4202560 2483 0 1 0 57 2 0 0 20 0 19 0 253317704 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678962070520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21497 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678923561256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21986] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21497 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678922508456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678921456168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21497 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678920403368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21497 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678919351080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21497 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678918298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 984 0 0 0 13 1 0 0 20 0 19 0 253317706 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317706 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317706 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) S 21980 21982 21497 0 -1 4202560 8308 0 0 0 160 2 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678782003896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21998] ppid=21980 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21982/task/21998/stat : 21998 (java) S 21980 21982 21497 0 -1 4202560 10406 0 0 0 113 2 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678780951096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21999] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21999/stat : 21999 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139677906496632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22000] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22000/stat : 22000 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139677905444040 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22028] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22028/stat : 22028 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317767 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139677902283944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.5
Current children cumulated vsize (KiB) 9824668

[startup+11.1007 s]
/proc/loadavg: 1.29 0.33 0.11 3/216 22127
/proc/meminfo: memFree=27621212/32873648 swapFree=6852/6852
[pid=21982] ppid=21980 vsize=9824668 CPUtime=23.5 cores=0,2,4,6
/proc/21982/stat : 21982 (java) S 21980 21982 21497 0 -1 4202496 24076 0 1 0 2322 28 0 0 20 0 19 0 253317704 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 140734101932832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21982/statm: 2456167 279635 2286 9 0 2446860 0
[pid=21982/tid=21984] ppid=21980 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/21982/task/21984/stat : 21984 (java) S 21980 21982 21497 0 -1 4202560 2483 0 1 0 57 2 0 0 20 0 19 0 253317704 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678962070520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21497 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678923561256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21986] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21497 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678922508456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678921456168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21497 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678920403368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21497 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678919351080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21497 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678918298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21497 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678917245992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21497 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253317705 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678916193192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21982/tid=21993] ppid=21980 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21497 0 -1 4202560 984 0 0 0 13 1 0 0 20 0 19 0 253317706 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678786214120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317706 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678785160184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317706 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678784107784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21996] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21996/stat : 21996 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678783056272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21997] ppid=21980 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/21982/task/21997/stat : 21997 (java) S 21980 21982 21497 0 -1 4202560 8308 0 0 0 160 2 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678782003896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=21998] ppid=21980 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21982/task/21998/stat : 21998 (java) S 21980 21982 21497 0 -1 4202560 10406 0 0 0 113 2 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139678780951096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=21999] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/21999/stat : 21999 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139677906496632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21982/tid=22000] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22000/stat : 22000 (java) S 21980 21982 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317709 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139677905444040 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21982/tid=22028] ppid=21980 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21982/task/22028/stat : 22028 (java) S 21980 21982 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317767 10060460032 279635 33554432000 1073741824 1073778376 140734101941696 139677902283944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.5
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 11.1288
CPU time (s): 23.5794
CPU user time (s): 23.1975
CPU system time (s): 0.381941
CPU usage (%): 211.877
Max. virtual memory (cumulated for all children) (KiB): 9826276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.1975
system time used= 0.381941
maximum resident set size= 1118596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24084
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= 912
involuntary context switches= 927

runsolver used 0.043993 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 17:05:17
IDJOB=3687428
IDBENCH=1454
IDSOLVER=2268
FILE ID=node116/3687428-1337871916
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687428-1337871916/watcher-3687428-1337871916 -o /tmp/evaluation-result-3687428-1337871916/solver-3687428-1337871916 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687428-1337871916.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1705632628

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:        28932260 kB
Buffers:          200656 kB
Cached:          2917776 kB
SwapCached:            0 kB
Active:           543368 kB
Inactive:        2638816 kB
Active(anon):      66200 kB
Inactive(anon):        0 kB
Active(file):     477168 kB
Inactive(file):  2638816 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:         64228 kB
Mapped:            21332 kB
Shmem:               200 kB
Slab:             623696 kB
SReclaimable:      67384 kB
SUnreclaim:       556312 kB
KernelStack:        1584 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 71724 MiB
End job on node116 at 2012-05-24 17:05:28