Trace number 3459273

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 10.3744 8.8869

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
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 benchmark2.69259
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 687
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@38540408
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-3459273-1307135656.opb
0.11/0.11	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.183s.
0.27/0.29	c #vars     231
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.09/0.66	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.44/0.95	c cleaning 4246 clauses out of 8502 with flag 11000/11000
1.86/1.31	c cleaning 5625 clauses out of 11257 with flag 18001/18001
2.37/1.81	c cleaning 6813 clauses out of 13634 with flag 26003/26003
2.81/2.31	c cleaning 7904 clauses out of 15819 with flag 35001/35001
3.40/2.85	c cleaning 8954 clauses out of 17916 with flag 45002/45002
3.91/3.37	c cleaning 9473 clauses out of 18960 with flag 55000/55000
4.40/3.89	c cleaning 9735 clauses out of 19487 with flag 65000/65000
5.01/4.42	c cleaning 9872 clauses out of 19752 with flag 75000/75000
5.50/4.99	c cleaning 9940 clauses out of 19885 with flag 85005/85005
6.11/5.54	c cleaning 9967 clauses out of 19940 with flag 95000/95000
6.61/6.08	c cleaning 9983 clauses out of 19973 with flag 105000/105000
7.25/6.64	c cleaning 9992 clauses out of 19990 with flag 115000/115000
8.14/7.16	c cleaning 9996 clauses out of 19998 with flag 125000/125000
9.16/7.72	c cleaning 9997 clauses out of 20002 with flag 135000/135000
9.65/8.29	c cleaning 9991 clauses out of 20008 with flag 145003/145003
10.29/8.87	c starts		: 104
10.29/8.87	c conflicts		: 154743
10.29/8.87	c decisions		: 269532
10.29/8.87	c propagations		: 5849895
10.29/8.87	c inspects		: 86888725
10.29/8.87	c shortcuts		: 0
10.29/8.87	c learnt literals	: 8
10.29/8.87	c learnt binary clauses	: 31
10.29/8.87	c learnt ternary clauses	: 176
10.29/8.87	c learnt constraints	: 154734
10.29/8.87	c ignored constraints	: 0
10.29/8.87	c root simplifications	: 0
10.29/8.87	c removed literals (reason simplification)	: 725093
10.29/8.87	c reason swapping (by a shorter reason)	: 0
10.29/8.87	c Calls to reduceDB	: 16
10.29/8.87	c number of reductions to clauses (during analyze)	: 0
10.29/8.87	c number of learned constraints concerned by reduction	: 0
10.29/8.87	c number of learning phase by resolution	: 0
10.29/8.87	c number of learning phase by cutting planes	: 0
10.29/8.87	c speed (assignments/second)	: 682123.9505597014
10.29/8.87	c non guided choices	169
10.29/8.88	c learnt constraints type 
10.29/8.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
10.29/8.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19717
10.29/8.88	c constraints type 
10.29/8.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
10.29/8.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
10.29/8.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
10.29/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
10.29/8.88	s UNSATISFIABLE
10.29/8.88	c Total wall clock time (in seconds): 8.77

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-3459273-1307135656/watcher-3459273-1307135656 -o /tmp/evaluation-result-3459273-1307135656/solver-3459273-1307135656 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459273-1307135656.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: 2.13 2.08 2.17 2/535 11125
/proc/meminfo: memFree=21249700/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 3437 0 1 0 0 0 0 0 25 0 2 0 825162321 13833195520 3138 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3377245 3152 906 9 0 3368401 0
[pid=11125/tid=11126] ppid=11123 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 7806 0 1 0 0 0 0 0 25 0 2 0 825162322 13850947584 8622 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.1028 s]
/proc/loadavg: 2.13 2.08 2.17 2/535 11125
/proc/meminfo: memFree=21249700/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13621508 CPUtime=0.11 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 15589 0 1 0 9 2 0 0 25 0 18 0 825162321 13948424192 15265 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3405377 15265 2092 9 0 3396111 0
[pid=11125/tid=11126] ppid=11123 vsize=13621508 CPUtime=0.08 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 13658 0 1 0 7 1 0 0 18 0 18 0 825162322 13948424192 15265 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 47540341977093 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621508

[startup+0.200747 s]
/proc/loadavg: 2.13 2.08 2.17 2/535 11125
/proc/meminfo: memFree=21249700/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13621788 CPUtime=0.27 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 16446 0 1 0 25 2 0 0 25 0 18 0 825162321 13948710912 16083 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3405447 16083 2180 9 0 3396181 0
[pid=11125/tid=11126] ppid=11123 vsize=13621788 CPUtime=0.18 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 14267 0 1 0 17 1 0 0 18 0 18 0 825162322 13948710912 16083 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13621788

[startup+0.300685 s]
/proc/loadavg: 2.13 2.08 2.17 2/535 11125
/proc/meminfo: memFree=21249700/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13624320 CPUtime=0.49 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 18612 0 1 0 47 2 0 0 25 0 19 0 825162321 13951303680 17835 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3406080 17835 2209 9 0 3396814 0
[pid=11125/tid=11126] ppid=11123 vsize=13624320 CPUtime=0.28 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15427 0 1 0 27 1 0 0 19 0 19 0 825162322 13951303680 17835 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505164128 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13624320

[startup+0.700661 s]
/proc/loadavg: 2.13 2.08 2.17 2/535 11125
/proc/meminfo: memFree=21249700/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13625152 CPUtime=1.23 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 21291 0 1 0 120 3 0 0 25 0 19 0 825162321 13952155648 19399 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3406288 19399 2251 9 0 3397022 0
[pid=11125/tid=11126] ppid=11123 vsize=13625152 CPUtime=0.67 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15717 0 1 0 65 2 0 0 19 0 19 0 825162322 13952155648 19399 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505366525 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13625152

[startup+1.5015 s]
/proc/loadavg: 2.13 2.08 2.17 3/554 11144
/proc/meminfo: memFree=21178132/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13625152 CPUtime=2.07 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 21798 0 1 0 204 3 0 0 25 0 19 0 825162321 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3406288 19904 2251 9 0 3397022 0
[pid=11125/tid=11126] ppid=11123 vsize=13625152 CPUtime=1.45 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15720 0 1 0 143 2 0 0 20 0 19 0 825162322 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505633023 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 825162324 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13625152 CPUtime=0.03 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 466 0 0 0 3 0 0 0 16 0 19 0 825162325 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13625152 CPUtime=0.28 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 1701 0 0 0 28 0 0 0 15 0 19 0 825162327 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13625152 CPUtime=0.27 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2204 0 0 0 27 0 0 0 15 0 19 0 825162327 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11142] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11142/stat : 11142 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11143] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825162327 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11144] ppid=11123 vsize=13625152 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11123 11125 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825162351 13952155648 19904 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 13625152

[startup+3.10118 s]
/proc/loadavg: 2.13 2.08 2.17 3/554 11144
/proc/meminfo: memFree=21175528/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13624820 CPUtime=3.7 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 22287 0 1 0 367 3 0 0 25 0 19 0 825162321 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3406205 20257 2251 9 0 3396939 0
[pid=11125/tid=11126] ppid=11123 vsize=13624820 CPUtime=3 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15723 0 1 0 298 2 0 0 25 0 19 0 825162322 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505708337 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13624820 CPUtime=0.07 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 649 0 0 0 7 0 0 0 16 0 19 0 825162325 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13624820 CPUtime=0.31 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 1812 0 0 0 31 0 0 0 15 0 19 0 825162327 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13624820 CPUtime=0.28 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2204 0 0 0 28 0 0 0 15 0 19 0 825162327 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11142] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11142/stat : 11142 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11143] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825162327 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11144] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11123 11125 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825162351 13951815680 20257 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 13624820

[startup+6.30153 s]
/proc/loadavg: 2.12 2.08 2.17 3/554 11145
/proc/meminfo: memFree=21174396/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13624820 CPUtime=6.92 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 22441 0 1 0 689 3 0 0 25 0 19 0 825162321 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3406205 20157 2252 9 0 3396939 0
[pid=11125/tid=11126] ppid=11123 vsize=13624820 CPUtime=6.1 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15731 0 1 0 608 2 0 0 25 0 19 0 825162322 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505644789 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13624820 CPUtime=0.16 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 785 0 0 0 16 0 0 0 16 0 19 0 825162325 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13624820 CPUtime=0.32 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 1813 0 0 0 32 0 0 0 15 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13624820 CPUtime=0.28 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2204 0 0 0 28 0 0 0 15 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0

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

/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825162324 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13624820 CPUtime=0.16 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 785 0 0 0 16 0 0 0 16 0 19 0 825162325 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13624820 CPUtime=0.32 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 1813 0 0 0 32 0 0 0 15 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13624820 CPUtime=0.28 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2204 0 0 0 28 0 0 0 15 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11142] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11142/stat : 11142 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11143] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825162327 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11144] ppid=11123 vsize=13624820 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11123 11125 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825162351 13951815680 20157 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 13624820

[startup+8.0012 s]
/proc/loadavg: 2.12 2.08 2.17 3/554 11145
/proc/meminfo: memFree=21150200/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13647040 CPUtime=9.45 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 30017 0 1 0 941 4 0 0 25 0 19 0 825162321 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3411760 25612 2254 9 0 3402494 0
[pid=11125/tid=11126] ppid=11123 vsize=13647040 CPUtime=7.75 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15734 0 1 0 773 2 0 0 25 0 19 0 825162322 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505633278 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 133 0 0 0 0 0 0 0 16 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 825162324 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13647040 CPUtime=0.2 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 807 0 0 0 20 0 0 0 16 0 19 0 825162325 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13647040 CPUtime=1.11 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 9115 0 0 0 111 0 0 0 16 0 19 0 825162327 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13647040 CPUtime=0.31 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2449 0 0 0 31 0 0 0 15 0 19 0 825162327 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11142] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11142/stat : 11142 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11143] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825162327 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11144] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11123 11125 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825162351 13974568960 25612 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 13647040

[startup+8.40112 s]
/proc/loadavg: 2.12 2.08 2.17 3/554 11145
/proc/meminfo: memFree=21150200/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13647040 CPUtime=9.87 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 30110 0 1 0 983 4 0 0 25 0 19 0 825162321 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3411760 25644 2254 9 0 3402494 0
[pid=11125/tid=11126] ppid=11123 vsize=13647040 CPUtime=8.13 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15735 0 1 0 811 2 0 0 25 0 19 0 825162322 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505612527 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13647040 CPUtime=0.22 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 807 0 0 0 22 0 0 0 16 0 19 0 825162325 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13647040 CPUtime=1.12 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 9115 0 0 0 112 0 0 0 15 0 19 0 825162327 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13647040 CPUtime=0.31 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2541 0 0 0 31 0 0 0 15 0 19 0 825162327 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11142] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11142/stat : 11142 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11143] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825162327 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11144] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11123 11125 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825162351 13974568960 25644 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 13647040

[startup+8.80104 s]
/proc/loadavg: 2.12 2.08 2.17 3/554 11145
/proc/meminfo: memFree=21149852/32950928 swapFree=34259960/67111528
[pid=11125] ppid=11123 vsize=13647040 CPUtime=10.29 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11123 11125 7151 0 -1 4202496 30111 0 1 0 1025 4 0 0 25 0 19 0 825162321 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11125/statm: 3411760 25645 2254 9 0 3402494 0
[pid=11125/tid=11126] ppid=11123 vsize=13647040 CPUtime=8.55 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11123 11125 7151 0 -1 4202560 15736 0 1 0 853 2 0 0 25 0 19 0 825162322 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 46912505641869 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11123 11125 7151 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11123 11125 7151 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11130] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11123 11125 7151 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11131] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11123 11125 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11132] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11123 11125 7151 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11133] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11123 11125 7151 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11134] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11123 11125 7151 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11135] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11123 11125 7151 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825162324 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11136] ppid=11123 vsize=13647040 CPUtime=0.22 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11123 11125 7151 0 -1 4202560 807 0 0 0 22 0 0 0 16 0 19 0 825162325 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 0 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11137] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11123 11125 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825162325 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11138] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11123 11125 7151 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 825162325 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 6 0 0 0
[pid=11125/tid=11139] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512515505 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11140] ppid=11123 vsize=13647040 CPUtime=1.12 cores=0,2,4,6
/proc/11125/task/11140/stat : 11140 (java) S 11123 11125 7151 0 -1 4202560 9115 0 0 0 112 0 0 0 15 0 19 0 825162327 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11141] ppid=11123 vsize=13647040 CPUtime=0.32 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11123 11125 7151 0 -1 4202560 2541 0 0 0 32 0 0 0 16 0 19 0 825162327 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
[pid=11125/tid=11142] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11142/stat : 11142 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825162327 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512507801 0 4 0 16800975 18446604451487543424 0 0 -1 4 0 0 0
[pid=11125/tid=11143] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11123 11125 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825162327 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 0 0 0 0
[pid=11125/tid=11144] ppid=11123 vsize=13647040 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11123 11125 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825162351 13974568960 25645 33554432000 1073741824 1073778376 140737408265504 18446744073709551615 254512508416 0 4 0 16800975 18446604451487543424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 13647040

Child status: 20
Real time (s): 8.8869
CPU time (s): 10.3744
CPU user time (s): 10.3284
CPU system time (s): 0.045993
CPU usage (%): 116.738
Max. virtual memory (cumulated for all children) (KiB): 13647040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3284
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30141
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= 857
involuntary context switches= 255

runsolver used 0.06499 second user time and 0.102984 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-03 23:14:16
IDJOB=3459273
IDBENCH=1353
IDSOLVER=1952
FILE ID=node149/3459273-1307135656
RUNJOBID= node149-1307134204-10439
PBS_JOBID= 13508767
Free space on /tmp= 73528 MiB

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

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

MD5SUM BENCH= 733d8edd6a6cbfe19e20f4970079db5a
RANDOM SEED=345824537

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:      21249864 kB
Buffers:        326960 kB
Cached:        3486820 kB
SwapCached:     123196 kB
Active:         374688 kB
Inactive:     10988576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21249864 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1040 kB
Writeback:          20 kB
AnonPages:     7451304 kB
Mapped:          26224 kB
Slab:           150444 kB
PageTables:     118036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186523588 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= 73528 MiB
End job on node149 at 2011-06-03 23:14:25