Trace number 3459270

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 20.4949 19.2452

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
MD5SUM5107a201bfa7ecd84a67ffb212d048dd
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.69459
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 689
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	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.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3459270-1307135634.opb
0.00/0.11	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.182s.
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.07/0.65	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.43/0.93	c cleaning 4248 clauses out of 8501 with flag 11000/11000
1.75/1.26	c cleaning 5622 clauses out of 11253 with flag 18000/18000
2.14/1.67	c cleaning 6813 clauses out of 13631 with flag 26000/26000
2.67/2.16	c cleaning 7904 clauses out of 15819 with flag 35001/35001
3.27/2.70	c cleaning 8954 clauses out of 17915 with flag 45001/45001
3.77/3.21	c cleaning 9475 clauses out of 18962 with flag 55002/55002
4.27/3.75	c cleaning 9739 clauses out of 19485 with flag 65000/65000
4.77/4.27	c cleaning 9867 clauses out of 19747 with flag 75001/75001
5.37/4.82	c cleaning 9929 clauses out of 19880 with flag 85001/85001
5.98/5.40	c cleaning 9970 clauses out of 19950 with flag 95000/95000
6.49/5.94	c cleaning 9987 clauses out of 19983 with flag 105003/105003
6.99/6.48	c cleaning 9983 clauses out of 19993 with flag 115000/115000
7.59/7.02	c cleaning 9991 clauses out of 20012 with flag 125002/125002
8.09/7.58	c cleaning 10000 clauses out of 20019 with flag 135000/135000
8.59/8.08	c cleaning 9997 clauses out of 20019 with flag 145000/145000
9.20/8.66	c cleaning 10005 clauses out of 20024 with flag 155002/155002
10.05/9.21	c cleaning 10003 clauses out of 20018 with flag 165001/165001
10.88/9.76	c cleaning 10003 clauses out of 20020 with flag 175006/175006
11.38/10.28	c cleaning 10000 clauses out of 20012 with flag 185001/185001
11.98/10.83	c cleaning 9998 clauses out of 20012 with flag 195001/195001
12.49/11.36	c cleaning 9997 clauses out of 20013 with flag 205000/205000
13.09/11.90	c cleaning 9999 clauses out of 20016 with flag 215000/215000
13.59/12.40	c cleaning 10004 clauses out of 20018 with flag 225001/225001
14.09/12.92	c cleaning 10002 clauses out of 20013 with flag 235000/235000
14.59/13.45	c cleaning 10002 clauses out of 20012 with flag 245001/245001
15.09/13.97	c cleaning 10004 clauses out of 20011 with flag 255002/255002
15.63/14.42	c cleaning 10001 clauses out of 20007 with flag 265002/265002
16.02/14.87	c cleaning 10001 clauses out of 20011 with flag 275007/275007
16.52/15.34	c cleaning 9997 clauses out of 20004 with flag 285001/285001
17.12/15.96	c cleaning 9997 clauses out of 20006 with flag 295000/295000
17.52/16.38	c cleaning 10000 clauses out of 20010 with flag 305001/305001
18.13/16.91	c cleaning 9989 clauses out of 20009 with flag 315000/315000
18.52/17.40	c cleaning 10008 clauses out of 20023 with flag 325003/325003
19.03/17.89	c cleaning 10001 clauses out of 20015 with flag 335003/335003
19.53/18.38	c cleaning 10001 clauses out of 20013 with flag 345002/345002
20.05/18.88	c cleaning 10003 clauses out of 20010 with flag 355000/355000
20.43/19.23	c starts		: 136
20.43/19.23	c conflicts		: 361913
20.43/19.23	c decisions		: 615426
20.43/19.23	c propagations		: 15547371
20.43/19.23	c inspects		: 185241279
20.43/19.23	c shortcuts		: 0
20.43/19.23	c learnt literals	: 6
20.43/19.23	c learnt binary clauses	: 37
20.43/19.23	c learnt ternary clauses	: 352
20.43/19.23	c learnt constraints	: 361906
20.43/19.23	c ignored constraints	: 0
20.43/19.23	c root simplifications	: 0
20.43/19.23	c removed literals (reason simplification)	: 1559405
20.43/19.23	c reason swapping (by a shorter reason)	: 0
20.43/19.23	c Calls to reduceDB	: 37
20.43/19.23	c number of reductions to clauses (during analyze)	: 0
20.43/19.23	c number of learned constraints concerned by reduction	: 0
20.43/19.23	c number of learning phase by resolution	: 0
20.43/19.23	c number of learning phase by cutting planes	: 0
20.43/19.23	c speed (assignments/second)	: 821048.3206590621
20.43/19.23	c non guided choices	169
20.43/19.23	c learnt constraints type 
20.43/19.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
20.43/19.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16876
20.43/19.23	c constraints type 
20.43/19.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
20.43/19.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
20.43/19.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
20.43/19.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
20.43/19.23	s UNSATISFIABLE
20.43/19.23	c Total wall clock time (in seconds): 19.128

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-3459270-1307135634/watcher-3459270-1307135634 -o /tmp/evaluation-result-3459270-1307135634/solver-3459270-1307135634 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459270-1307135634.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.20 2.09 2.18 3/535 11033
/proc/meminfo: memFree=21250140/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 3488 0 1 0 0 0 0 0 25 0 2 0 825160053 13833195520 3190 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3377245 3204 906 9 0 3368401 0
[pid=11033/tid=11034] ppid=11031 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 7813 0 1 0 0 0 0 0 25 0 2 0 825160053 13850947584 8630 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.119214 s]
/proc/loadavg: 2.20 2.09 2.18 3/535 11033
/proc/meminfo: memFree=21250140/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13622124 CPUtime=0.13 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 15835 0 1 0 11 2 0 0 25 0 18 0 825160053 13949054976 15501 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3405531 15501 2136 9 0 3396265 0
[pid=11033/tid=11034] ppid=11031 vsize=13622124 CPUtime=0.11 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 13855 0 1 0 9 2 0 0 18 0 18 0 825160053 13949054976 15501 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 47841621379923 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13622124

[startup+0.20115 s]
/proc/loadavg: 2.20 2.09 2.18 3/535 11033
/proc/meminfo: memFree=21250140/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13622704 CPUtime=0.27 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 16499 0 1 0 25 2 0 0 25 0 18 0 825160053 13949648896 16138 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3405676 16138 2180 9 0 3396410 0
[pid=11033/tid=11034] ppid=11031 vsize=13622704 CPUtime=0.19 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 14312 0 1 0 17 2 0 0 18 0 18 0 825160053 13949648896 16138 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505530485 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) 13622704

[startup+0.301129 s]
/proc/loadavg: 2.20 2.09 2.18 3/535 11033
/proc/meminfo: memFree=21250140/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13624488 CPUtime=0.48 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 18656 0 1 0 45 3 0 0 25 0 19 0 825160053 13951475712 17890 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406122 17890 2210 9 0 3396856 0
[pid=11033/tid=11034] ppid=11031 vsize=13624488 CPUtime=0.28 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15467 0 1 0 26 2 0 0 19 0 19 0 825160053 13951475712 17890 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505181658 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13624488

[startup+0.7011 s]
/proc/loadavg: 2.20 2.09 2.18 3/535 11033
/proc/meminfo: memFree=21250140/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=1.21 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 20901 0 1 0 117 4 0 0 25 0 19 0 825160053 13952385024 19211 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 19211 2252 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=0.67 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15748 0 1 0 65 2 0 0 19 0 19 0 825160053 13952385024 19211 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505632204 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13625376

[startup+1.50094 s]
/proc/loadavg: 2.20 2.09 2.18 4/554 11052
/proc/meminfo: memFree=21180696/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=2.04 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 21393 0 1 0 200 4 0 0 25 0 19 0 825160053 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 19701 2252 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=1.44 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15751 0 1 0 142 2 0 0 20 0 19 0 825160053 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505632086 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11033/tid=11036] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.03 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 449 0 0 0 3 0 0 0 16 0 19 0 825160056 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.25 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 1562 0 0 0 25 0 0 0 17 0 19 0 825160059 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.27 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1934 0 0 0 27 0 0 0 18 0 19 0 825160059 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11050] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11050/stat : 11050 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11051] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11051/stat : 11051 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160059 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11052] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11052/stat : 11052 (java) S 11031 11033 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825160083 13952385024 19701 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13625376

[startup+3.10162 s]
/proc/loadavg: 2.18 2.09 2.18 3/554 11052
/proc/meminfo: memFree=21177968/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=3.67 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 21805 0 1 0 363 4 0 0 25 0 19 0 825160053 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 20078 2252 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=2.99 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15754 0 1 0 297 2 0 0 25 0 19 0 825160053 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505632086 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11033/tid=11036] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 154 0 0 0 0 0 0 0 16 0 19 0 825160055 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.07 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 617 0 0 0 7 0 0 0 16 0 19 0 825160056 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.28 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 1627 0 0 0 28 0 0 0 15 0 19 0 825160059 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.27 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1934 0 0 0 27 0 0 0 15 0 19 0 825160059 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11050] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11050/stat : 11050 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11051] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11051/stat : 11051 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160059 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11052] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11052/stat : 11052 (java) S 11031 11033 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825160083 13952385024 20078 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13625376

[startup+6.30098 s]
/proc/loadavg: 2.18 2.09 2.18 4/554 11052
/proc/meminfo: memFree=21176840/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=6.89 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 21975 0 1 0 685 4 0 0 25 0 19 0 825160053 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 20233 2252 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=6.1 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15761 0 1 0 608 2 0 0 25 0 19 0 825160053 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505647524 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11033/tid=11036] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.16 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 765 0 0 0 16 0 0 0 16 0 19 0 825160056 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.29 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 1627 0 0 0 29 0 0 0 15 0 19 0 825160059 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.27 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1934 0 0 0 27 0 0 0 15 0 19 0 825160059 13952385024 20233 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0

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

/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 76 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 90 0 0 0 0 0 0 0 16 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 187 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.49 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 886 0 0 0 49 0 0 0 16 0 19 0 825160056 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.87 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 11206 0 0 0 86 1 0 0 15 0 19 0 825160059 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.31 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1941 0 0 0 31 0 0 0 16 0 19 0 825160059 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11050] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11050/stat : 11050 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11051] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11051/stat : 11051 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160059 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11052] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11052/stat : 11052 (java) S 11031 11033 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825160083 13952385024 23439 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 13625376

[startup+18.4016 s]
/proc/loadavg: 2.14 2.08 2.17 3/554 11052
/proc/meminfo: memFree=21161500/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=19.63 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 31720 0 1 0 1958 5 0 0 25 0 19 0 825160053 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 23440 2254 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=17.8 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15786 0 1 0 1778 2 0 0 25 0 19 0 825160053 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11033/tid=11036] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 76 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 187 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.52 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 886 0 0 0 52 0 0 0 16 0 19 0 825160056 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.87 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 11206 0 0 0 86 1 0 0 15 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.31 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1941 0 0 0 31 0 0 0 16 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11050] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11050/stat : 11050 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11051] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11051/stat : 11051 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11052] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11052/stat : 11052 (java) S 11031 11033 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825160083 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.63
Current children cumulated vsize (KiB) 13625376

[startup+18.8195 s]
/proc/loadavg: 2.14 2.08 2.17 3/554 11052
/proc/meminfo: memFree=21161376/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=20.05 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 31720 0 1 0 2000 5 0 0 25 0 19 0 825160053 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 23440 2254 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=18.22 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15786 0 1 0 1820 2 0 0 25 0 19 0 825160053 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505632559 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11033/tid=11036] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 76 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 187 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.52 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 886 0 0 0 52 0 0 0 16 0 19 0 825160056 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.87 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 11206 0 0 0 86 1 0 0 15 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.31 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1941 0 0 0 31 0 0 0 16 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11050] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11050/stat : 11050 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11051] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11051/stat : 11051 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160059 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11052] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11052/stat : 11052 (java) S 11031 11033 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825160083 13952385024 23440 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.05
Current children cumulated vsize (KiB) 13625376

[startup+19.2014 s]
/proc/loadavg: 2.14 2.08 2.17 3/554 11052
/proc/meminfo: memFree=21161376/32950928 swapFree=34259960/67111528
[pid=11033] ppid=11031 vsize=13625376 CPUtime=20.43 cores=0,2,4,6
/proc/11033/stat : 11033 (java) S 11031 11033 7151 0 -1 4202496 31723 0 1 0 2038 5 0 0 25 0 19 0 825160053 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11033/statm: 3406344 23442 2254 9 0 3397078 0
[pid=11033/tid=11034] ppid=11031 vsize=13625376 CPUtime=18.58 cores=0,2,4,6
/proc/11033/task/11034/stat : 11034 (java) R 11031 11033 7151 0 -1 4202560 15788 0 1 0 1856 2 0 0 25 0 19 0 825160053 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 46912505641896 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11033/tid=11036] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11036/stat : 11036 (java) S 11031 11033 7151 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11037] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11037/stat : 11037 (java) S 11031 11033 7151 0 -1 4202560 76 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11038] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11038/stat : 11038 (java) S 11031 11033 7151 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11039] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11039/stat : 11039 (java) S 11031 11033 7151 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11040] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11040/stat : 11040 (java) S 11031 11033 7151 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11041] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11041/stat : 11041 (java) S 11031 11033 7151 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11042] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11042/stat : 11042 (java) S 11031 11033 7151 0 -1 4202560 187 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=11033/tid=11043] ppid=11031 vsize=13625376 CPUtime=0.01 cores=0,2,4,6
/proc/11033/task/11043/stat : 11043 (java) S 11031 11033 7151 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 825160055 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11044] ppid=11031 vsize=13625376 CPUtime=0.54 cores=0,2,4,6
/proc/11033/task/11044/stat : 11044 (java) S 11031 11033 7151 0 -1 4202560 886 0 0 0 54 0 0 0 16 0 19 0 825160056 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11045] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11045/stat : 11045 (java) S 11031 11033 7151 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11046] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11046/stat : 11046 (java) S 11031 11033 7151 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825160057 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11047] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11047/stat : 11047 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11048] ppid=11031 vsize=13625376 CPUtime=0.87 cores=0,2,4,6
/proc/11033/task/11048/stat : 11048 (java) S 11031 11033 7151 0 -1 4202560 11206 0 0 0 86 1 0 0 15 0 19 0 825160059 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11049] ppid=11031 vsize=13625376 CPUtime=0.31 cores=0,2,4,6
/proc/11033/task/11049/stat : 11049 (java) S 11031 11033 7151 0 -1 4202560 1941 0 0 0 31 0 0 0 16 0 19 0 825160059 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=11033/tid=11050] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11050/stat : 11050 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160059 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=11033/tid=11051] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11051/stat : 11051 (java) S 11031 11033 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160059 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=11033/tid=11052] ppid=11031 vsize=13625376 CPUtime=0 cores=0,2,4,6
/proc/11033/task/11052/stat : 11052 (java) S 11031 11033 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825160083 13952385024 23442 33554432000 1073741824 1073778376 140734687136272 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.43
Current children cumulated vsize (KiB) 13625376

Child status: 20
Real time (s): 19.2452
CPU time (s): 20.4949
CPU user time (s): 20.4309
CPU system time (s): 0.06399
CPU usage (%): 106.494
Max. virtual memory (cumulated for all children) (KiB): 13625756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4309
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31753
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= 1709
involuntary context switches= 630

runsolver used 0.118981 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-03 23:13:54
IDJOB=3459270
IDBENCH=1350
IDSOLVER=1952
FILE ID=node149/3459270-1307135634
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.1900557574.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459270-1307135634/watcher-3459270-1307135634 -o /tmp/evaluation-result-3459270-1307135634/solver-3459270-1307135634 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459270-1307135634.opb

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

MD5SUM BENCH= 5107a201bfa7ecd84a67ffb212d048dd
RANDOM SEED=1619633501

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:      21250420 kB
Buffers:        326924 kB
Cached:        3486760 kB
SwapCached:     123196 kB
Active:         373468 kB
Inactive:     10988620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21250420 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1248 kB
Writeback:           0 kB
AnonPages:     7449520 kB
Mapped:          26216 kB
Slab:           150680 kB
PageTables:     118076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186522924 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:13