Trace number 3744464

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) 487.69 480.796

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_7.opb
MD5SUM5143d5ad0515f9b6d1308dd1ede87dc2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8017325
Best CPU time to get the best result obtained on this benchmark1800.01
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 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 208246496520
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 208246496520
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.09	c no version file found!!!
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1599470296
0.05/0.09	c Max memory 1607860224
0.05/0.09	c Total memory 1607860224
0.05/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-3744464-1338801291.opb
0.07/0.11	c reading problem ... 
1.68/0.81	c ... done. Wall clock time 0.694s.
1.68/0.81	c CPU time (experimental) 0.77s.
1.68/0.81	c #vars     20200
1.68/0.81	c #constraints  50008
32.90/31.21	c SATISFIABLE
32.90/31.21	c OPTIMIZING...
32.90/31.21	c Got one! Elapsed wall clock time (in seconds):31.101
33.11/31.40	o 259176167
58.62/56.34	c Got one! Elapsed wall clock time (in seconds):56.231
58.82/56.51	o 237905153
93.15/90.46	c Got one! Elapsed wall clock time (in seconds):90.346
93.35/90.63	o 237031489
305.65/300.67	c Got one! Elapsed wall clock time (in seconds):300.556
305.85/300.84	o 153683585
306.56/301.56	c Got one! Elapsed wall clock time (in seconds):301.451
306.75/301.73	o 134455277
484.49/477.52	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
484.49/477.52		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
484.49/477.52		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
484.49/477.52		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
484.49/477.52		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
484.49/477.52		at org.sat4j.minisat.core.Solver.search(Unknown Source)
484.49/477.52		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
484.49/477.52		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
484.49/477.52		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
484.49/477.52		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
484.49/477.52		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
484.49/477.52		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
484.49/477.52		at org.sat4j.AbstractLauncher.run(Unknown Source)
484.49/477.52		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
485.59/478.64	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
486.88/479.90		at java.util.Arrays.copyOfRange(Arrays.java:3209)
487.69/480.78		at java.lang.String.<init>(String.java:215)
487.69/480.78		at java.lang.StringBuilder.toString(StringBuilder.java:430)
487.69/480.78		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
487.69/480.78		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
487.69/480.78		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
487.69/480.78		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
487.69/480.78		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-3744464-1338801291/watcher-3744464-1338801291 -o /tmp/evaluation-result-3744464-1338801291/solver-3744464-1338801291 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744464-1338801291.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: 1.91 1.97 1.99 3/194 23001
/proc/meminfo: memFree=26042924/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (java) D 22999 23001 21172 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 346254756 9515008 182 33554432000 1073741824 1073778376 140736745430544 140736745421576 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23001/statm: 2323 182 140 9 0 71 0

[startup+0.0838541 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23001
/proc/meminfo: memFree=26042924/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=2956804 CPUtime=0.05 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 4125 0 1 0 4 1 0 0 20 0 18 0 346254756 3027767296 5844 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 739201 5847 1781 9 0 729885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2956804

[startup+0.100289 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23001
/proc/meminfo: memFree=26042924/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 4175 0 1 0 6 1 0 0 20 0 18 0 346254756 3028844544 5893 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 739464 5893 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300256 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23001
/proc/meminfo: memFree=26042924/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 6074 0 1 0 45 2 0 0 20 0 18 0 346254756 3028844544 10734 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 739464 10735 2240 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700267 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23001
/proc/meminfo: memFree=26042924/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=2957856 CPUtime=1.53 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 13075 0 1 0 147 6 0 0 20 0 18 0 346254756 3028844544 37278 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 739464 37278 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2957856

[startup+1.50082 s]
/proc/loadavg: 1.91 1.97 1.99 4/213 23020
/proc/meminfo: memFree=25840648/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=3024420 CPUtime=2.89 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 14771 0 1 0 280 9 0 0 20 0 19 0 346254756 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 756105 73154 2279 9 0 746526 0
[pid=23001/tid=23003] ppid=22999 vsize=3024420 CPUtime=1.46 cores=1,3,5,7
/proc/23001/task/23003/stat : 23003 (java) R 22999 23001 21172 0 -1 4202560 3182 0 1 0 140 6 0 0 20 0 19 0 346254757 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449463611768 140449336335472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23004] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23004/stat : 23004 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449329568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23005] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23005/stat : 23005 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449328516136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23006] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23006/stat : 23006 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449327463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23007] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23007/stat : 23007 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449326410536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23008] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23008/stat : 23008 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449325357480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23009] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23009/stat : 23009 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140449324304936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23010] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23010/stat : 23010 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448987343016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23011] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23011/stat : 23011 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448986290472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23012] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23012/stat : 23012 (java) S 22999 23001 21172 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448974093160 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23013] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23013/stat : 23013 (java) S 22999 23001 21172 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448973039480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23014] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23014/stat : 23014 (java) S 22999 23001 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448971986312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23015] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4923 0 0 0 68 1 0 0 20 0 19 0 346254763 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 68 2 0 0 20 0 19 0 346254763 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23020] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23020/stat : 23020 (java) S 22999 23001 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346254850 3097006080 73154 33554432000 1073741824 1073778376 140734202628640 140448964593192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 3024420

[startup+3.10081 s]
/proc/loadavg: 1.91 1.97 1.99 3/213 23020
/proc/meminfo: memFree=25674016/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=3024420 CPUtime=4.59 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 14899 0 1 0 445 14 0 0 20 0 19 0 346254756 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 756105 118741 2292 9 0 746526 0
[pid=23001/tid=23003] ppid=22999 vsize=3024420 CPUtime=3.02 cores=1,3,5,7
/proc/23001/task/23003/stat : 23003 (java) R 22999 23001 21172 0 -1 4202560 3267 0 1 0 294 8 0 0 20 0 19 0 346254757 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449463610760 140449336385383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23004] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23004/stat : 23004 (java) S 22999 23001 21172 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449329568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23005] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23005/stat : 23005 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449328516136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23006] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23006/stat : 23006 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449327463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23007] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23007/stat : 23007 (java) S 22999 23001 21172 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449326410536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23008] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23008/stat : 23008 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449325357480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23009] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23009/stat : 23009 (java) S 22999 23001 21172 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140449324304936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23010] ppid=22999 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/23001/task/23010/stat : 23010 (java) S 22999 23001 21172 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448987343016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23011] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23011/stat : 23011 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448986290472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23012] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23012/stat : 23012 (java) S 22999 23001 21172 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448974093160 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23013] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23013/stat : 23013 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448973039480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23014] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23014/stat : 23014 (java) S 22999 23001 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448971986312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23015] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4923 0 0 0 68 1 0 0 20 0 19 0 346254763 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 70 2 0 0 20 0 19 0 346254763 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23020] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23020/stat : 23020 (java) S 22999 23001 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346254850 3097006080 118741 33554432000 1073741824 1073778376 140734202628640 140448964593192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 3024420

[startup+6.3008 s]
/proc/loadavg: 1.92 1.97 1.99 3/213 23020
/proc/meminfo: memFree=25560628/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=3024420 CPUtime=7.91 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 14943 0 1 0 774 17 0 0 20 0 19 0 346254756 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 756105 122331 2292 9 0 746526 0
[pid=23001/tid=23003] ppid=22999 vsize=3024420 CPUtime=6.17 cores=1,3,5,7
/proc/23001/task/23003/stat : 23003 (java) R 22999 23001 21172 0 -1 4202560 3270 0 1 0 609 8 0 0 20 0 19 0 346254757 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449463610672 140449336364104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23004] ppid=22999 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/23001/task/23004/stat : 23004 (java) S 22999 23001 21172 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449329568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23005] ppid=22999 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/23001/task/23005/stat : 23005 (java) S 22999 23001 21172 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449328516136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23006] ppid=22999 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/23001/task/23006/stat : 23006 (java) S 22999 23001 21172 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449327463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23007] ppid=22999 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/23001/task/23007/stat : 23007 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449326410536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23008] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23008/stat : 23008 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449325357480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23009] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23009/stat : 23009 (java) S 22999 23001 21172 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140449324304936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23010] ppid=22999 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/23001/task/23010/stat : 23010 (java) S 22999 23001 21172 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448987343016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23011] ppid=22999 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/23001/task/23011/stat : 23011 (java) S 22999 23001 21172 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 346254758 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448986290472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23012] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23012/stat : 23012 (java) S 22999 23001 21172 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448974093160 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23013] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23013/stat : 23013 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448973039480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23014] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23014/stat : 23014 (java) S 22999 23001 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346254760 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448971986312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23015] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4923 0 0 0 68 1 0 0 20 0 19 0 346254763 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 70 2 0 0 20 0 19 0 346254763 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346254763 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23020] ppid=22999 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23020/stat : 23020 (java) S 22999 23001 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346254850 3097006080 122331 33554432000 1073741824 1073778376 140734202628640 140448964593192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4932 0 0 0 73 1 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 76 2 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3090984 CPUtime=0.13 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 27 0 0 0 7 6 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23026] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23026/stat : 23026 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346284957 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448964592808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23030] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23030/stat : 23030 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346302509 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448963538584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 486.98
Current children cumulated vsize (KiB) 3090984

[startup+480.401 s]
/proc/loadavg: 2.37 2.17 2.06 3/214 23030
/proc/meminfo: memFree=24347812/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=3090984 CPUtime=487.38 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 17417 0 1 0 48561 177 0 0 20 0 20 0 346254756 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 772746 420655 2303 9 0 763167 0
[pid=23001/tid=23003] ppid=22999 vsize=3090984 CPUtime=456.6 cores=1,3,5,7
/proc/23001/task/23003/stat : 23003 (java) S 22999 23001 21172 0 -1 4202560 3444 0 1 0 45644 16 0 0 20 0 20 0 346254757 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449463612600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23004] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23004/stat : 23004 (java) S 22999 23001 21172 0 -1 4202560 267 0 0 0 72 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449329568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23005] ppid=22999 vsize=3090984 CPUtime=1.08 cores=1,3,5,7
/proc/23001/task/23005/stat : 23005 (java) S 22999 23001 21172 0 -1 4202560 266 0 0 0 89 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449328516136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23006] ppid=22999 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/23001/task/23006/stat : 23006 (java) S 22999 23001 21172 0 -1 4202560 248 0 0 0 68 18 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449327463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23007] ppid=22999 vsize=3090984 CPUtime=0.87 cores=1,3,5,7
/proc/23001/task/23007/stat : 23007 (java) S 22999 23001 21172 0 -1 4202560 258 0 0 0 69 18 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449326410536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23008] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23008/stat : 23008 (java) S 22999 23001 21172 0 -1 4202560 262 0 0 0 72 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449325357480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23009] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23009/stat : 23009 (java) S 22999 23001 21172 0 -1 4202560 300 0 0 0 71 20 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449324304936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23010] ppid=22999 vsize=3090984 CPUtime=0.95 cores=1,3,5,7
/proc/23001/task/23010/stat : 23010 (java) S 22999 23001 21172 0 -1 4202560 321 0 0 0 72 23 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448987343016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23011] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23011/stat : 23011 (java) S 22999 23001 21172 0 -1 4202560 302 0 0 0 71 20 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448986290472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23012] ppid=22999 vsize=3090984 CPUtime=20.41 cores=1,3,5,7
/proc/23001/task/23012/stat : 23012 (java) R 22999 23001 21172 0 -1 4202560 95 0 0 0 2039 2 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448974093320 140449470466051 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23013] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23013/stat : 23013 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448973039480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23014] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23014/stat : 23014 (java) S 22999 23001 21172 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448971986312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23015] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4932 0 0 0 73 1 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 76 2 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3090984 CPUtime=0.13 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 27 0 0 0 7 6 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23026] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23026/stat : 23026 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346284957 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448964592808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23030] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23030/stat : 23030 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346302509 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448963538184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 487.38
Current children cumulated vsize (KiB) 3090984

[startup+480.601 s]
/proc/loadavg: 2.37 2.17 2.06 3/214 23030
/proc/meminfo: memFree=24347812/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=3090984 CPUtime=487.58 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 17417 0 1 0 48581 177 0 0 20 0 20 0 346254756 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 772746 420655 2303 9 0 763167 0
[pid=23001/tid=23003] ppid=22999 vsize=3090984 CPUtime=456.6 cores=1,3,5,7
/proc/23001/task/23003/stat : 23003 (java) S 22999 23001 21172 0 -1 4202560 3444 0 1 0 45644 16 0 0 20 0 20 0 346254757 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449463612600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23004] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23004/stat : 23004 (java) S 22999 23001 21172 0 -1 4202560 267 0 0 0 72 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449329568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23005] ppid=22999 vsize=3090984 CPUtime=1.08 cores=1,3,5,7
/proc/23001/task/23005/stat : 23005 (java) S 22999 23001 21172 0 -1 4202560 266 0 0 0 89 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449328516136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23006] ppid=22999 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/23001/task/23006/stat : 23006 (java) S 22999 23001 21172 0 -1 4202560 248 0 0 0 68 18 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449327463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23007] ppid=22999 vsize=3090984 CPUtime=0.87 cores=1,3,5,7
/proc/23001/task/23007/stat : 23007 (java) S 22999 23001 21172 0 -1 4202560 258 0 0 0 69 18 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449326410536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23008] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23008/stat : 23008 (java) S 22999 23001 21172 0 -1 4202560 262 0 0 0 72 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449325357480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23009] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23009/stat : 23009 (java) S 22999 23001 21172 0 -1 4202560 300 0 0 0 71 20 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449324304936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23010] ppid=22999 vsize=3090984 CPUtime=0.95 cores=1,3,5,7
/proc/23001/task/23010/stat : 23010 (java) S 22999 23001 21172 0 -1 4202560 321 0 0 0 72 23 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448987343016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23011] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23011/stat : 23011 (java) S 22999 23001 21172 0 -1 4202560 302 0 0 0 71 20 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448986290472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23012] ppid=22999 vsize=3090984 CPUtime=20.61 cores=1,3,5,7
/proc/23001/task/23012/stat : 23012 (java) R 22999 23001 21172 0 -1 4202560 95 0 0 0 2059 2 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448974093320 214369321285 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23013] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23013/stat : 23013 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448973039480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23014] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23014/stat : 23014 (java) S 22999 23001 21172 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448971986312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23015] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4932 0 0 0 73 1 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 76 2 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3090984 CPUtime=0.13 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 27 0 0 0 7 6 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23026] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23026/stat : 23026 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346284957 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448964592808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23030] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23030/stat : 23030 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346302509 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448963538184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 487.58
Current children cumulated vsize (KiB) 3090984

[startup+480.701 s]
/proc/loadavg: 2.34 2.17 2.06 3/214 23030
/proc/meminfo: memFree=24347556/32873844 swapFree=7632/7632
[pid=23001] ppid=22999 vsize=3090984 CPUtime=487.69 cores=1,3,5,7
/proc/23001/stat : 23001 (java) S 22999 23001 21172 0 -1 4202496 17417 0 1 0 48592 177 0 0 20 0 20 0 346254756 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140734202619776 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23001/statm: 772746 420655 2303 9 0 763167 0
[pid=23001/tid=23003] ppid=22999 vsize=3090984 CPUtime=456.6 cores=1,3,5,7
/proc/23001/task/23003/stat : 23003 (java) S 22999 23001 21172 0 -1 4202560 3444 0 1 0 45644 16 0 0 20 0 20 0 346254757 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449463612600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23004] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23004/stat : 23004 (java) S 22999 23001 21172 0 -1 4202560 267 0 0 0 72 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449329568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23005] ppid=22999 vsize=3090984 CPUtime=1.08 cores=1,3,5,7
/proc/23001/task/23005/stat : 23005 (java) S 22999 23001 21172 0 -1 4202560 266 0 0 0 89 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449328516136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23006] ppid=22999 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/23001/task/23006/stat : 23006 (java) S 22999 23001 21172 0 -1 4202560 248 0 0 0 68 18 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449327463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23007] ppid=22999 vsize=3090984 CPUtime=0.87 cores=1,3,5,7
/proc/23001/task/23007/stat : 23007 (java) S 22999 23001 21172 0 -1 4202560 258 0 0 0 69 18 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449326410536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23008] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23008/stat : 23008 (java) S 22999 23001 21172 0 -1 4202560 262 0 0 0 72 19 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449325357480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23009] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23009/stat : 23009 (java) S 22999 23001 21172 0 -1 4202560 300 0 0 0 71 20 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140449324304936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23010] ppid=22999 vsize=3090984 CPUtime=0.95 cores=1,3,5,7
/proc/23001/task/23010/stat : 23010 (java) S 22999 23001 21172 0 -1 4202560 321 0 0 0 72 23 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448987343016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23011] ppid=22999 vsize=3090984 CPUtime=0.91 cores=1,3,5,7
/proc/23001/task/23011/stat : 23011 (java) S 22999 23001 21172 0 -1 4202560 302 0 0 0 71 20 0 0 20 0 20 0 346254758 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448986290472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23012] ppid=22999 vsize=3090984 CPUtime=20.72 cores=1,3,5,7
/proc/23001/task/23012/stat : 23012 (java) R 22999 23001 21172 0 -1 4202560 95 0 0 0 2070 2 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448974093320 214369321252 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23013] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23013/stat : 23013 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448973039480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23014] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23014/stat : 23014 (java) S 22999 23001 21172 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346254760 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448971986312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23015] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23015/stat : 23015 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448970935056 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23016] ppid=22999 vsize=3090984 CPUtime=0.74 cores=1,3,5,7
/proc/23001/task/23016/stat : 23016 (java) S 22999 23001 21172 0 -1 4202560 4932 0 0 0 73 1 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448969881912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23001/tid=23017] ppid=22999 vsize=3090984 CPUtime=0.78 cores=1,3,5,7
/proc/23001/task/23017/stat : 23017 (java) S 22999 23001 21172 0 -1 4202560 5470 0 0 0 76 2 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448968829368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23018] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23018/stat : 23018 (java) S 22999 23001 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448967776504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23001/tid=23019] ppid=22999 vsize=3090984 CPUtime=0.13 cores=1,3,5,7
/proc/23001/task/23019/stat : 23019 (java) S 22999 23001 21172 0 -1 4202560 27 0 0 0 7 6 0 0 20 0 20 0 346254763 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448966724168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23001/tid=23026] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23026/stat : 23026 (java) S 22999 23001 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346284957 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448964592808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23001/tid=23030] ppid=22999 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/23001/task/23030/stat : 23030 (java) S 22999 23001 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346302509 3165167616 420655 33554432000 1073741824 1073778376 140734202628640 140448963538184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 487.69
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23001 and gives
#  childrusage.ru_utime.tv_sec=484
#  childrusage.ru_utime.tv_usec=727310
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=962701
# CPU time returned by wait4() is 486.69
# while last known CPU time is 487.69
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 480.796
CPU time (s): 487.69
CPU user time (s): 485.92
CPU system time (s): 1.77
CPU usage (%): 101.434
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 484.727
system time used= 1.9627
maximum resident set size= 1682620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17421
page faults= 1
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12853
involuntary context switches= 10726

runsolver used 2.37964 second user time and 4.44732 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-04 11:14:52
IDJOB=3744464
IDBENCH=92759
IDSOLVER=2319
FILE ID=node130/3744464-1338801291
RUNJOBID= node130-1338783068-21189
PBS_JOBID= 14636838
Free space on /tmp= 70980 MiB

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

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

MD5SUM BENCH= 5143d5ad0515f9b6d1308dd1ede87dc2
RANDOM SEED=1437699525

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26043304 kB
Buffers:         1704904 kB
Cached:          2572868 kB
SwapCached:         4312 kB
Active:          4089620 kB
Inactive:        1867140 kB
Active(anon):    1667368 kB
Inactive(anon):     8188 kB
Active(file):    2422252 kB
Inactive(file):  1858952 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:              5128 kB
Writeback:             0 kB
AnonPages:       1731240 kB
Mapped:            17804 kB
Shmem:                 4 kB
Slab:             730324 kB
SReclaimable:     171668 kB
SUnreclaim:       558656 kB
KernelStack:        1768 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1827484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 70976 MiB
End job on node130 at 2012-06-04 11:22:52