Trace number 3709779

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 121.816 119.907

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576927.opb
MD5SUM7f91f8d08a20ca0a8483dc7b1c14e540
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 benchmark2.87956
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 671
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.14	c configuring ORDERS
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=true
0.06/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3709779-1338125514.opb
0.06/0.14	c reading problem ... 
0.40/0.32	c ... done. Wall clock time 0.178s.
0.40/0.32	c declared #vars     231
0.40/0.32	c #constraints  2707
0.40/0.32	c constraints type 
0.40/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.40/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.40/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.40/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.40/0.32	c 2707 constraints processed.
1.04/0.66	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1.43/0.90	c cleaning 4246 clauses out of 8508 with flag 11002/11002
1.64/1.19	c cleaning 5623 clauses out of 11261 with flag 18001/18001
2.04/1.55	c cleaning 6808 clauses out of 13638 with flag 26001/26001
2.49/1.94	c cleaning 7898 clauses out of 15830 with flag 35001/35001
2.99/2.42	c cleaning 8960 clauses out of 17931 with flag 45000/45000
3.49/2.96	c cleaning 9976 clauses out of 19971 with flag 56000/56000
4.10/3.59	c cleaning 10984 clauses out of 21995 with flag 68000/68000
4.81/4.26	c cleaning 12000 clauses out of 24013 with flag 81002/81002
5.51/4.95	c cleaning 12998 clauses out of 26013 with flag 95002/95002
6.33/5.70	c cleaning 13999 clauses out of 28013 with flag 110000/110000
7.14/6.56	c cleaning 15003 clauses out of 30017 with flag 126003/126003
8.13/7.56	c cleaning 16001 clauses out of 32011 with flag 143000/143000
9.34/8.76	c cleaning 17000 clauses out of 34010 with flag 161000/161000
10.44/9.86	c cleaning 18002 clauses out of 36012 with flag 180002/180002
11.74/11.12	c cleaning 18996 clauses out of 38010 with flag 200002/200002
12.95/12.38	c cleaning 19997 clauses out of 40019 with flag 221007/221007
14.27/13.68	c cleaning 21004 clauses out of 42015 with flag 243000/243000
15.78/15.18	c cleaning 22001 clauses out of 44013 with flag 266002/266002
17.38/16.74	c cleaning 22983 clauses out of 46010 with flag 290000/290000
19.09/18.41	c cleaning 23993 clauses out of 48027 with flag 315000/315000
21.09/20.47	c cleaning 25007 clauses out of 50034 with flag 341000/341000
23.01/22.39	c cleaning 26000 clauses out of 52028 with flag 368001/368001
25.12/24.41	c cleaning 27009 clauses out of 54027 with flag 396000/396000
27.04/26.39	c cleaning 27996 clauses out of 56018 with flag 425000/425000
29.44/28.77	c cleaning 28996 clauses out of 58023 with flag 455001/455001
31.76/31.02	c cleaning 30004 clauses out of 60026 with flag 486000/486000
34.07/33.31	c cleaning 30996 clauses out of 62022 with flag 518000/518000
36.38/35.64	c cleaning 31997 clauses out of 64027 with flag 551001/551001
38.88/38.12	c cleaning 33005 clauses out of 66031 with flag 585002/585002
41.30/40.58	c cleaning 33997 clauses out of 68025 with flag 620001/620001
44.41/43.41	c cleaning 35002 clauses out of 70027 with flag 656000/656000
47.36/46.20	c cleaning 35994 clauses out of 72025 with flag 693000/693000
50.44/48.96	c cleaning 37004 clauses out of 74031 with flag 731000/731000
53.44/51.94	c cleaning 38000 clauses out of 76027 with flag 770000/770000
56.35/54.89	c cleaning 38990 clauses out of 78027 with flag 810000/810000
60.07/58.56	c cleaning 40000 clauses out of 80040 with flag 851003/851003
63.57/62.06	c cleaning 41007 clauses out of 82037 with flag 893000/893000
67.18/65.63	c cleaning 41994 clauses out of 84030 with flag 936000/936000
71.20/69.66	c cleaning 43016 clauses out of 86038 with flag 980002/980002
75.11/73.54	c cleaning 44006 clauses out of 88021 with flag 1025001/1025001
78.92/77.34	c cleaning 44988 clauses out of 90016 with flag 1071002/1071002
83.26/81.67	c cleaning 36153 clauses out of 72348 with flag 1118000/1118000
88.16/86.57	c cleaning 39847 clauses out of 79710 with flag 1166000/1166000
92.90/91.28	c cleaning 19632 clauses out of 39290 with flag 1215002/1215002
96.40/94.74	c cleaning 34823 clauses out of 69656 with flag 1265000/1265000
100.41/98.77	c cleaning 42913 clauses out of 85834 with flag 1316001/1316001
105.23/103.55	c cleaning 47452 clauses out of 94920 with flag 1368000/1368000
110.06/108.36	c cleaning 50224 clauses out of 100470 with flag 1421002/1421002
115.59/113.81	c cleaning 52105 clauses out of 104244 with flag 1475000/1475000
121.10/119.39	c cleaning 48548 clauses out of 97120 with flag 1530002/1530002
121.62/119.89	c starts		: 205
121.62/119.89	c conflicts		: 1535743
121.62/119.89	c decisions		: 1932324
121.62/119.89	c propagations		: 59139167
121.62/119.89	c inspects		: 1688488202
121.62/119.89	c shortcuts		: 0
121.62/119.89	c learnt literals	: 15
121.62/119.89	c learnt binary clauses	: 50
121.62/119.89	c learnt ternary clauses	: 211
121.62/119.89	c learnt constraints	: 1535727
121.62/119.89	c ignored constraints	: 0
121.62/119.89	c root simplifications	: 219
121.62/119.89	c removed literals (reason simplification)	: 4332356
121.62/119.89	c reason swapping (by a shorter reason)	: 0
121.62/119.89	c Calls to reduceDB	: 51
121.62/119.89	c number of reductions to clauses (during analyze)	: 0
121.62/119.89	c number of learned constraints concerned by reduction	: 0
121.62/119.89	c number of learning phase by resolution	: 0
121.62/119.89	c number of learning phase by cutting planes	: 0
121.62/119.89	c speed (assignments/second)	: 494627.66073116264
121.62/119.89	c non guided choices	121
121.62/119.89	c learnt constraints type 
121.62/119.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 271
121.62/119.89	c constraints type 
121.62/119.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
121.62/119.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
121.62/119.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
121.62/119.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
121.62/119.89	c 2707 constraints processed.
121.62/119.89	s UNSATISFIABLE
121.62/119.89	c Total wall clock time (in seconds): 119.747

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-3709779-1338125514/watcher-3709779-1338125514 -o /tmp/evaluation-result-3709779-1338125514/solver-3709779-1338125514 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709779-1338125514.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: 0.92 1.26 1.64 2/174 32159
/proc/meminfo: memFree=29154860/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/32159/stat : 32159 (java) D 32157 32159 32120 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 278676817 9515008 184 33554432000 1073741824 1073778376 140735049558320 140735049549544 270707355063 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2323 184 142 9 0 71 0

[startup+0.0768439 s]
/proc/loadavg: 0.92 1.26 1.64 2/174 32159
/proc/meminfo: memFree=29154860/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 3079 0 1 0 3 0 0 0 20 0 13 0 278676817 9446973440 3776 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2306390 3776 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100258 s]
/proc/loadavg: 0.92 1.26 1.64 2/174 32159
/proc/meminfo: memFree=29154860/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 3398 0 1 0 5 1 0 0 20 0 18 0 278676817 9787842560 4606 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2389610 4606 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.300223 s]
/proc/loadavg: 0.92 1.26 1.64 2/174 32159
/proc/meminfo: memFree=29154860/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9558440 CPUtime=0.4 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 5352 0 1 0 39 1 0 0 20 0 18 0 278676817 9787842560 7755 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2389610 7755 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 9558440

[startup+0.700141 s]
/proc/loadavg: 0.92 1.26 1.64 2/174 32159
/proc/meminfo: memFree=29154860/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 7411 0 1 0 118 2 0 0 20 0 19 0 278676817 9856004096 11636 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 11636 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 0.92 1.26 1.64 4/213 32201
/proc/meminfo: memFree=29079372/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=2.04 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 7418 0 1 0 202 2 0 0 20 0 19 0 278676817 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 11641 2281 9 0 2396937 0
[pid=32159/tid=32165] ppid=32157 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/32159/task/32165/stat : 32165 (java) R 32157 32159 32120 0 -1 4202560 2515 0 1 0 140 2 0 0 20 0 19 0 278676818 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448492761512 140448333610547 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0
[pid=32159/tid=32168] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 278676821 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 1910 0 0 0 31 0 0 0 20 0 19 0 278676826 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 1744 0 0 0 25 0 0 0 20 0 19 0 278676826 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 11641 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 0.92 1.26 1.64 3/213 32201
/proc/meminfo: memFree=29071368/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=3.7 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 7851 0 1 0 367 3 0 0 20 0 19 0 278676817 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 12681 2281 9 0 2396937 0
[pid=32159/tid=32165] ppid=32157 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/32159/task/32165/stat : 32165 (java) R 32157 32159 32120 0 -1 4202560 2518 0 1 0 295 2 0 0 20 0 19 0 278676818 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448492761512 140448333676064 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0
[pid=32159/tid=32168] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 278676821 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 1910 0 0 0 31 0 0 0 20 0 19 0 278676826 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 2155 0 0 0 29 0 0 0 20 0 19 0 278676826 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 12681 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625004

[startup+6.30054 s]
/proc/loadavg: 1.01 1.27 1.65 3/213 32258
/proc/meminfo: memFree=29069148/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=6.93 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 7883 0 1 0 690 3 0 0 20 0 19 0 278676817 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 12530 2281 9 0 2396937 0
[pid=32159/tid=32165] ppid=32157 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/32159/task/32165/stat : 32165 (java) R 32157 32159 32120 0 -1 4202560 2523 0 1 0 609 2 0 0 20 0 19 0 278676818 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448492761640 140448333560287 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=32159/tid=32168] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278676819 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278676821 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 1910 0 0 0 31 0 0 0 20 0 19 0 278676826 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 2155 0 0 0 30 0 0 0 20 0 19 0 278676826 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 12530 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9625004

[startup+12.7005 s]

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

/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 67 0 0 0 81 0 0 0 20 0 19 0 278676821 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 13923 0 0 0 99 2 0 0 20 0 19 0 278676826 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 2247 0 0 0 37 0 0 0 20 0 19 0 278676826 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278676826 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 21094 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 120.9
Current children cumulated vsize (KiB) 9625004

[startup+119.501 s]
/proc/loadavg: 1.84 1.49 1.68 3/213 32372
/proc/meminfo: memFree=29015576/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=121.31 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 20331 0 1 0 12123 8 0 0 20 0 19 0 278676817 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 21095 2283 9 0 2396937 0
[pid=32159/tid=32165] ppid=32157 vsize=9625004 CPUtime=118.34 cores=0,2,4,6
/proc/32159/task/32165/stat : 32165 (java) R 32157 32159 32120 0 -1 4202560 2571 0 1 0 11831 3 0 0 20 0 19 0 278676818 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448492761392 140448333595938 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=32159/tid=32168] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 67 0 0 0 84 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 13923 0 0 0 99 2 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 2247 0 0 0 37 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 121.31
Current children cumulated vsize (KiB) 9625004

[startup+119.701 s]
/proc/loadavg: 1.84 1.49 1.68 3/213 32372
/proc/meminfo: memFree=29015576/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=121.51 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 20331 0 1 0 12143 8 0 0 20 0 19 0 278676817 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 21095 2283 9 0 2396937 0
[pid=32159/tid=32165] ppid=32157 vsize=9625004 CPUtime=118.54 cores=0,2,4,6
/proc/32159/task/32165/stat : 32165 (java) R 32157 32159 32120 0 -1 4202560 2571 0 1 0 11851 3 0 0 20 0 19 0 278676818 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448492761392 140448333268495 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=32159/tid=32168] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 67 0 0 0 84 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 13923 0 0 0 99 2 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 2247 0 0 0 37 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 121.51
Current children cumulated vsize (KiB) 9625004

[startup+119.801 s]
/proc/loadavg: 1.85 1.50 1.68 3/213 32372
/proc/meminfo: memFree=29015576/32873648 swapFree=6864/6864
[pid=32159] ppid=32157 vsize=9625004 CPUtime=121.62 cores=0,2,4,6
/proc/32159/stat : 32159 (java) S 32157 32159 32120 0 -1 4202496 20331 0 1 0 12154 8 0 0 20 0 19 0 278676817 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140734526113568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32159/statm: 2406251 21095 2283 9 0 2396937 0
[pid=32159/tid=32165] ppid=32157 vsize=9625004 CPUtime=118.64 cores=0,2,4,6
/proc/32159/task/32165/stat : 32165 (java) R 32157 32159 32120 0 -1 4202560 2571 0 1 0 11861 3 0 0 20 0 19 0 278676818 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448492761392 140448333595921 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=32159/tid=32168] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32168/stat : 32168 (java) S 32157 32159 32120 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448454252712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32169] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32169/stat : 32169 (java) S 32157 32159 32120 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448453200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32170] ppid=32157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/32159/task/32170/stat : 32170 (java) S 32157 32159 32120 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448452147624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32171] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32171/stat : 32171 (java) S 32157 32159 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448333031976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32172] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32172/stat : 32172 (java) S 32157 32159 32120 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448331979432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32173] ppid=32157 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/32159/task/32173/stat : 32173 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448330926888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32159/tid=32174] ppid=32157 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/32159/task/32174/stat : 32174 (java) S 32157 32159 32120 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448329874344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32175] ppid=32157 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/32159/task/32175/stat : 32175 (java) S 32157 32159 32120 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 278676819 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140448328821800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32184] ppid=32157 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/32159/task/32184/stat : 32184 (java) S 32157 32159 32120 0 -1 4202560 67 0 0 0 84 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447846492264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32159/tid=32186] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32186/stat : 32186 (java) S 32157 32159 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447845438584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32187] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32187/stat : 32187 (java) S 32157 32159 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278676821 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447844385928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32191] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32191/stat : 32191 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447843334672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32193] ppid=32157 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/32159/task/32193/stat : 32193 (java) S 32157 32159 32120 0 -1 4202560 13923 0 0 0 99 2 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447842282040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32195] ppid=32157 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/32159/task/32195/stat : 32195 (java) S 32157 32159 32120 0 -1 4202560 2247 0 0 0 37 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447841229496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32196] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32196/stat : 32196 (java) S 32157 32159 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447840177144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32159/tid=32198] ppid=32157 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/32159/task/32198/stat : 32198 (java) S 32157 32159 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 278676826 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447839124808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32159/tid=32201] ppid=32157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/32159/task/32201/stat : 32201 (java) S 32157 32159 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278676850 9856004096 21095 33554432000 1073741824 1073778376 140734526122432 140447838069544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 121.62
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 119.907
CPU time (s): 121.816
CPU user time (s): 121.623
CPU system time (s): 0.19397
CPU usage (%): 101.593
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.623
system time used= 0.19397
maximum resident set size= 84436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20350
page faults= 1
swaps= 0
block input operations= 8
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4152
involuntary context switches= 3057

runsolver used 0.499924 second user time and 1.19782 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 7f91f8d08a20ca0a8483dc7b1c14e540
RANDOM SEED=1546487107

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:        29156552 kB
Buffers:          444824 kB
Cached:          2419140 kB
SwapCached:         2308 kB
Active:          1383264 kB
Inactive:        1491916 kB
Active(anon):       2660 kB
Inactive(anon):     9584 kB
Active(file):    1380604 kB
Inactive(file):  1482332 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:         14428 kB
Mapped:            13104 kB
Shmem:               104 kB
Slab:             702816 kB
SReclaimable:     146592 kB
SUnreclaim:       556224 kB
KernelStack:        1352 kB
PageTables:         4076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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:33:54