Trace number 3687283

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 20.6619 19.1043

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
MD5SUM6281627dc4c435fe3011d1036bb94900
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.07
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 695
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.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version 2.3.2.v20120418
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	c Glucose learned constraints deletion strategy
0.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-3687283-1337871895.opb
0.05/0.14	c reading problem ... 
0.41/0.32	c ... done. Wall clock time 0.178s.
0.41/0.32	c declared #vars     231
0.41/0.32	c #constraints  2707
0.41/0.32	c constraints type 
0.41/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.41/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.41/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.41/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.41/0.32	c 2707 constraints processed.
0.99/0.68	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.38/0.97	c cleaning 4237 clauses out of 8503 with flag 11000/11000
2.18/1.34	c cleaning 5623 clauses out of 11266 with flag 18000/18000
3.10/1.81	c cleaning 6820 clauses out of 13643 with flag 26000/26000
3.67/2.30	c cleaning 7912 clauses out of 15823 with flag 35000/35000
4.08/2.79	c cleaning 8954 clauses out of 17911 with flag 45000/45000
4.71/3.36	c cleaning 9974 clauses out of 19957 with flag 56000/56000
5.40/4.08	c cleaning 10975 clauses out of 21983 with flag 68000/68000
6.21/4.85	c cleaning 12004 clauses out of 24009 with flag 81002/81002
7.02/5.67	c cleaning 12994 clauses out of 26003 with flag 95000/95000
7.83/6.45	c cleaning 13999 clauses out of 28008 with flag 110000/110000
8.83/7.42	c cleaning 14992 clauses out of 30010 with flag 126001/126001
9.84/8.44	c cleaning 15990 clauses out of 32016 with flag 143000/143000
11.07/9.61	c cleaning 17010 clauses out of 34026 with flag 161001/161001
12.30/10.87	c cleaning 18006 clauses out of 36017 with flag 180002/180002
13.60/12.15	c cleaning 18990 clauses out of 38008 with flag 200000/200000
15.11/13.68	c cleaning 20003 clauses out of 40017 with flag 221000/221000
16.72/15.24	c cleaning 20988 clauses out of 42014 with flag 243003/243003
18.32/16.88	c cleaning 22010 clauses out of 44022 with flag 266002/266002
19.93/18.47	c cleaning 23002 clauses out of 46010 with flag 290002/290002
20.53/19.07	c starts		: 120
20.53/19.07	c conflicts		: 300272
20.53/19.07	c decisions		: 410342
20.53/19.07	c propagations		: 12517464
20.53/19.07	c inspects		: 235275600
20.53/19.07	c shortcuts		: 0
20.53/19.07	c learnt literals	: 23
20.53/19.07	c learnt binary clauses	: 24
20.53/19.07	c learnt ternary clauses	: 91
20.53/19.07	c learnt constraints	: 300248
20.53/19.07	c ignored constraints	: 0
20.53/19.07	c root simplifications	: 0
20.53/19.07	c removed literals (reason simplification)	: 0
20.53/19.07	c reason swapping (by a shorter reason)	: 0
20.53/19.07	c Calls to reduceDB	: 20
20.53/19.07	c number of reductions to clauses (during analyze)	: 0
20.53/19.07	c number of learned constraints concerned by reduction	: 0
20.53/19.07	c number of learning phase by resolution	: 0
20.53/19.07	c number of learning phase by cutting planes	: 0
20.53/19.07	c speed (assignments/second)	: 667669.2980584595
20.53/19.07	c non guided choices	181
20.53/19.08	c learnt constraints type 
20.53/19.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
20.53/19.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33244
20.53/19.08	c constraints type 
20.53/19.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
20.53/19.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
20.53/19.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
20.53/19.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
20.53/19.08	c 2707 constraints processed.
20.53/19.08	s UNSATISFIABLE
20.53/19.09	c Total wall clock time (in seconds): 18.941

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-3687283-1337871895/watcher-3687283-1337871895 -o /tmp/evaluation-result-3687283-1337871895/solver-3687283-1337871895 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687283-1337871895.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: 0.00 0.00 0.00 3/173 23176
/proc/meminfo: memFree=28552632/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23176/stat : 23176 (java) R 23174 23176 23031 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253314302 9515008 184 33554432000 1073741824 1073778376 140735162335472 140735162326696 215124438455 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23176/statm: 2323 184 142 9 0 71 0

[startup+0.0422251 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23176
/proc/meminfo: memFree=28552632/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 2966 0 1 0 1 0 0 0 20 0 13 0 253314302 9446973440 3664 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2306390 3664 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100309 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23176
/proc/meminfo: memFree=28552632/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 3212 0 1 0 4 1 0 0 20 0 18 0 253314302 9787813888 4420 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2389603 4420 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23176
/proc/meminfo: memFree=28552632/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 5344 0 1 0 39 2 0 0 20 0 18 0 253314302 9787813888 7707 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2389603 7707 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700216 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23176
/proc/meminfo: memFree=28552632/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=1.17 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 7746 0 1 0 114 3 0 0 20 0 19 0 253314302 9855975424 10779 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 10779 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 0.00 0.00 0.00 3/192 23195
/proc/meminfo: memFree=28512964/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=2.56 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 18082 0 1 0 251 5 0 0 20 0 19 0 253314302 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 16211 2275 9 0 2396937 0
[pid=23176/tid=23178] ppid=23174 vsize=9624976 CPUtime=1.4 cores=1,3,5,7
/proc/23176/task/23178/stat : 23178 (java) R 23174 23176 23031 0 -1 4202560 2464 0 1 0 139 1 0 0 20 0 19 0 253314303 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617246622088 140617112358575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23179] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23179/stat : 23179 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617235684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23180] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23180/stat : 23180 (java) S 23174 23176 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617234631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23181] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23181/stat : 23181 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617233578792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23182] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23182/stat : 23182 (java) S 23174 23176 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617232525992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23183] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23183/stat : 23183 (java) S 23174 23176 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617231473192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23184] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23184/stat : 23184 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617230420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253314306 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) R 23174 23176 23031 0 -1 4202560 12126 0 0 0 76 2 0 0 20 0 19 0 253314311 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617066567688 140617249527905 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2241 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 16211 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 0.00 0.00 0.00 2/192 23195
/proc/meminfo: memFree=28498084/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=4.49 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 19476 0 1 0 444 5 0 0 20 0 19 0 253314302 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 16091 2275 9 0 2396937 0
[pid=23176/tid=23178] ppid=23174 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/23176/task/23178/stat : 23178 (java) R 23174 23176 23031 0 -1 4202560 2466 0 1 0 294 1 0 0 20 0 19 0 253314303 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617246622088 140617112370497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23179] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23179/stat : 23179 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617235684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23180] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23180/stat : 23180 (java) S 23174 23176 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617234631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23181] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23181/stat : 23181 (java) S 23174 23176 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617233578792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23182] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23182/stat : 23182 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617232525992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23183] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23183/stat : 23183 (java) S 23174 23176 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617231473192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23184] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23184/stat : 23184 (java) S 23174 23176 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617230420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 253314306 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=1.1 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) S 23174 23176 23031 0 -1 4202560 13508 0 0 0 107 3 0 0 20 0 19 0 253314311 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617066580408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2242 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 16091 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 0.08 0.02 0.01 3/215 23227
/proc/meminfo: memFree=28459388/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=7.73 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 19491 0 1 0 768 5 0 0 20 0 19 0 253314302 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 15772 2275 9 0 2396937 0
[pid=23176/tid=23178] ppid=23174 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/23176/task/23178/stat : 23178 (java) R 23174 23176 23031 0 -1 4202560 2470 0 1 0 606 1 0 0 20 0 19 0 253314303 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617246621928 140617112358541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23179] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23179/stat : 23179 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617235684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23180] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23180/stat : 23180 (java) S 23174 23176 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617234631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23181] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23181/stat : 23181 (java) S 23174 23176 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617233578792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23182] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23182/stat : 23182 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617232525992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23183] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23183/stat : 23183 (java) S 23174 23176 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617231473192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23184] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23184/stat : 23184 (java) S 23174 23176 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617230420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 253314306 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) S 23174 23176 23031 0 -1 4202560 13508 0 0 0 108 3 0 0 20 0 19 0 253314311 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617066580408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2242 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 15772 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 34 0 0 0 23 0 0 0 20 0 19 0 253314306 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) S 23174 23176 23031 0 -1 4202560 13508 0 0 0 110 3 0 0 20 0 19 0 253314311 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617066580408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2242 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 16813 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.42
Current children cumulated vsize (KiB) 9624976

[startup+17.5006 s]
/proc/loadavg: 0.30 0.06 0.02 3/214 23283
/proc/meminfo: memFree=27808620/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=19.04 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 19523 0 1 0 1898 6 0 0 20 0 19 0 253314302 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 16814 2275 9 0 2396937 0
[pid=23176/tid=23178] ppid=23174 vsize=9624976 CPUtime=17.06 cores=1,3,5,7
/proc/23176/task/23178/stat : 23178 (java) R 23174 23176 23031 0 -1 4202560 2481 0 1 0 1705 1 0 0 20 0 19 0 253314303 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617246622088 140617112362944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23179] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23179/stat : 23179 (java) S 23174 23176 23031 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617235684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23180] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23180/stat : 23180 (java) S 23174 23176 23031 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617234631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23181] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23181/stat : 23181 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617233578792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23182] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23182/stat : 23182 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617232525992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23183] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23183/stat : 23183 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617231473192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23184] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23184/stat : 23184 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617230420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 34 0 0 0 25 0 0 0 20 0 19 0 253314306 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) S 23174 23176 23031 0 -1 4202560 13508 0 0 0 110 3 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617066580408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2242 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 9624976

[startup+18.3007 s]
/proc/loadavg: 0.30 0.06 0.02 3/214 23283
/proc/meminfo: memFree=27808620/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=19.83 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 19523 0 1 0 1977 6 0 0 20 0 19 0 253314302 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 16814 2275 9 0 2396937 0
[pid=23176/tid=23178] ppid=23174 vsize=9624976 CPUtime=17.85 cores=1,3,5,7
/proc/23176/task/23178/stat : 23178 (java) R 23174 23176 23031 0 -1 4202560 2481 0 1 0 1784 1 0 0 20 0 19 0 253314303 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617246621968 140617112335392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23179] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23179/stat : 23179 (java) S 23174 23176 23031 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617235684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23180] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23180/stat : 23180 (java) S 23174 23176 23031 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617234631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23181] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23181/stat : 23181 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617233578792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23182] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23182/stat : 23182 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617232525992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23183] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23183/stat : 23183 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617231473192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23184] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23184/stat : 23184 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617230420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 34 0 0 0 25 0 0 0 20 0 19 0 253314306 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) S 23174 23176 23031 0 -1 4202560 13508 0 0 0 110 3 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617066580408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2242 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 16814 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.83
Current children cumulated vsize (KiB) 9624976

[startup+18.707 s]
/proc/loadavg: 0.44 0.10 0.03 3/194 23292
/proc/meminfo: memFree=28454180/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=9624976 CPUtime=20.24 cores=1,3,5,7
/proc/23176/stat : 23176 (java) S 23174 23176 23031 0 -1 4202496 19525 0 1 0 2018 6 0 0 20 0 19 0 253314302 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140733557076064 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 2406244 16815 2275 9 0 2396937 0
[pid=23176/tid=23178] ppid=23174 vsize=9624976 CPUtime=18.23 cores=1,3,5,7
/proc/23176/task/23178/stat : 23178 (java) R 23174 23176 23031 0 -1 4202560 2482 0 1 0 1822 1 0 0 20 0 19 0 253314303 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617246621968 140617112363243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23179] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23179/stat : 23179 (java) S 23174 23176 23031 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617235684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23180] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23180/stat : 23180 (java) S 23174 23176 23031 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617234631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23181] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23181/stat : 23181 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617233578792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23182] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23182/stat : 23182 (java) S 23174 23176 23031 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617232525992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23183] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23183/stat : 23183 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617231473192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23184] ppid=23174 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23176/task/23184/stat : 23184 (java) S 23174 23176 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617230420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23185] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23185/stat : 23185 (java) S 23174 23176 23031 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617084254504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23186] ppid=23174 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23176/task/23186/stat : 23186 (java) S 23174 23176 23031 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 253314304 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617083201704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23176/tid=23187] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23187/stat : 23187 (java) S 23174 23176 23031 0 -1 4202560 34 0 0 0 27 0 0 0 20 0 19 0 253314306 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617070791656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23188] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23188/stat : 23188 (java) S 23174 23176 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617069737720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) S 23174 23176 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314306 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617068684808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23190] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23190/stat : 23190 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617067633296 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23191] ppid=23174 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/23176/task/23191/stat : 23191 (java) S 23174 23176 23031 0 -1 4202560 13508 0 0 0 110 3 0 0 20 0 19 0 253314311 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617066580408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23192] ppid=23174 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23176/task/23192/stat : 23192 (java) S 23174 23176 23031 0 -1 4202560 2242 0 0 0 27 0 0 0 20 0 19 0 253314311 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617065527608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23176/tid=23193] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23193/stat : 23193 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617064475000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23176/tid=23194] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23194/stat : 23194 (java) S 23174 23176 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314311 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617063422408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23176/tid=23195] ppid=23174 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23195/stat : 23195 (java) S 23174 23176 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314335 9855975424 16815 33554432000 1073741824 1073778376 140733557084928 140617062368936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.24
Current children cumulated vsize (KiB) 9624976

[startup+19.1007 s]
/proc/loadavg: 0.44 0.10 0.03 3/194 23292
/proc/meminfo: memFree=28454180/32873844 swapFree=7608/7608
[pid=23176] ppid=23174 vsize=0 CPUtime=20.65 cores=1,3,5,7
/proc/23176/stat : 23176 (java) Z 23174 23176 23031 0 -1 4203532 19545 0 1 0 2048 17 0 0 20 0 2 0 253314302 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23176/statm: 0 0 0 0 0 0 0
[pid=23176/tid=23189] ppid=23174 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/23176/task/23189/stat : 23189 (java) R 23174 23176 23031 0 -1 4203588 8 0 0 0 0 0 0 0 20 0 2 0 253314306 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.65
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 19.1043
CPU time (s): 20.6619
CPU user time (s): 20.4899
CPU system time (s): 0.171973
CPU usage (%): 108.153
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4899
system time used= 0.171973
maximum resident set size= 67328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1167
involuntary context switches= 724

runsolver used 0.06099 second user time and 0.146977 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 17:04:55
IDJOB=3687283
IDBENCH=1299
IDSOLVER=2269
FILE ID=node135/3687283-1337871895
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687283-1337871895/watcher-3687283-1337871895 -o /tmp/evaluation-result-3687283-1337871895/solver-3687283-1337871895 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687283-1337871895.opb

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

MD5SUM BENCH= 6281627dc4c435fe3011d1036bb94900
RANDOM SEED=1576986474

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28553160 kB
Buffers:          204456 kB
Cached:          3332320 kB
SwapCached:            0 kB
Active:           789840 kB
Inactive:        2759644 kB
Active(anon):      15428 kB
Inactive(anon):        0 kB
Active(file):     774412 kB
Inactive(file):  2759644 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:         20392 kB
Mapped:            13728 kB
Shmem:               212 kB
Slab:             632468 kB
SReclaimable:      74408 kB
SUnreclaim:       558060 kB
KernelStack:        1408 kB
PageTables:         3792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71572 MiB
End job on node135 at 2012-05-24 17:05:14