Trace number 3733280

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) 1362.11 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
MD5SUM937ec96fd1742e5ed6250d14e65c707b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints127011
Number of constraints which are clauses127011
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 1534
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 1534
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 1534
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/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-3733280-1338742209.opb
0.06/0.13	c reading problem ... 
1.49/0.96	c ... done. Wall clock time 0.831s.
1.49/0.96	c #vars     1534
1.49/0.96	c #constraints  127011
1.49/0.96	c constraints type 
1.49/0.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127011
1.49/0.96	c constraints type 
1.49/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 127011
1.65/1.03	c And the winner is CuttingPlanes
1.88/1.97	c SATISFIABLE
1.88/1.97	c OPTIMIZING...
1.88/1.97	c Got one! Elapsed wall clock time (in seconds):1.838
1.88/1.97	o -40
1.96/2.06	c And the winner is Resolution
2.31/2.98	c Got one! Elapsed wall clock time (in seconds):2.845
2.31/2.98	o -41
3.19/3.21	c And the winner is Resolution
3.52/3.98	c Got one! Elapsed wall clock time (in seconds):3.851
3.52/3.98	o -42
3.87/4.15	c And the winner is Resolution
4.09/4.99	c Got one! Elapsed wall clock time (in seconds):4.856
4.09/4.99	o -43
6.40/6.17	c cleaning 2500 clauses out of 5000 with flag 5000/5000
8.19/7.01	c And the winner is Resolution
8.24/8.00	c Got one! Elapsed wall clock time (in seconds):7.863
8.24/8.00	o -45
10.55/9.19	c cleaning 4251 clauses out of 8501 with flag 11001/11001
15.67/11.73	c cleaning 5624 clauses out of 11249 with flag 18000/18000
21.70/14.71	c cleaning 6813 clauses out of 13626 with flag 26001/26001
29.41/18.64	c cleaning 7904 clauses out of 15812 with flag 35000/35000
38.64/23.26	c cleaning 8954 clauses out of 17908 with flag 45000/45000
49.12/28.57	c cleaning 9971 clauses out of 19954 with flag 56000/56000
61.39/34.78	c cleaning 10982 clauses out of 21983 with flag 68000/68000
75.39/41.86	c cleaning 11999 clauses out of 24001 with flag 81000/81000
90.36/49.37	c cleaning 13001 clauses out of 26002 with flag 95000/95000
111.81/60.07	c cleaning 14001 clauses out of 28001 with flag 110000/110000
128.61/68.53	c cleaning 14988 clauses out of 30000 with flag 126000/126000
148.50/78.68	c cleaning 16005 clauses out of 32013 with flag 143001/143001
175.28/92.05	c cleaning 17000 clauses out of 34008 with flag 161001/161001
198.13/103.62	c cleaning 17997 clauses out of 36007 with flag 180000/180000
211.74/110.64	c And the winner is CuttingPlanes
211.37/111.60	c Got one! Elapsed wall clock time (in seconds):111.471
211.37/111.60	o -46
218.26/115.03	c cleaning 19000 clauses out of 38010 with flag 200000/200000
248.42/130.37	c cleaning 20003 clauses out of 40011 with flag 221001/221001
281.68/147.03	c cleaning 20999 clauses out of 42007 with flag 243000/243000
322.83/167.72	c cleaning 21997 clauses out of 44008 with flag 266000/266000
357.36/185.18	c cleaning 23005 clauses out of 46011 with flag 290000/290000
406.73/209.94	c cleaning 23998 clauses out of 48006 with flag 315000/315000
457.76/235.54	c cleaning 24996 clauses out of 50008 with flag 341000/341000
508.91/261.18	c cleaning 26003 clauses out of 52012 with flag 368000/368000
562.34/288.04	c cleaning 27000 clauses out of 54009 with flag 396000/396000
599.18/306.89	c cleaning 28004 clauses out of 56010 with flag 425001/425001
642.70/328.71	c cleaning 29001 clauses out of 58005 with flag 455000/455000
694.74/354.91	c cleaning 29994 clauses out of 60005 with flag 486001/486001
767.20/392.53	c cleaning 30997 clauses out of 62011 with flag 518001/518001
837.97/429.35	c cleaning 32006 clauses out of 64013 with flag 551000/551000
890.95/455.95	c cleaning 0 clauses out of 5004 with flag 0/5004
931.53/479.22	c cleaning 33003 clauses out of 66007 with flag 585000/585000
972.76/500.17	c cleaning 33995 clauses out of 68004 with flag 620000/620000
1054.91/549.17	c cleaning 35000 clauses out of 70009 with flag 656000/656000
1155.17/616.34	c cleaning 35995 clauses out of 72009 with flag 693000/693000
1348.28/770.35	Exception in thread "Thread-16" java.lang.OutOfMemoryError: GC overhead limit exceeded
1348.28/770.35		at java.math.BigInteger.add(BigInteger.java:1023)
1348.28/770.35		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1348.28/770.35		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1348.28/770.35		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1348.28/770.35		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1348.28/770.35		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1348.28/770.35		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1348.28/770.35		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1348.28/770.35		at java.lang.Thread.run(Thread.java:662)
1355.24/778.47	Exception in thread "Thread-15" java.lang.OutOfMemoryError: Java heap space

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-3733280-1338742209/watcher-3733280-1338742209 -o /tmp/evaluation-result-3733280-1338742209/solver-3733280-1338742209 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733280-1338742209.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.65 3.88 3.77 4/198 14995
/proc/meminfo: memFree=27568476/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14995/stat : 14995 (java6) D 14993 14995 13986 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 340345276 278528 34 33554432000 1073741824 1073778376 140736314249808 140736314246984 239228513575 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14995/statm: 68 34 25 9 0 25 0

[startup+0.036473 s]
/proc/loadavg: 3.65 3.88 3.77 4/198 14995
/proc/meminfo: memFree=27568476/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2156296 CPUtime=0 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 2830 0 1 0 0 0 0 0 20 0 10 0 340345276 2208047104 3021 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 539074 3024 1003 9 0 530183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2156296

[startup+0.100271 s]
/proc/loadavg: 3.65 3.88 3.77 4/198 14995
/proc/meminfo: memFree=27568476/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 3898 0 1 0 5 1 0 0 20 0 18 0 340345276 2764726272 5616 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300295 s]
/proc/loadavg: 3.65 3.88 3.77 4/198 14995
/proc/meminfo: memFree=27568476/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 5751 0 1 0 42 2 0 0 20 0 18 0 340345276 2764726272 8537 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 674982 8537 2215 9 0 665676 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2699928

[startup+0.700269 s]
/proc/loadavg: 3.65 3.88 3.77 4/198 14995
/proc/meminfo: memFree=27568476/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2699928 CPUtime=1.29 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 12688 0 1 0 124 5 0 0 20 0 18 0 340345276 2764726272 43484 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 674982 43484 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.65 3.88 3.77 6/218 15015
/proc/meminfo: memFree=27257104/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 13724 0 1 0 178 10 0 0 20 0 20 0 340345276 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 741546 79995 2248 9 0 732240 0
[pid=14995/tid=14997] ppid=14993 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/14995/task/14997/stat : 14997 (java) S 14993 14995 13986 0 -1 4202560 2928 0 1 0 86 6 0 0 20 0 20 0 340345278 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163541087384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=14998] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/14998/stat : 14998 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163525368488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=14999] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/14999/stat : 14999 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163524315944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15000] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15000/stat : 15000 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163523263400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15001] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15001/stat : 15001 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163522210856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15002] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15002/stat : 15002 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163521157288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15003] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15003/stat : 15003 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163520104744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15004] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15004/stat : 15004 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163519052200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15005] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15005/stat : 15005 (java) S 14993 14995 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340345280 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163517999656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15006] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15006/stat : 15006 (java) S 14993 14995 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340345281 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163387742824 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15007] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15007/stat : 15007 (java) S 14993 14995 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163386689144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15008] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15008/stat : 15008 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163385636488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15009] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15009/stat : 15009 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163384585232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15010] ppid=14993 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/14995/task/15010/stat : 15010 (java) S 14993 14995 13986 0 -1 4202560 4968 0 0 0 40 0 0 0 20 0 20 0 340345284 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163383531576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15011] ppid=14993 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/14995/task/15011/stat : 15011 (java) S 14993 14995 13986 0 -1 4202560 4588 0 0 0 39 1 0 0 20 0 20 0 340345284 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163382479032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15012] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15012/stat : 15012 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163381426680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15013] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15013/stat : 15013 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 79995 33554432000 1073741824 1073778376 140733393278736 140163380374344 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 3.65 3.88 3.77 5/218 15019
/proc/meminfo: memFree=27247640/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 15217 0 1 0 264 13 0 0 20 0 22 0 340345276 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 741546 85079 2258 9 0 732240 0
[pid=14995/tid=14997] ppid=14993 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/14995/task/14997/stat : 14997 (java) S 14993 14995 13986 0 -1 4202560 2928 0 1 0 87 6 0 0 20 0 22 0 340345278 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163541087384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=14998] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/14998/stat : 14998 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163525368488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=14999] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/14999/stat : 14999 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163524315944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15000] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15000/stat : 15000 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163523263400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15001] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15001/stat : 15001 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163522210856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15002] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15002/stat : 15002 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163521157288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15003] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15003/stat : 15003 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163520104744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15004] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15004/stat : 15004 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163519052200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15005] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15005/stat : 15005 (java) S 14993 14995 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340345280 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163517999656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15006] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15006/stat : 15006 (java) S 14993 14995 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340345281 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163387742824 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15007] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15007/stat : 15007 (java) S 14993 14995 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340345282 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163386689144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15008] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15008/stat : 15008 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345282 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163385636488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15009] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15009/stat : 15009 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345284 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163384585232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15010] ppid=14993 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/14995/task/15010/stat : 15010 (java) R 14993 14995 13986 0 -1 4202560 6281 0 0 0 64 0 0 0 20 0 22 0 340345284 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163383519144 140163543992404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15011] ppid=14993 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/14995/task/15011/stat : 15011 (java) R 14993 14995 13986 0 -1 4202560 4665 0 0 0 62 1 0 0 20 0 22 0 340345284 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163382465128 140163548073546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15012] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15012/stat : 15012 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345284 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163381426680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15013] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15013/stat : 15013 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345284 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163380374344 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15016] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15016/stat : 15016 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345378 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163377215016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15017] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15017/stat : 15017 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345378 3037372416 85079 33554432000 1073741824 1073778376 140733393278736 140163376162472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 3.51 3.85 3.76 5/220 15025
/proc/meminfo: memFree=27177084/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2966184 CPUtime=6.88 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 17123 0 1 0 658 30 0 0 20 0 22 0 340345276 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 741546 113329 2284 9 0 732240 0
[pid=14995/tid=14997] ppid=14993 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/14995/task/14997/stat : 14997 (java) S 14993 14995 13986 0 -1 4202560 2928 0 1 0 88 6 0 0 20 0 22 0 340345278 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163541087384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=14998] ppid=14993 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/14995/task/14998/stat : 14998 (java) S 14993 14995 13986 0 -1 4202560 36 0 0 0 3 3 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163525368488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=14999] ppid=14993 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/14995/task/14999/stat : 14999 (java) S 14993 14995 13986 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163524315944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15000] ppid=14993 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/14995/task/15000/stat : 15000 (java) S 14993 14995 13986 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163523263400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15001] ppid=14993 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/14995/task/15001/stat : 15001 (java) S 14993 14995 13986 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163522210856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15002] ppid=14993 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14995/task/15002/stat : 15002 (java) S 14993 14995 13986 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163521157288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15003] ppid=14993 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/14995/task/15003/stat : 15003 (java) S 14993 14995 13986 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163520104744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15004] ppid=14993 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/14995/task/15004/stat : 15004 (java) S 14993 14995 13986 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163519052200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15005] ppid=14993 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14995/task/15005/stat : 15005 (java) S 14993 14995 13986 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 340345280 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163517999656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15006] ppid=14993 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/14995/task/15006/stat : 15006 (java) R 14993 14995 13986 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 340345281 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163387741800 140163547594829 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15007] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15007/stat : 15007 (java) S 14993 14995 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340345282 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163386689144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15008] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15008/stat : 15008 (java) S 14993 14995 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340345282 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163385636488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15009] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15009/stat : 15009 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345284 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163384585232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15010] ppid=14993 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/14995/task/15010/stat : 15010 (java) S 14993 14995 13986 0 -1 4202560 7172 0 0 0 105 1 0 0 20 0 22 0 340345284 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163383531576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15011] ppid=14993 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/14995/task/15011/stat : 15011 (java) S 14993 14995 13986 0 -1 4202560 5448 0 0 0 93 2 0 0 20 0 22 0 340345284 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163382479032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15012] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15012/stat : 15012 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345284 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163381426680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15013] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15013/stat : 15013 (java) S 14993 14995 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340345284 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163380374344 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15016] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15016/stat : 15016 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345378 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163377215016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15017] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15017/stat : 15017 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345378 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163376162472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15024] ppid=14993 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/14995/task/15024/stat : 15024 (java) S 14993 14995 13986 0 -1 4202560 4 0 0 0 116 0 0 0 20 0 22 0 340345776 3037372416 113329 33554432000 1073741824 1073778376 140733393278736 140163378267080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=14995/tid=15016] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15016/stat : 15016 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163377215016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15017] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15017/stat : 15017 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163376162472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1358.22
Current children cumulated vsize (KiB) 2966184

[startup+1901.4 s]
/proc/loadavg: 1.94 1.96 2.42 4/218 15254
/proc/meminfo: memFree=26691988/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2966184 CPUtime=1359.02 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 24168 0 1 0 135706 196 0 0 20 0 20 0 340345276 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 741546 360339 2287 9 0 732240 0
[pid=14995/tid=14997] ppid=14993 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/14995/task/14997/stat : 14997 (java) S 14993 14995 13986 0 -1 4202560 3085 0 1 0 91 9 0 0 20 0 20 0 340345278 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163541087384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=14998] ppid=14993 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/14995/task/14998/stat : 14998 (java) S 14993 14995 13986 0 -1 4202560 296 0 0 0 318 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163525368488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=14999] ppid=14993 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/14995/task/14999/stat : 14999 (java) S 14993 14995 13986 0 -1 4202560 300 0 0 0 328 17 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163524315944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15000] ppid=14993 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/14995/task/15000/stat : 15000 (java) S 14993 14995 13986 0 -1 4202560 253 0 0 0 339 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163523263400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15001] ppid=14993 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/14995/task/15001/stat : 15001 (java) S 14993 14995 13986 0 -1 4202560 282 0 0 0 325 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163522210856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15002] ppid=14993 vsize=2966184 CPUtime=3.24 cores=1,3,5,7
/proc/14995/task/15002/stat : 15002 (java) S 14993 14995 13986 0 -1 4202560 306 0 0 0 307 17 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163521157288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15003] ppid=14993 vsize=2966184 CPUtime=3.13 cores=1,3,5,7
/proc/14995/task/15003/stat : 15003 (java) S 14993 14995 13986 0 -1 4202560 197 0 0 0 303 10 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163520104744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15004] ppid=14993 vsize=2966184 CPUtime=3.21 cores=1,3,5,7
/proc/14995/task/15004/stat : 15004 (java) S 14993 14995 13986 0 -1 4202560 266 0 0 0 306 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163519052200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15005] ppid=14993 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/14995/task/15005/stat : 15005 (java) S 14993 14995 13986 0 -1 4202560 264 0 0 0 291 13 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163517999656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15006] ppid=14993 vsize=2966184 CPUtime=207.22 cores=1,3,5,7
/proc/14995/task/15006/stat : 15006 (java) R 14993 14995 13986 0 -1 4202560 192 0 0 0 20705 17 0 0 20 0 20 0 340345281 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163387742984 140163545223276 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15007] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15007/stat : 15007 (java) S 14993 14995 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163386689144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15008] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15008/stat : 15008 (java) S 14993 14995 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163385636488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15009] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15009/stat : 15009 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163384583640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15010] ppid=14993 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/14995/task/15010/stat : 15010 (java) S 14993 14995 13986 0 -1 4202560 11625 0 0 0 201 2 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163383531576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15011] ppid=14993 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/14995/task/15011/stat : 15011 (java) S 14993 14995 13986 0 -1 4202560 5463 0 0 0 109 2 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163382479032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15012] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15012/stat : 15012 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163381426680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15013] ppid=14993 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/14995/task/15013/stat : 15013 (java) S 14993 14995 13986 0 -1 4202560 108 0 0 0 36 38 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163380374344 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15016] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15016/stat : 15016 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163377215016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15017] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15017/stat : 15017 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163376162472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1359.02
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 1.94 1.96 2.42 4/218 15254
/proc/meminfo: memFree=26691980/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2966184 CPUtime=1359.43 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 24168 0 1 0 135747 196 0 0 20 0 20 0 340345276 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 741546 360339 2287 9 0 732240 0
[pid=14995/tid=14997] ppid=14993 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/14995/task/14997/stat : 14997 (java) S 14993 14995 13986 0 -1 4202560 3085 0 1 0 91 9 0 0 20 0 20 0 340345278 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163541087384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=14998] ppid=14993 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/14995/task/14998/stat : 14998 (java) S 14993 14995 13986 0 -1 4202560 296 0 0 0 318 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163525368488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=14999] ppid=14993 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/14995/task/14999/stat : 14999 (java) S 14993 14995 13986 0 -1 4202560 300 0 0 0 328 17 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163524315944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15000] ppid=14993 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/14995/task/15000/stat : 15000 (java) S 14993 14995 13986 0 -1 4202560 253 0 0 0 339 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163523263400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15001] ppid=14993 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/14995/task/15001/stat : 15001 (java) S 14993 14995 13986 0 -1 4202560 282 0 0 0 325 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163522210856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15002] ppid=14993 vsize=2966184 CPUtime=3.24 cores=1,3,5,7
/proc/14995/task/15002/stat : 15002 (java) S 14993 14995 13986 0 -1 4202560 306 0 0 0 307 17 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163521157288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15003] ppid=14993 vsize=2966184 CPUtime=3.13 cores=1,3,5,7
/proc/14995/task/15003/stat : 15003 (java) S 14993 14995 13986 0 -1 4202560 197 0 0 0 303 10 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163520104744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15004] ppid=14993 vsize=2966184 CPUtime=3.21 cores=1,3,5,7
/proc/14995/task/15004/stat : 15004 (java) S 14993 14995 13986 0 -1 4202560 266 0 0 0 306 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163519052200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15005] ppid=14993 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/14995/task/15005/stat : 15005 (java) S 14993 14995 13986 0 -1 4202560 264 0 0 0 291 13 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163517999656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15006] ppid=14993 vsize=2966184 CPUtime=207.63 cores=1,3,5,7
/proc/14995/task/15006/stat : 15006 (java) R 14993 14995 13986 0 -1 4202560 192 0 0 0 20746 17 0 0 20 0 20 0 340345281 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163387742984 140163547594824 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15007] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15007/stat : 15007 (java) S 14993 14995 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163386689144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15008] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15008/stat : 15008 (java) S 14993 14995 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163385636488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15009] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15009/stat : 15009 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163384583640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15010] ppid=14993 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/14995/task/15010/stat : 15010 (java) S 14993 14995 13986 0 -1 4202560 11625 0 0 0 201 2 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163383531576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15011] ppid=14993 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/14995/task/15011/stat : 15011 (java) S 14993 14995 13986 0 -1 4202560 5463 0 0 0 109 2 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163382479032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15012] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15012/stat : 15012 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163381426680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15013] ppid=14993 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/14995/task/15013/stat : 15013 (java) S 14993 14995 13986 0 -1 4202560 108 0 0 0 36 38 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163380374344 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15016] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15016/stat : 15016 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163377215016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15017] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15017/stat : 15017 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163376162472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1359.43
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 1.94 1.96 2.42 4/218 15254
/proc/meminfo: memFree=26691980/32873844 swapFree=7644/7644
[pid=14995] ppid=14993 vsize=2966184 CPUtime=1359.62 cores=1,3,5,7
/proc/14995/stat : 14995 (java) S 14993 14995 13986 0 -1 4202496 24168 0 1 0 135766 196 0 0 20 0 20 0 340345276 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140733393269872 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14995/statm: 741546 360339 2287 9 0 732240 0
[pid=14995/tid=14997] ppid=14993 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/14995/task/14997/stat : 14997 (java) S 14993 14995 13986 0 -1 4202560 3085 0 1 0 91 9 0 0 20 0 20 0 340345278 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163541087384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=14998] ppid=14993 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/14995/task/14998/stat : 14998 (java) S 14993 14995 13986 0 -1 4202560 296 0 0 0 318 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163525368488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=14999] ppid=14993 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/14995/task/14999/stat : 14999 (java) S 14993 14995 13986 0 -1 4202560 300 0 0 0 328 17 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163524315944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15000] ppid=14993 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/14995/task/15000/stat : 15000 (java) S 14993 14995 13986 0 -1 4202560 253 0 0 0 339 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163523263400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15001] ppid=14993 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/14995/task/15001/stat : 15001 (java) S 14993 14995 13986 0 -1 4202560 282 0 0 0 325 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163522210856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15002] ppid=14993 vsize=2966184 CPUtime=3.24 cores=1,3,5,7
/proc/14995/task/15002/stat : 15002 (java) S 14993 14995 13986 0 -1 4202560 306 0 0 0 307 17 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163521157288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15003] ppid=14993 vsize=2966184 CPUtime=3.13 cores=1,3,5,7
/proc/14995/task/15003/stat : 15003 (java) S 14993 14995 13986 0 -1 4202560 197 0 0 0 303 10 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163520104744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15004] ppid=14993 vsize=2966184 CPUtime=3.21 cores=1,3,5,7
/proc/14995/task/15004/stat : 15004 (java) S 14993 14995 13986 0 -1 4202560 266 0 0 0 306 15 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163519052200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15005] ppid=14993 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/14995/task/15005/stat : 15005 (java) S 14993 14995 13986 0 -1 4202560 264 0 0 0 291 13 0 0 20 0 20 0 340345280 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163517999656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15006] ppid=14993 vsize=2966184 CPUtime=207.82 cores=1,3,5,7
/proc/14995/task/15006/stat : 15006 (java) R 14993 14995 13986 0 -1 4202560 192 0 0 0 20765 17 0 0 20 0 20 0 340345281 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163387742984 140163547594848 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15007] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15007/stat : 15007 (java) S 14993 14995 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163386689144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15008] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15008/stat : 15008 (java) S 14993 14995 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340345282 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163385636488 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14995/tid=15009] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15009/stat : 15009 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163384583640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14995/tid=15010] ppid=14993 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/14995/task/15010/stat : 15010 (java) S 14993 14995 13986 0 -1 4202560 11625 0 0 0 201 2 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163383531576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15011] ppid=14993 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/14995/task/15011/stat : 15011 (java) S 14993 14995 13986 0 -1 4202560 5463 0 0 0 109 2 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163382479032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15012] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15012/stat : 15012 (java) S 14993 14995 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163381426680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15013] ppid=14993 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/14995/task/15013/stat : 15013 (java) S 14993 14995 13986 0 -1 4202560 108 0 0 0 36 38 0 0 20 0 20 0 340345284 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163380374344 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14995/tid=15016] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15016/stat : 15016 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163377215016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14995/tid=15017] ppid=14993 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14995/task/15017/stat : 15017 (java) S 14993 14995 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345378 3037372416 360339 33554432000 1073741824 1073778376 140733393278736 140163376162472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1359.62
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14995 and gives
#  childrusage.ru_utime.tv_sec=1357
#  childrusage.ru_utime.tv_usec=284661
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=291651
# CPU time returned by wait4() is 1359.58
# while last known CPU time is 1359.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.49011
#  lost CPU user time (s): 2.68015
#  lost CPU system time (s): -0.19

Real time (s): 1902.02
CPU time (s): 1362.11
CPU user time (s): 1360.34
CPU system time (s): 1.77
CPU usage (%): 71.6138
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1357.28
system time used= 2.29165
maximum resident set size= 1441356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24168
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46937
involuntary context switches= 36595

runsolver used 8.59469 second user time and 20.7758 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 18:50:09
IDJOB=3733280
IDBENCH=2266
IDSOLVER=2324
FILE ID=node147/3733280-1338742209
RUNJOBID= node147-1338737348-14003
PBS_JOBID= 14636764
Free space on /tmp= 70784 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/frb59-26-opb/normalized-frb59-26-4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733280-1338742209/watcher-3733280-1338742209 -o /tmp/evaluation-result-3733280-1338742209/solver-3733280-1338742209 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733280-1338742209.opb

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

MD5SUM BENCH= 937ec96fd1742e5ed6250d14e65c707b
RANDOM SEED=1923920148

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
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.951
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:        27568484 kB
Buffers:          455456 kB
Cached:          2565540 kB
SwapCached:         3380 kB
Active:          2889676 kB
Inactive:        1551440 kB
Active(anon):    1415720 kB
Inactive(anon):     5908 kB
Active(file):    1473956 kB
Inactive(file):  1545532 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              3272 kB
Writeback:             0 kB
AnonPages:       1426484 kB
Mapped:            17708 kB
Shmem:                 0 kB
Slab:             722536 kB
SReclaimable:     163344 kB
SUnreclaim:       559192 kB
KernelStack:        1624 kB
PageTables:         6964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1359872 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= 70780 MiB
End job on node147 at 2012-06-03 19:21:51