Trace number 3744356

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? (exit code) 171.198 167.289

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_0.opb
MD5SUM0c13b673fccb5ec76783fc37235090e7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6221849
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
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 130390723337
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 130390723337
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1599470296
0.05/0.08	c Max memory 1607860224
0.05/0.08	c Total memory 1607860224
0.05/0.09	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3744356-1338798879.opb
0.08/0.11	c reading problem ... 
1.49/0.74	c ... done. Wall clock time 0.631s.
1.49/0.74	c CPU time (experimental) 0.7s.
1.49/0.74	c #vars     14620
1.49/0.74	c #constraints  36133
9.55/8.02	c SATISFIABLE
9.55/8.02	c OPTIMIZING...
9.55/8.02	c Got one! Elapsed wall clock time (in seconds):7.911
9.67/8.12	o 199322947
168.18/164.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
170.67/166.90	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
170.67/166.90		at java.util.Arrays.copyOfRange(Arrays.java:3209)
170.67/166.90		at java.lang.String.<init>(String.java:215)
170.67/166.90		at java.lang.StringBuilder.toString(StringBuilder.java:430)
170.67/166.90		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
170.67/166.90		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
170.67/166.90		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
170.67/166.90		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
170.98/167.28		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3744356-1338798879/watcher-3744356-1338798879 -o /tmp/evaluation-result-3744356-1338798879/solver-3744356-1338798879 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744356-1338798879.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.00 2.03 2.03 2/192 11967
/proc/meminfo: memFree=25862420/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11967/stat : 11967 (java) R 11965 11967 9704 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 346013813 9515008 175 33554432000 1073741824 1073778376 140733809320736 140733809303464 273448518544 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 2323 175 133 9 0 71 0

[startup+0.076459 s]
/proc/loadavg: 2.00 2.03 2.03 2/192 11967
/proc/meminfo: memFree=25862420/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=2956804 CPUtime=0.05 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 4077 0 1 0 4 1 0 0 20 0 18 0 346013813 3027767296 5795 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 739201 5795 1769 9 0 729885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2956804

[startup+0.100249 s]
/proc/loadavg: 2.00 2.03 2.03 2/192 11967
/proc/meminfo: memFree=25862420/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 4637 0 1 0 7 1 0 0 20 0 18 0 346013813 3028844544 6353 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 739464 6355 2054 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300221 s]
/proc/loadavg: 2.00 2.03 2.03 2/192 11967
/proc/meminfo: memFree=25862420/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 6022 0 1 0 44 1 0 0 20 0 18 0 346013813 3028844544 10699 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 739464 10699 2240 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700229 s]
/proc/loadavg: 2.00 2.03 2.03 2/192 11967
/proc/meminfo: memFree=25862420/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=2957856 CPUtime=1.49 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 14536 0 1 0 144 5 0 0 20 0 18 0 346013813 3028844544 36479 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 739464 36479 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 2.00 2.03 2.03 5/211 11986
/proc/meminfo: memFree=25699772/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=3024420 CPUtime=2.81 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 15379 0 1 0 274 7 0 0 20 0 19 0 346013813 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 756105 71903 2280 9 0 746526 0
[pid=11967/tid=11969] ppid=11965 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/11967/task/11969/stat : 11969 (java) R 11965 11967 9704 0 -1 4202560 3156 0 1 0 141 5 0 0 20 0 19 0 346013814 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315944829384 140315794020888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11970] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11970/stat : 11970 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315928262824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11971] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11971/stat : 11971 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315927210280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11972] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11972/stat : 11972 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315926157736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11973] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11973/stat : 11973 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315925105192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11974] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) S 11965 11967 9704 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315790919784 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5413 0 0 0 66 0 0 0 20 0 19 0 346013820 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 64 2 0 0 20 0 19 0 346013820 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11986] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11986/stat : 11986 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346013899 3097006080 71903 33554432000 1073741824 1073778376 140736840624544 140315781419816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 3024420

[startup+3.1007 s]
/proc/loadavg: 2.00 2.03 2.03 3/211 11986
/proc/meminfo: memFree=25442904/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=3024420 CPUtime=4.48 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 15501 0 1 0 437 11 0 0 20 0 19 0 346013813 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 756105 117491 2293 9 0 746526 0
[pid=11967/tid=11969] ppid=11965 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/11967/task/11969/stat : 11969 (java) R 11965 11967 9704 0 -1 4202560 3244 0 1 0 296 8 0 0 20 0 19 0 346013814 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315944837688 140315794058944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11970] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11970/stat : 11970 (java) S 11965 11967 9704 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315928262824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11971] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11971/stat : 11971 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315927210280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11972] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11972/stat : 11972 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315926157736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11973] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11973/stat : 11973 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315925105192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11974] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) S 11965 11967 9704 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315790919784 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5413 0 0 0 67 0 0 0 20 0 19 0 346013820 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 67 2 0 0 20 0 19 0 346013820 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11986] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11986/stat : 11986 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346013899 3097006080 117491 33554432000 1073741824 1073778376 140736840624544 140315781419816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 3024420

[startup+6.30072 s]
/proc/loadavg: 2.00 2.03 2.02 3/211 11986
/proc/meminfo: memFree=25385744/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=3024420 CPUtime=7.8 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 15541 0 1 0 767 13 0 0 20 0 19 0 346013813 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 756105 120843 2293 9 0 746526 0
[pid=11967/tid=11969] ppid=11965 vsize=3024420 CPUtime=6.2 cores=0,2,4,6
/proc/11967/task/11969/stat : 11969 (java) R 11965 11967 9704 0 -1 4202560 3248 0 1 0 611 9 0 0 20 0 19 0 346013814 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315944836304 140315794058896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11970] ppid=11965 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/11967/task/11970/stat : 11970 (java) S 11965 11967 9704 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315928262824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11971] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11971/stat : 11971 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315927210280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11972] ppid=11965 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/11967/task/11972/stat : 11972 (java) S 11965 11967 9704 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315926157736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11973] ppid=11965 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/11967/task/11973/stat : 11973 (java) S 11965 11967 9704 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315925105192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11974] ppid=11965 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346013815 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) S 11965 11967 9704 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315790919784 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346013817 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5413 0 0 0 67 0 0 0 20 0 19 0 346013820 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 69 2 0 0 20 0 19 0 346013820 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346013820 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11986] ppid=11965 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11986/stat : 11986 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 346013899 3097006080 120843 33554432000 1073741824 1073778376 140736840624544 140315781419816 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 3024420

[startup+12.7102 s]

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

/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 217 0 0 0 27 13 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 295 0 0 0 28 14 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 235 0 0 0 25 14 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3090984 CPUtime=0.32 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 219 0 0 0 20 12 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3090984 CPUtime=13.81 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) R 11965 11967 9704 0 -1 4202560 109 0 0 0 1377 4 0 0 20 0 20 0 346013817 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315790919944 140315948974429 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3090984 CPUtime=0.72 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5415 0 0 0 72 0 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 74 2 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3090984 CPUtime=0.03 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11987] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11987/stat : 11987 (java) S 11965 11967 9704 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 346014637 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315781419944 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11988] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11988/stat : 11988 (java) S 11965 11967 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 346030337 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315780365928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 170.07
Current children cumulated vsize (KiB) 3090984

[startup+166.701 s]
/proc/loadavg: 2.00 2.02 2.01 3/212 11988
/proc/meminfo: memFree=24181812/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=3090984 CPUtime=170.47 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 17725 0 1 0 16925 122 0 0 20 0 20 0 346013813 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 772746 421189 2302 9 0 763167 0
[pid=11967/tid=11969] ppid=11965 vsize=3090984 CPUtime=151.54 cores=0,2,4,6
/proc/11967/task/11969/stat : 11969 (java) S 11965 11967 9704 0 -1 4202560 3351 0 1 0 15142 12 0 0 20 0 20 0 346013814 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315944838328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11970] ppid=11965 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/11967/task/11970/stat : 11970 (java) S 11965 11967 9704 0 -1 4202560 306 0 0 0 31 14 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315928262824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11971] ppid=11965 vsize=3090984 CPUtime=0.33 cores=0,2,4,6
/proc/11967/task/11971/stat : 11971 (java) S 11965 11967 9704 0 -1 4202560 222 0 0 0 22 11 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315927210280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11972] ppid=11965 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/11967/task/11972/stat : 11972 (java) S 11965 11967 9704 0 -1 4202560 316 0 0 0 30 16 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315926157736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11973] ppid=11965 vsize=3090984 CPUtime=0.33 cores=0,2,4,6
/proc/11967/task/11973/stat : 11973 (java) S 11965 11967 9704 0 -1 4202560 216 0 0 0 20 13 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315925105192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11974] ppid=11965 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 217 0 0 0 27 13 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 295 0 0 0 28 14 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 235 0 0 0 25 14 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3090984 CPUtime=0.32 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 219 0 0 0 20 12 0 0 20 0 20 0 346013815 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3090984 CPUtime=14.21 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) R 11965 11967 9704 0 -1 4202560 109 0 0 0 1417 4 0 0 20 0 20 0 346013817 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315790919944 273448190244 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3090984 CPUtime=0.72 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5415 0 0 0 72 0 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 74 2 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3090984 CPUtime=0.03 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 20 0 346013820 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11987] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11987/stat : 11987 (java) S 11965 11967 9704 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 346014637 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315781419944 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11988] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11988/stat : 11988 (java) S 11965 11967 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 346030337 3165167616 421189 33554432000 1073741824 1073778376 140736840624544 140315780365928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 170.47
Current children cumulated vsize (KiB) 3090984

[startup+167.101 s]
/proc/loadavg: 2.00 2.02 2.01 3/212 11988
/proc/meminfo: memFree=24181812/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=3090984 CPUtime=170.88 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 17729 0 1 0 16966 122 0 0 20 0 20 0 346013813 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 772746 421191 2302 9 0 763167 0
[pid=11967/tid=11969] ppid=11965 vsize=3090984 CPUtime=151.54 cores=0,2,4,6
/proc/11967/task/11969/stat : 11969 (java) S 11965 11967 9704 0 -1 4202560 3351 0 1 0 15142 12 0 0 20 0 20 0 346013814 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315944838328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11970] ppid=11965 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/11967/task/11970/stat : 11970 (java) S 11965 11967 9704 0 -1 4202560 306 0 0 0 31 14 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315928262824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11971] ppid=11965 vsize=3090984 CPUtime=0.33 cores=0,2,4,6
/proc/11967/task/11971/stat : 11971 (java) S 11965 11967 9704 0 -1 4202560 222 0 0 0 22 11 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315927210280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11972] ppid=11965 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/11967/task/11972/stat : 11972 (java) S 11965 11967 9704 0 -1 4202560 316 0 0 0 30 16 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315926157736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11973] ppid=11965 vsize=3090984 CPUtime=0.33 cores=0,2,4,6
/proc/11967/task/11973/stat : 11973 (java) S 11965 11967 9704 0 -1 4202560 216 0 0 0 20 13 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315925105192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11974] ppid=11965 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 217 0 0 0 27 13 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 295 0 0 0 28 14 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 235 0 0 0 25 14 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3090984 CPUtime=0.32 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 219 0 0 0 20 12 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3090984 CPUtime=14.62 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) R 11965 11967 9704 0 -1 4202560 110 0 0 0 1458 4 0 0 20 0 20 0 346013817 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315790919944 140315948974429 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3090984 CPUtime=0.72 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5415 0 0 0 72 0 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 74 2 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3090984 CPUtime=0.03 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11987] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11987/stat : 11987 (java) S 11965 11967 9704 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 346014637 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315781419944 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11988] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11988/stat : 11988 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 346030337 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315780365464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 170.88
Current children cumulated vsize (KiB) 3090984

[startup+167.207 s]
/proc/loadavg: 2.00 2.02 2.01 3/212 11988
/proc/meminfo: memFree=24181812/32873852 swapFree=6856/6856
[pid=11967] ppid=11965 vsize=3090984 CPUtime=170.98 cores=0,2,4,6
/proc/11967/stat : 11967 (java) S 11965 11967 9704 0 -1 4202496 17729 0 1 0 16976 122 0 0 20 0 20 0 346013813 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140736840615680 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11967/statm: 772746 421191 2302 9 0 763167 0
[pid=11967/tid=11969] ppid=11965 vsize=3090984 CPUtime=151.54 cores=0,2,4,6
/proc/11967/task/11969/stat : 11969 (java) S 11965 11967 9704 0 -1 4202560 3351 0 1 0 15142 12 0 0 20 0 20 0 346013814 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315944838328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11970] ppid=11965 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/11967/task/11970/stat : 11970 (java) S 11965 11967 9704 0 -1 4202560 306 0 0 0 31 14 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315928262824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11971] ppid=11965 vsize=3090984 CPUtime=0.33 cores=0,2,4,6
/proc/11967/task/11971/stat : 11971 (java) S 11965 11967 9704 0 -1 4202560 222 0 0 0 22 11 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315927210280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11972] ppid=11965 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/11967/task/11972/stat : 11972 (java) S 11965 11967 9704 0 -1 4202560 316 0 0 0 30 16 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315926157736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11973] ppid=11965 vsize=3090984 CPUtime=0.33 cores=0,2,4,6
/proc/11967/task/11973/stat : 11973 (java) S 11965 11967 9704 0 -1 4202560 216 0 0 0 20 13 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315925105192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11974] ppid=11965 vsize=3090984 CPUtime=0.4 cores=0,2,4,6
/proc/11967/task/11974/stat : 11974 (java) S 11965 11967 9704 0 -1 4202560 217 0 0 0 27 13 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315924052648 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11975] ppid=11965 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11967/task/11975/stat : 11975 (java) S 11965 11967 9704 0 -1 4202560 295 0 0 0 28 14 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315923000104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11976] ppid=11965 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/11967/task/11976/stat : 11976 (java) S 11965 11967 9704 0 -1 4202560 235 0 0 0 25 14 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315921947560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11977] ppid=11965 vsize=3090984 CPUtime=0.32 cores=0,2,4,6
/proc/11967/task/11977/stat : 11977 (java) S 11965 11967 9704 0 -1 4202560 219 0 0 0 20 12 0 0 20 0 20 0 346013815 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315920895016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11978] ppid=11965 vsize=3090984 CPUtime=14.72 cores=0,2,4,6
/proc/11967/task/11978/stat : 11978 (java) R 11965 11967 9704 0 -1 4202560 110 0 0 0 1468 4 0 0 20 0 20 0 346013817 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315790919944 140315951691779 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11979] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11979/stat : 11979 (java) S 11965 11967 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315789866104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11980] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11980/stat : 11980 (java) S 11965 11967 9704 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346013817 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315788813448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11981] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11981/stat : 11981 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315787762192 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11982] ppid=11965 vsize=3090984 CPUtime=0.72 cores=0,2,4,6
/proc/11967/task/11982/stat : 11982 (java) S 11965 11967 9704 0 -1 4202560 5415 0 0 0 72 0 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315786709560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11967/tid=11983] ppid=11965 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/11967/task/11983/stat : 11983 (java) S 11965 11967 9704 0 -1 4202560 5609 0 0 0 74 2 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315785657016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11967/tid=11984] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11984/stat : 11984 (java) S 11965 11967 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315784604664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11967/tid=11985] ppid=11965 vsize=3090984 CPUtime=0.03 cores=0,2,4,6
/proc/11967/task/11985/stat : 11985 (java) S 11965 11967 9704 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 20 0 346013820 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315783552328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11987] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11987/stat : 11987 (java) S 11965 11967 9704 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 346014637 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315781419944 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11967/tid=11988] ppid=11965 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11967/task/11988/stat : 11988 (java) S 11965 11967 9704 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 346030337 3165167616 421191 33554432000 1073741824 1073778376 140736840624544 140315780365464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 170.98
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 167.289
CPU time (s): 171.198
CPU user time (s): 169.795
CPU system time (s): 1.40279
CPU usage (%): 102.337
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.795
system time used= 1.40279
maximum resident set size= 1684764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17732
page faults= 1
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4604
involuntary context switches= 3470

runsolver used 0.572912 second user time and 1.3038 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 10:34:39
IDJOB=3744356
IDBENCH=92736
IDSOLVER=2319
FILE ID=node128/3744356-1338798879
RUNJOBID= node128-1338773754-9720
PBS_JOBID= 14636825
Free space on /tmp= 70420 MiB

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

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

MD5SUM BENCH= 0c13b673fccb5ec76783fc37235090e7
RANDOM SEED=1739341329

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        25862800 kB
Buffers:          563068 kB
Cached:          3898816 kB
SwapCached:          744 kB
Active:          3699828 kB
Inactive:        2411744 kB
Active(anon):    1640808 kB
Inactive(anon):    11420 kB
Active(file):    2059020 kB
Inactive(file):  2400324 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:              4764 kB
Writeback:             0 kB
AnonPages:       1710740 kB
Mapped:            22488 kB
Shmem:               200 kB
Slab:             757752 kB
SReclaimable:     199784 kB
SUnreclaim:       557968 kB
KernelStack:        1752 kB
PageTables:         7064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1827040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1654784 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= 70420 MiB
End job on node128 at 2012-06-04 10:37:26