Trace number 3743912

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1802.23 1788.53

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_mh.opb
MD5SUMab50ad160b8df343de4157f6d66d8abc
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750142818
Best CPU time to get the best result obtained on this benchmark1801.3
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 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 358670528524
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 358670528524
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.09	c no version file found!!!
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1599470296
0.04/0.09	c Max memory 1607860224
0.04/0.09	c Total memory 1607860224
0.04/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3743912-1338789436.opb
0.07/0.11	c reading problem ... 
111.53/99.22	c ... done. Wall clock time 99.102s.
111.53/99.22	c CPU time (experimental) 25.92s.
111.53/99.22	c #vars     2000400
111.53/99.22	c #constraints  4940608

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-3743912-1338789436/watcher-3743912-1338789436 -o /tmp/evaluation-result-3743912-1338789436/solver-3743912-1338789436 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743912-1338789436.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: 2.04 2.25 2.16 3/194 20256
/proc/meminfo: memFree=24443316/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20256/stat : 20256 (java) D 20254 20256 17886 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345068941 9515008 183 33554432000 1073741824 1073778376 140736783101504 140736783092536 223651643061 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/20256/statm: 2323 183 140 9 0 71 0

[startup+0.072309 s]
/proc/loadavg: 2.04 2.25 2.16 3/194 20256
/proc/meminfo: memFree=24443316/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2956736 CPUtime=0.04 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 4027 0 1 0 4 0 0 0 20 0 18 0 345068941 3027697664 5745 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739184 5747 1745 9 0 729885 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2956736

[startup+0.100261 s]
/proc/loadavg: 2.04 2.25 2.16 3/194 20256
/proc/meminfo: memFree=24443316/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 4141 0 1 0 6 1 0 0 20 0 18 0 345068941 3028844544 5858 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 5858 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300227 s]
/proc/loadavg: 2.04 2.25 2.16 3/194 20256
/proc/meminfo: memFree=24443316/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 5993 0 1 0 40 3 0 0 20 0 18 0 345068941 3028844544 28651 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 28651 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700235 s]
/proc/loadavg: 2.04 2.25 2.16 3/194 20256
/proc/meminfo: memFree=24443316/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=0.83 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 6053 0 1 0 78 5 0 0 20 0 18 0 345068941 3028844544 59371 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 59371 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.5008 s]
/proc/loadavg: 2.03 2.25 2.16 3/212 20274
/proc/meminfo: memFree=24121492/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=1.9 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 6351 0 1 0 174 16 0 0 20 0 18 0 345068941 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 137785 2249 9 0 729885 0
[pid=20256/tid=20258] ppid=20254 vsize=2957856 CPUtime=1.37 cores=0,2,4,6
/proc/20256/task/20258/stat : 20258 (java) R 20254 20256 17886 0 -1 4202560 3241 0 1 0 128 9 0 0 20 0 18 0 345068942 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564391800232 140564230448840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20259] ppid=20254 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 345068944 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) S 20254 20256 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345068945 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564355447784 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345068946 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345068946 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564352289424 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 837 0 0 0 7 0 0 0 20 0 18 0 345068948 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 892 0 0 0 6 0 0 0 20 0 18 0 345068948 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 137785 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 2957856

[startup+3.10068 s]
/proc/loadavg: 2.03 2.25 2.16 5/212 20274
/proc/meminfo: memFree=23899192/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=4.06 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 6956 0 1 0 376 30 0 0 20 0 18 0 345068941 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 179527 2267 9 0 729885 0
[pid=20256/tid=20258] ppid=20254 vsize=2957856 CPUtime=2.83 cores=0,2,4,6
/proc/20256/task/20258/stat : 20258 (java) R 20254 20256 17886 0 -1 4202560 3253 0 1 0 274 9 0 0 20 0 18 0 345068942 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564391792848 140564398313174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20259] ppid=20254 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 49 0 0 0 5 3 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 53 0 0 0 6 3 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 78 0 0 0 12 5 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 63 0 0 0 10 3 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 18 0 345068944 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345068945 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564355447784 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345068946 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345068946 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564352289424 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 1007 0 0 0 15 0 0 0 20 0 18 0 345068948 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 1086 0 0 0 14 0 0 0 20 0 18 0 345068948 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 179527 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 2957856

[startup+6.30069 s]
/proc/loadavg: 2.03 2.25 2.16 3/212 20274
/proc/meminfo: memFree=23532524/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=9.48 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 15375 0 1 0 892 56 0 0 20 0 18 0 345068941 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 241690 2277 9 0 729885 0
[pid=20256/tid=20258] ppid=20254 vsize=2957856 CPUtime=5.44 cores=0,2,4,6
/proc/20256/task/20258/stat : 20258 (java) R 20254 20256 17886 0 -1 4202560 3260 0 1 0 534 10 0 0 20 0 18 0 345068942 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564391792976 140564230449241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20259] ppid=20254 vsize=2957856 CPUtime=0.33 cores=0,2,4,6
/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 143 0 0 0 28 5 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 155 0 0 0 33 6 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 119 0 0 0 24 4 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 160 0 0 0 39 6 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 142 0 0 0 35 5 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 161 0 0 0 40 7 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 151 0 0 0 34 6 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 114 0 0 0 24 4 0 0 20 0 18 0 345068944 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345068945 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564355447784 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345068946 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345068946 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564352289424 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 6032 0 0 0 47 2 0 0 20 0 18 0 345068948 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 3755 0 0 0 39 0 0 0 20 0 18 0 345068948 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345068948 3028844544 241690 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 2957856

[startup+12.7007 s]
/proc/loadavg: 2.03 2.24 2.16 3/212 20274
/proc/meminfo: memFree=23206176/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=2957856 CPUtime=20.72 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 19122 0 1 0 1995 77 0 0 20 0 18 0 345068941 3028844544 318160 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 739464 318160 2277 9 0 729885 0
[pid=20256/tid=20258] ppid=20254 vsize=2957856 CPUtime=10.17 cores=0,2,4,6

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

/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 489 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 535 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 1009 0 0 0 175 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=3024420 CPUtime=1.94 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 572 0 0 0 182 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=3024420 CPUtime=2.21 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 827 0 0 0 207 14 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=3024420 CPUtime=1.9 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 480 0 0 0 175 15 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 518 0 0 0 172 11 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 994 0 0 0 177 10 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=3024420 CPUtime=1654.5 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) R 20254 20256 17886 0 -1 4202560 150 0 0 0 165422 28 0 0 20 0 19 0 345068945 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564355447944 140564398655529 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564352288968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 6049 0 0 0 84 2 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 3762 0 0 0 65 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=3024420 CPUtime=0.84 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 103 0 0 0 45 39 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20275] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20275/stat : 20275 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345081438 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564227909288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.37
Current children cumulated vsize (KiB) 3024420

[startup+1788.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 20374
/proc/meminfo: memFree=23734436/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=3024420 CPUtime=1801.77 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 20477 0 1 0 180009 168 0 0 20 0 19 0 345068941 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 756105 423818 2306 9 0 746526 0
[pid=20256/tid=20258] ppid=20254 vsize=3024420 CPUtime=129.14 cores=0,2,4,6
/proc/20256/task/20258/stat : 20258 (java) S 20254 20256 17886 0 -1 4202560 3806 0 1 0 12894 20 0 0 20 0 19 0 345068942 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564391800136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20259] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 489 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 535 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 1009 0 0 0 175 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=3024420 CPUtime=1.94 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 572 0 0 0 182 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=3024420 CPUtime=2.21 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 827 0 0 0 207 14 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=3024420 CPUtime=1.9 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 480 0 0 0 175 15 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 518 0 0 0 172 11 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 994 0 0 0 177 10 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=3024420 CPUtime=1654.9 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) R 20254 20256 17886 0 -1 4202560 150 0 0 0 165462 28 0 0 20 0 19 0 345068945 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564355447944 140564395962658 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564352288968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 6049 0 0 0 84 2 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 3762 0 0 0 65 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 103 0 0 0 45 40 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20275] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20275/stat : 20275 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345081438 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564227909288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 3024420

[startup+1788.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 20374
/proc/meminfo: memFree=23734436/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=3024420 CPUtime=1801.97 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 20477 0 1 0 180029 168 0 0 20 0 19 0 345068941 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 756105 423818 2306 9 0 746526 0
[pid=20256/tid=20258] ppid=20254 vsize=3024420 CPUtime=129.14 cores=0,2,4,6
/proc/20256/task/20258/stat : 20258 (java) S 20254 20256 17886 0 -1 4202560 3806 0 1 0 12894 20 0 0 20 0 19 0 345068942 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564391800136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20259] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 489 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 535 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 1009 0 0 0 175 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=3024420 CPUtime=1.94 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 572 0 0 0 182 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=3024420 CPUtime=2.21 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 827 0 0 0 207 14 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=3024420 CPUtime=1.9 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 480 0 0 0 175 15 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 518 0 0 0 172 11 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 994 0 0 0 177 10 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=3024420 CPUtime=1655.1 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) R 20254 20256 17886 0 -1 4202560 150 0 0 0 165482 28 0 0 20 0 19 0 345068945 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564355447944 140564395962867 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564352288968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 6049 0 0 0 84 2 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 3762 0 0 0 65 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 103 0 0 0 45 40 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20275] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20275/stat : 20275 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345081438 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564227909288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 3024420

[startup+1788.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 20374
/proc/meminfo: memFree=23734436/32873844 swapFree=7628/7628
[pid=20256] ppid=20254 vsize=3024420 CPUtime=1802.07 cores=0,2,4,6
/proc/20256/stat : 20256 (java) S 20254 20256 17886 0 -1 4202496 20477 0 1 0 180039 168 0 0 20 0 19 0 345068941 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140735435840624 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20256/statm: 756105 423818 2306 9 0 746526 0
[pid=20256/tid=20258] ppid=20254 vsize=3024420 CPUtime=129.14 cores=0,2,4,6
/proc/20256/task/20258/stat : 20258 (java) S 20254 20256 17886 0 -1 4202560 3806 0 1 0 12894 20 0 0 20 0 19 0 345068942 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564391800136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20259] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20259/stat : 20259 (java) S 20254 20256 17886 0 -1 4202560 489 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564375227432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20260] ppid=20254 vsize=3024420 CPUtime=1.82 cores=0,2,4,6
/proc/20256/task/20260/stat : 20260 (java) S 20254 20256 17886 0 -1 4202560 535 0 0 0 170 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564374174632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20261] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20261/stat : 20261 (java) S 20254 20256 17886 0 -1 4202560 1009 0 0 0 175 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564373121832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20262] ppid=20254 vsize=3024420 CPUtime=1.94 cores=0,2,4,6
/proc/20256/task/20262/stat : 20262 (java) S 20254 20256 17886 0 -1 4202560 572 0 0 0 182 12 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564372069032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20263] ppid=20254 vsize=3024420 CPUtime=2.21 cores=0,2,4,6
/proc/20256/task/20263/stat : 20263 (java) S 20254 20256 17886 0 -1 4202560 827 0 0 0 207 14 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564371016232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20264] ppid=20254 vsize=3024420 CPUtime=1.9 cores=0,2,4,6
/proc/20256/task/20264/stat : 20264 (java) S 20254 20256 17886 0 -1 4202560 480 0 0 0 175 15 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564369963432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20265] ppid=20254 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/20256/task/20265/stat : 20265 (java) S 20254 20256 17886 0 -1 4202560 518 0 0 0 172 11 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564368910632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20266] ppid=20254 vsize=3024420 CPUtime=1.87 cores=0,2,4,6
/proc/20256/task/20266/stat : 20266 (java) S 20254 20256 17886 0 -1 4202560 994 0 0 0 177 10 0 0 20 0 19 0 345068944 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564367857832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20267] ppid=20254 vsize=3024420 CPUtime=1655.21 cores=0,2,4,6
/proc/20256/task/20267/stat : 20267 (java) R 20254 20256 17886 0 -1 4202560 150 0 0 0 165493 28 0 0 20 0 19 0 345068945 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564355447944 140564398309448 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20268] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20268/stat : 20268 (java) S 20254 20256 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564354393848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20269] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20269/stat : 20269 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345068946 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564353340936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20270] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20270/stat : 20270 (java) S 20254 20256 17886 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564352288968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20271] ppid=20254 vsize=3024420 CPUtime=0.86 cores=0,2,4,6
/proc/20256/task/20271/stat : 20271 (java) S 20254 20256 17886 0 -1 4202560 6049 0 0 0 84 2 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564351236536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20256/tid=20272] ppid=20254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/20256/task/20272/stat : 20272 (java) S 20254 20256 17886 0 -1 4202560 3762 0 0 0 65 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564350183736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20256/tid=20273] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20273/stat : 20273 (java) S 20254 20256 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564349131128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20256/tid=20274] ppid=20254 vsize=3024420 CPUtime=0.85 cores=0,2,4,6
/proc/20256/task/20274/stat : 20274 (java) S 20254 20256 17886 0 -1 4202560 103 0 0 0 45 40 0 0 20 0 19 0 345068948 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564230040008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20256/tid=20275] ppid=20254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/20256/task/20275/stat : 20275 (java) S 20254 20256 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345081438 3097006080 423818 33554432000 1073741824 1073778376 140735435849488 140564227909288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 3024420

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1788.53
CPU time (s): 1802.23
CPU user time (s): 1800.22
CPU system time (s): 2.01269
CPU usage (%): 100.766
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.22
system time used= 2.01269
maximum resident set size= 1695272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20477
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38731
involuntary context switches= 16407

runsolver used 4.90225 second user time and 10.0825 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 07:57:21
IDJOB=3743912
IDBENCH=92647
IDSOLVER=2319
FILE ID=node144/3743912-1338789436
RUNJOBID= node144-1338765348-17902
PBS_JOBID= 14636814
Free space on /tmp= 70520 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_9_mh.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743912-1338789436/watcher-3743912-1338789436 -o /tmp/evaluation-result-3743912-1338789436/solver-3743912-1338789436 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743912-1338789436.opb           

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

MD5SUM BENCH= ab50ad160b8df343de4157f6d66d8abc
RANDOM SEED=384406730

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.196
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:       32873844 kB
MemFree:        24443192 kB
Buffers:         1724424 kB
Cached:          4100224 kB
SwapCached:          464 kB
Active:          5571740 kB
Inactive:        1960652 kB
Active(anon):    1688232 kB
Inactive(anon):    11188 kB
Active(file):    3883508 kB
Inactive(file):  1949464 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:            225592 kB
Writeback:             0 kB
AnonPages:       1704360 kB
Mapped:            22620 kB
Shmem:               172 kB
Slab:             753868 kB
SReclaimable:     194876 kB
SUnreclaim:       558992 kB
KernelStack:        1592 kB
PageTables:         7468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1642496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70600 MiB
End job on node144 at 2012-06-04 08:27:09