Trace number 3733214

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.54 1010.93

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80072
Number of constraints which are clauses80072
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3733214-1338741742.opb
0.06/0.13	c reading problem ... 
1.28/0.78	c ... done. Wall clock time 0.648s.
1.28/0.78	c #vars     1150
1.28/0.78	c #constraints  80072
1.28/0.78	c constraints type 
1.28/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80072
1.28/0.78	c constraints type 
1.28/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80072
1.40/0.82	c And the winner is CuttingPlanes
1.52/1.79	c SATISFIABLE
1.52/1.79	c OPTIMIZING...
1.52/1.79	c Got one! Elapsed wall clock time (in seconds):1.655
1.52/1.79	o -33
1.55/1.89	c And the winner is Resolution
2.51/2.79	c Got one! Elapsed wall clock time (in seconds):2.661
2.51/2.79	o -34
2.52/2.89	c And the winner is Resolution
2.96/3.80	c Got one! Elapsed wall clock time (in seconds):3.665
2.96/3.80	o -36
3.69/4.09	c And the winner is Resolution
3.92/4.80	c Got one! Elapsed wall clock time (in seconds):4.669
3.92/4.80	o -37
4.13/4.96	c And the winner is Resolution
4.34/5.80	c Got one! Elapsed wall clock time (in seconds):5.673
4.34/5.80	o -38
6.09/6.65	c cleaning 2498 clauses out of 5000 with flag 5000/5000
8.48/7.84	c And the winner is CuttingPlanes
8.57/8.82	c Got one! Elapsed wall clock time (in seconds):8.687
8.57/8.82	o -39
9.39/9.23	c cleaning 4247 clauses out of 8502 with flag 11000/11000
13.14/11.18	c cleaning 5624 clauses out of 11255 with flag 18000/18000
17.73/13.46	c cleaning 6816 clauses out of 13632 with flag 26001/26001
23.87/16.54	c cleaning 7906 clauses out of 15816 with flag 35001/35001
25.32/17.37	c And the winner is Resolution
26.21/18.82	c Got one! Elapsed wall clock time (in seconds):18.69
26.21/18.82	o -40
32.22/21.81	c cleaning 8951 clauses out of 17909 with flag 45000/45000
40.09/25.82	c cleaning 9981 clauses out of 19961 with flag 56003/56003
49.64/30.63	c cleaning 10989 clauses out of 21977 with flag 68000/68000
61.29/36.56	c cleaning 11989 clauses out of 23988 with flag 81000/81000
71.85/41.87	c cleaning 12997 clauses out of 25999 with flag 95000/95000
86.38/49.20	c cleaning 13997 clauses out of 28003 with flag 110001/110001
98.06/55.03	c cleaning 15003 clauses out of 30005 with flag 126000/126000
112.49/62.49	c cleaning 15999 clauses out of 32003 with flag 143001/143001
128.36/70.45	c cleaning 16995 clauses out of 34003 with flag 161000/161000
150.17/81.47	c cleaning 18003 clauses out of 36008 with flag 180000/180000
169.78/91.34	c cleaning 18999 clauses out of 38005 with flag 200000/200000
194.58/104.00	c cleaning 20002 clauses out of 40006 with flag 221000/221000
222.10/117.75	c cleaning 20994 clauses out of 42004 with flag 243000/243000
254.82/134.19	c cleaning 22003 clauses out of 44010 with flag 266000/266000
276.54/145.15	c cleaning 22996 clauses out of 46007 with flag 290000/290000
315.68/164.85	c cleaning 24006 clauses out of 48011 with flag 315000/315000
363.43/188.71	c cleaning 25000 clauses out of 50005 with flag 341000/341000
411.48/212.83	c cleaning 26003 clauses out of 52005 with flag 368000/368000
472.35/243.39	c cleaning 26992 clauses out of 54002 with flag 396000/396000
500.58/257.82	c cleaning 28002 clauses out of 56010 with flag 425000/425000
543.18/279.24	c cleaning 28997 clauses out of 58009 with flag 455001/455001
587.26/301.42	c cleaning 29993 clauses out of 60011 with flag 486000/486000
619.71/317.90	c cleaning 0 clauses out of 5000 with flag 0/5000
655.57/335.92	c cleaning 31004 clauses out of 62018 with flag 518000/518000
718.80/367.66	c cleaning 32002 clauses out of 64014 with flag 551000/551000
826.24/421.39	c cleaning 32993 clauses out of 66012 with flag 585000/585000
865.02/440.97	c cleaning 34010 clauses out of 68019 with flag 620000/620000
928.23/472.97	c cleaning 34992 clauses out of 70010 with flag 656001/656001
1011.02/514.43	c cleaning 35998 clauses out of 72017 with flag 693000/693000
1068.89/544.83	c cleaning 37007 clauses out of 74019 with flag 731000/731000
1148.39/587.08	c cleaning 38003 clauses out of 76012 with flag 770000/770000
1227.07/631.08	c cleaning 39000 clauses out of 78009 with flag 810000/810000
1352.45/696.24	c cleaning 39998 clauses out of 80009 with flag 851000/851000
1444.54/749.51	c cleaning 40995 clauses out of 82012 with flag 893001/893001
1517.44/797.82	c cleaning 42003 clauses out of 84016 with flag 936000/936000
1643.52/888.67	c cleaning 42996 clauses out of 86013 with flag 980000/980000

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-3733214-1338741742/watcher-3733214-1338741742 -o /tmp/evaluation-result-3733214-1338741742/solver-3733214-1338741742 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733214-1338741742.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: 3.61 3.64 3.26 4/197 10229
/proc/meminfo: memFree=25419308/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/10229/stat : 10229 (java6) D 10227 10229 9489 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 340299063 2560000 46 33554432000 1073741824 1073778376 140735954958544 140735954955672 223642479911 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/10229/statm: 625 46 37 9 0 29 0

[startup+0.0904181 s]
/proc/loadavg: 3.61 3.64 3.26 4/197 10229
/proc/meminfo: memFree=25419308/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 3857 0 1 0 4 1 0 0 20 0 18 0 340299063 2764726272 5576 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 674982 5576 1759 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100315 s]
/proc/loadavg: 3.61 3.64 3.26 4/197 10229
/proc/meminfo: memFree=25419308/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 340299063 2764726272 5616 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300262 s]
/proc/loadavg: 3.61 3.64 3.26 4/197 10229
/proc/meminfo: memFree=25419308/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 5575 0 1 0 42 1 0 0 20 0 18 0 340299063 2764726272 8574 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 674982 8574 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700298 s]
/proc/loadavg: 3.61 3.64 3.26 4/197 10229
/proc/meminfo: memFree=25419308/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2699928 CPUtime=1.28 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 12616 0 1 0 122 6 0 0 20 0 18 0 340299063 2764726272 43052 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 674982 43052 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.61 3.64 3.26 3/217 10251
/proc/meminfo: memFree=25205720/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2966184 CPUtime=1.52 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 13291 0 1 0 143 9 0 0 20 0 20 0 340299063 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 741546 55407 2246 9 0 732240 0
[pid=10229/tid=10231] ppid=10227 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/10229/task/10231/stat : 10231 (java) S 10227 10229 9489 0 -1 4202560 2882 0 1 0 68 6 0 0 20 0 20 0 340299065 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247739683992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10232] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10232/stat : 10232 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247605639592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10233] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10233/stat : 10233 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247604587048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10234] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10234/stat : 10234 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247603533992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10235] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10235/stat : 10235 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247602481448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10236] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10236/stat : 10236 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247601429416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10237] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10237/stat : 10237 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247600376872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10238] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10238/stat : 10238 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247599323816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10239] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10239/stat : 10239 (java) S 10227 10229 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247598271272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10240] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10240/stat : 10240 (java) S 10227 10229 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340299068 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247115458920 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10241] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10241/stat : 10241 (java) S 10227 10229 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340299068 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247114405240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10242] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10242/stat : 10242 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340299068 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247113352072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10243] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10243/stat : 10243 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299071 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247112300816 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10244] ppid=10227 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/10229/task/10244/stat : 10244 (java) S 10227 10229 9489 0 -1 4202560 4693 0 0 0 30 0 0 0 20 0 20 0 340299071 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247111248696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10245] ppid=10227 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/10229/task/10245/stat : 10245 (java) S 10227 10229 9489 0 -1 4202560 4470 0 0 0 35 1 0 0 20 0 20 0 340299071 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247110196152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10246] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299071 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299071 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340299145 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10251] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10251/stat : 10251 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340299145 3037372416 55407 33554432000 1073741824 1073778376 140734414714288 140247103878056 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 3.61 3.64 3.26 4/217 10253
/proc/meminfo: memFree=25183312/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2966184 CPUtime=2.96 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 19177 0 1 0 283 13 0 0 20 0 20 0 340299063 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 741546 62188 2258 9 0 732240 0
[pid=10229/tid=10231] ppid=10227 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/10229/task/10231/stat : 10231 (java) S 10227 10229 9489 0 -1 4202560 2883 0 1 0 70 6 0 0 20 0 20 0 340299065 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247739683992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10232] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10232/stat : 10232 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247605639592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10233] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10233/stat : 10233 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247604587048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10234] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10234/stat : 10234 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247603533992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10235] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10235/stat : 10235 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247602481448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10236] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10236/stat : 10236 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247601429416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10237] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10237/stat : 10237 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247600376872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10238] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10238/stat : 10238 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247599323816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10239] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10239/stat : 10239 (java) S 10227 10229 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340299066 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247598271272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10240] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10240/stat : 10240 (java) S 10227 10229 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340299068 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247115458920 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10241] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10241/stat : 10241 (java) S 10227 10229 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340299068 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247114405240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10242] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10242/stat : 10242 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340299068 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247113352072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10243] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10243/stat : 10243 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299071 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247112300816 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10244] ppid=10227 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/10229/task/10244/stat : 10244 (java) S 10227 10229 9489 0 -1 4202560 4963 0 0 0 59 0 0 0 20 0 20 0 340299071 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247111248696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10245] ppid=10227 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/10229/task/10245/stat : 10245 (java) S 10227 10229 9489 0 -1 4202560 10008 0 0 0 103 2 0 0 20 0 20 0 340299071 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247110196152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10246] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299071 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340299071 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340299145 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10251] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10251/stat : 10251 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340299145 3037372416 62188 33554432000 1073741824 1073778376 140734414714288 140247103878056 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 2966184

[startup+6.30075 s]
/proc/loadavg: 3.80 3.68 3.28 3/217 10259
/proc/meminfo: memFree=25072848/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=2966184 CPUtime=5.41 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 19342 0 1 0 516 25 0 0 20 0 22 0 340299063 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 741546 100934 2275 9 0 732240 0
[pid=10229/tid=10231] ppid=10227 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/10229/task/10231/stat : 10231 (java) S 10227 10229 9489 0 -1 4202560 2885 0 1 0 71 6 0 0 20 0 22 0 340299065 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247739683992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10232] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10232/stat : 10232 (java) S 10227 10229 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247605639592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10233] ppid=10227 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/10229/task/10233/stat : 10233 (java) S 10227 10229 9489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247604587048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10234] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10234/stat : 10234 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247603533992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10235] ppid=10227 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/10229/task/10235/stat : 10235 (java) S 10227 10229 9489 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247602481448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10236] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10236/stat : 10236 (java) S 10227 10229 9489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247601429416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10237] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10237/stat : 10237 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247600376872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10238] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10238/stat : 10238 (java) S 10227 10229 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247599323816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10239] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10239/stat : 10239 (java) S 10227 10229 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340299066 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247598271272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10240] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10240/stat : 10240 (java) S 10227 10229 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340299068 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247115458920 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10241] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10241/stat : 10241 (java) S 10227 10229 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340299068 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247114405240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10242] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10242/stat : 10242 (java) S 10227 10229 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340299068 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247113352072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10243] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10243/stat : 10243 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340299071 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247112300816 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10244] ppid=10227 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/10229/task/10244/stat : 10244 (java) S 10227 10229 9489 0 -1 4202560 4966 0 0 0 80 0 0 0 20 0 22 0 340299071 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247111248696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10245] ppid=10227 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/10229/task/10245/stat : 10245 (java) S 10227 10229 9489 0 -1 4202560 10008 0 0 0 121 2 0 0 20 0 22 0 340299071 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247110196152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10246] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340299071 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340299071 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340299145 3037372416 100934 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340299071 3037372416 360842 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 60 0 0 0 37 21 0 0 20 0 22 0 340299071 3037372416 360842 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340299145 3037372416 360842 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10251] ppid=10227 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10251/stat : 10251 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340299145 3037372416 360842 33554432000 1073741824 1073778376 140734414714288 140247103878056 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10264] ppid=10227 vsize=2966184 CPUtime=756.17 cores=1,3,5,7
/proc/10229/task/10264/stat : 10264 (java) S 10227 10229 9489 0 -1 4202560 73 0 0 0 75604 13 0 0 20 0 22 0 340300946 3037372416 360842 33554432000 1073741824 1073778376 140734414714288 140247105981960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10265] ppid=10227 vsize=2966184 CPUtime=756.2 cores=1,3,5,7
/proc/10229/task/10265/stat : 10265 (java) S 10227 10229 9489 0 -1 4202560 115 0 0 0 75607 13 0 0 20 0 22 0 340300946 3037372416 360842 33554432000 1073741824 1073778376 140734414714288 140247107033880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.34
Current children cumulated vsize (KiB) 2966184

[startup+1010.6 s]
/proc/loadavg: 1.23 1.92 2.64 2/218 10273
/proc/meminfo: memFree=23702612/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=3032748 CPUtime=1801.74 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 24863 0 1 0 179994 180 0 0 20 0 23 0 340299063 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 758187 360859 2287 9 0 748881 0
[pid=10229/tid=10231] ppid=10227 vsize=3032748 CPUtime=0.8 cores=1,3,5,7
/proc/10229/task/10231/stat : 10231 (java) S 10227 10229 9489 0 -1 4202560 3061 0 1 0 74 6 0 0 20 0 23 0 340299065 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247739683992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10232] ppid=10227 vsize=3032748 CPUtime=4.8 cores=1,3,5,7
/proc/10229/task/10232/stat : 10232 (java) S 10227 10229 9489 0 -1 4202560 343 0 0 0 466 14 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247605639592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10233] ppid=10227 vsize=3032748 CPUtime=4.93 cores=1,3,5,7
/proc/10229/task/10233/stat : 10233 (java) S 10227 10229 9489 0 -1 4202560 383 0 0 0 477 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247604587048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10234] ppid=10227 vsize=3032748 CPUtime=4.32 cores=1,3,5,7
/proc/10229/task/10234/stat : 10234 (java) S 10227 10229 9489 0 -1 4202560 353 0 0 0 418 14 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247603533992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10235] ppid=10227 vsize=3032748 CPUtime=4.64 cores=1,3,5,7
/proc/10229/task/10235/stat : 10235 (java) S 10227 10229 9489 0 -1 4202560 339 0 0 0 448 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247602481448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10236] ppid=10227 vsize=3032748 CPUtime=4.65 cores=1,3,5,7
/proc/10229/task/10236/stat : 10236 (java) S 10227 10229 9489 0 -1 4202560 410 0 0 0 449 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247601429416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10237] ppid=10227 vsize=3032748 CPUtime=4.77 cores=1,3,5,7
/proc/10229/task/10237/stat : 10237 (java) S 10227 10229 9489 0 -1 4202560 354 0 0 0 462 15 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247600376872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10238] ppid=10227 vsize=3032748 CPUtime=4.66 cores=1,3,5,7
/proc/10229/task/10238/stat : 10238 (java) S 10227 10229 9489 0 -1 4202560 309 0 0 0 453 13 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247599323816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10239] ppid=10227 vsize=3032748 CPUtime=4.6 cores=1,3,5,7
/proc/10229/task/10239/stat : 10239 (java) S 10227 10229 9489 0 -1 4202560 348 0 0 0 449 11 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247598271272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10240] ppid=10227 vsize=3032748 CPUtime=226.68 cores=1,3,5,7
/proc/10229/task/10240/stat : 10240 (java) R 10227 10229 9489 0 -1 4202560 207 0 0 0 22646 22 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247115458832 140247741878409 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10241] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10241/stat : 10241 (java) S 10227 10229 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247114405240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10242] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10242/stat : 10242 (java) S 10227 10229 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247113352072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10243] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10243/stat : 10243 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247112300816 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10244] ppid=10227 vsize=3032748 CPUtime=1.16 cores=1,3,5,7
/proc/10229/task/10244/stat : 10244 (java) S 10227 10229 9489 0 -1 4202560 4977 0 0 0 116 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247111248696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10245] ppid=10227 vsize=3032748 CPUtime=2.03 cores=1,3,5,7
/proc/10229/task/10245/stat : 10245 (java) S 10227 10229 9489 0 -1 4202560 12094 0 0 0 201 2 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247110196152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10246] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=3032748 CPUtime=0.58 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 60 0 0 0 37 21 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340299145 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10251] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10251/stat : 10251 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 340299145 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247103878056 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10264] ppid=10227 vsize=3032748 CPUtime=756.17 cores=1,3,5,7
/proc/10229/task/10264/stat : 10264 (java) S 10227 10229 9489 0 -1 4202560 73 0 0 0 75604 13 0 0 20 0 23 0 340300946 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247105981960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10265] ppid=10227 vsize=3032748 CPUtime=756.2 cores=1,3,5,7
/proc/10229/task/10265/stat : 10265 (java) S 10227 10229 9489 0 -1 4202560 115 0 0 0 75607 13 0 0 20 0 23 0 340300946 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247107033880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (KiB) 3032748

[startup+1010.8 s]
/proc/loadavg: 1.21 1.90 2.64 2/219 10274
/proc/meminfo: memFree=23702612/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=3032748 CPUtime=1801.95 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 24863 0 1 0 180015 180 0 0 20 0 23 0 340299063 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 758187 360859 2287 9 0 748881 0
[pid=10229/tid=10231] ppid=10227 vsize=3032748 CPUtime=0.8 cores=1,3,5,7
/proc/10229/task/10231/stat : 10231 (java) S 10227 10229 9489 0 -1 4202560 3061 0 1 0 74 6 0 0 20 0 23 0 340299065 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247739683992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10232] ppid=10227 vsize=3032748 CPUtime=4.8 cores=1,3,5,7
/proc/10229/task/10232/stat : 10232 (java) S 10227 10229 9489 0 -1 4202560 343 0 0 0 466 14 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247605639592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10233] ppid=10227 vsize=3032748 CPUtime=4.93 cores=1,3,5,7
/proc/10229/task/10233/stat : 10233 (java) S 10227 10229 9489 0 -1 4202560 383 0 0 0 477 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247604587048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10234] ppid=10227 vsize=3032748 CPUtime=4.32 cores=1,3,5,7
/proc/10229/task/10234/stat : 10234 (java) S 10227 10229 9489 0 -1 4202560 353 0 0 0 418 14 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247603533992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10235] ppid=10227 vsize=3032748 CPUtime=4.64 cores=1,3,5,7
/proc/10229/task/10235/stat : 10235 (java) S 10227 10229 9489 0 -1 4202560 339 0 0 0 448 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247602481448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10236] ppid=10227 vsize=3032748 CPUtime=4.65 cores=1,3,5,7
/proc/10229/task/10236/stat : 10236 (java) S 10227 10229 9489 0 -1 4202560 410 0 0 0 449 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247601429416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10237] ppid=10227 vsize=3032748 CPUtime=4.77 cores=1,3,5,7
/proc/10229/task/10237/stat : 10237 (java) S 10227 10229 9489 0 -1 4202560 354 0 0 0 462 15 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247600376872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10238] ppid=10227 vsize=3032748 CPUtime=4.66 cores=1,3,5,7
/proc/10229/task/10238/stat : 10238 (java) S 10227 10229 9489 0 -1 4202560 309 0 0 0 453 13 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247599323816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10239] ppid=10227 vsize=3032748 CPUtime=4.6 cores=1,3,5,7
/proc/10229/task/10239/stat : 10239 (java) S 10227 10229 9489 0 -1 4202560 348 0 0 0 449 11 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247598271272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10240] ppid=10227 vsize=3032748 CPUtime=226.89 cores=1,3,5,7
/proc/10229/task/10240/stat : 10240 (java) R 10227 10229 9489 0 -1 4202560 207 0 0 0 22667 22 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247115458832 140247745809524 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10241] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10241/stat : 10241 (java) S 10227 10229 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247114405240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10242] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10242/stat : 10242 (java) S 10227 10229 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247113352072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10243] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10243/stat : 10243 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247112300816 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10244] ppid=10227 vsize=3032748 CPUtime=1.16 cores=1,3,5,7
/proc/10229/task/10244/stat : 10244 (java) S 10227 10229 9489 0 -1 4202560 4977 0 0 0 116 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247111248696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10245] ppid=10227 vsize=3032748 CPUtime=2.03 cores=1,3,5,7
/proc/10229/task/10245/stat : 10245 (java) S 10227 10229 9489 0 -1 4202560 12094 0 0 0 201 2 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247110196152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10246] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=3032748 CPUtime=0.58 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 60 0 0 0 37 21 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340299145 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10251] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10251/stat : 10251 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 340299145 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247103878056 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10264] ppid=10227 vsize=3032748 CPUtime=756.17 cores=1,3,5,7
/proc/10229/task/10264/stat : 10264 (java) S 10227 10229 9489 0 -1 4202560 73 0 0 0 75604 13 0 0 20 0 23 0 340300946 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247105981960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10265] ppid=10227 vsize=3032748 CPUtime=756.2 cores=1,3,5,7
/proc/10229/task/10265/stat : 10265 (java) S 10227 10229 9489 0 -1 4202560 115 0 0 0 75607 13 0 0 20 0 23 0 340300946 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247107033880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10274] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10274/stat : 10274 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 340400099 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247102820984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 3032748

[startup+1010.91 s]
/proc/loadavg: 1.21 1.90 2.64 2/219 10274
/proc/meminfo: memFree=23702612/32873844 swapFree=7628/7628
[pid=10229] ppid=10227 vsize=3032748 CPUtime=1802.05 cores=1,3,5,7
/proc/10229/stat : 10229 (java) S 10227 10229 9489 0 -1 4202496 24863 0 1 0 180025 180 0 0 20 0 23 0 340299063 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140734414705424 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10229/statm: 758187 360859 2287 9 0 748881 0
[pid=10229/tid=10231] ppid=10227 vsize=3032748 CPUtime=0.8 cores=1,3,5,7
/proc/10229/task/10231/stat : 10231 (java) S 10227 10229 9489 0 -1 4202560 3061 0 1 0 74 6 0 0 20 0 23 0 340299065 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247739683992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10232] ppid=10227 vsize=3032748 CPUtime=4.8 cores=1,3,5,7
/proc/10229/task/10232/stat : 10232 (java) S 10227 10229 9489 0 -1 4202560 343 0 0 0 466 14 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247605639592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10233] ppid=10227 vsize=3032748 CPUtime=4.93 cores=1,3,5,7
/proc/10229/task/10233/stat : 10233 (java) S 10227 10229 9489 0 -1 4202560 383 0 0 0 477 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247604587048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10234] ppid=10227 vsize=3032748 CPUtime=4.32 cores=1,3,5,7
/proc/10229/task/10234/stat : 10234 (java) S 10227 10229 9489 0 -1 4202560 353 0 0 0 418 14 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247603533992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10235] ppid=10227 vsize=3032748 CPUtime=4.64 cores=1,3,5,7
/proc/10229/task/10235/stat : 10235 (java) S 10227 10229 9489 0 -1 4202560 339 0 0 0 448 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247602481448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10236] ppid=10227 vsize=3032748 CPUtime=4.65 cores=1,3,5,7
/proc/10229/task/10236/stat : 10236 (java) S 10227 10229 9489 0 -1 4202560 410 0 0 0 449 16 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247601429416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10237] ppid=10227 vsize=3032748 CPUtime=4.77 cores=1,3,5,7
/proc/10229/task/10237/stat : 10237 (java) S 10227 10229 9489 0 -1 4202560 354 0 0 0 462 15 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247600376872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10238] ppid=10227 vsize=3032748 CPUtime=4.66 cores=1,3,5,7
/proc/10229/task/10238/stat : 10238 (java) S 10227 10229 9489 0 -1 4202560 309 0 0 0 453 13 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247599323816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10239] ppid=10227 vsize=3032748 CPUtime=4.6 cores=1,3,5,7
/proc/10229/task/10239/stat : 10239 (java) S 10227 10229 9489 0 -1 4202560 348 0 0 0 449 11 0 0 20 0 23 0 340299066 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247598271272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10240] ppid=10227 vsize=3032748 CPUtime=226.99 cores=1,3,5,7
/proc/10229/task/10240/stat : 10240 (java) R 10227 10229 9489 0 -1 4202560 207 0 0 0 22677 22 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247115458832 140247746537567 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10241] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10241/stat : 10241 (java) S 10227 10229 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247114405240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10242] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10242/stat : 10242 (java) S 10227 10229 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 340299068 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247113352072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10243] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10243/stat : 10243 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247112300816 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10244] ppid=10227 vsize=3032748 CPUtime=1.16 cores=1,3,5,7
/proc/10229/task/10244/stat : 10244 (java) S 10227 10229 9489 0 -1 4202560 4977 0 0 0 116 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247111248696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10229/tid=10245] ppid=10227 vsize=3032748 CPUtime=2.03 cores=1,3,5,7
/proc/10229/task/10245/stat : 10245 (java) S 10227 10229 9489 0 -1 4202560 12094 0 0 0 201 2 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247110196152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10246] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10246/stat : 10246 (java) S 10227 10229 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247109143288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10247] ppid=10227 vsize=3032748 CPUtime=0.58 cores=1,3,5,7
/proc/10229/task/10247/stat : 10247 (java) S 10227 10229 9489 0 -1 4202560 60 0 0 0 37 21 0 0 20 0 23 0 340299071 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247108090952 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10250] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10250/stat : 10250 (java) S 10227 10229 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340299145 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247104930600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10251] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10251/stat : 10251 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 340299145 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247103878056 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10229/tid=10264] ppid=10227 vsize=3032748 CPUtime=756.17 cores=1,3,5,7
/proc/10229/task/10264/stat : 10264 (java) S 10227 10229 9489 0 -1 4202560 73 0 0 0 75604 13 0 0 20 0 23 0 340300946 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247105981960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10229/tid=10265] ppid=10227 vsize=3032748 CPUtime=756.2 cores=1,3,5,7
/proc/10229/task/10265/stat : 10265 (java) S 10227 10229 9489 0 -1 4202560 115 0 0 0 75607 13 0 0 20 0 23 0 340300946 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247107033880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10229/tid=10274] ppid=10227 vsize=3032748 CPUtime=0 cores=1,3,5,7
/proc/10229/task/10274/stat : 10274 (java) S 10227 10229 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 340400099 3105533952 360859 33554432000 1073741824 1073778376 140734414714288 140247102820984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 3032748

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1010.93
CPU time (s): 1802.54
CPU user time (s): 1800.3
CPU system time (s): 2.24266
CPU usage (%): 178.306
Max. virtual memory (cumulated for all children) (KiB): 3032748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.3
system time used= 2.24266
maximum resident set size= 1443436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24863
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29141
involuntary context switches= 54311

runsolver used 4.47532 second user time and 11.9542 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 18:42:22
IDJOB=3733214
IDBENCH=2260
IDSOLVER=2324
FILE ID=node144/3733214-1338741742
RUNJOBID= node144-1338739588-9506
PBS_JOBID= 14636773
Free space on /tmp= 70832 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733214-1338741742/watcher-3733214-1338741742 -o /tmp/evaluation-result-3733214-1338741742/solver-3733214-1338741742 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733214-1338741742.opb

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=876479395

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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:        25418936 kB
Buffers:         1717184 kB
Cached:          3664740 kB
SwapCached:          464 kB
Active:          4682292 kB
Inactive:        1889996 kB
Active(anon):    1170768 kB
Inactive(anon):    11188 kB
Active(file):    3511524 kB
Inactive(file):  1878808 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              2060 kB
Writeback:             0 kB
AnonPages:       1186196 kB
Mapped:            22488 kB
Shmem:               172 kB
Slab:             740208 kB
SReclaimable:     181892 kB
SUnreclaim:       558316 kB
KernelStack:        1624 kB
PageTables:         6528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1128448 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= 70832 MiB
End job on node144 at 2012-06-03 18:59:13