Trace number 3459225

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 Resolution 2.3.0UNSAT 13.8329 12.6495

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557362.opb
MD5SUM0fb4f85eaa7daeec6ae4b4468524bb94
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark4.05238
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 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459225-1307134923.opb
0.11/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.182s.
0.26/0.29	c #vars     231
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.07/0.65	c cleaning 2496 clauses out of 5001 with flag 5001/5001
1.42/0.92	c cleaning 4248 clauses out of 8505 with flag 11001/11001
1.72/1.24	c cleaning 5626 clauses out of 11257 with flag 18001/18001
2.13/1.64	c cleaning 6816 clauses out of 13634 with flag 26004/26004
2.56/2.07	c cleaning 7903 clauses out of 15814 with flag 35000/35000
3.17/2.62	c cleaning 8950 clauses out of 17911 with flag 45000/45000
3.78/3.22	c cleaning 9471 clauses out of 18964 with flag 55003/55003
4.27/3.79	c cleaning 9738 clauses out of 19492 with flag 65002/65002
4.88/4.41	c cleaning 9863 clauses out of 19752 with flag 75000/75000
5.58/5.02	c cleaning 9940 clauses out of 19889 with flag 85000/85000
5.99/5.49	c cleaning 9971 clauses out of 19951 with flag 95002/95002
6.49/5.99	c cleaning 9984 clauses out of 19978 with flag 105000/105000
7.09/6.53	c cleaning 9994 clauses out of 19996 with flag 115002/115002
7.69/7.10	c cleaning 9996 clauses out of 20000 with flag 125000/125000
8.09/7.58	c cleaning 9996 clauses out of 20006 with flag 135002/135002
8.59/8.04	c cleaning 10000 clauses out of 20010 with flag 145002/145002
9.09/8.58	c cleaning 9999 clauses out of 20008 with flag 155000/155000
9.73/9.10	c cleaning 10000 clauses out of 20009 with flag 165000/165000
10.41/9.62	c cleaning 10001 clauses out of 20010 with flag 175001/175001
11.23/10.13	c cleaning 9999 clauses out of 20008 with flag 185000/185000
11.74/10.62	c cleaning 10001 clauses out of 20011 with flag 195002/195002
12.17/11.03	c cleaning 10000 clauses out of 20009 with flag 205001/205001
12.55/11.45	c cleaning 9997 clauses out of 20010 with flag 215002/215002
13.06/11.94	c cleaning 10006 clauses out of 20015 with flag 225004/225004
13.56/12.46	c cleaning 9997 clauses out of 20005 with flag 235000/235000
13.77/12.63	c starts		: 120
13.77/12.63	c conflicts		: 238227
13.77/12.63	c decisions		: 413431
13.77/12.63	c propagations		: 10497433
13.77/12.63	c inspects		: 116834249
13.77/12.63	c shortcuts		: 0
13.77/12.63	c learnt literals	: 3
13.77/12.63	c learnt binary clauses	: 11
13.77/12.63	c learnt ternary clauses	: 226
13.77/12.63	c learnt constraints	: 238223
13.77/12.63	c ignored constraints	: 0
13.77/12.63	c root simplifications	: 0
13.77/12.63	c removed literals (reason simplification)	: 1030846
13.77/12.63	c reason swapping (by a shorter reason)	: 0
13.77/12.63	c Calls to reduceDB	: 25
13.77/12.63	c number of reductions to clauses (during analyze)	: 0
13.77/12.63	c number of learned constraints concerned by reduction	: 0
13.77/12.63	c number of learning phase by resolution	: 0
13.77/12.63	c number of learning phase by cutting planes	: 0
13.77/12.63	c speed (assignments/second)	: 850890.248844938
13.77/12.63	c non guided choices	169
13.77/12.64	c learnt constraints type 
13.77/12.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
13.77/12.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13220
13.77/12.64	c constraints type 
13.77/12.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
13.77/12.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
13.77/12.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
13.77/12.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.77/12.64	s UNSATISFIABLE
13.77/12.64	c Total wall clock time (in seconds): 12.528

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459225-1307134923/watcher-3459225-1307134923 -o /tmp/evaluation-result-3459225-1307134923/solver-3459225-1307134923 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459225-1307134923.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: 2.03 2.08 2.35 3/501 17165
/proc/meminfo: memFree=24799636/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 1237 0 0 0 0 0 0 0 25 0 2 0 903723013 31260672 957 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 7632 957 730 9 0 383 0
[pid=17165/tid=17166] ppid=17163 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 4394 0 1 0 0 0 0 0 25 0 2 0 903723013 13850947584 5210 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.098768 s]
/proc/loadavg: 2.03 2.08 2.35 3/501 17165
/proc/meminfo: memFree=24799636/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13621900 CPUtime=0.1 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 15476 0 1 0 7 3 0 0 25 0 18 0 903723013 13948825600 15130 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3405475 15131 2092 9 0 3396209 0
[pid=17165/tid=17166] ppid=17163 vsize=13621900 CPUtime=0.08 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 13519 0 1 0 6 2 0 0 25 0 18 0 903723013 13948825600 15131 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 47600186783256 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621900

[startup+0.10065 s]
/proc/loadavg: 2.03 2.08 2.35 3/501 17165
/proc/meminfo: memFree=24799636/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13621900 CPUtime=0.11 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 15491 0 1 0 8 3 0 0 25 0 18 0 903723013 13948825600 15145 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3405475 15145 2092 9 0 3396209 0
[pid=17165/tid=17166] ppid=17163 vsize=13621900 CPUtime=0.08 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 13535 0 1 0 6 2 0 0 25 0 18 0 903723013 13948825600 15147 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 47600183722755 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621900

[startup+0.30062 s]
/proc/loadavg: 2.03 2.08 2.35 3/501 17165
/proc/meminfo: memFree=24799636/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13622896 CPUtime=0.47 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 18564 0 1 0 44 3 0 0 25 0 18 0 903723013 13949845504 17802 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3405724 17803 2208 9 0 3396458 0
[pid=17165/tid=17166] ppid=17163 vsize=13622896 CPUtime=0.28 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15422 0 1 0 26 2 0 0 25 0 18 0 903723013 13949845504 17803 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 47600186977146 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13622896

[startup+0.700542 s]
/proc/loadavg: 2.03 2.08 2.35 3/501 17165
/proc/meminfo: memFree=24799636/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=1.2 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 21434 0 1 0 117 3 0 0 25 0 19 0 903723013 13951860736 19254 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 19254 2252 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=0.66 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15709 0 1 0 64 2 0 0 25 0 19 0 903723013 13951860736 19254 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505638594 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13624864

[startup+1.50139 s]
/proc/loadavg: 2.03 2.08 2.35 3/520 17184
/proc/meminfo: memFree=24729184/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=2.03 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 21912 0 1 0 200 3 0 0 25 0 19 0 903723013 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 19729 2252 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=1.43 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15711 0 1 0 141 2 0 0 25 0 19 0 903723013 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505621152 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17165/tid=17168] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 148 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.03 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 449 0 0 0 3 0 0 0 16 0 19 0 903723016 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.28 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1654 0 0 0 28 0 0 0 19 0 19 0 903723019 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.25 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 2426 0 0 0 25 0 0 0 17 0 19 0 903723019 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17182] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17182/stat : 17182 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17183] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17183/stat : 17183 (java) S 17163 17165 14759 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 903723019 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17184] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17184/stat : 17184 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903723043 13951860736 19729 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13624864

[startup+3.1011 s]
/proc/loadavg: 2.02 2.08 2.35 3/520 17184
/proc/meminfo: memFree=24726580/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=3.67 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 22398 0 1 0 363 4 0 0 25 0 19 0 903723013 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 19978 2252 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=2.98 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15713 0 1 0 296 2 0 0 25 0 19 0 903723013 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505658510 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17165/tid=17168] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.08 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 587 0 0 0 8 0 0 0 16 0 19 0 903723016 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.28 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1655 0 0 0 28 0 0 0 15 0 19 0 903723019 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.27 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 2666 0 0 0 27 0 0 0 15 0 19 0 903723019 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17182] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17182/stat : 17182 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17183] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17183/stat : 17183 (java) S 17163 17165 14759 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 903723019 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17184] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17184/stat : 17184 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903723043 13951860736 19978 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13624864

[startup+6.30052 s]
/proc/loadavg: 2.02 2.08 2.35 3/520 17184
/proc/meminfo: memFree=24725200/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=6.89 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 22695 0 1 0 685 4 0 0 25 0 19 0 903723013 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 20260 2252 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=6.08 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15720 0 1 0 606 2 0 0 25 0 19 0 903723013 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505601089 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17165/tid=17168] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 169 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.17 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 759 0 0 0 17 0 0 0 15 0 19 0 903723016 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.28 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1655 0 0 0 28 0 0 0 15 0 19 0 903723019 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.28 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 2666 0 0 0 28 0 0 0 15 0 19 0 903723019 13951860736 20260 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0

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

/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.34 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 832 0 0 0 34 0 0 0 16 0 19 0 903723016 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.31 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1688 0 0 0 31 0 0 0 16 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.82 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 12463 0 0 0 80 2 0 0 15 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17182] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17182/stat : 17182 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17183] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17183/stat : 17183 (java) S 17163 17165 14759 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17184] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17184/stat : 17184 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903723043 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 13624864

[startup+12.3014 s]
/proc/loadavg: 2.02 2.08 2.35 3/520 17184
/proc/meminfo: memFree=24707240/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=13.46 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 32621 0 1 0 1340 6 0 0 25 0 19 0 903723013 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 24193 2254 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=11.88 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15734 0 1 0 1186 2 0 0 25 0 19 0 903723013 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505166945 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17165/tid=17168] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 179 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.36 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 832 0 0 0 36 0 0 0 16 0 19 0 903723016 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.31 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1688 0 0 0 31 0 0 0 16 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.82 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 12463 0 0 0 80 2 0 0 15 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17182] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17182/stat : 17182 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17183] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17183/stat : 17183 (java) S 17163 17165 14759 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 903723019 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17184] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17184/stat : 17184 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903723043 13951860736 24193 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 13624864

[startup+12.5014 s]
/proc/loadavg: 2.02 2.08 2.35 3/520 17184
/proc/meminfo: memFree=24707240/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=13.66 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 32624 0 1 0 1360 6 0 0 25 0 19 0 903723013 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 24195 2254 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=12.07 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15735 0 1 0 1205 2 0 0 25 0 19 0 903723013 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505644199 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17165/tid=17168] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.37 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 832 0 0 0 37 0 0 0 16 0 19 0 903723016 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.31 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1688 0 0 0 31 0 0 0 16 0 19 0 903723019 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.82 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 12463 0 0 0 80 2 0 0 15 0 19 0 903723019 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17182] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17182/stat : 17182 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17183] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17183/stat : 17183 (java) S 17163 17165 14759 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 903723019 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17184] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17184/stat : 17184 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903723043 13951860736 24195 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 13624864

[startup+12.6014 s]
/proc/loadavg: 2.02 2.08 2.35 3/520 17184
/proc/meminfo: memFree=24707240/32950928 swapFree=61542356/67111528
[pid=17165] ppid=17163 vsize=13624864 CPUtime=13.77 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17163 17165 14759 0 -1 4202496 32625 0 1 0 1371 6 0 0 25 0 19 0 903723013 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17165/statm: 3406216 24196 2254 9 0 3396950 0
[pid=17165/tid=17166] ppid=17163 vsize=13624864 CPUtime=12.17 cores=1,3,5,7
/proc/17165/task/17166/stat : 17166 (java) R 17163 17165 14759 0 -1 4202560 15736 0 1 0 1215 2 0 0 25 0 19 0 903723013 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 46912505632313 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17165/tid=17168] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17163 17165 14759 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17169] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17163 17165 14759 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17170] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17163 17165 14759 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17171] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17172] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17163 17165 14759 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17173] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17163 17165 14759 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17174] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17163 17165 14759 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17175] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17163 17165 14759 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 903723015 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17176] ppid=17163 vsize=13624864 CPUtime=0.37 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17163 17165 14759 0 -1 4202560 832 0 0 0 37 0 0 0 16 0 19 0 903723016 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 0 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17177] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17163 17165 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17178] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17163 17165 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903723017 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17179] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917217713 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17180] ppid=17163 vsize=13624864 CPUtime=0.31 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17163 17165 14759 0 -1 4202560 1688 0 0 0 31 0 0 0 16 0 19 0 903723019 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 7 0 0 0
[pid=17165/tid=17181] ppid=17163 vsize=13624864 CPUtime=0.83 cores=1,3,5,7
/proc/17165/task/17181/stat : 17181 (java) S 17163 17165 14759 0 -1 4202560 12463 0 0 0 81 2 0 0 15 0 19 0 903723019 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 3 0 0 0
[pid=17165/tid=17182] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17182/stat : 17182 (java) S 17163 17165 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903723019 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210009 0 4 0 16800975 18446604462116055808 0 0 -1 5 0 0 0
[pid=17165/tid=17183] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17183/stat : 17183 (java) S 17163 17165 14759 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 903723019 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
[pid=17165/tid=17184] ppid=17163 vsize=13624864 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17184/stat : 17184 (java) S 17163 17165 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903723043 13951860736 24196 33554432000 1073741824 1073778376 140733326059376 18446744073709551615 260917210624 0 4 0 16800975 18446604462116055808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 13624864

Child status: 20
Real time (s): 12.6495
CPU time (s): 13.8329
CPU user time (s): 13.7649
CPU system time (s): 0.067989
CPU usage (%): 109.355
Max. virtual memory (cumulated for all children) (KiB): 13626176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7649
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32652
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1269
involuntary context switches= 448

runsolver used 0.068989 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 23:02:03
IDJOB=3459225
IDBENCH=1301
IDSOLVER=1952
FILE ID=node116/3459225-1307134923
RUNJOBID= node116-1307134118-15946
PBS_JOBID= 13508800
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557362.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459225-1307134923/watcher-3459225-1307134923 -o /tmp/evaluation-result-3459225-1307134923/solver-3459225-1307134923 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459225-1307134923.opb

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

MD5SUM BENCH= 0fb4f85eaa7daeec6ae4b4468524bb94
RANDOM SEED=1817705647

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24799792 kB
Buffers:        246908 kB
Cached:         447084 kB
SwapCached:      12580 kB
Active:        7528352 kB
Inactive:       353000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24799792 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             108 kB
Writeback:           0 kB
AnonPages:     7185684 kB
Mapped:          30864 kB
Slab:           139228 kB
PageTables:      62428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153019616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node116 at 2011-06-03 23:02:16