Trace number 3744668

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23No Cert. 455.667 450.832

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.F.recomb10-0.10-7.opb
MD5SUM06297c7f26ebcb34cb37e0d981bba12f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12334
Best CPU time to get the best result obtained on this benchmark1800.74
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables69681
Total number of constraints703219
Number of constraints which are clauses703219
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint340
Number of terms in the objective function 4960
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1575760
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1575760
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.10	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.11	c no version file found!!!
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version	1.6.0_24
0.06/0.11	c os.name	Linux
0.06/0.11	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch	amd64
0.06/0.11	c Free memory 1599470296
0.06/0.11	c Max memory 1607860224
0.06/0.11	c Total memory 1607860224
0.06/0.11	c Number of processors 8
0.06/0.13	--- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@5b3caecd
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.13	c No reason simplification
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3744668-1338806534.opb
0.06/0.13	c reading problem ... 
4.25/3.59	c ... done. Wall clock time 3.455s.
4.25/3.59	c CPU time (experimental) 3.42s.
4.25/3.59	c #vars     69681
4.25/3.59	c #constraints  277611
5.26/4.19	c SATISFIABLE
5.26/4.19	c OPTIMIZING...
5.26/4.19	c Got one! Elapsed wall clock time (in seconds):4.064
5.48/4.33	o 181189
6.23/4.79	c Got one! Elapsed wall clock time (in seconds):4.655
7.02/5.41	o 129363
7.02/5.41	c Got one! Elapsed wall clock time (in seconds):5.263
7.12/5.53	o 90829
7.90/6.21	c Got one! Elapsed wall clock time (in seconds):6.081
8.00/6.35	o 77168
8.72/7.04	c Got one! Elapsed wall clock time (in seconds):6.905
8.82/7.18	o 75475
13.94/12.24	c Got one! Elapsed wall clock time (in seconds):12.105
14.04/12.38	o 72413
448.20/443.59	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
448.20/443.59		at java.math.BigInteger.subtract(BigInteger.java:1098)
448.20/443.59		at org.sat4j.minisat.constraints.pb.MaxWatchPb.propagate(Unknown Source)
448.20/443.59		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
448.20/443.59		at org.sat4j.minisat.core.Solver.search(Unknown Source)
448.20/443.59		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
448.20/443.59		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
448.20/443.59		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
448.20/443.59		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
448.20/443.59		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
448.20/443.59		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
448.20/443.59		at org.sat4j.AbstractLauncher.run(Unknown Source)
448.20/443.59		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
452.42/447.74	c starts		: 46
453.31/448.66	c conflicts		: 907236
453.31/448.66	c decisions		: 2189122
453.31/448.66	c propagations		: 613347211
453.31/448.66	c inspects		: 544976379
453.31/448.66	c learnt literals	: 9
453.31/448.66	c learnt binary clauses	: 237
453.31/448.66	c learnt ternary clauses	: 285
453.31/448.66	c learnt clauses	: 907227
453.31/448.66	c root simplifications	: 0
453.31/448.66	c removed literals (reason simplification)	: 0
453.31/448.66	c reason swapping (by a shorter reason)	: 0
453.31/448.66	c Calls to reduceDB	: 0
453.31/448.66	c speed (decisions/second)	: 5019.367856283032
453.31/448.66	c non guided choices	117236
453.31/448.66	s SATISFIABLE
455.51/450.82	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
455.51/450.82		at java.lang.Integer.toString(Integer.java:310)
455.51/450.82		at java.lang.Integer.toString(Integer.java:118)
455.51/450.82		at java.lang.String.valueOf(String.java:2931)
455.51/450.82		at java.io.PrintWriter.print(PrintWriter.java:487)
455.51/450.82		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
455.51/450.82		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
455.51/450.82		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-3744668-1338806534/watcher-3744668-1338806534 -o /tmp/evaluation-result-3744668-1338806534/solver-3744668-1338806534 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744668-1338806534.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: 0.92 1.10 1.50 3/175 27529
/proc/meminfo: memFree=28456996/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/27529/stat : 27529 (java) D 27527 27529 27495 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 346778284 2560000 46 33554432000 1073741824 1073778376 140736183526800 140736183523928 215134334247 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/27529/statm: 625 46 37 9 0 29 0

[startup+0.0588291 s]
/proc/loadavg: 0.92 1.10 1.50 3/175 27529
/proc/meminfo: memFree=28456996/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2623916 CPUtime=0.02 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 3923 0 1 0 1 1 0 0 20 0 13 0 346778284 2686889984 5130 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 655979 5130 1693 9 0 646680 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2623916

[startup+0.100332 s]
/proc/loadavg: 0.92 1.10 1.50 3/175 27529
/proc/meminfo: memFree=28456996/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2956804 CPUtime=0.06 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 4116 0 1 0 5 1 0 0 20 0 18 0 346778284 3027767296 5834 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 739201 5834 1781 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2956804

[startup+0.300288 s]
/proc/loadavg: 0.92 1.10 1.50 3/175 27529
/proc/meminfo: memFree=28456996/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2957856 CPUtime=0.4 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 5860 0 2 0 38 2 0 0 20 0 18 0 346778284 3028844544 9660 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 739464 9660 2236 9 0 729885 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 2957856

[startup+0.700308 s]
/proc/loadavg: 0.92 1.10 1.50 3/175 27529
/proc/meminfo: memFree=28456996/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2957856 CPUtime=1.13 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 9784 0 2 0 108 5 0 0 20 0 18 0 346778284 3028844544 44709 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 739464 44709 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2957856

[startup+1.50077 s]
/proc/loadavg: 1.01 1.12 1.50 5/213 27574
/proc/meminfo: memFree=28072656/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2957856 CPUtime=2.03 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 9958 0 2 0 191 12 0 0 20 0 18 0 346778284 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 739464 114875 2270 9 0 729885 0
[pid=27529/tid=27531] ppid=27527 vsize=2957856 CPUtime=1.41 cores=1,3,5,7
/proc/27529/task/27531/stat : 27531 (java) R 27527 27529 27495 0 -1 4202560 3234 0 2 0 131 10 0 0 20 0 18 0 346778286 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282411585112 215146882317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27532] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27532/stat : 27532 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282395012008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27533] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27533/stat : 27533 (java) S 27527 27529 27495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282393959464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27534] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27534/stat : 27534 (java) S 27527 27529 27495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282392906408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27535] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27535/stat : 27535 (java) S 27527 27529 27495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282391853864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27536] ppid=27527 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 346778288 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) S 27527 27529 27495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346778289 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282375232360 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346778290 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346778290 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 2403 0 0 0 23 0 0 0 20 0 18 0 346778292 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 3097 0 0 0 24 0 0 0 20 0 18 0 346778292 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3028844544 114875 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 2957856

[startup+3.10077 s]
/proc/loadavg: 1.01 1.12 1.50 3/213 27574
/proc/meminfo: memFree=27493452/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=2957856 CPUtime=3.84 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 10049 0 2 0 366 18 0 0 20 0 18 0 346778284 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 739464 124621 2270 9 0 729885 0
[pid=27529/tid=27531] ppid=27527 vsize=2957856 CPUtime=2.93 cores=1,3,5,7
/proc/27529/task/27531/stat : 27531 (java) R 27527 27529 27495 0 -1 4202560 3236 0 2 0 282 11 0 0 20 0 18 0 346778286 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282411577456 215146882317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27532] ppid=27527 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/27529/task/27532/stat : 27532 (java) S 27527 27529 27495 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282395012008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27533] ppid=27527 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/27529/task/27533/stat : 27533 (java) S 27527 27529 27495 0 -1 4202560 16 0 0 0 2 2 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282393959464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27534] ppid=27527 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/27529/task/27534/stat : 27534 (java) S 27527 27529 27495 0 -1 4202560 19 0 0 0 5 1 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282392906408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27535] ppid=27527 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/27529/task/27535/stat : 27535 (java) S 27527 27529 27495 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282391853864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27536] ppid=27527 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 346778288 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) S 27527 27529 27495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346778289 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282375232360 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346778290 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346778290 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 2403 0 0 0 23 0 0 0 20 0 18 0 346778292 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 3097 0 0 0 24 0 0 0 20 0 18 0 346778292 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3028844544 124621 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 2957856

[startup+6.30076 s]
/proc/loadavg: 1.01 1.12 1.50 3/213 27577
/proc/meminfo: memFree=27370960/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=3024420 CPUtime=8 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 17090 0 2 0 777 23 0 0 20 0 18 0 346778284 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 756105 129997 2295 9 0 746526 0
[pid=27529/tid=27531] ppid=27527 vsize=3024420 CPUtime=6.08 cores=1,3,5,7
/proc/27529/task/27531/stat : 27531 (java) R 27527 27529 27495 0 -1 4202560 3254 0 2 0 597 11 0 0 20 0 18 0 346778286 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282411576264 140282239487568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27532] ppid=27527 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/27529/task/27532/stat : 27532 (java) S 27527 27529 27495 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282395012008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27533] ppid=27527 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/27529/task/27533/stat : 27533 (java) S 27527 27529 27495 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282393959464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27534] ppid=27527 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/27529/task/27534/stat : 27534 (java) S 27527 27529 27495 0 -1 4202560 24 0 0 0 6 1 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282392906408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27535] ppid=27527 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/27529/task/27535/stat : 27535 (java) S 27527 27529 27495 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282391853864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27536] ppid=27527 vsize=3024420 CPUtime=0.08 cores=1,3,5,7
/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 30 0 0 0 6 2 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 28 0 0 0 7 2 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 18 0 346778288 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) S 27527 27529 27495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346778289 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282375232360 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346778290 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346778290 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=3024420 CPUtime=0.65 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 4882 0 0 0 65 0 0 0 20 0 18 0 346778292 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 7572 0 0 0 62 2 0 0 20 0 18 0 346778292 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346778292 3097006080 129997 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 1.16 1.15 1.51 3/214 27581
/proc/meminfo: memFree=27289276/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=3024420 CPUtime=14.44 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 17101 0 2 0 1421 23 0 0 20 0 19 0 346778284 3097006080 129999 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 756105 129999 2295 9 0 746526 0
[pid=27529/tid=27531] ppid=27527 vsize=3024420 CPUtime=12.47 cores=1,3,5,7

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

/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 336 0 0 0 47 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 432 0 0 0 47 17 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 359 0 0 0 46 13 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 230 0 0 0 36 14 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=3090984 CPUtime=33.39 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) R 27527 27529 27495 0 -1 4202560 124 0 0 0 3335 4 0 0 20 0 20 0 346778289 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282375232360 140282418440195 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 4882 0 0 0 66 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 7573 0 0 0 66 2 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 27 0 0 0 4 4 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27582] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27582/stat : 27582 (java) S 27527 27529 27495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346779537 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282365661992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27592] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27592/stat : 27592 (java) S 27527 27529 27495 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 346822644 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282364608888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 454.21
Current children cumulated vsize (KiB) 3090984

[startup+450.301 s]
/proc/loadavg: 1.99 1.79 1.67 3/216 27592
/proc/meminfo: memFree=25601360/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=3090984 CPUtime=455.01 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 19732 0 2 0 45364 137 0 0 20 0 20 0 346778284 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 772746 420609 2302 9 0 763167 0
[pid=27529/tid=27531] ppid=27527 vsize=3090984 CPUtime=414.78 cores=1,3,5,7
/proc/27529/task/27531/stat : 27531 (java) S 27527 27529 27495 0 -1 4202560 3313 0 2 0 41461 17 0 0 20 0 20 0 346778286 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282411586744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27532] ppid=27527 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/27529/task/27532/stat : 27532 (java) S 27527 27529 27495 0 -1 4202560 252 0 0 0 45 15 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282395012008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27533] ppid=27527 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/27529/task/27533/stat : 27533 (java) S 27527 27529 27495 0 -1 4202560 355 0 0 0 36 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282393959464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27534] ppid=27527 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/27529/task/27534/stat : 27534 (java) S 27527 27529 27495 0 -1 4202560 366 0 0 0 46 15 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282392906408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27535] ppid=27527 vsize=3090984 CPUtime=0.4 cores=1,3,5,7
/proc/27529/task/27535/stat : 27535 (java) S 27527 27529 27495 0 -1 4202560 254 0 0 0 31 9 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282391853864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27536] ppid=27527 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 336 0 0 0 47 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 432 0 0 0 47 17 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 359 0 0 0 46 13 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 230 0 0 0 36 14 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=3090984 CPUtime=34.19 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) R 27527 27529 27495 0 -1 4202560 126 0 0 0 3415 4 0 0 20 0 20 0 346778289 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282375232520 140282415722839 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 4882 0 0 0 66 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 7573 0 0 0 66 2 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 27 0 0 0 4 4 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27582] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27582/stat : 27582 (java) S 27527 27529 27495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346779537 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282365661992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27592] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27592/stat : 27592 (java) S 27527 27529 27495 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 346822644 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282364607944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 455.01
Current children cumulated vsize (KiB) 3090984

[startup+450.701 s]
/proc/loadavg: 1.99 1.79 1.67 3/216 27592
/proc/meminfo: memFree=25601360/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=3090984 CPUtime=455.41 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 19732 0 2 0 45404 137 0 0 20 0 20 0 346778284 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 772746 420609 2302 9 0 763167 0
[pid=27529/tid=27531] ppid=27527 vsize=3090984 CPUtime=414.78 cores=1,3,5,7
/proc/27529/task/27531/stat : 27531 (java) S 27527 27529 27495 0 -1 4202560 3313 0 2 0 41461 17 0 0 20 0 20 0 346778286 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282411586744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27532] ppid=27527 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/27529/task/27532/stat : 27532 (java) S 27527 27529 27495 0 -1 4202560 252 0 0 0 45 15 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282395012008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27533] ppid=27527 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/27529/task/27533/stat : 27533 (java) S 27527 27529 27495 0 -1 4202560 355 0 0 0 36 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282393959464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27534] ppid=27527 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/27529/task/27534/stat : 27534 (java) S 27527 27529 27495 0 -1 4202560 366 0 0 0 46 15 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282392906408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27535] ppid=27527 vsize=3090984 CPUtime=0.4 cores=1,3,5,7
/proc/27529/task/27535/stat : 27535 (java) S 27527 27529 27495 0 -1 4202560 254 0 0 0 31 9 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282391853864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27536] ppid=27527 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 336 0 0 0 47 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 432 0 0 0 47 17 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 359 0 0 0 46 13 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 230 0 0 0 36 14 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=3090984 CPUtime=34.59 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) R 27527 27529 27495 0 -1 4202560 126 0 0 0 3455 4 0 0 20 0 20 0 346778289 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282375232520 140282418094152 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 4882 0 0 0 66 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 7573 0 0 0 66 2 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 27 0 0 0 4 4 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27582] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27582/stat : 27582 (java) S 27527 27529 27495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346779537 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282365661992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27592] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27592/stat : 27592 (java) S 27527 27529 27495 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 346822644 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282364607944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 455.41
Current children cumulated vsize (KiB) 3090984

[startup+450.801 s]
/proc/loadavg: 1.99 1.79 1.67 3/216 27592
/proc/meminfo: memFree=25601360/32873844 swapFree=7380/7380
[pid=27529] ppid=27527 vsize=3090984 CPUtime=455.51 cores=1,3,5,7
/proc/27529/stat : 27529 (java) S 27527 27529 27495 0 -1 4202496 19732 0 2 0 45414 137 0 0 20 0 20 0 346778284 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140733552437008 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27529/statm: 772746 420609 2302 9 0 763167 0
[pid=27529/tid=27531] ppid=27527 vsize=3090984 CPUtime=414.78 cores=1,3,5,7
/proc/27529/task/27531/stat : 27531 (java) S 27527 27529 27495 0 -1 4202560 3313 0 2 0 41461 17 0 0 20 0 20 0 346778286 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282411586744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27532] ppid=27527 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/27529/task/27532/stat : 27532 (java) S 27527 27529 27495 0 -1 4202560 252 0 0 0 45 15 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282395012008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27533] ppid=27527 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/27529/task/27533/stat : 27533 (java) S 27527 27529 27495 0 -1 4202560 355 0 0 0 36 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282393959464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27534] ppid=27527 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/27529/task/27534/stat : 27534 (java) S 27527 27529 27495 0 -1 4202560 366 0 0 0 46 15 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282392906408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27535] ppid=27527 vsize=3090984 CPUtime=0.4 cores=1,3,5,7
/proc/27529/task/27535/stat : 27535 (java) S 27527 27529 27495 0 -1 4202560 254 0 0 0 31 9 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282391853864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27536] ppid=27527 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/27529/task/27536/stat : 27536 (java) S 27527 27529 27495 0 -1 4202560 336 0 0 0 47 16 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282390800808 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27537] ppid=27527 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/27529/task/27537/stat : 27537 (java) S 27527 27529 27495 0 -1 4202560 432 0 0 0 47 17 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282389748264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27538] ppid=27527 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/27529/task/27538/stat : 27538 (java) S 27527 27529 27495 0 -1 4202560 359 0 0 0 46 13 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282388695208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27539] ppid=27527 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/27529/task/27539/stat : 27539 (java) S 27527 27529 27495 0 -1 4202560 230 0 0 0 36 14 0 0 20 0 20 0 346778288 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282387642664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27540] ppid=27527 vsize=3090984 CPUtime=34.69 cores=1,3,5,7
/proc/27529/task/27540/stat : 27540 (java) R 27527 27529 27495 0 -1 4202560 126 0 0 0 3465 4 0 0 20 0 20 0 346778289 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282375232520 140282417710481 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27541] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27541/stat : 27541 (java) S 27527 27529 27495 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282374178680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27529/tid=27542] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27542/stat : 27542 (java) S 27527 27529 27495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346778290 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282373125512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27543] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27543/stat : 27543 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282372074256 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27544] ppid=27527 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/27529/task/27544/stat : 27544 (java) S 27527 27529 27495 0 -1 4202560 4882 0 0 0 66 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282371021112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27545] ppid=27527 vsize=3090984 CPUtime=0.68 cores=1,3,5,7
/proc/27529/task/27545/stat : 27545 (java) S 27527 27529 27495 0 -1 4202560 7573 0 0 0 66 2 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282369968568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27546] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27546/stat : 27546 (java) S 27527 27529 27495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282368915704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27529/tid=27547] ppid=27527 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/27529/task/27547/stat : 27547 (java) S 27527 27529 27495 0 -1 4202560 27 0 0 0 4 4 0 0 20 0 20 0 346778292 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282367863368 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27529/tid=27582] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27582/stat : 27582 (java) S 27527 27529 27495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346779537 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282365661992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27529/tid=27592] ppid=27527 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/27529/task/27592/stat : 27592 (java) S 27527 27529 27495 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 346822644 3165167616 420609 33554432000 1073741824 1073778376 140733552445872 140282364607944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 455.51
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 450.832
CPU time (s): 455.667
CPU user time (s): 454.103
CPU system time (s): 1.56376
CPU usage (%): 101.072
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 454.103
system time used= 1.56376
maximum resident set size= 1682456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19742
page faults= 2
swaps= 0
block input operations= 328
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10468
involuntary context switches= 7019

runsolver used 0.944856 second user time and 2.37764 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 12:42:15
IDJOB=3744668
IDBENCH=92797
IDSOLVER=2319
FILE ID=node133/3744668-1338806534
RUNJOBID= node133-1338806534-27512
PBS_JOBID= 14636868
Free space on /tmp= 70440 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.F.recomb10-0.10-7.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744668-1338806534/watcher-3744668-1338806534 -o /tmp/evaluation-result-3744668-1338806534/solver-3744668-1338806534 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744668-1338806534.opb           

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

MD5SUM BENCH= 06297c7f26ebcb34cb37e0d981bba12f
RANDOM SEED=2080737166

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28457616 kB
Buffers:          508844 kB
Cached:          2990248 kB
SwapCached:          676 kB
Active:          1561624 kB
Inactive:        1952020 kB
Active(anon):       5692 kB
Inactive(anon):    10220 kB
Active(file):    1555932 kB
Inactive(file):  1941800 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             52564 kB
Writeback:             0 kB
AnonPages:         20560 kB
Mapped:             9624 kB
Shmem:                 0 kB
Slab:             762128 kB
SReclaimable:     203496 kB
SUnreclaim:       558632 kB
KernelStack:        1416 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70408 MiB
End job on node133 at 2012-06-04 12:49:46