Trace number 3687304

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 178.425 90.3365

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
MD5SUMcabd29c48249a44c2596bb98645c31c8
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 benchmark3.65444
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 665
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687304-1337871897.opb
0.09/0.12	c reading problem ... 
0.45/0.33	c ... done. Wall clock time 0.211s.
0.45/0.33	c declared #vars     231
0.45/0.33	c #constraints  2707
0.45/0.33	c constraints type 
0.45/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.45/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.45/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.45/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.45/0.33	c 2707 constraints processed.
0.45/0.33	c constraints type 
0.45/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.45/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.45/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.45/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.45/0.33	c 2707 constraints processed.
2.75/0.90	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.69/1.29	c cleaning 4242 clauses out of 8499 with flag 11000/11000
4.79/1.76	c cleaning 5623 clauses out of 11258 with flag 18001/18001
5.79/2.28	c cleaning 6809 clauses out of 13634 with flag 26000/26000
6.98/2.89	c cleaning 7909 clauses out of 15825 with flag 35000/35000
8.36/3.58	c cleaning 8953 clauses out of 17917 with flag 45001/45001
10.56/4.46	c cleaning 9973 clauses out of 19964 with flag 56001/56001
12.94/5.50	c cleaning 10985 clauses out of 21990 with flag 68000/68000
15.44/6.71	c cleaning 11999 clauses out of 24006 with flag 81001/81001
17.78/7.92	c cleaning 13005 clauses out of 26009 with flag 95003/95003
20.31/9.25	c cleaning 13995 clauses out of 28001 with flag 110000/110000
23.45/10.80	c cleaning 14997 clauses out of 30006 with flag 126000/126000
26.35/12.39	c cleaning 15998 clauses out of 32010 with flag 143001/143001
29.46/13.96	c cleaning 17003 clauses out of 34012 with flag 161001/161001
32.98/15.70	c cleaning 17999 clauses out of 36010 with flag 180002/180002
36.89/17.73	c cleaning 18996 clauses out of 38009 with flag 200000/200000
40.82/19.70	c cleaning 20000 clauses out of 40012 with flag 221000/221000
44.90/21.89	c cleaning 21001 clauses out of 42013 with flag 243001/243001
49.42/24.11	c cleaning 21997 clauses out of 44011 with flag 266000/266000
54.72/26.85	c cleaning 22995 clauses out of 46014 with flag 290000/290000
60.17/29.64	c cleaning 24008 clauses out of 48018 with flag 315000/315000
65.04/32.11	c cleaning 25004 clauses out of 50011 with flag 341001/341001
70.33/34.82	c cleaning 25986 clauses out of 52005 with flag 368000/368000
75.44/37.49	c cleaning 26997 clauses out of 54021 with flag 396002/396002
77.65/38.67	c cleaning 0 clauses out of 5002 with flag 0/5002
82.10/40.77	c cleaning 28004 clauses out of 56022 with flag 425000/425000
88.53/43.98	c cleaning 28996 clauses out of 58018 with flag 455001/455001
96.02/47.73	c cleaning 29995 clauses out of 60022 with flag 486001/486001
103.43/51.50	c cleaning 31010 clauses out of 62029 with flag 518003/518003
110.31/55.05	c cleaning 31992 clauses out of 64017 with flag 551002/551002
117.54/58.72	c cleaning 32992 clauses out of 66022 with flag 585000/585000
126.59/63.37	c cleaning 34011 clauses out of 68031 with flag 620002/620002
134.36/67.38	c cleaning 35009 clauses out of 70020 with flag 656004/656004
142.64/71.53	c cleaning 35981 clauses out of 72006 with flag 693000/693000
149.86/75.28	c cleaning 36988 clauses out of 74025 with flag 731000/731000
158.90/79.90	c cleaning 38011 clauses out of 76036 with flag 770001/770001
167.66/84.34	c cleaning 39005 clauses out of 78021 with flag 810000/810000
176.90/89.09	c cleaning 39994 clauses out of 80007 with flag 851001/851001
178.32/89.82	c  And the winner is solver0
178.03/90.29	c starts		: 167
178.03/90.29	c conflicts		: 857487
178.03/90.29	c decisions		: 1073920
178.03/90.29	c propagations		: 36061893
178.03/90.29	c inspects		: 978797223
178.03/90.29	c shortcuts		: 0
178.03/90.29	c learnt literals	: 35
178.03/90.29	c learnt binary clauses	: 132
178.03/90.29	c learnt ternary clauses	: 354
178.03/90.29	c learnt constraints	: 857451
178.03/90.29	c ignored constraints	: 0
178.03/90.29	c root simplifications	: 0
178.03/90.29	c removed literals (reason simplification)	: 3695120
178.03/90.29	c reason swapping (by a shorter reason)	: 0
178.03/90.29	c Calls to reduceDB	: 37
178.03/90.29	c number of reductions to clauses (during analyze)	: 0
178.03/90.29	c number of learned constraints concerned by reduction	: 0
178.03/90.29	c number of learning phase by resolution	: 0
178.03/90.29	c number of learning phase by cutting planes	: 0
178.03/90.29	c speed (assignments/second)	: 400897.0573521728
178.03/90.29	c non guided choices	169
178.04/90.31	c learnt constraints type 
178.04/90.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 132
178.04/90.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46356
178.04/90.31	c constraints type 
178.04/90.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
178.04/90.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
178.04/90.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
178.04/90.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
178.04/90.31	c 2707 constraints processed.
178.04/90.31	c constraints type 
178.04/90.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
178.04/90.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
178.04/90.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
178.04/90.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
178.04/90.31	c 2707 constraints processed.
178.04/90.31	s UNSATISFIABLE
178.04/90.31	c Total wall clock time (in seconds): 90.192

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-3687304-1337871897/watcher-3687304-1337871897 -o /tmp/evaluation-result-3687304-1337871897/solver-3687304-1337871897 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687304-1337871897.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.00 0.00 0.00 6/197 25590
/proc/meminfo: memFree=29278672/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 1222 0 0 0 0 0 0 0 20 0 2 0 253314047 96370688 931 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 24081 939 712 9 0 16769 0
[pid=25590/tid=25591] ppid=25588 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 25404 0 -1 4202560 98 0 0 0 0 0 0 0 20 0 2 0 253314047 98635776 953 33554432000 1073741824 1073778376 140733486024240 139801176010280 251035433537 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0484661 s]
/proc/loadavg: 0.00 0.00 0.00 6/197 25590
/proc/meminfo: memFree=29278672/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 3054 0 1 0 3 0 0 0 20 0 13 0 253314047 9446973440 3751 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2306390 3751 1705 9 0 2297091 0
[pid=25590/tid=25591] ppid=25588 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 25404 0 -1 4202560 1872 0 1 0 2 0 0 0 20 0 13 0 253314047 9446973440 3751 33554432000 1073741824 1073778376 140733486024240 139801176010992 251048027405 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100282 s]
/proc/loadavg: 0.00 0.00 0.00 6/197 25590
/proc/meminfo: memFree=29278672/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 4286 0 1 0 8 1 0 0 20 0 18 0 253314047 9787813888 5487 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2389603 5488 2109 9 0 2380296 0
[pid=25590/tid=25591] ppid=25588 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 25404 0 -1 4202560 2335 0 1 0 7 0 0 0 20 0 18 0 253314047 9787813888 5488 33554432000 1073741824 1073778376 140733486024240 139801176013544 251048027405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300239 s]
/proc/loadavg: 0.00 0.00 0.00 6/197 25590
/proc/meminfo: memFree=29278672/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 5473 0 1 0 44 1 0 0 20 0 18 0 253314047 9787813888 7854 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2389603 7854 2215 9 0 2380296 0
[pid=25590/tid=25591] ppid=25588 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 25404 0 -1 4202560 2445 0 1 0 26 1 0 0 20 0 18 0 253314047 9787813888 7854 33554432000 1073741824 1073778376 140733486024240 139801176014808 139801180773173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700207 s]
/proc/loadavg: 0.00 0.00 0.00 6/197 25590
/proc/meminfo: memFree=29278672/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 15773 0 1 0 191 4 0 0 20 0 22 0 253314047 10060460032 22071 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 22071 2244 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2459 0 1 0 29 2 0 0 20 0 22 0 253314047 10060460032 22071 33554432000 1073741824 1073778376 140733486024240 139801176015864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 0.00 0.00 0.00 8/219 25612
/proc/meminfo: memFree=28982100/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=4.38 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 21197 0 1 0 430 8 0 0 20 0 22 0 253314047 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 49537 2276 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2459 0 1 0 29 2 0 0 20 0 22 0 253314047 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801176015864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 25404 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801137506600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25594] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801136453800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25595] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801135401512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25596] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801134348712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25597] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801133296424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 25404 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801132243624 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25599] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801131191336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25600] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 25404 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139801130138536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25601] ppid=25588 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25590/task/25601/stat : 25601 (java) S 25588 25590 25404 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 22 0 253314049 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800999876840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25602] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25602/stat : 25602 (java) S 25588 25590 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314050 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800998822904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25603] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25603/stat : 25603 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314050 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800997770504 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25604] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25604/stat : 25604 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800996718992 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25605] ppid=25588 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/25590/task/25605/stat : 25605 (java) S 25588 25590 25404 0 -1 4202560 10460 0 0 0 88 2 0 0 20 0 22 0 253314052 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800995666616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25606] ppid=25588 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/25590/task/25606/stat : 25606 (java) S 25588 25590 25404 0 -1 4202560 6779 0 0 0 84 2 0 0 20 0 22 0 253314052 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800994613816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25607] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25607/stat : 25607 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800993561720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25608] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25608/stat : 25608 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800992509128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25609] ppid=25588 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/25590/task/25609/stat : 25609 (java) R 25588 25590 25404 0 -1 4202560 30 0 0 0 108 0 0 0 20 0 22 0 253314080 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800991453624 139801001485446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25610] ppid=25588 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/25590/task/25610/stat : 25610 (java) R 25588 25590 25404 0 -1 4202560 128 0 0 0 106 2 0 0 20 0 22 0 253314080 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800990400408 139801001642428 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25611] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25611/stat : 25611 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800989349032 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25612] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25612/stat : 25612 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 49537 33554432000 1073741824 1073778376 140733486024240 139800988296232 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 0.48 0.10 0.03 5/219 25612
/proc/meminfo: memFree=28790072/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=7.56 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 21429 0 1 0 745 11 0 0 20 0 22 0 253314047 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 85518 2278 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2459 0 1 0 29 2 0 0 20 0 22 0 253314047 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801176015864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 25404 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801137506600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25594] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801136453800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25595] ppid=25588 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 25404 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801135401512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25596] ppid=25588 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 25404 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801134348712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25597] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 25404 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801133296424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801132243624 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25599] ppid=25588 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 25404 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801131191336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25600] ppid=25588 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314048 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139801130138536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25601] ppid=25588 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25590/task/25601/stat : 25601 (java) S 25588 25590 25404 0 -1 4202560 230 0 0 0 15 0 0 0 20 0 22 0 253314049 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800999876840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25602] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25602/stat : 25602 (java) S 25588 25590 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314050 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800998822904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25603] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25603/stat : 25603 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314050 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800997770504 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25604] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25604/stat : 25604 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800996718992 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25605] ppid=25588 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/25590/task/25605/stat : 25605 (java) S 25588 25590 25404 0 -1 4202560 10462 0 0 0 95 2 0 0 20 0 22 0 253314052 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800995666616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25606] ppid=25588 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/25590/task/25606/stat : 25606 (java) S 25588 25590 25404 0 -1 4202560 6779 0 0 0 84 2 0 0 20 0 22 0 253314052 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800994613816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25607] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25607/stat : 25607 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800993561720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25608] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25608/stat : 25608 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800992509128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25609] ppid=25588 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/25590/task/25609/stat : 25609 (java) R 25588 25590 25404 0 -1 4202560 35 0 0 0 251 0 0 0 20 0 22 0 253314080 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800991443920 139801001469471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25610] ppid=25588 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/25590/task/25610/stat : 25610 (java) R 25588 25590 25404 0 -1 4202560 185 0 0 0 247 4 0 0 20 0 22 0 253314080 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800990398776 139801001690571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25611] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25611/stat : 25611 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800989349032 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25612] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25612/stat : 25612 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 85518 33554432000 1073741824 1073778376 140733486024240 139800988296232 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 0.48 0.10 0.03 3/216 25612
/proc/meminfo: memFree=28440644/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=14.65 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 28763 0 1 0 1450 15 0 0 20 0 22 0 253314047 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 127324 2279 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2459 0 1 0 29 2 0 0 20 0 22 0 253314047 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801176015864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 25404 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801137506600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25594] ppid=25588 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 25404 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801136453800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25595] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 25404 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801135401512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25596] ppid=25588 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 25404 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801134348712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25597] ppid=25588 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 25404 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801133296424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 25404 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801132243624 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25599] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 25404 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801131191336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25600] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253314048 10060460032 127324 33554432000 1073741824 1073778376 140733486024240 139801130138536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=25590/tid=25604] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25604/stat : 25604 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800996718992 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25605] ppid=25588 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25590/task/25605/stat : 25605 (java) S 25588 25590 25404 0 -1 4202560 17708 0 0 0 191 3 0 0 20 0 22 0 253314052 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800995666616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25606] ppid=25588 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/25590/task/25606/stat : 25606 (java) S 25588 25590 25404 0 -1 4202560 8806 0 0 0 132 2 0 0 20 0 22 0 253314052 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800994613816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25607] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25607/stat : 25607 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800993561720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25608] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25608/stat : 25608 (java) S 25588 25590 25404 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 253314052 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800992509128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25609] ppid=25588 vsize=9824668 CPUtime=82.28 cores=0,2,4,6
/proc/25590/task/25609/stat : 25609 (java) R 25588 25590 25404 0 -1 4202560 79 0 0 0 8227 1 0 0 20 0 22 0 253314080 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800991453408 139801001485493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25610] ppid=25588 vsize=9824668 CPUtime=82.27 cores=0,2,4,6
/proc/25590/task/25610/stat : 25610 (java) R 25588 25590 25404 0 -1 4202560 697 0 0 0 8206 21 0 0 20 0 22 0 253314080 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800990398736 139801001689201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25611] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25611/stat : 25611 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800989349032 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25612] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25612/stat : 25612 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 387932 33554432000 1073741824 1073778376 140733486024240 139800988296232 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 174.7
Current children cumulated vsize (KiB) 9824668

[startup+89.5009 s]
/proc/loadavg: 2.91 0.94 0.33 5/219 25981
/proc/meminfo: memFree=25161788/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=177.72 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 32401 0 1 0 17733 39 0 0 20 0 22 0 253314047 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 388447 2279 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2470 0 1 0 29 2 0 0 20 0 22 0 253314047 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801176015864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 25404 0 -1 4202560 48 0 0 0 16 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801137506600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25594] ppid=25588 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 25404 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801136453800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25595] ppid=25588 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 25404 0 -1 4202560 104 0 0 0 17 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801135401512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25596] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 25404 0 -1 4202560 38 0 0 0 15 1 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801134348712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25597] ppid=25588 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 25404 0 -1 4202560 42 0 0 0 20 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801133296424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 25404 0 -1 4202560 31 0 0 0 16 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801132243624 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25599] ppid=25588 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 25404 0 -1 4202560 51 0 0 0 19 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801131191336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25600] ppid=25588 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 25404 0 -1 4202560 45 0 0 0 19 0 0 0 20 0 22 0 253314048 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139801130138536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25601] ppid=25588 vsize=9824668 CPUtime=4.74 cores=0,2,4,6
/proc/25590/task/25601/stat : 25601 (java) S 25588 25590 25404 0 -1 4202560 1060 0 0 0 471 3 0 0 20 0 22 0 253314049 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800999876840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25602] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25602/stat : 25602 (java) S 25588 25590 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314050 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800998822904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25603] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25603/stat : 25603 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314050 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800997770504 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25604] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25604/stat : 25604 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800996718992 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25605] ppid=25588 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25590/task/25605/stat : 25605 (java) S 25588 25590 25404 0 -1 4202560 17708 0 0 0 191 3 0 0 20 0 22 0 253314052 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800995666616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25606] ppid=25588 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/25590/task/25606/stat : 25606 (java) S 25588 25590 25404 0 -1 4202560 8806 0 0 0 132 2 0 0 20 0 22 0 253314052 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800994613816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25607] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25607/stat : 25607 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314052 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800993561720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25608] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25608/stat : 25608 (java) S 25588 25590 25404 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 253314052 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800992509128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25609] ppid=25588 vsize=9824668 CPUtime=83.67 cores=0,2,4,6
/proc/25590/task/25609/stat : 25609 (java) R 25588 25590 25404 0 -1 4202560 79 0 0 0 8366 1 0 0 20 0 22 0 253314080 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800991453408 139801001485493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25610] ppid=25588 vsize=9824668 CPUtime=83.66 cores=0,2,4,6
/proc/25590/task/25610/stat : 25610 (java) R 25588 25590 25404 0 -1 4202560 697 0 0 0 8345 21 0 0 20 0 22 0 253314080 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800990398856 139801001485493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25611] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25611/stat : 25611 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800989349032 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25612] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25612/stat : 25612 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314080 10060460032 388447 33554432000 1073741824 1073778376 140733486024240 139800988296232 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 177.72
Current children cumulated vsize (KiB) 9824668

[startup+89.9009 s]
/proc/loadavg: 2.91 0.94 0.33 5/219 25981
/proc/meminfo: memFree=25161788/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=178.03 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 32403 0 1 0 17762 41 0 0 20 0 19 0 253314047 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 388434 2280 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2470 0 1 0 29 2 0 0 20 0 19 0 253314047 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801176015864 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 25404 0 -1 4202560 48 0 0 0 16 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801137506600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25594] ppid=25588 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 25404 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801136453800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25595] ppid=25588 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 25404 0 -1 4202560 104 0 0 0 17 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801135401512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25596] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 25404 0 -1 4202560 38 0 0 0 15 1 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801134348712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25597] ppid=25588 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 25404 0 -1 4202560 42 0 0 0 20 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801133296424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 25404 0 -1 4202560 31 0 0 0 16 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801132243624 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25599] ppid=25588 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 25404 0 -1 4202560 51 0 0 0 19 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801131191336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25600] ppid=25588 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 25404 0 -1 4202560 45 0 0 0 19 0 0 0 20 0 19 0 253314048 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139801130138536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25601] ppid=25588 vsize=9824668 CPUtime=4.74 cores=0,2,4,6
/proc/25590/task/25601/stat : 25601 (java) S 25588 25590 25404 0 -1 4202560 1060 0 0 0 471 3 0 0 20 0 19 0 253314049 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800999876840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25602] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25602/stat : 25602 (java) S 25588 25590 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314050 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800998822904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25603] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25603/stat : 25603 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314050 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800997770504 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25604] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25604/stat : 25604 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314052 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800996718992 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25605] ppid=25588 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25590/task/25605/stat : 25605 (java) S 25588 25590 25404 0 -1 4202560 17708 0 0 0 191 3 0 0 20 0 19 0 253314052 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800995666616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25606] ppid=25588 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/25590/task/25606/stat : 25606 (java) S 25588 25590 25404 0 -1 4202560 8806 0 0 0 132 2 0 0 20 0 19 0 253314052 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800994613816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25607] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25607/stat : 25607 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314052 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800993561720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25608] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25608/stat : 25608 (java) S 25588 25590 25404 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 253314052 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800992509128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25612] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25612/stat : 25612 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314080 10060460032 388434 33554432000 1073741824 1073778376 140733486024240 139800988296232 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 178.03
Current children cumulated vsize (KiB) 9824668

[startup+90.3007 s]
/proc/loadavg: 2.91 0.94 0.33 3/216 25981
/proc/meminfo: memFree=24858064/32873844 swapFree=7612/7612
[pid=25590] ppid=25588 vsize=9824668 CPUtime=178.04 cores=0,2,4,6
/proc/25590/stat : 25590 (java) S 25588 25590 25404 0 -1 4202496 32406 0 1 0 17763 41 0 0 20 0 20 0 253314047 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 140733486015376 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25590/statm: 2456167 388436 2280 9 0 2446860 0
[pid=25590/tid=25591] ppid=25588 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 25404 0 -1 4202560 2470 0 1 0 29 2 0 0 20 0 20 0 253314047 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801176015576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 25404 0 -1 4202560 48 0 0 0 16 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801137506600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25594] ppid=25588 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 25404 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801136453800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25595] ppid=25588 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 25404 0 -1 4202560 104 0 0 0 17 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801135401512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25596] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 25404 0 -1 4202560 38 0 0 0 15 1 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801134348712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25597] ppid=25588 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 25404 0 -1 4202560 42 0 0 0 20 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801133296424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 25404 0 -1 4202560 31 0 0 0 16 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801132243624 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25599] ppid=25588 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 25404 0 -1 4202560 51 0 0 0 19 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801131191336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25600] ppid=25588 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 25404 0 -1 4202560 45 0 0 0 19 0 0 0 20 0 20 0 253314048 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139801130138536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25590/tid=25601] ppid=25588 vsize=9824668 CPUtime=4.74 cores=0,2,4,6
/proc/25590/task/25601/stat : 25601 (java) S 25588 25590 25404 0 -1 4202560 1060 0 0 0 471 3 0 0 20 0 20 0 253314049 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800999876840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25602] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25602/stat : 25602 (java) S 25588 25590 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253314050 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800998822904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25603] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25603/stat : 25603 (java) S 25588 25590 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253314050 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800997770504 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25604] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25604/stat : 25604 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314052 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800996718992 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25605] ppid=25588 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25590/task/25605/stat : 25605 (java) S 25588 25590 25404 0 -1 4202560 17708 0 0 0 191 3 0 0 20 0 20 0 253314052 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800995666616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25606] ppid=25588 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25590/task/25606/stat : 25606 (java) S 25588 25590 25404 0 -1 4202560 8806 0 0 0 133 2 0 0 20 0 20 0 253314052 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800994613816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25590/tid=25607] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25607/stat : 25607 (java) S 25588 25590 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314052 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800993561720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25590/tid=25608] ppid=25588 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25590/task/25608/stat : 25608 (java) S 25588 25590 25404 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 20 0 253314052 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800992509128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25590/tid=25612] ppid=25588 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25590/task/25612/stat : 25612 (java) S 25588 25590 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253314080 10060460032 388436 33554432000 1073741824 1073778376 140733486024240 139800988296232 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 178.04
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.289993
#  lost CPU user time (s): 0.309998
#  lost CPU system time (s): -0.02

Real time (s): 90.3365
CPU time (s): 178.425
CPU user time (s): 177.944
CPU system time (s): 0.480923
CPU usage (%): 197.511
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.634
system time used= 0.500923
maximum resident set size= 1553792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32418
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3855
involuntary context switches= 4109

runsolver used 0.283956 second user time and 0.485926 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 17:04:57
IDJOB=3687304
IDBENCH=1331
IDSOLVER=2268
FILE ID=node143/3687304-1337871897
RUNJOBID= node143-1337871881-25421
PBS_JOBID= 14620061
Free space on /tmp= 71516 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.1900550006.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687304-1337871897/watcher-3687304-1337871897 -o /tmp/evaluation-result-3687304-1337871897/solver-3687304-1337871897 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687304-1337871897.opb

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

MD5SUM BENCH= cabd29c48249a44c2596bb98645c31c8
RANDOM SEED=1576986474

node143.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.787
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.57
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.787
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.787
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.91
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        29279416 kB
Buffers:          215748 kB
Cached:          2552076 kB
SwapCached:            0 kB
Active:           632308 kB
Inactive:        2178232 kB
Active(anon):      45552 kB
Inactive(anon):        0 kB
Active(file):     586756 kB
Inactive(file):  2178232 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:         31992 kB
Mapped:            21812 kB
Shmem:               200 kB
Slab:             639404 kB
SReclaimable:      81700 kB
SUnreclaim:       557704 kB
KernelStack:        1392 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699000 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= 71516 MiB
End job on node143 at 2012-05-24 17:06:27