Trace number 3744320

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-23No Cert. 647.068 638.142

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_6.opb
MD5SUMf19aad2da4bea8b48e35d4e26f93e3de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5657601
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 176505017008
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 176505017008
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.09	c no version file found!!!
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version	1.6.0_24
0.01/0.09	c os.name	Linux
0.01/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch	amd64
0.01/0.09	c Free memory 1599470296
0.01/0.09	c Max memory 1607860224
0.01/0.09	c Total memory 1607860224
0.01/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-3744320-1338797924.opb
0.07/0.11	c reading problem ... 
1.68/0.81	c ... done. Wall clock time 0.698s.
1.68/0.81	c CPU time (experimental) 0.77s.
1.68/0.81	c #vars     20200
1.68/0.81	c #constraints  50008
214.28/208.46	c SATISFIABLE
214.28/208.46	c OPTIMIZING...
214.28/208.46	c Got one! Elapsed wall clock time (in seconds):208.347
214.50/208.64	o 300172939
215.04/209.14	c Got one! Elapsed wall clock time (in seconds):209.03
215.24/209.31	o 16514803
218.53/212.55	c Got one! Elapsed wall clock time (in seconds):212.432
218.73/212.72	o 15905985
642.64/633.93	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
642.64/633.93		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
642.64/633.93		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
642.64/633.93		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
642.64/633.93		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
642.64/633.93		at org.sat4j.minisat.core.Solver.search(Unknown Source)
642.64/633.93		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
642.64/633.93		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
642.64/633.93		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
642.64/633.93		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
642.64/633.93		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
642.64/633.93		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
642.64/633.93		at org.sat4j.AbstractLauncher.run(Unknown Source)
642.64/633.93		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
645.04/636.34	c starts		: 41
645.04/636.34	c conflicts		: 267114
645.04/636.34	c decisions		: 368581
645.04/636.34	c propagations		: 183031655
645.04/636.34	c inspects		: 918040075
645.04/636.34	c learnt literals	: 0
645.04/636.34	c learnt binary clauses	: 0
645.04/636.34	c learnt ternary clauses	: 258
645.04/636.34	c learnt clauses	: 267113
645.04/636.34	c root simplifications	: 0
645.04/636.34	c removed literals (reason simplification)	: 0
645.04/636.34	c reason swapping (by a shorter reason)	: 0
645.04/636.34	c Calls to reduceDB	: 0
645.04/636.34	c speed (decisions/second)	: 870.4732349926552
645.04/636.34	c non guided choices	150
645.04/636.34	s SATISFIABLE
646.83/638.13	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
646.83/638.13		at java.lang.Integer.toString(Integer.java:310)
646.83/638.13		at java.lang.Integer.toString(Integer.java:118)
646.83/638.13		at java.lang.String.valueOf(String.java:2931)
646.83/638.13		at java.io.PrintWriter.print(PrintWriter.java:487)
646.83/638.13		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
646.83/638.13		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
646.83/638.13		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-3744320-1338797924/watcher-3744320-1338797924 -o /tmp/evaluation-result-3744320-1338797924/solver-3744320-1338797924 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744320-1338797924.opb 

running on 4 cores: 1,3,5,7

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.01 2.00 4/194 20963
/proc/meminfo: memFree=24766020/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20963/stat : 20963 (java) D 20961 20963 17886 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345917217 9515008 182 33554432000 1073741824 1073778376 140736664276560 140736664267592 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/20963/statm: 2323 182 140 9 0 71 0

[startup+0.030663 s]
/proc/loadavg: 2.04 2.01 2.00 4/194 20963
/proc/meminfo: memFree=24766020/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=2413132 CPUtime=0.01 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 3146 0 1 0 0 1 0 0 20 0 10 0 345917217 2471047168 3845 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 603283 3845 1081 9 0 594392 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2413132

[startup+0.100288 s]
/proc/loadavg: 2.04 2.01 2.00 4/194 20963
/proc/meminfo: memFree=24766020/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 4147 0 1 0 6 1 0 0 20 0 18 0 345917217 3028844544 5864 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 739464 5865 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300246 s]
/proc/loadavg: 2.04 2.01 2.00 4/194 20963
/proc/meminfo: memFree=24766020/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 6085 0 1 0 45 2 0 0 20 0 18 0 345917217 3028844544 10728 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 739464 10728 2240 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700252 s]
/proc/loadavg: 2.04 2.01 2.00 4/194 20963
/proc/meminfo: memFree=24766020/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=2957856 CPUtime=1.52 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 13568 0 1 0 147 5 0 0 20 0 18 0 345917217 3028844544 37441 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 739464 37441 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 2957856

[startup+1.50076 s]
/proc/loadavg: 2.04 2.01 2.00 6/213 20982
/proc/meminfo: memFree=24561908/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=3024420 CPUtime=2.94 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 15481 0 1 0 287 7 0 0 20 0 19 0 345917217 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 756105 67685 2279 9 0 746526 0
[pid=20963/tid=20965] ppid=20961 vsize=3024420 CPUtime=1.46 cores=1,3,5,7
/proc/20963/task/20965/stat : 20965 (java) R 20961 20963 17886 0 -1 4202560 3153 0 1 0 141 5 0 0 20 0 19 0 345917218 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479415382152 140479271205319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20966] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20966/stat : 20966 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479398808232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20967] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20967/stat : 20967 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479397755688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20968] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20968/stat : 20968 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479396703144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20969] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20969/stat : 20969 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479395650600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20970] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) S 20961 20963 17886 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345917221 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479260744296 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 345917222 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345917222 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 19 0 345917224 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) R 20961 20963 17886 0 -1 4202560 5420 0 0 0 75 2 0 0 20 0 19 0 345917224 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140479255480504 140479417352209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20982] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20982/stat : 20982 (java) S 20961 20963 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345917311 3097006080 67685 33554432000 1073741824 1073778376 140734039689248 140478377841960 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 3024420

[startup+3.10076 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 20982
/proc/meminfo: memFree=24384228/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=3024420 CPUtime=4.65 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 15621 0 1 0 452 13 0 0 20 0 19 0 345917217 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 756105 118904 2292 9 0 746526 0
[pid=20963/tid=20965] ppid=20961 vsize=3024420 CPUtime=3.03 cores=1,3,5,7
/proc/20963/task/20965/stat : 20965 (java) R 20961 20963 17886 0 -1 4202560 3249 0 1 0 294 9 0 0 20 0 19 0 345917218 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479415381432 140479271258934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20966] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20966/stat : 20966 (java) S 20961 20963 17886 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479398808232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20967] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20967/stat : 20967 (java) S 20961 20963 17886 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479397755688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20968] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20968/stat : 20968 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479396703144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20969] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20969/stat : 20969 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479395650600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20970] ppid=20961 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 345917220 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) S 20961 20963 17886 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917221 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479260744296 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345917222 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345917222 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 19 0 345917224 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3024420 CPUtime=0.8 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) S 20961 20963 17886 0 -1 4202560 5420 0 0 0 78 2 0 0 20 0 19 0 345917224 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140479255480504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20982] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20982/stat : 20982 (java) S 20961 20963 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345917311 3097006080 118904 33554432000 1073741824 1073778376 140734039689248 140478377841960 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 3024420

[startup+6.30078 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 20982
/proc/meminfo: memFree=24270592/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=3024420 CPUtime=8.01 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 15705 0 1 0 782 19 0 0 20 0 19 0 345917217 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 756105 129041 2292 9 0 746526 0
[pid=20963/tid=20965] ppid=20961 vsize=3024420 CPUtime=6.17 cores=1,3,5,7
/proc/20963/task/20965/stat : 20965 (java) R 20961 20963 17886 0 -1 4202560 3253 0 1 0 608 9 0 0 20 0 19 0 345917218 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479415381336 140479271200052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20966] ppid=20961 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/20963/task/20966/stat : 20966 (java) S 20961 20963 17886 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479398808232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20967] ppid=20961 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/20963/task/20967/stat : 20967 (java) S 20961 20963 17886 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479397755688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20968] ppid=20961 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/20963/task/20968/stat : 20968 (java) S 20961 20963 17886 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479396703144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20969] ppid=20961 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/20963/task/20969/stat : 20969 (java) S 20961 20963 17886 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479395650600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20970] ppid=20961 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 345917220 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) S 20961 20963 17886 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345917221 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479260744296 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345917222 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345917222 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 19 0 345917224 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3024420 CPUtime=0.81 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) S 20961 20963 17886 0 -1 4202560 5420 0 0 0 79 2 0 0 20 0 19 0 345917224 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140479255480504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345917224 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20982] ppid=20961 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20982/stat : 20982 (java) S 20961 20963 17886 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345917311 3097006080 129041 33554432000 1073741824 1073778376 140734039689248 140478377841960 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]

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

/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 101 23 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3090984 CPUtime=1.18 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 287 0 0 0 99 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3090984 CPUtime=1.22 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 280 0 0 0 103 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3090984 CPUtime=1.35 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 260 0 0 0 116 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3090984 CPUtime=21.2 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) R 20961 20963 17886 0 -1 4202560 86 0 0 0 2117 3 0 0 20 0 20 0 345917221 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479260744456 140479422236675 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) S 20961 20963 17886 0 -1 4202560 5424 0 0 0 86 2 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479255480504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3090984 CPUtime=0.27 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20989] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20989/stat : 20989 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 345938509 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478377842344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=21051] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/21051/stat : 21051 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 345980779 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478376788008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 645.44
Current children cumulated vsize (KiB) 3090984

[startup+637.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 21051
/proc/meminfo: memFree=23090968/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=3090984 CPUtime=646.24 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 18191 0 1 0 64441 183 0 0 20 0 20 0 345917217 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 772746 420717 2301 9 0 763167 0
[pid=20963/tid=20965] ppid=20961 vsize=3090984 CPUtime=612.57 cores=1,3,5,7
/proc/20963/task/20965/stat : 20965 (java) S 20961 20963 17886 0 -1 4202560 3452 0 1 0 61237 20 0 0 20 0 20 0 345917218 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479415383224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20966] ppid=20961 vsize=3090984 CPUtime=1.26 cores=1,3,5,7
/proc/20963/task/20966/stat : 20966 (java) S 20961 20963 17886 0 -1 4202560 302 0 0 0 107 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479398808232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20967] ppid=20961 vsize=3090984 CPUtime=1.13 cores=1,3,5,7
/proc/20963/task/20967/stat : 20967 (java) S 20961 20963 17886 0 -1 4202560 265 0 0 0 95 18 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479397755688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20968] ppid=20961 vsize=3090984 CPUtime=1.2 cores=1,3,5,7
/proc/20963/task/20968/stat : 20968 (java) S 20961 20963 17886 0 -1 4202560 282 0 0 0 102 18 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479396703144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20969] ppid=20961 vsize=3090984 CPUtime=1.19 cores=1,3,5,7
/proc/20963/task/20969/stat : 20969 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 98 21 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479395650600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20970] ppid=20961 vsize=3090984 CPUtime=1.24 cores=1,3,5,7
/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 101 23 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3090984 CPUtime=1.18 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 287 0 0 0 99 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3090984 CPUtime=1.22 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 280 0 0 0 103 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3090984 CPUtime=1.35 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 260 0 0 0 116 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3090984 CPUtime=22 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) R 20961 20963 17886 0 -1 4202560 86 0 0 0 2197 3 0 0 20 0 20 0 345917221 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479260744296 140479419519325 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) S 20961 20963 17886 0 -1 4202560 5424 0 0 0 86 2 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479255480504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3090984 CPUtime=0.27 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20989] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20989/stat : 20989 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 345938509 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478377842344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=21051] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/21051/stat : 21051 (java) S 20961 20963 17886 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 345980779 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478376788008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 646.24
Current children cumulated vsize (KiB) 3090984

[startup+637.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 21051
/proc/meminfo: memFree=23090968/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=3090984 CPUtime=646.64 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 18192 0 1 0 64481 183 0 0 20 0 20 0 345917217 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 772746 420717 2301 9 0 763167 0
[pid=20963/tid=20965] ppid=20961 vsize=3090984 CPUtime=612.57 cores=1,3,5,7
/proc/20963/task/20965/stat : 20965 (java) S 20961 20963 17886 0 -1 4202560 3452 0 1 0 61237 20 0 0 20 0 20 0 345917218 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479415383224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20966] ppid=20961 vsize=3090984 CPUtime=1.26 cores=1,3,5,7
/proc/20963/task/20966/stat : 20966 (java) S 20961 20963 17886 0 -1 4202560 302 0 0 0 107 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479398808232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20967] ppid=20961 vsize=3090984 CPUtime=1.13 cores=1,3,5,7
/proc/20963/task/20967/stat : 20967 (java) S 20961 20963 17886 0 -1 4202560 265 0 0 0 95 18 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479397755688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20968] ppid=20961 vsize=3090984 CPUtime=1.2 cores=1,3,5,7
/proc/20963/task/20968/stat : 20968 (java) S 20961 20963 17886 0 -1 4202560 282 0 0 0 102 18 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479396703144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20969] ppid=20961 vsize=3090984 CPUtime=1.19 cores=1,3,5,7
/proc/20963/task/20969/stat : 20969 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 98 21 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479395650600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20970] ppid=20961 vsize=3090984 CPUtime=1.24 cores=1,3,5,7
/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 101 23 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3090984 CPUtime=1.18 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 287 0 0 0 99 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3090984 CPUtime=1.22 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 280 0 0 0 103 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3090984 CPUtime=1.35 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 260 0 0 0 116 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3090984 CPUtime=22.41 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) R 20961 20963 17886 0 -1 4202560 86 0 0 0 2238 3 0 0 20 0 20 0 345917221 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479260744456 140479421506961 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) S 20961 20963 17886 0 -1 4202560 5424 0 0 0 86 2 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479255480504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3090984 CPUtime=0.27 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20989] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20989/stat : 20989 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 345938509 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478377842344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=21051] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/21051/stat : 21051 (java) S 20961 20963 17886 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 345980779 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478376788008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 646.64
Current children cumulated vsize (KiB) 3090984

[startup+638.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 21051
/proc/meminfo: memFree=23090968/32873844 swapFree=7628/7628
[pid=20963] ppid=20961 vsize=3090984 CPUtime=646.83 cores=1,3,5,7
/proc/20963/stat : 20963 (java) S 20961 20963 17886 0 -1 4202496 18193 0 1 0 64500 183 0 0 20 0 20 0 345917217 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140734039680384 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20963/statm: 772746 420717 2301 9 0 763167 0
[pid=20963/tid=20965] ppid=20961 vsize=3090984 CPUtime=612.57 cores=1,3,5,7
/proc/20963/task/20965/stat : 20965 (java) S 20961 20963 17886 0 -1 4202560 3452 0 1 0 61237 20 0 0 20 0 20 0 345917218 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479415383224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20966] ppid=20961 vsize=3090984 CPUtime=1.26 cores=1,3,5,7
/proc/20963/task/20966/stat : 20966 (java) S 20961 20963 17886 0 -1 4202560 302 0 0 0 107 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479398808232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20967] ppid=20961 vsize=3090984 CPUtime=1.13 cores=1,3,5,7
/proc/20963/task/20967/stat : 20967 (java) S 20961 20963 17886 0 -1 4202560 265 0 0 0 95 18 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479397755688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20968] ppid=20961 vsize=3090984 CPUtime=1.2 cores=1,3,5,7
/proc/20963/task/20968/stat : 20968 (java) S 20961 20963 17886 0 -1 4202560 282 0 0 0 102 18 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479396703144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20969] ppid=20961 vsize=3090984 CPUtime=1.19 cores=1,3,5,7
/proc/20963/task/20969/stat : 20969 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 98 21 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479395650600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20970] ppid=20961 vsize=3090984 CPUtime=1.24 cores=1,3,5,7
/proc/20963/task/20970/stat : 20970 (java) S 20961 20963 17886 0 -1 4202560 297 0 0 0 101 23 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479394597032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20971] ppid=20961 vsize=3090984 CPUtime=1.18 cores=1,3,5,7
/proc/20963/task/20971/stat : 20971 (java) S 20961 20963 17886 0 -1 4202560 287 0 0 0 99 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479393544488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20972] ppid=20961 vsize=3090984 CPUtime=1.22 cores=1,3,5,7
/proc/20963/task/20972/stat : 20972 (java) S 20961 20963 17886 0 -1 4202560 280 0 0 0 103 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479392491944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20963/tid=20973] ppid=20961 vsize=3090984 CPUtime=1.35 cores=1,3,5,7
/proc/20963/task/20973/stat : 20973 (java) S 20961 20963 17886 0 -1 4202560 260 0 0 0 116 19 0 0 20 0 20 0 345917220 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479391439400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20963/tid=20974] ppid=20961 vsize=3090984 CPUtime=22.6 cores=1,3,5,7
/proc/20963/task/20974/stat : 20974 (java) R 20961 20963 17886 0 -1 4202560 86 0 0 0 2257 3 0 0 20 0 20 0 345917221 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479260744456 140479422237981 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20975] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20975/stat : 20975 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479259690616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20976] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20976/stat : 20976 (java) S 20961 20963 17886 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 345917222 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479258637960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20977] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20977/stat : 20977 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479257586704 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20978] ppid=20961 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/20963/task/20978/stat : 20978 (java) S 20961 20963 17886 0 -1 4202560 5711 0 0 0 69 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479256533048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=20979] ppid=20961 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/20963/task/20979/stat : 20979 (java) S 20961 20963 17886 0 -1 4202560 5424 0 0 0 86 2 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140479255480504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20980] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20980/stat : 20980 (java) S 20961 20963 17886 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478381025784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20981] ppid=20961 vsize=3090984 CPUtime=0.27 cores=1,3,5,7
/proc/20963/task/20981/stat : 20981 (java) S 20961 20963 17886 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 20 0 345917224 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478379973448 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20963/tid=20989] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/20989/stat : 20989 (java) S 20961 20963 17886 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 345938509 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478377842344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20963/tid=21051] ppid=20961 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/20963/task/21051/stat : 21051 (java) S 20961 20963 17886 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 345980779 3165167616 420717 33554432000 1073741824 1073778376 140734039689248 140478376788008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 646.83
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 638.142
CPU time (s): 647.068
CPU user time (s): 644.983
CPU system time (s): 2.08468
CPU usage (%): 101.399
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 644.983
system time used= 2.08468
maximum resident set size= 1682880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18202
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18097
involuntary context switches= 16854

runsolver used 2.56061 second user time and 6.95094 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 10:18:44
IDJOB=3744320
IDBENCH=92726
IDSOLVER=2319
FILE ID=node144/3744320-1338797924
RUNJOBID= node144-1338765348-17903
PBS_JOBID= 14636814
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= f19aad2da4bea8b48e35d4e26f93e3de
RANDOM SEED=229100028

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:        24766928 kB
Buffers:         1725492 kB
Cached:          3791068 kB
SwapCached:          464 kB
Active:          5253816 kB
Inactive:        1966516 kB
Active(anon):    1684312 kB
Inactive(anon):    11188 kB
Active(file):    3569504 kB
Inactive(file):  1955328 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              5104 kB
Writeback:             0 kB
AnonPages:       1700060 kB
Mapped:            22572 kB
Shmem:               172 kB
Slab:             743252 kB
SReclaimable:     185176 kB
SUnreclaim:       558076 kB
KernelStack:        1600 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70828 MiB
End job on node144 at 2012-06-04 10:29:22