Trace number 3744327

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 819.722 815.443

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_8.opb
MD5SUMc9443936e5641d3aca30cbd92e359860
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4692139
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 91246785518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 91246785518
Number of bits of the biggest sum of numbers37
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.1.1.v20090612
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version	1.6.0_24
0.04/0.08	c os.name	Linux
0.04/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch	amd64
0.04/0.08	c Free memory 1299577560
0.04/0.08	c Max memory 1306394624
0.04/0.08	c Total memory 1306394624
0.04/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3744327-1338810680.opb
0.09/0.11	c reading problem ... 
1.13/0.54	c ... done. Wall clock time 0.436s.
1.13/0.54	c #vars     9940
1.13/0.54	c #constraints  24648
1.13/0.54	c constraints type 
1.13/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.13/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19390
1.13/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2625
1.13/0.54	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2486
100.51/98.86	c SATISFIABLE
100.51/98.86	c OPTIMIZING...
100.51/98.86	c Got one! Elapsed wall clock time (in seconds):98.751
100.51/98.86	o 310596633
103.79/101.95	c Got one! Elapsed wall clock time (in seconds):101.845
103.79/101.95	o 226566607
110.89/108.94	c Got one! Elapsed wall clock time (in seconds):108.831
110.89/108.94	o 116786499
111.09/109.13	c Got one! Elapsed wall clock time (in seconds):109.025
111.09/109.13	o 114899843
816.73/812.75	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
816.73/812.75		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
817.94/813.92	c starts		: 45
817.94/813.92	c conflicts		: 440294
817.94/813.92	c decisions		: 532480
817.94/813.92	c propagations		: 53212884
819.04/815.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
819.04/815.06		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
819.04/815.06		at java.lang.StringBuffer.<init>(StringBuffer.java:79)

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-3744327-1338810680/watcher-3744327-1338810680 -o /tmp/evaluation-result-3744327-1338810680/solver-3744327-1338810680 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744327-1338810680.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.12 2.04 2.00 3/194 17017
/proc/meminfo: memFree=26126252/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17017/stat : 17017 (java6) D 17015 17017 14504 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 347193879 9515008 182 33554432000 1073741824 1073778376 140733731079952 140733731070984 242167398069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/17017/statm: 2323 182 140 9 0 71 0

[startup+0.0575459 s]
/proc/loadavg: 2.12 2.04 2.00 3/194 17017
/proc/meminfo: memFree=26126252/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2315716 CPUtime=0.04 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 3704 0 1 0 3 1 0 0 20 0 13 0 347193879 2371293184 4912 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 578929 4912 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100248 s]
/proc/loadavg: 2.12 2.04 2.00 3/194 17017
/proc/meminfo: memFree=26126252/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 4684 0 1 0 8 1 0 0 20 0 18 0 347193879 2712133632 6402 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 662142 6402 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.30022 s]
/proc/loadavg: 2.12 2.04 2.00 3/194 17017
/proc/meminfo: memFree=26126252/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2648568 CPUtime=0.52 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 8350 0 1 0 50 2 0 0 20 0 18 0 347193879 2712133632 13001 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 662142 13024 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2648568

[startup+0.700267 s]
/proc/loadavg: 2.12 2.04 2.00 3/194 17017
/proc/meminfo: memFree=26126252/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2715132 CPUtime=1.65 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 15480 0 1 0 161 4 0 0 20 0 19 0 347193879 2780295168 26820 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 678783 26820 2255 9 0 669476 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 2715132

[startup+1.5007 s]
/proc/loadavg: 2.27 2.07 2.01 3/213 17036
/proc/meminfo: memFree=25969968/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2715132 CPUtime=2.74 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 16031 0 1 0 267 7 0 0 20 0 19 0 347193879 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 678783 77003 2260 9 0 669476 0
[pid=17017/tid=17019] ppid=17015 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/17017/task/17019/stat : 17019 (java) R 17015 17017 14504 0 -1 4202560 2889 0 1 0 142 4 0 0 20 0 19 0 347193880 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717178011992 139717048655542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717044906920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717043854376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717042801320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717041748776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716554885992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716552779144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7119 0 0 0 61 1 0 0 20 0 19 0 347193885 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4829 0 0 0 60 0 0 0 20 0 19 0 347193885 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347193946 2780295168 77003 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 2715132

[startup+3.10062 s]
/proc/loadavg: 2.27 2.07 2.01 3/213 17036
/proc/meminfo: memFree=25747792/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2715132 CPUtime=4.45 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 16123 0 1 0 435 10 0 0 20 0 19 0 347193879 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 678783 99041 2273 9 0 669476 0
[pid=17017/tid=17019] ppid=17015 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/17017/task/17019/stat : 17019 (java) R 17015 17017 14504 0 -1 4202560 2927 0 1 0 299 5 0 0 20 0 19 0 347193880 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717178010960 139717048686972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717044906920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717043854376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717042801320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717041748776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716554885992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716552779144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7119 0 0 0 67 1 0 0 20 0 19 0 347193885 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4829 0 0 0 60 0 0 0 20 0 19 0 347193885 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347193946 2780295168 99041 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.27 2.07 2.01 3/213 17036
/proc/meminfo: memFree=25738676/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2715132 CPUtime=7.65 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 16125 0 1 0 755 10 0 0 20 0 19 0 347193879 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 678783 98612 2273 9 0 669476 0
[pid=17017/tid=17019] ppid=17015 vsize=2715132 CPUtime=6.25 cores=0,2,4,6
/proc/17017/task/17019/stat : 17019 (java) R 17015 17017 14504 0 -1 4202560 2929 0 1 0 619 6 0 0 20 0 19 0 347193880 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717178010080 139717048686976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717044906920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717043854376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717042801320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717041748776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347193881 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) S 17015 17017 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716554885992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347193882 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716552779144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7119 0 0 0 67 1 0 0 20 0 19 0 347193885 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4829 0 0 0 60 0 0 0 20 0 19 0 347193885 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347193885 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347193946 2780295168 98612 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 258 0 0 0 28 9 0 0 20 0 20 0 347193881 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 336 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 222 0 0 0 31 10 0 0 20 0 20 0 347193881 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2781696 CPUtime=0.39 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 282 0 0 0 29 10 0 0 20 0 20 0 347193881 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2781696 CPUtime=12.94 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) R 17015 17017 14504 0 -1 4202560 120 0 0 0 1291 3 0 0 20 0 20 0 347193882 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716554885928 139717181276788 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716552776376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7131 0 0 0 78 2 0 0 20 0 20 0 347193885 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4830 0 0 0 73 0 0 0 20 0 20 0 347193885 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2781696 CPUtime=0.14 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 47 0 0 0 5 9 0 0 20 0 20 0 347193885 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347193946 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17124] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17124/stat : 17124 (java) S 17015 17017 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347275191 2848456704 343943 33554432000 1073741824 1073778376 140735513940048 139716545410216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 818.33
Current children cumulated vsize (KiB) 2781696

[startup+815.107 s]
/proc/loadavg: 1.92 2.00 1.99 3/214 17124
/proc/meminfo: memFree=25669024/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2781696 CPUtime=819.14 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 18451 0 1 0 81807 107 0 0 20 0 20 0 347193879 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 695424 343944 2281 9 0 686117 0
[pid=17017/tid=17019] ppid=17015 vsize=2781696 CPUtime=800.27 cores=0,2,4,6
/proc/17017/task/17019/stat : 17019 (java) S 17015 17017 14504 0 -1 4202560 3028 0 1 0 80008 19 0 0 20 0 20 0 347193880 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717178012856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 14504 0 -1 4202560 257 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717044906920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 14504 0 -1 4202560 215 0 0 0 30 8 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717043854376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 14504 0 -1 4202560 245 0 0 0 32 11 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717042801320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 14504 0 -1 4202560 281 0 0 0 37 14 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717041748776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 258 0 0 0 28 9 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 336 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 222 0 0 0 31 10 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2781696 CPUtime=0.39 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 282 0 0 0 29 10 0 0 20 0 20 0 347193881 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2781696 CPUtime=13.75 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) R 17015 17017 14504 0 -1 4202560 121 0 0 0 1372 3 0 0 20 0 20 0 347193882 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716554886152 139717184138383 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716552779144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7131 0 0 0 78 2 0 0 20 0 20 0 347193885 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4830 0 0 0 73 0 0 0 20 0 20 0 347193885 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2781696 CPUtime=0.14 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 47 0 0 0 5 9 0 0 20 0 20 0 347193885 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347193946 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17124] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17124/stat : 17124 (java) S 17015 17017 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347275191 2848456704 343944 33554432000 1073741824 1073778376 140735513940048 139716545409128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 819.14
Current children cumulated vsize (KiB) 2781696

[startup+815.301 s]
/proc/loadavg: 1.92 2.00 1.99 3/214 17124
/proc/meminfo: memFree=25669024/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2781696 CPUtime=819.33 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 18453 0 1 0 81826 107 0 0 20 0 20 0 347193879 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 695424 343945 2281 9 0 686117 0
[pid=17017/tid=17019] ppid=17015 vsize=2781696 CPUtime=800.27 cores=0,2,4,6
/proc/17017/task/17019/stat : 17019 (java) S 17015 17017 14504 0 -1 4202560 3028 0 1 0 80008 19 0 0 20 0 20 0 347193880 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717178012856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 14504 0 -1 4202560 257 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717044906920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 14504 0 -1 4202560 215 0 0 0 30 8 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717043854376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 14504 0 -1 4202560 245 0 0 0 32 11 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717042801320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 14504 0 -1 4202560 281 0 0 0 37 14 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717041748776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 258 0 0 0 28 9 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 336 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 222 0 0 0 31 10 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2781696 CPUtime=0.39 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 282 0 0 0 29 10 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2781696 CPUtime=13.94 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) R 17015 17017 14504 0 -1 4202560 122 0 0 0 1391 3 0 0 20 0 20 0 347193882 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716554886152 139717182148912 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716552779144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7131 0 0 0 78 2 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4830 0 0 0 73 0 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2781696 CPUtime=0.14 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 47 0 0 0 5 9 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347193946 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17124] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17124/stat : 17124 (java) S 17015 17017 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347275191 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716545409064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 819.33
Current children cumulated vsize (KiB) 2781696

[startup+815.401 s]
/proc/loadavg: 1.92 2.00 1.99 3/214 17124
/proc/meminfo: memFree=25669024/32873648 swapFree=7112/7112
[pid=17017] ppid=17015 vsize=2781696 CPUtime=819.43 cores=0,2,4,6
/proc/17017/stat : 17017 (java) S 17015 17017 14504 0 -1 4202496 18453 0 1 0 81836 107 0 0 20 0 20 0 347193879 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 140735513931184 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17017/statm: 695424 343945 2281 9 0 686117 0
[pid=17017/tid=17019] ppid=17015 vsize=2781696 CPUtime=800.27 cores=0,2,4,6
/proc/17017/task/17019/stat : 17019 (java) S 17015 17017 14504 0 -1 4202560 3028 0 1 0 80008 19 0 0 20 0 20 0 347193880 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717178012856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17020] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17020/stat : 17020 (java) S 17015 17017 14504 0 -1 4202560 257 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717044906920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17021] ppid=17015 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/17017/task/17021/stat : 17021 (java) S 17015 17017 14504 0 -1 4202560 215 0 0 0 30 8 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717043854376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17022] ppid=17015 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/17017/task/17022/stat : 17022 (java) S 17015 17017 14504 0 -1 4202560 245 0 0 0 32 11 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717042801320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17023] ppid=17015 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/17017/task/17023/stat : 17023 (java) S 17015 17017 14504 0 -1 4202560 281 0 0 0 37 14 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717041748776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17024] ppid=17015 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/17017/task/17024/stat : 17024 (java) S 17015 17017 14504 0 -1 4202560 258 0 0 0 28 9 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717040695720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17025] ppid=17015 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/17017/task/17025/stat : 17025 (java) S 17015 17017 14504 0 -1 4202560 336 0 0 0 34 13 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717039643176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17026] ppid=17015 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/17017/task/17026/stat : 17026 (java) S 17015 17017 14504 0 -1 4202560 222 0 0 0 31 10 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717038590120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17027] ppid=17015 vsize=2781696 CPUtime=0.39 cores=0,2,4,6
/proc/17017/task/17027/stat : 17027 (java) S 17015 17017 14504 0 -1 4202560 282 0 0 0 29 10 0 0 20 0 20 0 347193881 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139717037537576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17028] ppid=17015 vsize=2781696 CPUtime=14.04 cores=0,2,4,6
/proc/17017/task/17028/stat : 17028 (java) R 17015 17017 14504 0 -1 4202560 122 0 0 0 1401 3 0 0 20 0 20 0 347193882 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716554886152 139717184520264 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17029] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17029/stat : 17029 (java) S 17015 17017 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716553832312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17030] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17030/stat : 17030 (java) S 17015 17017 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347193882 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716552779144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17031] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17031/stat : 17031 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716551727888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17032] ppid=17015 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/17017/task/17032/stat : 17032 (java) S 17015 17017 14504 0 -1 4202560 7131 0 0 0 78 2 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716550674744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17017/tid=17033] ppid=17015 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/17017/task/17033/stat : 17033 (java) S 17015 17017 14504 0 -1 4202560 4830 0 0 0 73 0 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716549622200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17034] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17034/stat : 17034 (java) S 17015 17017 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716548569336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17017/tid=17035] ppid=17015 vsize=2781696 CPUtime=0.14 cores=0,2,4,6
/proc/17017/task/17035/stat : 17035 (java) S 17015 17017 14504 0 -1 4202560 47 0 0 0 5 9 0 0 20 0 20 0 347193885 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716547517000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17017/tid=17036] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17036/stat : 17036 (java) S 17015 17017 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347193946 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716546463272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17017/tid=17124] ppid=17015 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17017/task/17124/stat : 17124 (java) S 17015 17017 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347275191 2848456704 343945 33554432000 1073741824 1073778376 140735513940048 139716545409064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 819.43
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 815.443
CPU time (s): 819.722
CPU user time (s): 818.368
CPU system time (s): 1.35479
CPU usage (%): 100.525
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 818.368
system time used= 1.35479
maximum resident set size= 1375800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18463
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18952
involuntary context switches= 10558

runsolver used 3.56146 second user time and 7.9118 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-04 13:51:20
IDJOB=3744327
IDBENCH=92727
IDSOLVER=2322
FILE ID=node126/3744327-1338810680
RUNJOBID= node126-1338782884-14520
PBS_JOBID= 14636836
Free space on /tmp= 70788 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_8.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744327-1338810680/watcher-3744327-1338810680 -o /tmp/evaluation-result-3744327-1338810680/solver-3744327-1338810680 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744327-1338810680.opb

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

MD5SUM BENCH= c9443936e5641d3aca30cbd92e359860
RANDOM SEED=266328571

node126.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.456
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.91
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.456
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.456
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.456
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.456
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.92
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.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26126640 kB
Buffers:          453944 kB
Cached:          4103824 kB
SwapCached:         9484 kB
Active:          2907948 kB
Inactive:        2959684 kB
Active(anon):    1299556 kB
Inactive(anon):    12264 kB
Active(file):    1608392 kB
Inactive(file):  2947420 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:              1204 kB
Writeback:            20 kB
AnonPages:       1308056 kB
Mapped:            17800 kB
Shmem:                 0 kB
Slab:             739432 kB
SReclaimable:     183332 kB
SUnreclaim:       556100 kB
KernelStack:        1592 kB
PageTables:         6716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1521588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1259520 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= 70788 MiB
End job on node126 at 2012-06-04 14:04:55