Trace number 3687312

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 20.5619 9.86468

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900553812.opb
MD5SUM703150fc56665afb9da0b20e49208c25
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.092985
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 723
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-2012 Artois University and CNRS
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.2.v20120418
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687312-1337871898.opb
0.10/0.12	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.211s.
0.47/0.33	c declared #vars     231
0.47/0.33	c #constraints  2707
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.47/0.33	c 2707 constraints processed.
2.37/0.82	c cleaning 2498 clauses out of 5004 with flag 5004/5004
3.54/1.12	c cleaning 4249 clauses out of 8502 with flag 11001/11001
4.69/1.45	c cleaning 5623 clauses out of 11252 with flag 18000/18000
5.48/1.85	c cleaning 6809 clauses out of 13630 with flag 26001/26001
6.48/2.38	c cleaning 7908 clauses out of 15822 with flag 35002/35002
7.65/2.97	c cleaning 8941 clauses out of 17913 with flag 45001/45001
9.03/3.65	c cleaning 9977 clauses out of 19973 with flag 56002/56002
10.65/4.41	c cleaning 10992 clauses out of 21996 with flag 68002/68002
11.95/5.18	c cleaning 11995 clauses out of 24000 with flag 81000/81000
13.92/6.10	c cleaning 12995 clauses out of 26004 with flag 95000/95000
15.85/7.10	c cleaning 13998 clauses out of 28007 with flag 110000/110000
17.59/8.07	c cleaning 14997 clauses out of 30008 with flag 126000/126000
19.69/9.16	c cleaning 15999 clauses out of 32007 with flag 143000/143000
20.42/9.53	c  And the winner is solver0
20.47/9.84	c starts		: 101
20.47/9.84	c conflicts		: 148751
20.47/9.84	c decisions		: 224099
20.47/9.84	c propagations		: 6641439
20.47/9.84	c inspects		: 81026207
20.47/9.84	c shortcuts		: 0
20.47/9.84	c learnt literals	: 19
20.47/9.84	c learnt binary clauses	: 99
20.47/9.84	c learnt ternary clauses	: 189
20.47/9.84	c learnt constraints	: 148731
20.47/9.84	c ignored constraints	: 0
20.47/9.84	c root simplifications	: 0
20.47/9.84	c removed literals (reason simplification)	: 498510
20.47/9.84	c reason swapping (by a shorter reason)	: 0
20.47/9.84	c Calls to reduceDB	: 13
20.47/9.84	c number of reductions to clauses (during analyze)	: 0
20.47/9.84	c number of learned constraints concerned by reduction	: 0
20.47/9.84	c number of learning phase by resolution	: 0
20.47/9.84	c number of learning phase by cutting planes	: 0
20.47/9.84	c speed (assignments/second)	: 698363.7223974763
20.47/9.84	c non guided choices	169
20.47/9.85	c learnt constraints type 
20.47/9.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 99
20.47/9.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21651
20.47/9.85	c constraints type 
20.47/9.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
20.47/9.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
20.47/9.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
20.47/9.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
20.47/9.85	c 2707 constraints processed.
20.47/9.85	c constraints type 
20.47/9.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
20.47/9.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
20.47/9.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
20.47/9.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
20.47/9.85	c 2707 constraints processed.
20.47/9.85	s UNSATISFIABLE
20.47/9.85	c Total wall clock time (in seconds): 9.736

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687312-1337871898/watcher-3687312-1337871898 -o /tmp/evaluation-result-3687312-1337871898/solver-3687312-1337871898 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687312-1337871898.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: 0.13 0.03 0.01 2/171 25394
/proc/meminfo: memFree=30444572/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25394/stat : 25394 (java) R 25392 25394 25184 0 -1 4202496 1101 0 0 0 0 0 0 0 20 0 1 0 253314195 23793664 829 33554432000 1073741824 1073778376 140736452625088 140736452614152 140226063912560 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 5809 846 637 9 0 128 0

[startup+0.0219069 s]
/proc/loadavg: 0.13 0.03 0.01 2/171 25394
/proc/meminfo: memFree=30444572/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 2805 0 1 0 0 0 0 0 20 0 10 0 253314195 9233014784 2993 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2254154 2993 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100243 s]
/proc/loadavg: 0.13 0.03 0.01 2/171 25394
/proc/meminfo: memFree=30444572/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 4379 0 1 0 9 1 0 0 20 0 18 0 253314195 9787813888 5061 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2389603 5062 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 0.13 0.03 0.01 2/171 25394
/proc/meminfo: memFree=30444572/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 5566 0 1 0 45 2 0 0 20 0 18 0 253314195 9787813888 7424 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2389603 7424 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700173 s]
/proc/loadavg: 0.13 0.03 0.01 2/171 25394
/proc/meminfo: memFree=30444572/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 14917 0 1 0 192 5 0 0 20 0 22 0 253314195 10060460032 20017 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 20017 2244 9 0 2446860 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 0.13 0.03 0.01 5/193 25416
/proc/meminfo: memFree=30343172/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=4.87 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 21723 0 1 0 478 9 0 0 20 0 22 0 253314195 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 50872 2277 9 0 2446860 0
[pid=25394/tid=25395] ppid=25392 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25394/task/25395/stat : 25395 (java) S 25392 25394 25184 0 -1 4202560 2519 0 1 0 29 2 0 0 20 0 22 0 253314195 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140226060809208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25397] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25397/stat : 25397 (java) S 25392 25394 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225904769832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25398] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25398/stat : 25398 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225903717032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25399] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25399/stat : 25399 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225902664744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25400] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25400/stat : 25400 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225901611944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25401] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25401/stat : 25401 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225900558632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25402] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25402/stat : 25402 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225899505832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25403] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 104 0 0 0 5 0 0 0 20 0 22 0 253314197 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11149 0 0 0 109 3 0 0 20 0 22 0 253314200 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25410] ppid=25392 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25394/task/25410/stat : 25410 (java) S 25392 25394 25184 0 -1 4202560 6551 0 0 0 111 2 0 0 20 0 22 0 253314200 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225879726136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25411] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25411/stat : 25411 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225878674040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25412] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25412/stat : 25412 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225877621448 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25413] ppid=25392 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/25394/task/25413/stat : 25413 (java) R 25392 25394 25184 0 -1 4202560 33 0 0 0 107 0 0 0 20 0 22 0 253314228 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225876566840 140225933669951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25414] ppid=25392 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/25394/task/25414/stat : 25414 (java) R 25392 25394 25184 0 -1 4202560 128 0 0 0 105 2 0 0 20 0 22 0 253314228 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225875511728 140225933900936 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25415] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25415/stat : 25415 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225874462376 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25416] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25416/stat : 25416 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 50872 33554432000 1073741824 1073778376 140736452625088 140225873409576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824668

[startup+3.10084 s]
/proc/loadavg: 0.13 0.03 0.01 3/193 25416
/proc/meminfo: memFree=30198636/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=8.02 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 21948 0 1 0 790 12 0 0 20 0 22 0 253314195 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 86343 2278 9 0 2446860 0
[pid=25394/tid=25395] ppid=25392 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25394/task/25395/stat : 25395 (java) S 25392 25394 25184 0 -1 4202560 2519 0 1 0 29 2 0 0 20 0 22 0 253314195 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140226060809208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25397] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25397/stat : 25397 (java) S 25392 25394 25184 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225904769832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25398] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25398/stat : 25398 (java) S 25392 25394 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225903717032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25399] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25399/stat : 25399 (java) S 25392 25394 25184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225902664744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25400] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25400/stat : 25400 (java) S 25392 25394 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225901611944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25401] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25401/stat : 25401 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225900558632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25402] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25402/stat : 25402 (java) S 25392 25394 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225899505832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25403] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 236 0 0 0 17 0 0 0 20 0 22 0 253314197 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11151 0 0 0 113 3 0 0 20 0 22 0 253314200 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25410] ppid=25392 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25394/task/25410/stat : 25410 (java) S 25392 25394 25184 0 -1 4202560 6551 0 0 0 111 2 0 0 20 0 22 0 253314200 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225879726136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25411] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25411/stat : 25411 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225878674040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25412] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25412/stat : 25412 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225877621448 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25413] ppid=25392 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/25394/task/25413/stat : 25413 (java) R 25392 25394 25184 0 -1 4202560 36 0 0 0 251 0 0 0 20 0 22 0 253314228 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225876566840 140225933680957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25414] ppid=25392 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/25394/task/25414/stat : 25414 (java) R 25392 25394 25184 0 -1 4202560 186 0 0 0 248 3 0 0 20 0 22 0 253314228 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225875511656 140225933879225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25415] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25415/stat : 25415 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225874462376 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25416] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25416/stat : 25416 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 86343 33554432000 1073741824 1073778376 140736452625088 140225873409576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 0.28 0.06 0.02 3/193 25416
/proc/meminfo: memFree=30047452/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=14.25 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 22033 0 1 0 1410 15 0 0 20 0 22 0 253314195 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 114111 2278 9 0 2446860 0
[pid=25394/tid=25395] ppid=25392 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25394/task/25395/stat : 25395 (java) S 25392 25394 25184 0 -1 4202560 2519 0 1 0 29 2 0 0 20 0 22 0 253314195 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140226060809208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25397] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25397/stat : 25397 (java) S 25392 25394 25184 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225904769832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25398] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25398/stat : 25398 (java) S 25392 25394 25184 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225903717032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25399] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25399/stat : 25399 (java) S 25392 25394 25184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225902664744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25400] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25400/stat : 25400 (java) S 25392 25394 25184 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225901611944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25401] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25401/stat : 25401 (java) S 25392 25394 25184 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225900558632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25402] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25402/stat : 25402 (java) S 25392 25394 25184 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225899505832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25403] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 242 0 0 0 42 2 0 0 20 0 22 0 253314197 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11155 0 0 0 121 4 0 0 20 0 22 0 253314200 10060460032 114111 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 243 0 0 0 59 2 0 0 20 0 22 0 253314197 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11155 0 0 0 121 4 0 0 20 0 22 0 253314200 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25410] ppid=25392 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25394/task/25410/stat : 25410 (java) S 25392 25394 25184 0 -1 4202560 6551 0 0 0 111 2 0 0 20 0 22 0 253314200 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225879726136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25411] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25411/stat : 25411 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225878674040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25412] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25412/stat : 25412 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225877621448 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25413] ppid=25392 vsize=9824668 CPUtime=7.63 cores=0,2,4,6
/proc/25394/task/25413/stat : 25413 (java) R 25392 25394 25184 0 -1 4202560 43 0 0 0 763 0 0 0 20 0 22 0 253314228 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225876566720 140225933681013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25414] ppid=25392 vsize=9824668 CPUtime=7.63 cores=0,2,4,6
/proc/25394/task/25414/stat : 25414 (java) R 25392 25394 25184 0 -1 4202560 259 0 0 0 758 5 0 0 20 0 22 0 253314228 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225875512264 140225933777347 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25415] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25415/stat : 25415 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225874462376 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25416] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25416/stat : 25416 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 125892 33554432000 1073741824 1073778376 140736452625088 140225873409576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 9824668

[startup+9.50079 s]
/proc/loadavg: 0.28 0.06 0.02 5/216 25451
/proc/meminfo: memFree=29541984/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=20.42 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 22073 0 1 0 2026 16 0 0 20 0 22 0 253314195 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 127945 2278 9 0 2446860 0
[pid=25394/tid=25395] ppid=25392 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25394/task/25395/stat : 25395 (java) S 25392 25394 25184 0 -1 4202560 2519 0 1 0 29 2 0 0 20 0 22 0 253314195 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140226060809208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25397] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25397/stat : 25397 (java) S 25392 25394 25184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225904769832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25398] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25398/stat : 25398 (java) S 25392 25394 25184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225903717032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25399] ppid=25392 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25394/task/25399/stat : 25399 (java) S 25392 25394 25184 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225902664744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25400] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25400/stat : 25400 (java) S 25392 25394 25184 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225901611944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25401] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25401/stat : 25401 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225900558632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25402] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25402/stat : 25402 (java) S 25392 25394 25184 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225899505832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25403] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253314196 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 245 0 0 0 67 2 0 0 20 0 22 0 253314197 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314198 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11155 0 0 0 121 4 0 0 20 0 22 0 253314200 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25410] ppid=25392 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25394/task/25410/stat : 25410 (java) S 25392 25394 25184 0 -1 4202560 6551 0 0 0 111 2 0 0 20 0 22 0 253314200 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225879726136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25411] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25411/stat : 25411 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225878674040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25412] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25412/stat : 25412 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314200 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225877621448 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25413] ppid=25392 vsize=9824668 CPUtime=8.33 cores=0,2,4,6
/proc/25394/task/25413/stat : 25413 (java) R 25392 25394 25184 0 -1 4202560 44 0 0 0 833 0 0 0 20 0 22 0 253314228 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225876566720 140225933681013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25414] ppid=25392 vsize=9824668 CPUtime=8.33 cores=0,2,4,6
/proc/25394/task/25414/stat : 25414 (java) R 25392 25394 25184 0 -1 4202560 261 0 0 0 828 5 0 0 20 0 22 0 253314228 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225875512264 140225933900145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25415] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25415/stat : 25415 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225874462376 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25416] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25416/stat : 25416 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314229 10060460032 127945 33554432000 1073741824 1073778376 140736452625088 140225873409576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.42
Current children cumulated vsize (KiB) 9824668

[startup+9.70077 s]
/proc/loadavg: 0.28 0.06 0.02 5/216 25451
/proc/meminfo: memFree=29541984/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=20.47 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 22074 0 1 0 2029 18 0 0 20 0 19 0 253314195 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 127934 2279 9 0 2446860 0
[pid=25394/tid=25395] ppid=25392 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25394/task/25395/stat : 25395 (java) S 25392 25394 25184 0 -1 4202560 2519 0 1 0 29 2 0 0 20 0 19 0 253314195 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140226060809208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25397] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25397/stat : 25397 (java) S 25392 25394 25184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225904769832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25398] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25398/stat : 25398 (java) S 25392 25394 25184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225903717032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25399] ppid=25392 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25394/task/25399/stat : 25399 (java) S 25392 25394 25184 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225902664744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25400] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25400/stat : 25400 (java) S 25392 25394 25184 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225901611944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25401] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25401/stat : 25401 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225900558632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25402] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25402/stat : 25402 (java) S 25392 25394 25184 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225899505832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25403] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 245 0 0 0 67 2 0 0 20 0 19 0 253314197 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314198 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314198 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11155 0 0 0 121 4 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25410] ppid=25392 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25394/task/25410/stat : 25410 (java) S 25392 25394 25184 0 -1 4202560 6551 0 0 0 111 2 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225879726136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25411] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25411/stat : 25411 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225878674040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25412] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25412/stat : 25412 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225877621448 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25416] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25416/stat : 25416 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314229 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225873409576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.47
Current children cumulated vsize (KiB) 9824668

[startup+9.80071 s]
/proc/loadavg: 0.34 0.08 0.02 2/192 25459
/proc/meminfo: memFree=29926012/32873844 swapFree=7388/7388
[pid=25394] ppid=25392 vsize=9824668 CPUtime=20.47 cores=0,2,4,6
/proc/25394/stat : 25394 (java) S 25392 25394 25184 0 -1 4202496 22074 0 1 0 2029 18 0 0 20 0 19 0 253314195 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140736452616224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25394/statm: 2456167 127934 2279 9 0 2446860 0
[pid=25394/tid=25395] ppid=25392 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25394/task/25395/stat : 25395 (java) S 25392 25394 25184 0 -1 4202560 2519 0 1 0 29 2 0 0 20 0 19 0 253314195 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140226060809208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25397] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25397/stat : 25397 (java) S 25392 25394 25184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225904769832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25398] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25398/stat : 25398 (java) S 25392 25394 25184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225903717032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25399] ppid=25392 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25394/task/25399/stat : 25399 (java) S 25392 25394 25184 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225902664744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25400] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25400/stat : 25400 (java) S 25392 25394 25184 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225901611944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25401] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25401/stat : 25401 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225900558632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25402] ppid=25392 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25394/task/25402/stat : 25402 (java) S 25392 25394 25184 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225899505832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25403] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25403/stat : 25403 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225898453544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25404] ppid=25392 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25394/task/25404/stat : 25404 (java) S 25392 25394 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253314196 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225897400744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25405] ppid=25392 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/25394/task/25405/stat : 25405 (java) S 25392 25394 25184 0 -1 4202560 245 0 0 0 67 2 0 0 20 0 19 0 253314197 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225884990184 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25406] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25406/stat : 25406 (java) S 25392 25394 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314198 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225883936248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25407] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25407/stat : 25407 (java) S 25392 25394 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314198 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225882883848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25408] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25408/stat : 25408 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225881832336 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25409] ppid=25392 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25394/task/25409/stat : 25409 (java) S 25392 25394 25184 0 -1 4202560 11155 0 0 0 121 4 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225880778936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25394/tid=25410] ppid=25392 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25394/task/25410/stat : 25410 (java) S 25392 25394 25184 0 -1 4202560 6551 0 0 0 111 2 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225879726136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25394/tid=25411] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25411/stat : 25411 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225878674040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25394/tid=25412] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25412/stat : 25412 (java) S 25392 25394 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314200 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225877621448 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25394/tid=25416] ppid=25392 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25394/task/25416/stat : 25416 (java) S 25392 25394 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314229 10060460032 127934 33554432000 1073741824 1073778376 140736452625088 140225873409576 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.47
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 9.86468
CPU time (s): 20.5619
CPU user time (s): 20.2689
CPU system time (s): 0.292955
CPU usage (%): 208.439
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2689
system time used= 0.292955
maximum resident set size= 511784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22088
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 962
involuntary context switches= 579

runsolver used 0.033994 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 17:04:58
IDJOB=3687312
IDBENCH=1342
IDSOLVER=2268
FILE ID=node147/3687312-1337871898
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 703150fc56665afb9da0b20e49208c25
RANDOM SEED=1576986474

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30445100 kB
Buffers:          213904 kB
Cached:          1436844 kB
SwapCached:         6180 kB
Active:           343112 kB
Inactive:        1316196 kB
Active(anon):       4288 kB
Inactive(anon):     6780 kB
Active(file):     338824 kB
Inactive(file):  1309416 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               528 kB
Writeback:             0 kB
AnonPages:         10860 kB
Mapped:             9008 kB
Shmem:                 0 kB
Slab:             630956 kB
SReclaimable:      71728 kB
SUnreclaim:       559228 kB
KernelStack:        1400 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node147 at 2012-05-24 17:05:08