Trace number 3738404

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 782.673 772.928

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark365451
Best CPU time to get the best result obtained on this benchmark1802.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.06	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.06	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version	1.6.0_24
0.03/0.07	c os.name	Linux
0.03/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch	amd64
0.03/0.07	c Free memory 1599470296
0.03/0.07	c Max memory 1607860224
0.03/0.07	c Total memory 1607860224
0.03/0.07	c Number of processors 8
0.03/0.09	--- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap
0.03/0.09	c No reason simplification
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3738404-1338723846.opb
0.03/0.09	c reading problem ... 
56.92/48.13	c ... done. Wall clock time 48.037s.
56.92/48.13	c CPU time (experimental) 12.87s.
56.92/48.13	c #vars     1922998
56.92/48.13	c #constraints  21000
761.85/752.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
761.85/752.38		at java.math.BigInteger.subtract(BigInteger.java:1109)
761.85/752.38		at java.math.BigInteger.subtract(BigInteger.java:1095)
761.85/752.38		at org.sat4j.minisat.constraints.pb.MaxWatchPb.propagate(Unknown Source)
761.85/752.38		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
761.85/752.38		at org.sat4j.minisat.core.Solver.search(Unknown Source)
761.85/752.38		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
761.85/752.38		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
761.85/752.38		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
761.85/752.38		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
761.85/752.38		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
761.85/752.38		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
761.85/752.38		at org.sat4j.AbstractLauncher.run(Unknown Source)
761.85/752.38		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
764.74/755.29	c starts		: 9
764.74/755.29	c conflicts		: 7309
764.74/755.29	c decisions		: 19716800
764.74/755.29	c propagations		: 20446352
773.64/764.12	c inspects		: 41888761
773.64/764.12	c learnt literals	: 0
773.64/764.12	c learnt binary clauses	: 0
782.45/772.92	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
782.45/772.92		at java.util.Arrays.copyOf(Arrays.java:2882)
782.45/772.92		at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
782.45/772.92		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
782.45/772.92		at java.lang.StringBuilder.append(StringBuilder.java:119)
782.45/772.92		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
782.45/772.92		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
782.45/772.92		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
782.45/772.92		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
782.45/772.92		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-3738404-1338723846/watcher-3738404-1338723846 -o /tmp/evaluation-result-3738404-1338723846/solver-3738404-1338723846 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738404-1338723846.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9466
/proc/meminfo: memFree=28712748/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runsolver) D 9464 9466 7854 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 338510365 12095488 52 33554432000 4194304 5436572 140736462508016 140736462504312 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2953 52 31 304 0 2645 0

[startup+0.0549891 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9466
/proc/meminfo: memFree=28712748/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2956804 CPUtime=0.03 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 4059 0 1 0 3 0 0 0 20 0 18 0 338510365 3027767296 5777 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739201 5777 1766 9 0 729885 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2956804

[startup+0.100224 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9466
/proc/meminfo: memFree=28712748/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 4941 0 1 0 9 1 0 0 20 0 18 0 338510365 3028844544 11232 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 11232 2130 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300162 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9466
/proc/meminfo: memFree=28712748/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=0.44 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 5796 0 1 0 42 2 0 0 20 0 18 0 338510365 3028844544 31725 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 31725 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9466
/proc/meminfo: memFree=28712748/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=0.84 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 5860 0 1 0 80 4 0 0 20 0 18 0 338510365 3028844544 64493 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 64493 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2957856

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 9484
/proc/meminfo: memFree=28366756/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=1.89 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 6148 0 1 0 175 14 0 0 20 0 18 0 338510365 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 137277 2249 9 0 729885 0
[pid=9466/tid=9468] ppid=9464 vsize=2957856 CPUtime=1.39 cores=0,2,4,6
/proc/9466/task/9468/stat : 9468 (java) R 9464 9466 7854 0 -1 4202560 3238 0 1 0 132 7 0 0 20 0 18 0 338510366 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218255257728 140218082793033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9469] ppid=9464 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/9466/task/9469/stat : 9469 (java) S 9464 9466 7854 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218238692136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9470] ppid=9464 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9466/task/9470/stat : 9470 (java) S 9464 9466 7854 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218237639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9471] ppid=9464 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9466/task/9471/stat : 9471 (java) S 9464 9466 7854 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218236587048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9472] ppid=9464 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/9466/task/9472/stat : 9472 (java) S 9464 9466 7854 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218235534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9473] ppid=9464 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 338510367 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) S 9464 9466 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218218912488 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218217858552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 745 0 0 0 8 0 0 0 20 0 18 0 338510370 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 783 0 0 0 6 0 0 0 20 0 18 0 338510370 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 137277 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2957856

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 9484
/proc/meminfo: memFree=28175300/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=3.81 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 6377 0 1 0 358 23 0 0 20 0 18 0 338510365 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 168603 2253 9 0 729885 0
[pid=9466/tid=9468] ppid=9464 vsize=2957856 CPUtime=2.88 cores=0,2,4,6
/proc/9466/task/9468/stat : 9468 (java) R 9464 9466 7854 0 -1 4202560 3239 0 1 0 281 7 0 0 20 0 18 0 338510366 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218255257824 140218082928985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9469] ppid=9464 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/9466/task/9469/stat : 9469 (java) S 9464 9466 7854 0 -1 4202560 78 0 0 0 9 3 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218238692136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9470] ppid=9464 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9466/task/9470/stat : 9470 (java) S 9464 9466 7854 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218237639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9471] ppid=9464 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/9466/task/9471/stat : 9471 (java) S 9464 9466 7854 0 -1 4202560 79 0 0 0 10 3 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218236587048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9472] ppid=9464 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/9466/task/9472/stat : 9472 (java) S 9464 9466 7854 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218235534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9473] ppid=9464 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 18 0 338510367 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) S 9464 9466 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218218912488 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218217858552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 749 0 0 0 8 0 0 0 20 0 18 0 338510370 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 783 0 0 0 6 0 0 0 20 0 18 0 338510370 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 168603 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 2957856

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.00 8/212 9484
/proc/meminfo: memFree=27776336/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=9.27 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 16875 0 1 0 866 61 0 0 20 0 18 0 338510365 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 267418 2262 9 0 729885 0
[pid=9466/tid=9468] ppid=9464 vsize=2957856 CPUtime=5.49 cores=0,2,4,6
/proc/9466/task/9468/stat : 9468 (java) R 9464 9466 7854 0 -1 4202560 3249 0 1 0 541 8 0 0 20 0 18 0 338510366 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218255264232 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9469] ppid=9464 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/9466/task/9469/stat : 9469 (java) S 9464 9466 7854 0 -1 4202560 229 0 0 0 38 9 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218238692136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9470] ppid=9464 vsize=2957856 CPUtime=0.35 cores=0,2,4,6
/proc/9466/task/9470/stat : 9470 (java) S 9464 9466 7854 0 -1 4202560 150 0 0 0 29 6 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218237639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9471] ppid=9464 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/9466/task/9471/stat : 9471 (java) S 9464 9466 7854 0 -1 4202560 643 0 0 0 37 8 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218236587048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9472] ppid=9464 vsize=2957856 CPUtime=0.46 cores=0,2,4,6
/proc/9466/task/9472/stat : 9472 (java) S 9464 9466 7854 0 -1 4202560 205 0 0 0 38 8 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218235534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9473] ppid=9464 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 111 0 0 0 21 4 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=2957856 CPUtime=0.38 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 559 0 0 0 30 8 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=2957856 CPUtime=0.32 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 150 0 0 0 27 5 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=2957856 CPUtime=0.29 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 131 0 0 0 24 5 0 0 20 0 18 0 338510367 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) S 9464 9466 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218218912488 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218217858552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338510368 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 7964 0 0 0 39 2 0 0 20 0 18 0 338510370 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 2301 0 0 0 26 0 0 0 20 0 18 0 338510370 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338510370 3028844544 267418 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 2957856

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 8/212 9484
/proc/meminfo: memFree=27113504/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=2957856 CPUtime=21.29 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 21229 0 1 0 2020 109 0 0 20 0 18 0 338510365 3028844544 402253 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 739464 402253 2276 9 0 729885 0
[pid=9466/tid=9468] ppid=9464 vsize=2957856 CPUtime=9.27 cores=0,2,4,6

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

/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 611 0 0 0 100 9 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=3090984 CPUtime=1.37 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 868 0 0 0 123 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=3090984 CPUtime=1.18 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 1300 0 0 0 107 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=3090984 CPUtime=1.33 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 684 0 0 0 122 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=3090984 CPUtime=679.63 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) R 9464 9466 7854 0 -1 4202560 138 0 0 0 67951 12 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218218912648 140218261392527 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218217858456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=3090984 CPUtime=0.8 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 8017 0 0 0 78 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=3090984 CPUtime=0.71 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 4682 0 0 0 69 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 45 0 0 0 13 17 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9485] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9485/stat : 9485 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338518600 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218209342888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9553] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9553/stat : 9553 (java) S 9464 9466 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 338585603 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218208289528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 780.65
Current children cumulated vsize (KiB) 3090984

[startup+771.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 9553
/proc/meminfo: memFree=27242244/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=3090984 CPUtime=781.44 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 24153 0 1 0 78015 129 0 0 20 0 20 0 338510365 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 772746 423851 2306 9 0 763167 0
[pid=9466/tid=9468] ppid=9464 vsize=3090984 CPUtime=88.65 cores=0,2,4,6
/proc/9466/task/9468/stat : 9468 (java) S 9464 9466 7854 0 -1 4202560 3579 0 1 0 8854 11 0 0 20 0 20 0 338510366 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218255267000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9469] ppid=9464 vsize=3090984 CPUtime=1.36 cores=0,2,4,6
/proc/9466/task/9469/stat : 9469 (java) S 9464 9466 7854 0 -1 4202560 716 0 0 0 122 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218238692136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9470] ppid=9464 vsize=3090984 CPUtime=1.38 cores=0,2,4,6
/proc/9466/task/9470/stat : 9470 (java) S 9464 9466 7854 0 -1 4202560 852 0 0 0 125 13 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218237639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9471] ppid=9464 vsize=3090984 CPUtime=1.26 cores=0,2,4,6
/proc/9466/task/9471/stat : 9471 (java) S 9464 9466 7854 0 -1 4202560 897 0 0 0 113 13 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218236587048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9472] ppid=9464 vsize=3090984 CPUtime=1.54 cores=0,2,4,6
/proc/9466/task/9472/stat : 9472 (java) S 9464 9466 7854 0 -1 4202560 563 0 0 0 138 16 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218235534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9473] ppid=9464 vsize=3090984 CPUtime=1.09 cores=0,2,4,6
/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 611 0 0 0 100 9 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=3090984 CPUtime=1.37 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 868 0 0 0 123 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=3090984 CPUtime=1.18 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 1300 0 0 0 107 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=3090984 CPUtime=1.33 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 684 0 0 0 122 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=3090984 CPUtime=680.42 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) R 9464 9466 7854 0 -1 4202560 138 0 0 0 68030 12 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218218912648 140218261774408 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218217858456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=3090984 CPUtime=0.8 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 8017 0 0 0 78 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=3090984 CPUtime=0.71 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 4682 0 0 0 69 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 45 0 0 0 13 17 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9485] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9485/stat : 9485 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338518600 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218209342888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9553] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9553/stat : 9553 (java) S 9464 9466 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 338585603 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218208289528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 781.44
Current children cumulated vsize (KiB) 3090984

[startup+772.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 9553
/proc/meminfo: memFree=27242244/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=3090984 CPUtime=782.24 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 24153 0 1 0 78095 129 0 0 20 0 20 0 338510365 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 772746 423851 2306 9 0 763167 0
[pid=9466/tid=9468] ppid=9464 vsize=3090984 CPUtime=88.65 cores=0,2,4,6
/proc/9466/task/9468/stat : 9468 (java) S 9464 9466 7854 0 -1 4202560 3579 0 1 0 8854 11 0 0 20 0 20 0 338510366 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218255267000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9469] ppid=9464 vsize=3090984 CPUtime=1.36 cores=0,2,4,6
/proc/9466/task/9469/stat : 9469 (java) S 9464 9466 7854 0 -1 4202560 716 0 0 0 122 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218238692136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9470] ppid=9464 vsize=3090984 CPUtime=1.38 cores=0,2,4,6
/proc/9466/task/9470/stat : 9470 (java) S 9464 9466 7854 0 -1 4202560 852 0 0 0 125 13 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218237639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9471] ppid=9464 vsize=3090984 CPUtime=1.26 cores=0,2,4,6
/proc/9466/task/9471/stat : 9471 (java) S 9464 9466 7854 0 -1 4202560 897 0 0 0 113 13 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218236587048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9472] ppid=9464 vsize=3090984 CPUtime=1.54 cores=0,2,4,6
/proc/9466/task/9472/stat : 9472 (java) S 9464 9466 7854 0 -1 4202560 563 0 0 0 138 16 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218235534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9473] ppid=9464 vsize=3090984 CPUtime=1.09 cores=0,2,4,6
/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 611 0 0 0 100 9 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=3090984 CPUtime=1.37 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 868 0 0 0 123 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=3090984 CPUtime=1.18 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 1300 0 0 0 107 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=3090984 CPUtime=1.33 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 684 0 0 0 122 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=3090984 CPUtime=681.22 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) R 9464 9466 7854 0 -1 4202560 138 0 0 0 68110 12 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218218912648 214537093345 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218217858456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=3090984 CPUtime=0.8 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 8017 0 0 0 78 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=3090984 CPUtime=0.71 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 4682 0 0 0 69 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 45 0 0 0 13 17 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9485] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9485/stat : 9485 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338518600 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218209342888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9553] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9553/stat : 9553 (java) S 9464 9466 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 338585603 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218208289528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 782.24
Current children cumulated vsize (KiB) 3090984

[startup+772.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 9553
/proc/meminfo: memFree=27242244/32873648 swapFree=7116/7116
[pid=9466] ppid=9464 vsize=3090984 CPUtime=782.45 cores=0,2,4,6
/proc/9466/stat : 9466 (java) S 9464 9466 7854 0 -1 4202496 24153 0 1 0 78115 130 0 0 20 0 20 0 338510365 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140733612113776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 772746 423851 2306 9 0 763167 0
[pid=9466/tid=9468] ppid=9464 vsize=3090984 CPUtime=88.65 cores=0,2,4,6
/proc/9466/task/9468/stat : 9468 (java) S 9464 9466 7854 0 -1 4202560 3579 0 1 0 8854 11 0 0 20 0 20 0 338510366 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218255267000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9469] ppid=9464 vsize=3090984 CPUtime=1.36 cores=0,2,4,6
/proc/9466/task/9469/stat : 9469 (java) S 9464 9466 7854 0 -1 4202560 716 0 0 0 122 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218238692136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9470] ppid=9464 vsize=3090984 CPUtime=1.38 cores=0,2,4,6
/proc/9466/task/9470/stat : 9470 (java) S 9464 9466 7854 0 -1 4202560 852 0 0 0 125 13 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218237639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9471] ppid=9464 vsize=3090984 CPUtime=1.26 cores=0,2,4,6
/proc/9466/task/9471/stat : 9471 (java) S 9464 9466 7854 0 -1 4202560 897 0 0 0 113 13 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218236587048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9472] ppid=9464 vsize=3090984 CPUtime=1.54 cores=0,2,4,6
/proc/9466/task/9472/stat : 9472 (java) S 9464 9466 7854 0 -1 4202560 563 0 0 0 138 16 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218235534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9473] ppid=9464 vsize=3090984 CPUtime=1.09 cores=0,2,4,6
/proc/9466/task/9473/stat : 9473 (java) S 9464 9466 7854 0 -1 4202560 611 0 0 0 100 9 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218234480936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9474] ppid=9464 vsize=3090984 CPUtime=1.37 cores=0,2,4,6
/proc/9466/task/9474/stat : 9474 (java) S 9464 9466 7854 0 -1 4202560 868 0 0 0 123 14 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218233428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9475] ppid=9464 vsize=3090984 CPUtime=1.18 cores=0,2,4,6
/proc/9466/task/9475/stat : 9475 (java) S 9464 9466 7854 0 -1 4202560 1300 0 0 0 107 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218232375848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9476] ppid=9464 vsize=3090984 CPUtime=1.33 cores=0,2,4,6
/proc/9466/task/9476/stat : 9476 (java) S 9464 9466 7854 0 -1 4202560 684 0 0 0 122 11 0 0 20 0 20 0 338510367 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218231323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9477] ppid=9464 vsize=3090984 CPUtime=681.42 cores=0,2,4,6
/proc/9466/task/9477/stat : 9477 (java) R 9464 9466 7854 0 -1 4202560 138 0 0 0 68130 12 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218218912648 140218261390748 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9478] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9478/stat : 9478 (java) S 9464 9466 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218217858456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9466/tid=9479] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9479/stat : 9479 (java) S 9464 9466 7854 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 338510368 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218216806152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9480] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9480/stat : 9480 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218215754640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9481] ppid=9464 vsize=3090984 CPUtime=0.8 cores=0,2,4,6
/proc/9466/task/9481/stat : 9481 (java) S 9464 9466 7854 0 -1 4202560 8017 0 0 0 78 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218214701240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9482] ppid=9464 vsize=3090984 CPUtime=0.71 cores=0,2,4,6
/proc/9466/task/9482/stat : 9482 (java) S 9464 9466 7854 0 -1 4202560 4682 0 0 0 69 2 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218213648440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9483] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9483/stat : 9483 (java) S 9464 9466 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218212596344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9466/tid=9484] ppid=9464 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/9466/task/9484/stat : 9484 (java) S 9464 9466 7854 0 -1 4202560 45 0 0 0 13 17 0 0 20 0 20 0 338510370 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218211543752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9466/tid=9485] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9485/stat : 9485 (java) S 9464 9466 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338518600 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218209342888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9466/tid=9553] ppid=9464 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/9466/task/9553/stat : 9553 (java) S 9464 9466 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 338585603 3165167616 423851 33554432000 1073741824 1073778376 140733612122640 140218208289528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 782.45
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 772.928
CPU time (s): 782.673
CPU user time (s): 781.082
CPU system time (s): 1.59076
CPU usage (%): 101.261
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 781.082
system time used= 1.59076
maximum resident set size= 1698208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24163
page faults= 1
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17517
involuntary context switches= 5686

runsolver used 3.47147 second user time and 7.80781 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 13:44:09
IDJOB=3738404
IDBENCH=71856
IDSOLVER=2319
FILE ID=node127/3738404-1338723846
RUNJOBID= node127-1338713637-7870
PBS_JOBID= 14636737
Free space on /tmp= 70388 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__128.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738404-1338723846/watcher-3738404-1338723846 -o /tmp/evaluation-result-3738404-1338723846/solver-3738404-1338723846 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738404-1338723846.opb           

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=523829504

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:        28712904 kB
Buffers:          399604 kB
Cached:          1976960 kB
SwapCached:         1428 kB
Active:          1988472 kB
Inactive:        1263932 kB
Active(anon):     870052 kB
Inactive(anon):     7952 kB
Active(file):    1118420 kB
Inactive(file):  1255980 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             96792 kB
Writeback:             0 kB
AnonPages:        902032 kB
Mapped:            19052 kB
Shmem:                92 kB
Slab:             752564 kB
SReclaimable:     192728 kB
SUnreclaim:       559836 kB
KernelStack:        1592 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1826256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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= 70384 MiB
End job on node127 at 2012-06-03 13:57:02