Trace number 3709771

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 251.276 248.962

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.0313
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709771-1338125634.opb
0.08/0.12	c reading problem ... 
0.24/0.29	c ... done. Wall clock time 0.175s.
0.24/0.29	c declared #vars     231
0.24/0.29	c #constraints  2707
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.24/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.24/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.24/0.29	c 2707 constraints processed.
1.08/0.61	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.33/0.84	c cleaning 4248 clauses out of 8507 with flag 11002/11002
1.66/1.11	c cleaning 5622 clauses out of 11258 with flag 18001/18001
1.97/1.45	c cleaning 6814 clauses out of 13638 with flag 26003/26003
2.41/1.84	c cleaning 7903 clauses out of 15821 with flag 35000/35000
2.82/2.28	c cleaning 8945 clauses out of 17918 with flag 45000/45000
3.41/2.84	c cleaning 9976 clauses out of 19973 with flag 56000/56000
3.92/3.40	c cleaning 10991 clauses out of 22000 with flag 68003/68003
4.62/4.05	c cleaning 11996 clauses out of 24007 with flag 81001/81001
5.32/4.79	c cleaning 12999 clauses out of 26012 with flag 95002/95002
6.13/5.54	c cleaning 13989 clauses out of 28013 with flag 110002/110002
7.03/6.42	c cleaning 15005 clauses out of 30024 with flag 126002/126002
7.94/7.32	c cleaning 16000 clauses out of 32017 with flag 143000/143000
8.84/8.25	c cleaning 16987 clauses out of 34018 with flag 161001/161001
9.94/9.30	c cleaning 18004 clauses out of 36030 with flag 180000/180000
10.97/10.37	c cleaning 19008 clauses out of 38027 with flag 200001/200001
12.20/11.53	c cleaning 19997 clauses out of 40018 with flag 221000/221000
13.40/12.71	c cleaning 20999 clauses out of 42021 with flag 243000/243000
14.70/14.00	c cleaning 22003 clauses out of 44025 with flag 266003/266003
16.01/15.34	c cleaning 22990 clauses out of 46022 with flag 290003/290003
17.52/16.85	c cleaning 23998 clauses out of 48029 with flag 315000/315000
19.02/18.37	c cleaning 24996 clauses out of 50031 with flag 341000/341000
20.74/20.00	c cleaning 26008 clauses out of 52035 with flag 368000/368000
22.46/21.73	c cleaning 27008 clauses out of 54027 with flag 396000/396000
24.17/23.49	c cleaning 27987 clauses out of 56020 with flag 425001/425001
26.11/25.36	c cleaning 28997 clauses out of 58033 with flag 455001/455001
28.02/27.20	c cleaning 30007 clauses out of 60035 with flag 486000/486000
30.14/29.38	c cleaning 31001 clauses out of 62028 with flag 518000/518000
32.50/31.64	c cleaning 31999 clauses out of 64028 with flag 551001/551001
34.82/33.98	c cleaning 32989 clauses out of 66028 with flag 585000/585000
37.13/36.30	c cleaning 34002 clauses out of 68040 with flag 620001/620001
39.54/38.68	c cleaning 35007 clauses out of 70037 with flag 656000/656000
42.15/41.20	c cleaning 35988 clauses out of 72030 with flag 693000/693000
44.88/43.94	c cleaning 37010 clauses out of 74042 with flag 731000/731000
47.37/46.46	c cleaning 37979 clauses out of 76032 with flag 770000/770000
50.15/49.17	c cleaning 38996 clauses out of 78055 with flag 810002/810002
53.35/52.30	c cleaning 40010 clauses out of 80057 with flag 851000/851000
56.56/55.58	c cleaning 41004 clauses out of 82047 with flag 893000/893000
59.81/58.72	c cleaning 42005 clauses out of 84044 with flag 936001/936001
63.83/62.72	c cleaning 43004 clauses out of 86039 with flag 980001/980001
67.34/66.28	c cleaning 44000 clauses out of 88034 with flag 1025000/1025000
70.75/69.61	c cleaning 44985 clauses out of 90034 with flag 1071000/1071000
74.16/73.03	c cleaning 46000 clauses out of 92050 with flag 1118001/1118001
78.08/76.98	c cleaning 46998 clauses out of 94051 with flag 1166002/1166002
81.91/80.75	c cleaning 48008 clauses out of 96054 with flag 1215003/1215003
86.02/84.84	c cleaning 49005 clauses out of 98044 with flag 1265001/1265001
90.34/89.11	c cleaning 49990 clauses out of 100038 with flag 1316000/1316000
94.58/93.35	c cleaning 51014 clauses out of 102048 with flag 1368000/1368000
98.78/97.52	c cleaning 51992 clauses out of 104034 with flag 1421000/1421000
103.19/101.94	c cleaning 52995 clauses out of 106044 with flag 1475002/1475002
108.20/106.90	c cleaning 54020 clauses out of 108049 with flag 1530002/1530002
113.52/112.28	c cleaning 54967 clauses out of 110029 with flag 1586002/1586002
118.52/117.30	c cleaning 56011 clauses out of 112061 with flag 1643001/1643001
123.74/122.48	c cleaning 56974 clauses out of 114049 with flag 1701000/1701000
129.52/127.81	c cleaning 58017 clauses out of 116075 with flag 1760000/1760000
134.83/133.16	c cleaning 58999 clauses out of 118059 with flag 1820001/1820001
140.34/138.66	c cleaning 59999 clauses out of 120059 with flag 1881000/1881000
146.34/144.62	c cleaning 61000 clauses out of 122061 with flag 1943001/1943001
152.37/150.68	c cleaning 62019 clauses out of 124061 with flag 2006001/2006001
159.19/157.45	c cleaning 62998 clauses out of 126041 with flag 2070000/2070000
165.01/163.26	c cleaning 64010 clauses out of 128043 with flag 2135000/2135000
171.04/169.27	c cleaning 64992 clauses out of 130033 with flag 2201000/2201000
177.48/175.66	c cleaning 66001 clauses out of 132041 with flag 2268000/2268000
184.11/182.20	c cleaning 66978 clauses out of 134041 with flag 2336001/2336001
191.23/189.33	c cleaning 68021 clauses out of 136063 with flag 2405001/2405001
198.25/196.37	c cleaning 69013 clauses out of 138041 with flag 2475000/2475000
205.90/203.90	c cleaning 70003 clauses out of 140030 with flag 2546002/2546002
213.12/211.18	c cleaning 70998 clauses out of 142025 with flag 2618000/2618000
221.75/219.73	c cleaning 72003 clauses out of 144030 with flag 2691003/2691003
230.28/228.23	c cleaning 72977 clauses out of 146024 with flag 2765000/2765000
239.10/237.01	c cleaning 73996 clauses out of 148047 with flag 2840000/2840000
247.84/245.72	c cleaning 48979 clauses out of 97982 with flag 2916000/2916000
251.05/248.95	c starts		: 231
251.05/248.95	c conflicts		: 2953922
251.05/248.95	c decisions		: 3511917
251.05/248.95	c propagations		: 130816967
251.05/248.95	c inspects		: 3691605817
251.05/248.95	c shortcuts		: 0
251.05/248.95	c learnt literals	: 13
251.05/248.95	c learnt binary clauses	: 30
251.05/248.95	c learnt ternary clauses	: 183
251.05/248.95	c learnt constraints	: 2953908
251.05/248.95	c ignored constraints	: 0
251.05/248.95	c root simplifications	: 243
251.05/248.95	c removed literals (reason simplification)	: 4064583
251.05/248.95	c reason swapping (by a shorter reason)	: 0
251.05/248.95	c Calls to reduceDB	: 72
251.05/248.95	c number of reductions to clauses (during analyze)	: 0
251.05/248.95	c number of learned constraints concerned by reduction	: 0
251.05/248.95	c number of learning phase by resolution	: 0
251.05/248.95	c number of learning phase by cutting planes	: 0
251.05/248.95	c speed (assignments/second)	: 526091.929477435
251.05/248.95	c non guided choices	121
251.05/248.95	c learnt constraints type 
251.05/248.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74
251.05/248.95	c constraints type 
251.05/248.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
251.05/248.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
251.05/248.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
251.05/248.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
251.05/248.95	c 2707 constraints processed.
251.05/248.95	s UNSATISFIABLE
251.05/248.95	c Total wall clock time (in seconds): 248.836

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-3709771-1338125634/watcher-3709771-1338125634 -o /tmp/evaluation-result-3709771-1338125634/solver-3709771-1338125634 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709771-1338125634.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.50 1.68 3/194 32410
/proc/meminfo: memFree=29092240/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/32410/stat : 32410 (java) R 32408 32410 32120 0 -1 4202496 287 0 0 0 0 0 0 0 20 0 1 0 278688822 278528 34 33554432000 1073741824 1073778376 140735385735968 140734933945752 270698377002 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 625 42 34 9 0 25 0

[startup+0.0259739 s]
/proc/loadavg: 1.85 1.50 1.68 3/194 32410
/proc/meminfo: memFree=29092240/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 2466 0 1 0 0 0 0 0 20 0 10 0 278688822 9233014784 3164 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2254154 3174 1290 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.1002 s]
/proc/loadavg: 1.85 1.50 1.68 3/194 32410
/proc/meminfo: memFree=29092240/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 4288 0 1 0 8 0 0 0 20 0 18 0 278688822 9787842560 6003 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2389610 6003 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300156 s]
/proc/loadavg: 1.85 1.50 1.68 3/194 32410
/proc/meminfo: memFree=29092240/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 5663 0 1 0 44 1 0 0 20 0 18 0 278688822 9787842560 8919 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2389610 8919 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700247 s]
/proc/loadavg: 1.85 1.50 1.68 3/194 32410
/proc/meminfo: memFree=29092240/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 7298 0 1 0 120 2 0 0 20 0 19 0 278688822 9856004096 11719 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 11719 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 1.85 1.50 1.68 3/213 32429
/proc/meminfo: memFree=29054608/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 7825 0 1 0 209 2 0 0 20 0 19 0 278688822 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 12278 2281 9 0 2396937 0
[pid=32410/tid=32412] ppid=32408 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/32410/task/32412/stat : 32412 (java) R 32408 32410 32120 0 -1 4202560 2517 0 1 0 141 0 0 0 20 0 19 0 278688823 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719959179568 140719788943706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32413] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 278688825 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) R 32408 32410 32120 0 -1 4202560 2151 0 0 0 33 0 0 0 20 0 19 0 278688828 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719778889016 140719965778027 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1904 0 0 0 27 0 0 0 20 0 19 0 278688828 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 12278 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 1.85 1.50 1.68 3/213 32429
/proc/meminfo: memFree=29051692/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=3.72 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 7834 0 1 0 370 2 0 0 20 0 19 0 278688822 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 12755 2281 9 0 2396937 0
[pid=32410/tid=32412] ppid=32408 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/32410/task/32412/stat : 32412 (java) R 32408 32410 32120 0 -1 4202560 2520 0 1 0 298 0 0 0 20 0 19 0 278688823 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719959179688 140719788932672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32413] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 278688825 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) S 32408 32410 32120 0 -1 4202560 2151 0 0 0 33 0 0 0 20 0 19 0 278688828 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719778912440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1904 0 0 0 27 0 0 0 20 0 19 0 278688828 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 12755 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.86 1.51 1.68 3/213 32429
/proc/meminfo: memFree=29050020/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=6.93 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 7849 0 1 0 691 2 0 0 20 0 19 0 278688822 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 12382 2281 9 0 2396937 0
[pid=32410/tid=32412] ppid=32408 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/32410/task/32412/stat : 32412 (java) R 32408 32410 32120 0 -1 4202560 2524 0 1 0 612 0 0 0 20 0 19 0 278688823 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719959179816 140719788936807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32413] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278688824 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278688825 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) S 32408 32410 32120 0 -1 4202560 2151 0 0 0 34 0 0 0 20 0 19 0 278688828 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719778912440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1904 0 0 0 27 0 0 0 20 0 19 0 278688828 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 12382 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 37 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 39 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 102 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 48 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 75 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 35 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 58 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 91 0 0 0 22 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 61 0 0 0 143 0 0 0 20 0 19 0 278688825 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) S 32408 32410 32120 0 -1 4202560 9375 0 0 0 75 2 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719778912440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1911 0 0 0 30 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 15 0 0 0 2 3 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 248.46
Current children cumulated vsize (KiB) 9625004

[startup+247.901 s]
/proc/loadavg: 1.96 1.76 1.74 3/213 827
/proc/meminfo: memFree=28895920/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=250.06 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 15625 0 1 0 24996 10 0 0 20 0 19 0 278688822 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 22328 2284 9 0 2396937 0
[pid=32410/tid=32412] ppid=32408 vsize=9625004 CPUtime=245.95 cores=0,2,4,6
/proc/32410/task/32412/stat : 32412 (java) R 32408 32410 32120 0 -1 4202560 2596 0 1 0 24590 5 0 0 20 0 19 0 278688823 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719959177792 140719788925315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32413] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 37 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 39 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 102 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 48 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 75 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 35 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 58 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 91 0 0 0 22 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 61 0 0 0 143 0 0 0 20 0 19 0 278688825 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) S 32408 32410 32120 0 -1 4202560 9375 0 0 0 75 2 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719778912440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1911 0 0 0 30 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 15 0 0 0 2 3 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 250.06
Current children cumulated vsize (KiB) 9625004

[startup+248.701 s]
/proc/loadavg: 1.96 1.76 1.74 3/213 827
/proc/meminfo: memFree=28895920/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=250.85 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 15625 0 1 0 25075 10 0 0 20 0 19 0 278688822 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 22328 2284 9 0 2396937 0
[pid=32410/tid=32412] ppid=32408 vsize=9625004 CPUtime=246.75 cores=0,2,4,6
/proc/32410/task/32412/stat : 32412 (java) R 32408 32410 32120 0 -1 4202560 2596 0 1 0 24670 5 0 0 20 0 19 0 278688823 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719959177792 140719788967596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32413] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 37 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 39 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 102 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 48 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 75 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 35 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 58 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 91 0 0 0 22 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 61 0 0 0 143 0 0 0 20 0 19 0 278688825 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) S 32408 32410 32120 0 -1 4202560 9375 0 0 0 75 2 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719778912440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1911 0 0 0 30 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 15 0 0 0 2 3 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 250.85
Current children cumulated vsize (KiB) 9625004

[startup+248.901 s]
/proc/loadavg: 1.96 1.76 1.74 3/213 827
/proc/meminfo: memFree=28895920/32873648 swapFree=6864/6864
[pid=32410] ppid=32408 vsize=9625004 CPUtime=251.05 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32408 32410 32120 0 -1 4202496 15625 0 1 0 25095 10 0 0 20 0 19 0 278688822 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140735385727104 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 2406251 22328 2284 9 0 2396937 0
[pid=32410/tid=32412] ppid=32408 vsize=9625004 CPUtime=246.95 cores=0,2,4,6
/proc/32410/task/32412/stat : 32412 (java) R 32408 32410 32120 0 -1 4202560 2596 0 1 0 24690 5 0 0 20 0 19 0 278688823 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719959177792 140719789139039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32413] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32413/stat : 32413 (java) S 32408 32410 32120 0 -1 4202560 37 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719920671528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32414] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32408 32410 32120 0 -1 4202560 39 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719919618728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32415] ppid=32408 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32415/stat : 32415 (java) S 32408 32410 32120 0 -1 4202560 102 0 0 0 18 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719918566440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32416] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32408 32410 32120 0 -1 4202560 48 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719917513640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32417] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32417/stat : 32417 (java) S 32408 32410 32120 0 -1 4202560 75 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719916460328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32418] ppid=32408 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/32410/task/32418/stat : 32418 (java) S 32408 32410 32120 0 -1 4202560 35 0 0 0 16 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719915407528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32419] ppid=32408 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/32410/task/32419/stat : 32419 (java) S 32408 32410 32120 0 -1 4202560 58 0 0 0 19 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719914355240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32408 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32408 32410 32120 0 -1 4202560 91 0 0 0 22 0 0 0 20 0 19 0 278688824 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719913302440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32421] ppid=32408 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/32410/task/32421/stat : 32421 (java) S 32408 32410 32120 0 -1 4202560 61 0 0 0 143 0 0 0 20 0 19 0 278688825 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719783123688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32422] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32408 32410 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719782069752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32423] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32423/stat : 32423 (java) S 32408 32410 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278688826 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719781017352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719779965840 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32425] ppid=32408 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/32410/task/32425/stat : 32425 (java) S 32408 32410 32120 0 -1 4202560 9375 0 0 0 75 2 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719778912440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32426] ppid=32408 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32426/stat : 32426 (java) S 32408 32410 32120 0 -1 4202560 1911 0 0 0 30 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719777859640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32427] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32408 32410 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719776807544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32428] ppid=32408 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32408 32410 32120 0 -1 4202560 15 0 0 0 2 3 0 0 20 0 19 0 278688828 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719775754952 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32429] ppid=32408 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32408 32410 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278688852 9856004096 22328 33554432000 1073741824 1073778376 140735385735968 140719774700968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.05
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 248.962
CPU time (s): 251.276
CPU user time (s): 251.043
CPU system time (s): 0.232964
CPU usage (%): 100.929
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.043
system time used= 0.232964
maximum resident set size= 92016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7539
involuntary context switches= 4595

runsolver used 0.386941 second user time and 1.00685 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 15:33:54
IDJOB=3709771
IDBENCH=1303
IDSOLVER=2289
FILE ID=node125/3709771-1338125634
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709771-1338125634/watcher-3709771-1338125634 -o /tmp/evaluation-result-3709771-1338125634/solver-3709771-1338125634 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709771-1338125634.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1352976977

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29093032 kB
Buffers:          445040 kB
Cached:          2420124 kB
SwapCached:         2308 kB
Active:          1447428 kB
Inactive:        1490872 kB
Active(anon):      64768 kB
Inactive(anon):     9556 kB
Active(file):    1382660 kB
Inactive(file):  1481316 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:        132140 kB
Mapped:            22572 kB
Shmem:               104 kB
Slab:             702828 kB
SReclaimable:     146664 kB
SUnreclaim:       556164 kB
KernelStack:        1760 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 15:38:03