Trace number 3454841

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 Res//CP 2.3.0UNSAT 29.1776 14.4549

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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3454841-1307187225.opb
0.10/0.12	c reading problem ... 
0.50/0.35	c ... done. Wall clock time 0.231s.
0.50/0.35	c #vars     231
0.50/0.35	c #constraints  2707
0.50/0.35	c constraints type 
0.50/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.50/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.50/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.50/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.50/0.35	c constraints type 
0.50/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.50/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.50/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.50/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.05/0.82	c cleaning 2496 clauses out of 5001 with flag 5001/5001
3.19/1.11	c cleaning 4248 clauses out of 8505 with flag 11001/11001
4.11/1.45	c cleaning 5626 clauses out of 11257 with flag 18001/18001
4.86/1.87	c cleaning 6816 clauses out of 13634 with flag 26004/26004
6.01/2.33	c cleaning 7903 clauses out of 15814 with flag 35000/35000
7.18/2.91	c cleaning 8950 clauses out of 17911 with flag 45000/45000
8.39/3.54	c cleaning 9471 clauses out of 18964 with flag 55003/55003
9.53/4.16	c cleaning 9738 clauses out of 19492 with flag 65002/65002
10.89/4.84	c cleaning 9863 clauses out of 19752 with flag 75000/75000
12.27/5.50	c cleaning 9940 clauses out of 19889 with flag 85000/85000
13.23/6.02	c cleaning 9971 clauses out of 19951 with flag 95002/95002
14.19/6.56	c cleaning 9984 clauses out of 19978 with flag 105000/105000
15.34/7.15	c cleaning 9994 clauses out of 19996 with flag 115002/115002
16.50/7.78	c cleaning 9996 clauses out of 20000 with flag 125000/125000
17.66/8.30	c cleaning 9996 clauses out of 20006 with flag 135002/135002
18.62/8.81	c cleaning 10000 clauses out of 20010 with flag 145002/145002
19.77/9.42	c cleaning 9999 clauses out of 20008 with flag 155000/155000
20.73/9.99	c cleaning 10000 clauses out of 20009 with flag 165000/165000
22.08/10.56	c cleaning 10001 clauses out of 20010 with flag 175001/175001
23.63/11.14	c cleaning 9999 clauses out of 20008 with flag 185000/185000
24.77/11.70	c cleaning 10001 clauses out of 20011 with flag 195002/195002
25.53/12.16	c cleaning 10000 clauses out of 20009 with flag 205001/205001
26.49/12.63	c cleaning 9997 clauses out of 20010 with flag 215002/215002
27.44/13.18	c cleaning 10006 clauses out of 20015 with flag 225004/225004
28.58/13.77	c cleaning 9997 clauses out of 20005 with flag 235000/235000
28.94/13.99	c  And the winner is Resolution
29.14/14.42	c starts		: 120
29.14/14.42	c conflicts		: 238227
29.14/14.42	c decisions		: 413431
29.14/14.42	c propagations		: 10497433
29.14/14.42	c inspects		: 116834249
29.14/14.42	c shortcuts		: 0
29.14/14.42	c learnt literals	: 3
29.14/14.42	c learnt binary clauses	: 11
29.14/14.42	c learnt ternary clauses	: 226
29.14/14.42	c learnt constraints	: 238223
29.14/14.42	c ignored constraints	: 0
29.14/14.42	c root simplifications	: 0
29.14/14.42	c removed literals (reason simplification)	: 1030846
29.14/14.42	c reason swapping (by a shorter reason)	: 0
29.14/14.42	c Calls to reduceDB	: 25
29.14/14.42	c number of reductions to clauses (during analyze)	: 0
29.14/14.42	c number of learned constraints concerned by reduction	: 0
29.14/14.42	c number of learning phase by resolution	: 0
29.14/14.42	c number of learning phase by cutting planes	: 0
29.14/14.42	c speed (assignments/second)	: 746033.1888280861
29.14/14.42	c non guided choices	169
29.14/14.43	c learnt constraints type 
29.14/14.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
29.14/14.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13220
29.14/14.43	c constraints type 
29.14/14.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
29.14/14.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
29.14/14.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
29.14/14.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
29.14/14.43	c constraints type 
29.14/14.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
29.14/14.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
29.14/14.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
29.14/14.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.14/14.43	s UNSATISFIABLE
29.14/14.43	c Total wall clock time (in seconds): 14.313

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-3454841-1307187225/watcher-3454841-1307187225 -o /tmp/evaluation-result-3454841-1307187225/solver-3454841-1307187225 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454841-1307187225.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.09 1.42 2/530 19200
/proc/meminfo: memFree=25100336/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 1370 0 1 0 0 0 0 0 18 0 2 0 811138795 37810176 1072 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 9231 1072 832 9 0 387 0
[pid=19200/tid=19203] ppid=19198 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) R 19198 19200 16282 0 -1 4202560 3583 0 1 0 0 0 0 0 18 0 2 0 811138796 10694979584 4399 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0711381 s]
/proc/loadavg: 1.01 1.09 1.42 2/530 19200
/proc/meminfo: memFree=25100336/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 11720 0 1 0 4 1 0 0 18 0 18 0 811138795 10724302848 11416 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2618238 11417 1740 9 0 2608972 0
[pid=19200/tid=19203] ppid=19198 vsize=10472952 CPUtime=0.04 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) R 19198 19200 16282 0 -1 4202560 10545 0 1 0 4 0 0 0 25 0 18 0 811138796 10724302848 11417 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 47296452911011 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.105119 s]
/proc/loadavg: 1.01 1.09 1.42 2/530 19200
/proc/meminfo: memFree=25100336/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10539668 CPUtime=0.1 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 12942 0 1 0 9 1 0 0 18 0 18 0 811138795 10792620032 12616 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2634917 12617 2093 9 0 2625651 0
[pid=19200/tid=19203] ppid=19198 vsize=10539668 CPUtime=0.08 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) R 19198 19200 16282 0 -1 4202560 11111 0 1 0 7 1 0 0 18 0 18 0 811138796 10792620032 12618 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 47296457378643 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539668

[startup+0.324627 s]
/proc/loadavg: 1.01 1.09 1.42 2/530 19200
/proc/meminfo: memFree=25100336/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10540480 CPUtime=0.5 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 15903 0 1 0 48 2 0 0 18 0 18 0 811138795 10793451520 15115 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2635120 15116 2200 9 0 2625854 0
[pid=19200/tid=19203] ppid=19198 vsize=10540480 CPUtime=0.29 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) R 19198 19200 16282 0 -1 4202560 12795 0 1 0 28 1 0 0 18 0 18 0 811138796 10793451520 15116 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10540480

[startup+0.912452 s]
/proc/loadavg: 1.01 1.09 1.42 2/530 19200
/proc/meminfo: memFree=25100336/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10558928 CPUtime=2.44 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 40838 0 1 0 239 5 0 0 18 0 22 0 811138795 10812342272 36272 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2639732 36272 2251 9 0 2630466 0
[pid=19200/tid=19203] ppid=19198 vsize=10558928 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 22 0 811138796 10812342272 36272 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 10558928

[startup+1.50181 s]
/proc/loadavg: 1.01 1.09 1.42 6/574 19296
/proc/meminfo: memFree=24818496/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10559960 CPUtime=4.26 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 80776 0 1 0 416 10 0 0 18 0 22 0 811138795 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2639990 72344 2258 9 0 2630724 0
[pid=19200/tid=19203] ppid=19198 vsize=10559960 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 22 0 811138796 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19211] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19211/stat : 19211 (java) S 19198 19200 16282 0 -1 4202560 319 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19212] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19212/stat : 19212 (java) S 19198 19200 16282 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19213] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19213/stat : 19213 (java) S 19198 19200 16282 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19214] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19214/stat : 19214 (java) S 19198 19200 16282 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19215] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19215/stat : 19215 (java) S 19198 19200 16282 0 -1 4202560 130 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19216] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19216/stat : 19216 (java) S 19198 19200 16282 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19217] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19228] ppid=19198 vsize=10559960 CPUtime=0.05 cores=0,2,4,6
/proc/19200/task/19228/stat : 19228 (java) S 19198 19200 16282 0 -1 4202560 1059 0 0 0 5 0 0 0 16 0 22 0 811138799 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 0 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19229] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19229/stat : 19229 (java) S 19198 19200 16282 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811138799 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19230] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19230/stat : 19230 (java) S 19198 19200 16282 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 811138799 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19234] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19234/stat : 19234 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 811138802 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051478961 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19235] ppid=19198 vsize=10559960 CPUtime=0.71 cores=0,2,4,6
/proc/19200/task/19235/stat : 19235 (java) S 19198 19200 16282 0 -1 4202560 8458 0 0 0 71 0 0 0 23 0 22 0 811138802 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19236] ppid=19198 vsize=10559960 CPUtime=1.02 cores=0,2,4,6
/proc/19200/task/19236/stat : 19236 (java) S 19198 19200 16282 0 -1 4202560 7853 0 0 0 101 1 0 0 15 0 22 0 811138802 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
[pid=19200/tid=19237] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19237/stat : 19237 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811138802 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19238] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19238/stat : 19238 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811138802 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19248] ppid=19198 vsize=10559960 CPUtime=1.08 cores=0,2,4,6
/proc/19200/task/19248/stat : 19248 (java) R 19198 19200 16282 0 -1 4202560 326 0 0 0 108 0 0 0 20 0 22 0 811138831 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505660518 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19200/tid=19249] ppid=19198 vsize=10559960 CPUtime=1.01 cores=0,2,4,6
/proc/19200/task/19249/stat : 19249 (java) R 19198 19200 16282 0 -1 4202560 47586 0 0 0 96 5 0 0 17 0 22 0 811138831 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505732462 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19200/tid=19250] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19250/stat : 19250 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19251] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19251/stat : 19251 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10813399040 72344 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 10559960

[startup+3.10159 s]
/proc/loadavg: 1.41 1.17 1.45 5/578 19300
/proc/meminfo: memFree=24469616/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10559960 CPUtime=7.56 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 120651 0 1 0 742 14 0 0 18 0 22 0 811138795 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2639990 112216 2259 9 0 2630724 0
[pid=19200/tid=19203] ppid=19198 vsize=10559960 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 22 0 811138796 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19211] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19211/stat : 19211 (java) S 19198 19200 16282 0 -1 4202560 319 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19212] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19212/stat : 19212 (java) S 19198 19200 16282 0 -1 4202560 273 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19213] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19213/stat : 19213 (java) S 19198 19200 16282 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19214] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19214/stat : 19214 (java) S 19198 19200 16282 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19215] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19215/stat : 19215 (java) S 19198 19200 16282 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19216] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19216/stat : 19216 (java) S 19198 19200 16282 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19217] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19228] ppid=19198 vsize=10559960 CPUtime=0.12 cores=0,2,4,6
/proc/19200/task/19228/stat : 19228 (java) S 19198 19200 16282 0 -1 4202560 2021 0 0 0 12 0 0 0 16 0 22 0 811138799 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 0 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19229] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19229/stat : 19229 (java) S 19198 19200 16282 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811138799 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19230] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19230/stat : 19230 (java) S 19198 19200 16282 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 811138799 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19234] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19234/stat : 19234 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 811138802 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051478961 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19235] ppid=19198 vsize=10559960 CPUtime=0.81 cores=0,2,4,6
/proc/19200/task/19235/stat : 19235 (java) S 19198 19200 16282 0 -1 4202560 8475 0 0 0 81 0 0 0 18 0 22 0 811138802 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19236] ppid=19198 vsize=10559960 CPUtime=1.09 cores=0,2,4,6
/proc/19200/task/19236/stat : 19236 (java) S 19198 19200 16282 0 -1 4202560 7863 0 0 0 108 1 0 0 15 0 22 0 811138802 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
[pid=19200/tid=19237] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19237/stat : 19237 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811138802 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19238] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19238/stat : 19238 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811138802 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19248] ppid=19198 vsize=10559960 CPUtime=2.6 cores=0,2,4,6
/proc/19200/task/19248/stat : 19248 (java) R 19198 19200 16282 0 -1 4202560 327 0 0 0 260 0 0 0 22 0 22 0 811138831 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505645700 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19200/tid=19249] ppid=19198 vsize=10559960 CPUtime=2.53 cores=0,2,4,6
/proc/19200/task/19249/stat : 19249 (java) R 19198 19200 16282 0 -1 4202560 86137 0 0 0 244 9 0 0 18 0 22 0 811138831 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505872334 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19200/tid=19250] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19250/stat : 19250 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19251] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19251/stat : 19251 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10813399040 112216 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 10559960

[startup+6.30102 s]
/proc/loadavg: 1.41 1.17 1.45 5/578 19300
/proc/meminfo: memFree=24254008/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10559960 CPUtime=13.79 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 129992 0 1 0 1364 15 0 0 18 0 22 0 811138795 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2639990 121159 2259 9 0 2630724 0
[pid=19200/tid=19203] ppid=19198 vsize=10559960 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 22 0 811138796 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19211] ppid=19198 vsize=10559960 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19211/stat : 19211 (java) S 19198 19200 16282 0 -1 4202560 375 0 0 0 1 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19212] ppid=19198 vsize=10559960 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19212/stat : 19212 (java) S 19198 19200 16282 0 -1 4202560 348 0 0 0 1 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19213] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19213/stat : 19213 (java) S 19198 19200 16282 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19214] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19214/stat : 19214 (java) S 19198 19200 16282 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19215] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19215/stat : 19215 (java) S 19198 19200 16282 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19216] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19216/stat : 19216 (java) S 19198 19200 16282 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19217] ppid=19198 vsize=10559960 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 197 0 0 0 0 0 0 0 16 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10559960 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 22 0 811138798 10813399040 121159 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0

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

/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 197 0 0 0 2 0 0 0 16 0 22 0 811138798 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 22 0 811138798 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19228] ppid=19198 vsize=10563296 CPUtime=0.83 cores=0,2,4,6
/proc/19200/task/19228/stat : 19228 (java) S 19198 19200 16282 0 -1 4202560 4907 0 0 0 83 0 0 0 16 0 22 0 811138799 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 0 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19229] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19229/stat : 19229 (java) S 19198 19200 16282 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811138799 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19230] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19230/stat : 19230 (java) S 19198 19200 16282 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 811138799 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19234] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19234/stat : 19234 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 811138802 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051478961 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19235] ppid=19198 vsize=10563296 CPUtime=1.4 cores=0,2,4,6
/proc/19200/task/19235/stat : 19235 (java) S 19198 19200 16282 0 -1 4202560 10606 0 0 0 139 1 0 0 15 0 22 0 811138802 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19236] ppid=19198 vsize=10563296 CPUtime=1.12 cores=0,2,4,6
/proc/19200/task/19236/stat : 19236 (java) S 19198 19200 16282 0 -1 4202560 7863 0 0 0 111 1 0 0 16 0 22 0 811138802 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
[pid=19200/tid=19237] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19237/stat : 19237 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811138802 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19238] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19238/stat : 19238 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811138802 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19248] ppid=19198 vsize=10563296 CPUtime=11.72 cores=0,2,4,6
/proc/19200/task/19248/stat : 19248 (java) R 19198 19200 16282 0 -1 4202560 346 0 0 0 1172 0 0 0 25 0 22 0 811138831 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505702240 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19200/tid=19249] ppid=19198 vsize=10563296 CPUtime=11.65 cores=0,2,4,6
/proc/19200/task/19249/stat : 19249 (java) R 19198 19200 16282 0 -1 4202560 93814 0 0 0 1155 10 0 0 25 0 22 0 811138831 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 46912505793190 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19200/tid=19250] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19250/stat : 19250 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19251] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19251/stat : 19251 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10816815104 123471 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.24
Current children cumulated vsize (KiB) 10563296

[startup+13.8017 s]
/proc/loadavg: 1.81 1.26 1.47 5/578 19300
/proc/meminfo: memFree=24223616/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10563296 CPUtime=28.76 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 133574 0 1 0 2860 16 0 0 18 0 22 0 811138795 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2640824 123473 2260 9 0 2631558 0
[pid=19200/tid=19203] ppid=19198 vsize=10563296 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 22 0 811138796 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19211] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19211/stat : 19211 (java) S 19198 19200 16282 0 -1 4202560 376 0 0 0 1 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19212] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19212/stat : 19212 (java) S 19198 19200 16282 0 -1 4202560 348 0 0 0 2 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19213] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19213/stat : 19213 (java) S 19198 19200 16282 0 -1 4202560 179 0 0 0 1 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19214] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19214/stat : 19214 (java) S 19198 19200 16282 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19215] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19215/stat : 19215 (java) S 19198 19200 16282 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19216] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19216/stat : 19216 (java) S 19198 19200 16282 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19217] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 197 0 0 0 2 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 22 0 811138798 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19228] ppid=19198 vsize=10563296 CPUtime=0.92 cores=0,2,4,6
/proc/19200/task/19228/stat : 19228 (java) R 19198 19200 16282 0 -1 4202560 4907 0 0 0 92 0 0 0 15 0 22 0 811138799 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 47296453628049 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=19200/tid=19229] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19229/stat : 19229 (java) S 19198 19200 16282 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811138799 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19230] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19230/stat : 19230 (java) S 19198 19200 16282 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 811138799 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19234] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19234/stat : 19234 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 811138802 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051478961 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19235] ppid=19198 vsize=10563296 CPUtime=1.4 cores=0,2,4,6
/proc/19200/task/19235/stat : 19235 (java) S 19198 19200 16282 0 -1 4202560 10606 0 0 0 139 1 0 0 15 0 22 0 811138802 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19236] ppid=19198 vsize=10563296 CPUtime=1.12 cores=0,2,4,6
/proc/19200/task/19236/stat : 19236 (java) S 19198 19200 16282 0 -1 4202560 7863 0 0 0 111 1 0 0 16 0 22 0 811138802 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
[pid=19200/tid=19237] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19237/stat : 19237 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811138802 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19238] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19238/stat : 19238 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811138802 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19248] ppid=19198 vsize=10563296 CPUtime=12.43 cores=0,2,4,6
/proc/19200/task/19248/stat : 19248 (java) S 19198 19200 16282 0 -1 4202560 348 0 0 0 1243 0 0 0 25 0 22 0 811138831 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19249] ppid=19198 vsize=10563296 CPUtime=12.36 cores=0,2,4,6
/proc/19200/task/19249/stat : 19249 (java) S 19198 19200 16282 0 -1 4202560 93814 0 0 0 1226 10 0 0 25 0 22 0 811138831 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19250] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19250/stat : 19250 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19251] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19251/stat : 19251 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811138831 10816815104 123473 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.76
Current children cumulated vsize (KiB) 10563296

[startup+14.2016 s]
/proc/loadavg: 1.81 1.26 1.47 5/578 19300
/proc/meminfo: memFree=24223616/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10563296 CPUtime=29.14 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 133722 0 1 0 2898 16 0 0 18 0 19 0 811138795 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2640824 123621 2261 9 0 2631558 0
[pid=19200/tid=19203] ppid=19198 vsize=10563296 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 19 0 811138796 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19211] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19211/stat : 19211 (java) S 19198 19200 16282 0 -1 4202560 376 0 0 0 1 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19212] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19212/stat : 19212 (java) S 19198 19200 16282 0 -1 4202560 348 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19213] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19213/stat : 19213 (java) S 19198 19200 16282 0 -1 4202560 179 0 0 0 1 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19214] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19214/stat : 19214 (java) S 19198 19200 16282 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19215] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19215/stat : 19215 (java) S 19198 19200 16282 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19216] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19216/stat : 19216 (java) S 19198 19200 16282 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19217] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 197 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19228] ppid=19198 vsize=10563296 CPUtime=0.94 cores=0,2,4,6
/proc/19200/task/19228/stat : 19228 (java) S 19198 19200 16282 0 -1 4202560 5053 0 0 0 94 0 0 0 16 0 19 0 811138799 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 0 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19229] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19229/stat : 19229 (java) S 19198 19200 16282 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 811138799 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19230] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19230/stat : 19230 (java) S 19198 19200 16282 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 811138799 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19234] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19234/stat : 19234 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051478961 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19235] ppid=19198 vsize=10563296 CPUtime=1.41 cores=0,2,4,6
/proc/19200/task/19235/stat : 19235 (java) S 19198 19200 16282 0 -1 4202560 10606 0 0 0 140 1 0 0 15 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19236] ppid=19198 vsize=10563296 CPUtime=1.12 cores=0,2,4,6
/proc/19200/task/19236/stat : 19236 (java) S 19198 19200 16282 0 -1 4202560 7863 0 0 0 111 1 0 0 16 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
[pid=19200/tid=19237] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19237/stat : 19237 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19238] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19238/stat : 19238 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19251] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19251/stat : 19251 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811138831 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.14
Current children cumulated vsize (KiB) 10563296

[startup+14.4016 s]
/proc/loadavg: 1.81 1.26 1.47 5/578 19300
/proc/meminfo: memFree=24223616/32951124 swapFree=46970528/67111528
[pid=19200] ppid=19198 vsize=10563296 CPUtime=29.14 cores=0,2,4,6
/proc/19200/stat : 19200 (java) S 19198 19200 16282 0 -1 4202496 133722 0 1 0 2898 16 0 0 18 0 19 0 811138795 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19200/statm: 2640824 123621 2261 9 0 2631558 0
[pid=19200/tid=19203] ppid=19198 vsize=10563296 CPUtime=0.32 cores=0,2,4,6
/proc/19200/task/19203/stat : 19203 (java) S 19198 19200 16282 0 -1 4202560 13386 0 1 0 31 1 0 0 15 0 19 0 811138796 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19211] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19211/stat : 19211 (java) S 19198 19200 16282 0 -1 4202560 376 0 0 0 1 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19212] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19212/stat : 19212 (java) S 19198 19200 16282 0 -1 4202560 348 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19213] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19213/stat : 19213 (java) S 19198 19200 16282 0 -1 4202560 179 0 0 0 1 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19214] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19214/stat : 19214 (java) S 19198 19200 16282 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19215] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19215/stat : 19215 (java) S 19198 19200 16282 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19216] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19216/stat : 19216 (java) S 19198 19200 16282 0 -1 4202560 65 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19217] ppid=19198 vsize=10563296 CPUtime=0.02 cores=0,2,4,6
/proc/19200/task/19217/stat : 19217 (java) S 19198 19200 16282 0 -1 4202560 197 0 0 0 2 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19218] ppid=19198 vsize=10563296 CPUtime=0.01 cores=0,2,4,6
/proc/19200/task/19218/stat : 19218 (java) S 19198 19200 16282 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 811138798 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19228] ppid=19198 vsize=10563296 CPUtime=0.94 cores=0,2,4,6
/proc/19200/task/19228/stat : 19228 (java) S 19198 19200 16282 0 -1 4202560 5053 0 0 0 94 0 0 0 16 0 19 0 811138799 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 0 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19229] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19229/stat : 19229 (java) S 19198 19200 16282 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 811138799 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19230] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19230/stat : 19230 (java) S 19198 19200 16282 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 811138799 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19234] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19234/stat : 19234 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051478961 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19235] ppid=19198 vsize=10563296 CPUtime=1.41 cores=0,2,4,6
/proc/19200/task/19235/stat : 19235 (java) S 19198 19200 16282 0 -1 4202560 10606 0 0 0 140 1 0 0 15 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 6 0 0 0
[pid=19200/tid=19236] ppid=19198 vsize=10563296 CPUtime=1.12 cores=0,2,4,6
/proc/19200/task/19236/stat : 19236 (java) S 19198 19200 16282 0 -1 4202560 7863 0 0 0 111 1 0 0 16 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
[pid=19200/tid=19237] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19237/stat : 19237 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471257 0 4 0 16800975 18446604444491711744 0 0 -1 2 0 0 0
[pid=19200/tid=19238] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19238/stat : 19238 (java) S 19198 19200 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811138802 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 4 0 0 0
[pid=19200/tid=19251] ppid=19198 vsize=10563296 CPUtime=0 cores=0,2,4,6
/proc/19200/task/19251/stat : 19251 (java) S 19198 19200 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811138831 10816815104 123621 33554432000 1073741824 1073778376 140735516968864 18446744073709551615 212051471872 0 4 0 16800975 18446604444491711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.14
Current children cumulated vsize (KiB) 10563296

Child status: 20
Real time (s): 14.4549
CPU time (s): 29.1776
CPU user time (s): 28.9946
CPU system time (s): 0.182972
CPU usage (%): 201.852
Max. virtual memory (cumulated for all children) (KiB): 10569548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9946
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133730
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= 1467
involuntary context switches= 695

runsolver used 0.090986 second user time and 0.19097 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 13:33:45
IDJOB=3454841
IDBENCH=1301
IDSOLVER=1950
FILE ID=node146/3454841-1307187225
RUNJOBID= node146-1307187225-19188
PBS_JOBID= 13508858
Free space on /tmp= 73784 MiB

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

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

MD5SUM BENCH= 0fb4f85eaa7daeec6ae4b4468524bb94
RANDOM SEED=1361840689

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:     32951124 kB
MemFree:      25100748 kB
Buffers:        171360 kB
Cached:         303468 kB
SwapCached:      60452 kB
Active:         245640 kB
Inactive:      7361384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25100748 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:     7082920 kB
Mapped:          16156 kB
Slab:            76456 kB
PageTables:      97636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160668808 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= 73784 MiB
End job on node146 at 2011-06-04 13:34:00