Trace number 3733733

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-23UNSAT 226.519 226.172

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
MD5SUMe464fa7a3640eb789ffb0025985d1316
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.002998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1599470296
0.05/0.08	c Max memory 1607860224
0.05/0.08	c Total memory 1607860224
0.05/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3733733-1338698499.opb
0.09/0.10	c reading problem ... 
0.09/0.11	c ... done. Wall clock time 0.017s.
0.09/0.11	c CPU time (experimental) 0.08s.
0.09/0.11	c #vars     110
0.09/0.11	c #constraints  21
226.41/226.16	c starts		: 18
226.41/226.16	c conflicts		: 205601
226.41/226.16	c decisions		: 223624
226.41/226.16	c propagations		: 2060060
226.41/226.16	c inspects		: 2233061037
226.41/226.16	c learnt literals	: 7
226.41/226.16	c learnt binary clauses	: 6
226.41/226.16	c learnt ternary clauses	: 5
226.41/226.16	c learnt clauses	: 205593
226.41/226.16	c root simplifications	: 0
226.41/226.16	c removed literals (reason simplification)	: 0
226.41/226.16	c reason swapping (by a shorter reason)	: 0
226.41/226.16	c Calls to reduceDB	: 0
226.41/226.16	c speed (decisions/second)	: 989.2678610926786
226.41/226.16	c non guided choices	46
226.41/226.16	s UNSATISFIABLE
226.41/226.16	c Total wall clock time (ms): 226.068

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-3733733-1338698499/watcher-3733733-1338698499 -o /tmp/evaluation-result-3733733-1338698499/solver-3733733-1338698499 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733733-1338698499.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.00 2.06 2.06 3/194 5801
/proc/meminfo: memFree=28168684/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5801/stat : 5801 (java) D 5799 5801 1585 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 335975337 9515008 182 33554432000 1073741824 1073778376 140735627713088 140735627704120 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/5801/statm: 2323 182 140 9 0 71 0

[startup+0.0770541 s]
/proc/loadavg: 2.00 2.06 2.06 3/194 5801
/proc/meminfo: memFree=28168684/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 4128 0 1 0 4 1 0 0 20 0 18 0 335975337 3028844544 5846 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2957856

[startup+0.1002 s]
/proc/loadavg: 2.00 2.06 2.06 3/194 5801
/proc/meminfo: memFree=28168684/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 4919 0 1 0 8 1 0 0 20 0 18 0 335975337 3028844544 6619 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 739464 6619 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300173 s]
/proc/loadavg: 2.00 2.06 2.06 3/194 5801
/proc/meminfo: memFree=28168684/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7389 0 1 0 45 2 0 0 20 0 19 0 335975337 3097006080 8623 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 8623 2236 9 0 746526 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 3024420

[startup+0.700104 s]
/proc/loadavg: 2.00 2.06 2.06 3/194 5801
/proc/meminfo: memFree=28168684/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7417 0 1 0 90 2 0 0 20 0 19 0 335975337 3097006080 9152 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 9152 2243 9 0 746526 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 3024420

[startup+1.50054 s]
/proc/loadavg: 2.00 2.06 2.06 3/213 5820
/proc/meminfo: memFree=28138788/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=1.74 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7425 0 1 0 172 2 0 0 20 0 19 0 335975337 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 10181 2247 9 0 746526 0
[pid=5801/tid=5803] ppid=5799 vsize=3024420 CPUtime=1.46 cores=1,3,5,7
/proc/5801/task/5803/stat : 5803 (java) R 5799 5801 1585 0 -1 4202560 3029 0 1 0 145 1 0 0 20 0 19 0 335975338 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646412270048 140646237481334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5804] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1072 0 0 0 9 0 0 0 20 0 19 0 335975343 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 10181 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 3024420

[startup+3.10052 s]
/proc/loadavg: 2.00 2.06 2.06 3/213 5820
/proc/meminfo: memFree=28135996/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=3.34 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7426 0 1 0 332 2 0 0 20 0 19 0 335975337 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 10693 2247 9 0 746526 0
[pid=5801/tid=5803] ppid=5799 vsize=3024420 CPUtime=3.06 cores=1,3,5,7
/proc/5801/task/5803/stat : 5803 (java) R 5799 5801 1585 0 -1 4202560 3030 0 1 0 305 1 0 0 20 0 19 0 335975338 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646412270048 140646237488031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5804] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1072 0 0 0 9 0 0 0 20 0 19 0 335975343 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 10693 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 3024420

[startup+6.3007 s]
/proc/loadavg: 2.08 2.07 2.06 3/213 5820
/proc/meminfo: memFree=28127952/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=6.54 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7431 0 1 0 652 2 0 0 20 0 19 0 335975337 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 12004 2248 9 0 746526 0
[pid=5801/tid=5803] ppid=5799 vsize=3024420 CPUtime=6.26 cores=1,3,5,7
/proc/5801/task/5803/stat : 5803 (java) R 5799 5801 1585 0 -1 4202560 3034 0 1 0 625 1 0 0 20 0 19 0 335975338 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646412270048 140646237502123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5804] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1072 0 0 0 9 0 0 0 20 0 19 0 335975343 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 12004 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1074 0 0 0 10 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 14 0 0 0 2 5 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 224.2
Current children cumulated vsize (KiB) 3024420

[startup+225.507 s]
/proc/loadavg: 2.00 2.03 2.04 3/213 5820
/proc/meminfo: memFree=27934472/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=225.81 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7489 0 1 0 22572 9 0 0 20 0 19 0 335975337 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 34516 2248 9 0 746526 0
[pid=5801/tid=5803] ppid=5799 vsize=3024420 CPUtime=225.46 cores=1,3,5,7
/proc/5801/task/5803/stat : 5803 (java) R 5799 5801 1585 0 -1 4202560 3078 0 1 0 22539 7 0 0 20 0 19 0 335975338 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646412271976 140646237502153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5804] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1074 0 0 0 10 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 14 0 0 0 2 5 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 225.81
Current children cumulated vsize (KiB) 3024420

[startup+225.901 s]
/proc/loadavg: 2.00 2.03 2.04 3/213 5820
/proc/meminfo: memFree=27934472/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=226.21 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7489 0 1 0 22612 9 0 0 20 0 19 0 335975337 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 34516 2248 9 0 746526 0
[pid=5801/tid=5803] ppid=5799 vsize=3024420 CPUtime=225.86 cores=1,3,5,7
/proc/5801/task/5803/stat : 5803 (java) R 5799 5801 1585 0 -1 4202560 3078 0 1 0 22579 7 0 0 20 0 19 0 335975338 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646412271976 140646237481391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5804] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1074 0 0 0 10 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 14 0 0 0 2 5 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 226.21
Current children cumulated vsize (KiB) 3024420

[startup+226.101 s]
/proc/loadavg: 2.00 2.03 2.04 3/213 5820
/proc/meminfo: memFree=27934472/32873648 swapFree=7116/7116
[pid=5801] ppid=5799 vsize=3024420 CPUtime=226.41 cores=1,3,5,7
/proc/5801/stat : 5801 (java) S 5799 5801 1585 0 -1 4202496 7489 0 1 0 22632 9 0 0 20 0 19 0 335975337 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140733472640608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5801/statm: 756105 34516 2248 9 0 746526 0
[pid=5801/tid=5803] ppid=5799 vsize=3024420 CPUtime=226.06 cores=1,3,5,7
/proc/5801/task/5803/stat : 5803 (java) R 5799 5801 1585 0 -1 4202560 3078 0 1 0 22599 7 0 0 20 0 19 0 335975338 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646412271976 140646237502149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5804] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5804/stat : 5804 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646395698088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5805] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5805/stat : 5805 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646394645544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5806] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5806/stat : 5806 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646393592488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5807] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5807/stat : 5807 (java) S 5799 5801 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646392539944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5801/tid=5808] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5808/stat : 5808 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646391486888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5809] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5809/stat : 5809 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646390434344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5810] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5810/stat : 5810 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646389381288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5801/tid=5811] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5811/stat : 5811 (java) S 5799 5801 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335975339 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646388328744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5812] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5812/stat : 5812 (java) S 5799 5801 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335975340 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646375918440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5813] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5813/stat : 5813 (java) S 5799 5801 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646374864760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5814] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5814/stat : 5814 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975341 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646373811592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5815] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5815/stat : 5815 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646372760336 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5816] ppid=5799 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/5801/task/5816/stat : 5816 (java) S 5799 5801 1585 0 -1 4202560 1074 0 0 0 10 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646371707192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5817] ppid=5799 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/5801/task/5817/stat : 5817 (java) S 5799 5801 1585 0 -1 4202560 2129 0 0 0 15 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646370654648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5818] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5818/stat : 5818 (java) S 5799 5801 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646369601784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5801/tid=5819] ppid=5799 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/5801/task/5819/stat : 5819 (java) S 5799 5801 1585 0 -1 4202560 14 0 0 0 2 5 0 0 20 0 19 0 335975343 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646368549448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5801/tid=5820] ppid=5799 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5801/task/5820/stat : 5820 (java) S 5799 5801 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335975349 3097006080 34516 33554432000 1073741824 1073778376 140733472649472 140646366348840 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 226.41
Current children cumulated vsize (KiB) 3024420

Child status: 20
Real time (s): 226.172
CPU time (s): 226.519
CPU user time (s): 226.358
CPU system time (s): 0.160975
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.358
system time used= 0.160975
maximum resident set size= 138088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7501
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4966
involuntary context switches= 385

runsolver used 0.827874 second user time and 1.87371 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 06:41:39
IDJOB=3733733
IDBENCH=2595
IDSOLVER=2319
FILE ID=node127/3733733-1338698499
RUNJOBID= node127-1338678617-1607
PBS_JOBID= 14636686
Free space on /tmp= 70480 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733733-1338698499/watcher-3733733-1338698499 -o /tmp/evaluation-result-3733733-1338698499/solver-3733733-1338698499 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733733-1338698499.opb           

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

MD5SUM BENCH= e464fa7a3640eb789ffb0025985d1316
RANDOM SEED=2079960332

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28168956 kB
Buffers:          390948 kB
Cached:          1855576 kB
SwapCached:         1432 kB
Active:          2546580 kB
Inactive:        1237640 kB
Active(anon):    1531684 kB
Inactive(anon):     7952 kB
Active(file):    1014896 kB
Inactive(file):  1229688 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104504 kB
Dirty:              3556 kB
Writeback:             0 kB
AnonPages:       1633184 kB
Mapped:            19132 kB
Shmem:                92 kB
Slab:             745412 kB
SReclaimable:     189520 kB
SUnreclaim:       555892 kB
KernelStack:        1768 kB
PageTables:         7288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1595392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70476 MiB
End job on node127 at 2012-06-03 06:45:25