Trace number 3709774

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 131.064 129.065

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
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 benchmark1.62075
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 685
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709774-1338125521.opb
0.10/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.175s.
0.27/0.28	c declared #vars     231
0.50/0.31	c #constraints  2707
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.50/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.50/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.50/0.31	c 2707 constraints processed.
1.10/0.61	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.34/0.84	c cleaning 4245 clauses out of 8505 with flag 11000/11000
1.67/1.11	c cleaning 5628 clauses out of 11260 with flag 18000/18000
1.98/1.47	c cleaning 6809 clauses out of 13632 with flag 26000/26000
2.42/1.87	c cleaning 7911 clauses out of 15823 with flag 35000/35000
2.93/2.33	c cleaning 8950 clauses out of 17913 with flag 45001/45001
3.43/2.86	c cleaning 9973 clauses out of 19962 with flag 56000/56000
4.03/3.49	c cleaning 10990 clauses out of 21990 with flag 68001/68001
4.74/4.19	c cleaning 11991 clauses out of 24000 with flag 81001/81001
5.55/4.93	c cleaning 12993 clauses out of 26008 with flag 95000/95000
6.37/5.74	c cleaning 13997 clauses out of 28017 with flag 110002/110002
7.28/6.63	c cleaning 15005 clauses out of 30019 with flag 126001/126001
8.18/7.57	c cleaning 16003 clauses out of 32015 with flag 143002/143002
9.29/8.68	c cleaning 16994 clauses out of 34012 with flag 161002/161002
10.50/9.88	c cleaning 17992 clauses out of 36016 with flag 180000/180000
11.71/11.01	c cleaning 19000 clauses out of 38026 with flag 200002/200002
12.90/12.29	c cleaning 20001 clauses out of 40024 with flag 221000/221000
14.22/13.57	c cleaning 21004 clauses out of 42023 with flag 243000/243000
15.73/15.05	c cleaning 21997 clauses out of 44019 with flag 266000/266000
17.16/16.44	c cleaning 23003 clauses out of 46022 with flag 290000/290000
18.57/17.86	c cleaning 23998 clauses out of 48022 with flag 315003/315003
20.28/19.53	c cleaning 24999 clauses out of 50024 with flag 341003/341003
21.89/21.16	c cleaning 25995 clauses out of 52022 with flag 368000/368000
23.84/23.05	c cleaning 27005 clauses out of 54027 with flag 396000/396000
25.84/25.00	c cleaning 28004 clauses out of 56023 with flag 425001/425001
27.65/26.80	c cleaning 29001 clauses out of 58018 with flag 455000/455000
29.67/28.81	c cleaning 30003 clauses out of 60017 with flag 486000/486000
31.99/31.17	c cleaning 30990 clauses out of 62014 with flag 518000/518000
34.51/33.66	c cleaning 31993 clauses out of 64026 with flag 551002/551002
36.83/35.98	c cleaning 32999 clauses out of 66031 with flag 585000/585000
39.36/38.43	c cleaning 34004 clauses out of 68033 with flag 620001/620001
41.99/41.08	c cleaning 35000 clauses out of 70030 with flag 656002/656002
44.83/43.81	c cleaning 36004 clauses out of 72030 with flag 693002/693002
47.83/46.88	c cleaning 36999 clauses out of 74024 with flag 731000/731000
51.14/50.16	c cleaning 38005 clauses out of 76026 with flag 770001/770001
55.11/53.80	c cleaning 39003 clauses out of 78021 with flag 810001/810001
58.77/57.26	c cleaning 39991 clauses out of 80017 with flag 851000/851000
62.29/60.75	c cleaning 41008 clauses out of 82026 with flag 893000/893000
65.79/64.26	c cleaning 42000 clauses out of 84020 with flag 936002/936002
69.83/68.22	c cleaning 42999 clauses out of 86018 with flag 980000/980000
74.03/72.44	c cleaning 43999 clauses out of 88021 with flag 1025002/1025002
78.04/76.50	c cleaning 44996 clauses out of 90022 with flag 1071002/1071002
82.16/80.53	c cleaning 45997 clauses out of 92025 with flag 1118001/1118001
86.47/84.83	c cleaning 46992 clauses out of 94028 with flag 1166001/1166001
91.00/89.34	c cleaning 48001 clauses out of 96036 with flag 1215001/1215001
95.42/93.78	c cleaning 48993 clauses out of 98034 with flag 1265000/1265000
100.44/98.76	c cleaning 49998 clauses out of 100043 with flag 1316002/1316002
105.67/103.92	c cleaning 51005 clauses out of 102043 with flag 1368000/1368000
110.49/108.74	c cleaning 51989 clauses out of 104041 with flag 1421003/1421003
115.42/113.61	c cleaning 53011 clauses out of 106049 with flag 1475000/1475000
120.06/118.26	c cleaning 31581 clauses out of 63187 with flag 1530002/1530002
124.58/122.76	c cleaning 39636 clauses out of 79293 with flag 1586000/1586000
129.91/128.07	c cleaning 37813 clauses out of 75634 with flag 1643002/1643002
130.92/129.06	c starts		: 208
130.92/129.06	c conflicts		: 1656713
130.92/129.06	c decisions		: 2024262
130.92/129.06	c propagations		: 67693179
130.92/129.06	c inspects		: 1876929439
130.92/129.06	c shortcuts		: 0
130.92/129.06	c learnt literals	: 14
130.92/129.06	c learnt binary clauses	: 32
130.92/129.06	c learnt ternary clauses	: 115
130.92/129.06	c learnt constraints	: 1656698
130.92/129.06	c ignored constraints	: 0
130.92/129.06	c root simplifications	: 221
130.92/129.06	c removed literals (reason simplification)	: 3454517
130.92/129.06	c reason swapping (by a shorter reason)	: 0
130.92/129.06	c Calls to reduceDB	: 53
130.92/129.06	c number of reductions to clauses (during analyze)	: 0
130.92/129.06	c number of learned constraints concerned by reduction	: 0
130.92/129.06	c number of learning phase by resolution	: 0
130.92/129.06	c number of learning phase by cutting planes	: 0
130.92/129.06	c speed (assignments/second)	: 525678.3564877731
130.92/129.06	c non guided choices	121
130.92/129.06	c learnt constraints type 
130.92/129.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
130.92/129.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 154
130.92/129.06	c constraints type 
130.92/129.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
130.92/129.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
130.92/129.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
130.92/129.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
130.92/129.06	c 2707 constraints processed.
130.92/129.06	s UNSATISFIABLE
130.92/129.06	c Total wall clock time (in seconds): 128.951

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-3709774-1338125521/watcher-3709774-1338125521 -o /tmp/evaluation-result-3709774-1338125521/solver-3709774-1338125521 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709774-1338125521.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: 1.01 1.27 1.65 2/194 32353
/proc/meminfo: memFree=29112544/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 2 0 278677531 91889664 883 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 22435 886 670 9 0 16770 0
[pid=32353/tid=32354] ppid=32351 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 278677531 91889664 894 33554432000 1073741824 1073778376 140733869298480 140733869287544 270698376487 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.010116 s]
/proc/loadavg: 1.01 1.27 1.65 2/194 32353
/proc/meminfo: memFree=29112544/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 1449 0 1 0 0 0 0 0 20 0 2 0 278677531 156246016 1129 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 38146 1129 864 9 0 29255 0
[pid=32353/tid=32354] ppid=32351 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 302 0 1 0 0 0 0 0 20 0 2 0 278677531 156246016 1129 33554432000 1073741824 1073778376 140733869298480 140672688318768 140672692330528 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.10017 s]
/proc/loadavg: 1.01 1.27 1.65 2/194 32353
/proc/meminfo: memFree=29112544/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 4390 0 1 0 9 1 0 0 20 0 18 0 278677531 9787842560 6105 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2389610 6105 2131 9 0 2380296 0
[pid=32353/tid=32354] ppid=32351 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2494 0 1 0 8 0 0 0 20 0 18 0 278677531 9787842560 6105 33554432000 1073741824 1073778376 140733869298480 140672688300112 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300196 s]
/proc/loadavg: 1.01 1.27 1.65 2/194 32353
/proc/meminfo: memFree=29112544/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 5796 0 1 0 48 2 0 0 20 0 19 0 278677531 9856004096 8937 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 8937 2233 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2530 0 1 0 26 2 0 0 20 0 19 0 278677531 9856004096 8937 33554432000 1073741824 1073778376 140733869298480 140672688317200 140672543775098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700181 s]
/proc/loadavg: 1.01 1.27 1.65 2/194 32353
/proc/meminfo: memFree=29112544/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 7302 0 1 0 121 2 0 0 20 0 19 0 278677531 9856004096 11620 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 11620 2281 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2535 0 1 0 65 2 0 0 20 0 19 0 278677531 9856004096 11620 33554432000 1073741824 1073778376 140733869298480 140672688315592 140672544020325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 1.01 1.27 1.65 3/213 32372
/proc/meminfo: memFree=29074416/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 7429 0 1 0 208 2 0 0 20 0 19 0 278677531 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 12203 2281 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2536 0 1 0 142 2 0 0 20 0 19 0 278677531 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672688316840 140672544316064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32356] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12203 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 278677533 9856004096 12212 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 12228 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) R 32351 32353 32120 0 -1 4202560 1693 0 0 0 28 0 0 0 20 0 19 0 278677536 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672306052536 140672692433360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1986 0 0 0 30 0 0 0 20 0 19 0 278677536 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32370] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32370/stat : 32370 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672303970552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32371] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32371/stat : 32371 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672302918216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32372] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32372/stat : 32372 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677560 9856004096 12244 33554432000 1073741824 1073778376 140733869298480 140672301864488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.10053 s]
/proc/loadavg: 1.09 1.28 1.65 3/213 32372
/proc/meminfo: memFree=29069724/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=3.73 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 7595 0 1 0 371 2 0 0 20 0 19 0 278677531 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 12664 2281 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2539 0 1 0 298 2 0 0 20 0 19 0 278677531 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672688316680 140672544334268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32356] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 278677533 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) S 32351 32353 32120 0 -1 4202560 1811 0 0 0 30 0 0 0 20 0 19 0 278677536 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672306075960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1986 0 0 0 30 0 0 0 20 0 19 0 278677536 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32370] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32370/stat : 32370 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672303970552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32371] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32371/stat : 32371 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672302918216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32372] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32372/stat : 32372 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677560 9856004096 12664 33554432000 1073741824 1073778376 140733869298480 140672301864488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 1.09 1.28 1.65 3/213 32372
/proc/meminfo: memFree=29066352/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=6.98 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 7613 0 1 0 695 3 0 0 20 0 19 0 278677531 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 12404 2281 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=6.14 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2544 0 1 0 612 2 0 0 20 0 19 0 278677531 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672688316840 140672544284413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32356] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677532 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278677533 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) S 32351 32353 32120 0 -1 4202560 1813 0 0 0 30 0 0 0 20 0 19 0 278677536 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672306075960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1986 0 0 0 30 0 0 0 20 0 19 0 278677536 9856004096 12404 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 45 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 26 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 52 0 0 0 86 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) S 32351 32353 32120 0 -1 4202560 10662 0 0 0 81 2 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672306075960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1993 0 0 0 32 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32370] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32370/stat : 32370 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672303970552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32371] ppid=32351 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32353/task/32371/stat : 32371 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672302918216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32372] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32372/stat : 32372 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677560 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672301864488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 129.81
Current children cumulated vsize (KiB) 9625004

[startup+128.707 s]
/proc/loadavg: 1.88 1.52 1.68 3/213 32429
/proc/meminfo: memFree=29045724/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=130.62 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 16818 0 1 0 13053 9 0 0 20 0 19 0 278677531 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 17793 2283 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=127.44 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2593 0 1 0 12741 3 0 0 20 0 19 0 278677531 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672688316720 140672544325109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32356] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 45 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 26 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 52 0 0 0 88 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) S 32351 32353 32120 0 -1 4202560 10662 0 0 0 81 2 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672306075960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1993 0 0 0 32 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32370] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32370/stat : 32370 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672303970552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32371] ppid=32351 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32353/task/32371/stat : 32371 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672302918216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32372] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32372/stat : 32372 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677560 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672301864488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 130.62
Current children cumulated vsize (KiB) 9625004

[startup+128.901 s]
/proc/loadavg: 1.88 1.52 1.68 3/213 32429
/proc/meminfo: memFree=29045724/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=130.82 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 16818 0 1 0 13073 9 0 0 20 0 19 0 278677531 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 17793 2283 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=127.63 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2593 0 1 0 12760 3 0 0 20 0 19 0 278677531 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672688316720 140672544325076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32356] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 45 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 26 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 52 0 0 0 88 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) S 32351 32353 32120 0 -1 4202560 10662 0 0 0 81 2 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672306075960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1993 0 0 0 32 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32370] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32370/stat : 32370 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672303970552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32371] ppid=32351 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32353/task/32371/stat : 32371 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672302918216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32372] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32372/stat : 32372 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677560 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672301864488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 130.82
Current children cumulated vsize (KiB) 9625004

[startup+129.001 s]
/proc/loadavg: 1.88 1.52 1.68 3/213 32429
/proc/meminfo: memFree=29045724/32873648 swapFree=6864/6864
[pid=32353] ppid=32351 vsize=9625004 CPUtime=130.92 cores=1,3,5,7
/proc/32353/stat : 32353 (java) S 32351 32353 32120 0 -1 4202496 16818 0 1 0 13083 9 0 0 20 0 19 0 278677531 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140733869289616 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32353/statm: 2406251 17793 2283 9 0 2396937 0
[pid=32353/tid=32354] ppid=32351 vsize=9625004 CPUtime=127.73 cores=1,3,5,7
/proc/32353/task/32354/stat : 32354 (java) R 32351 32353 32120 0 -1 4202560 2593 0 1 0 12770 3 0 0 20 0 19 0 278677531 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672688316720 140672544502357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32356] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32356/stat : 32356 (java) S 32351 32353 32120 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672666418088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32357] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32357/stat : 32357 (java) S 32351 32353 32120 0 -1 4202560 45 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672665365544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32358] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32358/stat : 32358 (java) S 32351 32353 32120 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672664312488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32359] ppid=32351 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/32353/task/32359/stat : 32359 (java) S 32351 32353 32120 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672663259944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32360] ppid=32351 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/32353/task/32360/stat : 32360 (java) S 32351 32353 32120 0 -1 4202560 26 0 0 0 12 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672325642664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32361] ppid=32351 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32353/task/32361/stat : 32361 (java) S 32351 32353 32120 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672324590120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32362] ppid=32351 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/32353/task/32362/stat : 32362 (java) S 32351 32353 32120 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672323537064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32363] ppid=32351 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/32353/task/32363/stat : 32363 (java) S 32351 32353 32120 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 278677532 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672322484520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32364] ppid=32351 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/32353/task/32364/stat : 32364 (java) S 32351 32353 32120 0 -1 4202560 52 0 0 0 88 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672310287208 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32365] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32365/stat : 32365 (java) S 32351 32353 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672309233528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32366] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32366/stat : 32366 (java) S 32351 32353 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278677533 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672308180360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32367] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32367/stat : 32367 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677535 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672307129104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32353/tid=32368] ppid=32351 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/32353/task/32368/stat : 32368 (java) S 32351 32353 32120 0 -1 4202560 10662 0 0 0 81 2 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672306075960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32353/tid=32369] ppid=32351 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32353/task/32369/stat : 32369 (java) S 32351 32353 32120 0 -1 4202560 1993 0 0 0 32 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672305023416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32370] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32370/stat : 32370 (java) S 32351 32353 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672303970552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32353/tid=32371] ppid=32351 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32353/task/32371/stat : 32371 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278677536 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672302918216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32353/tid=32372] ppid=32351 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32353/task/32372/stat : 32372 (java) S 32351 32353 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278677560 9856004096 17793 33554432000 1073741824 1073778376 140733869298480 140672301864488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 130.92
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 129.065
CPU time (s): 131.064
CPU user time (s): 130.88
CPU system time (s): 0.183972
CPU usage (%): 101.549
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.88
system time used= 0.183972
maximum resident set size= 79224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4508
involuntary context switches= 3634

runsolver used 0.580911 second user time and 1.3258 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 15:32:01
IDJOB=3709774
IDBENCH=1289
IDSOLVER=2289
FILE ID=node125/3709774-1338125521
RUNJOBID= node125-1338125514-32137
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.1900565534.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-3709774-1338125521/watcher-3709774-1338125521 -o /tmp/evaluation-result-3709774-1338125521/solver-3709774-1338125521 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709774-1338125521.opb

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

MD5SUM BENCH= 0fea7c185f4d6e2091fba763db8ccbcc
RANDOM SEED=689693067

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:        29112436 kB
Buffers:          444912 kB
Cached:          2419996 kB
SwapCached:         2308 kB
Active:          1427132 kB
Inactive:        1490972 kB
Active(anon):      44808 kB
Inactive(anon):     9556 kB
Active(file):    1382324 kB
Inactive(file):  1481416 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:         56640 kB
Mapped:            22476 kB
Shmem:               104 kB
Slab:             703732 kB
SReclaimable:     146752 kB
SUnreclaim:       556980 kB
KernelStack:        1632 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:34:10