Trace number 3743854

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-31? (TO) 1802.44 1790.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUM682ced1993335202bf2b9cca6b4feb1c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9895127
Best CPU time to get the best result obtained on this benchmark1800.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/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@431b9fb1
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@5b2558d6
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-3743854-1338797701.opb
0.11/0.10	c reading problem ... 

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-3743854-1338797701/watcher-3743854-1338797701 -o /tmp/evaluation-result-3743854-1338797701/solver-3743854-1338797701 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743854-1338797701.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.38 3.79 3.81 3/193 20982
/proc/meminfo: memFree=27596896/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 345896112 94019584 917 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 22954 917 697 9 0 16769 0
[pid=20982/tid=20983] ppid=20980 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) D 20980 20982 17860 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 345896113 94019584 917 33554432000 1073741824 1073778376 140733344819680 140611076415016 214528257319 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0292291 s]
/proc/loadavg: 3.38 3.79 3.81 3/193 20982
/proc/meminfo: memFree=27596896/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 3634 0 1 0 1 0 0 0 20 0 11 0 345896112 2287566848 4843 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 558488 4843 1652 9 0 549189 0
[pid=20982/tid=20983] ppid=20980 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2474 0 1 0 1 0 0 0 20 0 11 0 345896113 2287566848 4843 33554432000 1073741824 1073778376 140733344819680 140611076422408 140611080431204 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100257 s]
/proc/loadavg: 3.38 3.79 3.81 3/193 20982
/proc/meminfo: memFree=27596896/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 4854 0 1 0 10 1 0 0 20 0 18 0 345896112 2764726272 6542 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 6542 2139 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2778 0 1 0 8 0 0 0 20 0 18 0 345896113 2764726272 6542 33554432000 1073741824 1073778376 140733344819680 140611076398088 214540805389 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.300259 s]
/proc/loadavg: 3.38 3.79 3.81 3/193 20982
/proc/meminfo: memFree=27596896/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 5777 0 1 0 43 3 0 0 20 0 18 0 345896112 2764726272 35118 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 35118 2216 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2843 0 1 0 25 3 0 0 20 0 18 0 345896113 2764726272 35118 33554432000 1073741824 1073778376 140733344819680 140611076411344 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700268 s]
/proc/loadavg: 3.38 3.79 3.81 3/193 20982
/proc/meminfo: memFree=27596896/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=0.86 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 5841 0 1 0 81 5 0 0 20 0 18 0 345896112 2764726272 67886 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 67886 2216 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2907 0 1 0 63 5 0 0 20 0 18 0 345896113 2764726272 67886 33554432000 1073741824 1073778376 140733344819680 140611076411296 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 3.27 3.76 3.80 3/211 21000
/proc/meminfo: memFree=27235148/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=1.88 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 6050 0 1 0 175 13 0 0 20 0 18 0 345896112 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 125288 2232 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=1.4 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2960 0 1 0 134 6 0 0 20 0 18 0 345896113 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140611076419048 140610938228848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 345896114 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) S 20980 20982 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610923292904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610315999632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 836 0 0 0 8 0 0 0 20 0 18 0 345896117 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 912 0 0 0 6 0 0 0 20 0 18 0 345896117 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 125288 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2699928

[startup+3.10066 s]
/proc/loadavg: 3.27 3.76 3.80 3/211 21000
/proc/meminfo: memFree=26987920/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=4.76 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 8027 0 1 0 439 37 0 0 20 0 18 0 345896112 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 190698 2237 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=2.61 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2963 0 1 0 254 7 0 0 20 0 18 0 345896113 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140611076417928 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 333 0 0 0 22 4 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 62 0 0 0 14 3 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 67 0 0 0 14 3 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 96 0 0 0 18 4 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 384 0 0 0 19 4 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 413 0 0 0 15 3 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 341 0 0 0 25 6 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=0.2 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 87 0 0 0 16 4 0 0 20 0 18 0 345896114 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) S 20980 20982 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610923292904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610315999632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 1063 0 0 0 15 0 0 0 20 0 18 0 345896117 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 1035 0 0 0 11 0 0 0 20 0 18 0 345896117 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 190698 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 2699928

[startup+6.3007 s]
/proc/loadavg: 3.27 3.76 3.80 5/211 21000
/proc/meminfo: memFree=26539380/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=13.09 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 28243 0 1 0 1241 68 0 0 20 0 18 0 345896112 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 279014 2256 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=4.43 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) R 20980 20982 17860 0 -1 4202560 2984 0 1 0 436 7 0 0 20 0 18 0 345896113 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140611076419080 140610938228997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=0.86 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 1032 0 0 0 77 9 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 674 0 0 0 77 5 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=0.93 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 1180 0 0 0 85 8 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 368 0 0 0 64 6 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=0.92 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 554 0 0 0 84 8 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=0.92 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 692 0 0 0 84 8 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=1.11 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 443 0 0 0 102 9 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=0.94 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 640 0 0 0 86 8 0 0 20 0 18 0 345896114 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610923292904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610315999632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 8150 0 0 0 75 0 0 0 20 0 18 0 345896117 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 10342 0 0 0 58 2 0 0 20 0 18 0 345896117 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 279014 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/loadavg: 2.94 2.79 2.67 4/216 21197
/proc/meminfo: memFree=26975688/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=1800.2 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 31372 0 1 0 179888 132 0 0 20 0 18 0 345896112 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 364515 2264 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=12.99 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) S 20980 20982 17860 0 -1 4202560 3441 0 1 0 1289 10 0 0 20 0 18 0 345896113 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611076419096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 1516 0 0 0 144 11 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 758 0 0 0 151 9 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=1.57 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 1520 0 0 0 147 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 594 0 0 0 128 8 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 739 0 0 0 153 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 1033 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=2.01 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 743 0 0 0 189 12 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 1115 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=1772.47 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) R 20980 20982 17860 0 -1 4202560 141 0 0 0 177216 31 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610923293064 140611082892218 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610315999176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 8151 0 0 0 75 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.62 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 10343 0 0 0 60 2 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 102 0 0 0 37 36 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2699928

[startup+1789.5 s]
/proc/loadavg: 2.94 2.79 2.67 4/216 21197
/proc/meminfo: memFree=26975688/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=1801 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 31372 0 1 0 179968 132 0 0 20 0 18 0 345896112 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 364515 2264 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=12.99 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) S 20980 20982 17860 0 -1 4202560 3441 0 1 0 1289 10 0 0 20 0 18 0 345896113 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611076419096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 1516 0 0 0 144 11 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 758 0 0 0 151 9 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=1.57 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 1520 0 0 0 147 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 594 0 0 0 128 8 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 739 0 0 0 153 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 1033 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=2.01 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 743 0 0 0 189 12 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 1115 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=1773.26 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) R 20980 20982 17860 0 -1 4202560 141 0 0 0 177295 31 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610923293064 140611082546319 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610315999176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 8151 0 0 0 75 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.62 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 10343 0 0 0 60 2 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 102 0 0 0 37 36 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 2699928

[startup+1790.3 s]
/proc/loadavg: 2.94 2.79 2.67 4/216 21197
/proc/meminfo: memFree=26975812/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=1801.8 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 31372 0 1 0 180048 132 0 0 20 0 18 0 345896112 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 364515 2264 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=12.99 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) S 20980 20982 17860 0 -1 4202560 3441 0 1 0 1289 10 0 0 20 0 18 0 345896113 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611076419096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 1516 0 0 0 144 11 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 758 0 0 0 151 9 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=1.57 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 1520 0 0 0 147 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 594 0 0 0 128 8 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 739 0 0 0 153 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 1033 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=2.01 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 743 0 0 0 189 12 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 1115 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=1774.06 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) R 20980 20982 17860 0 -1 4202560 141 0 0 0 177375 31 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610923293064 140611080581530 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610315999176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 8151 0 0 0 75 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.62 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 10343 0 0 0 60 2 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 102 0 0 0 37 36 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 2699928

[startup+1790.5 s]
/proc/loadavg: 2.94 2.79 2.67 4/216 21197
/proc/meminfo: memFree=26975812/32873648 swapFree=7116/7116
[pid=20982] ppid=20980 vsize=2699928 CPUtime=1802 cores=0,2,4,6
/proc/20982/stat : 20982 (java) S 20980 20982 17860 0 -1 4202496 31372 0 1 0 180068 132 0 0 20 0 18 0 345896112 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140733344810816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20982/statm: 674982 364515 2264 9 0 665676 0
[pid=20982/tid=20983] ppid=20980 vsize=2699928 CPUtime=12.99 cores=0,2,4,6
/proc/20982/task/20983/stat : 20983 (java) S 20980 20982 17860 0 -1 4202560 3441 0 1 0 1289 10 0 0 20 0 18 0 345896113 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611076419096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20985] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20985/stat : 20985 (java) S 20980 20982 17860 0 -1 4202560 1516 0 0 0 144 11 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611060701480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20986] ppid=20980 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/20982/task/20986/stat : 20986 (java) S 20980 20982 17860 0 -1 4202560 758 0 0 0 151 9 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611059648680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20987] ppid=20980 vsize=2699928 CPUtime=1.57 cores=0,2,4,6
/proc/20982/task/20987/stat : 20987 (java) S 20980 20982 17860 0 -1 4202560 1520 0 0 0 147 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611058596392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20988] ppid=20980 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/20982/task/20988/stat : 20988 (java) S 20980 20982 17860 0 -1 4202560 594 0 0 0 128 8 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611057543592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20989] ppid=20980 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/20982/task/20989/stat : 20989 (java) S 20980 20982 17860 0 -1 4202560 739 0 0 0 153 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140611056491304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20982/tid=20990] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20990/stat : 20990 (java) S 20980 20982 17860 0 -1 4202560 1033 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610937809576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20991] ppid=20980 vsize=2699928 CPUtime=2.01 cores=0,2,4,6
/proc/20982/task/20991/stat : 20991 (java) S 20980 20982 17860 0 -1 4202560 743 0 0 0 189 12 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610936757288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20992] ppid=20980 vsize=2699928 CPUtime=1.55 cores=0,2,4,6
/proc/20982/task/20992/stat : 20992 (java) S 20980 20982 17860 0 -1 4202560 1115 0 0 0 145 10 0 0 20 0 18 0 345896114 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610935704488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20993] ppid=20980 vsize=2699928 CPUtime=1774.26 cores=0,2,4,6
/proc/20982/task/20993/stat : 20993 (java) R 20980 20982 17860 0 -1 4202560 141 0 0 0 177395 31 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610923293064 140611080581436 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20994] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20994/stat : 20994 (java) S 20980 20982 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610922238968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20995] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20995/stat : 20995 (java) S 20980 20982 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345896115 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610317051144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20996] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20996/stat : 20996 (java) S 20980 20982 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610315999176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20997] ppid=20980 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/20982/task/20997/stat : 20997 (java) S 20980 20982 17860 0 -1 4202560 8151 0 0 0 75 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610314947256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20982/tid=20998] ppid=20980 vsize=2699928 CPUtime=0.62 cores=0,2,4,6
/proc/20982/task/20998/stat : 20998 (java) S 20980 20982 17860 0 -1 4202560 10343 0 0 0 60 2 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610313894456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=20999] ppid=20980 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20982/task/20999/stat : 20999 (java) S 20980 20982 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610312842360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20982/tid=21000] ppid=20980 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/20982/task/21000/stat : 21000 (java) S 20980 20982 17860 0 -1 4202560 102 0 0 0 37 36 0 0 20 0 18 0 345896117 2764726272 364515 33554432000 1073741824 1073778376 140733344819680 140610311789768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2699928

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.52
CPU time (s): 1802.44
CPU user time (s): 1800.72
CPU system time (s): 1.72174
CPU usage (%): 100.666
Max. virtual memory (cumulated for all children) (KiB): 2699928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.72
system time used= 1.72174
maximum resident set size= 1458060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31372
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37905
involuntary context switches= 6319

runsolver used 8.07277 second user time and 19.4031 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 10:15:07
IDJOB=3743854
IDBENCH=92637
IDSOLVER=2324
FILE ID=node127/3743854-1338797701
RUNJOBID= node127-1338781344-17876
PBS_JOBID= 14636831
Free space on /tmp= 70168 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743854-1338797701/watcher-3743854-1338797701 -o /tmp/evaluation-result-3743854-1338797701/solver-3743854-1338797701 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743854-1338797701.opb

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

MD5SUM BENCH= 682ced1993335202bf2b9cca6b4feb1c
RANDOM SEED=2103742022

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        27597688 kB
Buffers:          433224 kB
Cached:          2498176 kB
SwapCached:         1428 kB
Active:          2802656 kB
Inactive:        1554672 kB
Active(anon):    1420160 kB
Inactive(anon):     7952 kB
Active(file):    1382496 kB
Inactive(file):  1546720 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:            322724 kB
Writeback:             0 kB
AnonPages:       1458232 kB
Mapped:            18996 kB
Shmem:                92 kB
Slab:             753236 kB
SReclaimable:     196648 kB
SUnreclaim:       556588 kB
KernelStack:        1568 kB
PageTables:         6928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1567128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1386496 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= 70260 MiB
End job on node127 at 2012-06-04 10:44:57