Trace number 3709761

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 116.72 115.194

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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709761-1338125699.opb
0.10/0.12	c reading problem ... 
0.45/0.30	c ... done. Wall clock time 0.179s.
0.45/0.30	c declared #vars     231
0.45/0.30	c #constraints  2707
0.45/0.30	c constraints type 
0.45/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.45/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.45/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.45/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.45/0.30	c 2707 constraints processed.
1.08/0.65	c cleaning 2498 clauses out of 5001 with flag 5001/5001
1.47/0.91	c cleaning 4244 clauses out of 8503 with flag 11001/11001
1.78/1.25	c cleaning 5625 clauses out of 11259 with flag 18001/18001
2.19/1.64	c cleaning 6808 clauses out of 13637 with flag 26004/26004
2.64/2.08	c cleaning 7901 clauses out of 15825 with flag 35000/35000
3.24/2.60	c cleaning 8952 clauses out of 17924 with flag 45000/45000
3.74/3.20	c cleaning 9981 clauses out of 19973 with flag 56001/56001
4.54/3.96	c cleaning 10986 clauses out of 21991 with flag 68000/68000
5.36/4.71	c cleaning 12000 clauses out of 24007 with flag 81002/81002
6.17/5.50	c cleaning 12992 clauses out of 26005 with flag 95000/95000
7.07/6.43	c cleaning 14002 clauses out of 28014 with flag 110001/110001
8.10/7.43	c cleaning 15001 clauses out of 30012 with flag 126001/126001
9.20/8.51	c cleaning 15991 clauses out of 32010 with flag 143000/143000
10.32/9.68	c cleaning 17001 clauses out of 34019 with flag 161000/161000
11.52/10.88	c cleaning 18004 clauses out of 36019 with flag 180001/180001
12.83/12.17	c cleaning 18999 clauses out of 38016 with flag 200002/200002
14.13/13.45	c cleaning 19996 clauses out of 40015 with flag 221000/221000
15.53/14.81	c cleaning 20998 clauses out of 42020 with flag 243001/243001
17.04/16.35	c cleaning 21998 clauses out of 44023 with flag 266002/266002
18.74/18.03	c cleaning 22993 clauses out of 46023 with flag 290000/290000
20.55/19.89	c cleaning 24003 clauses out of 48031 with flag 315001/315001
22.45/21.75	c cleaning 25007 clauses out of 50027 with flag 341000/341000
24.36/23.67	c cleaning 25989 clauses out of 52020 with flag 368000/368000
26.26/25.58	c cleaning 27007 clauses out of 54031 with flag 396000/396000
28.29/27.59	c cleaning 28008 clauses out of 56026 with flag 425002/425002
30.30/29.60	c cleaning 28998 clauses out of 58019 with flag 455003/455003
32.50/31.73	c cleaning 29997 clauses out of 60019 with flag 486001/486001
34.63/33.89	c cleaning 31005 clauses out of 62022 with flag 518001/518001
37.15/36.35	c cleaning 31998 clauses out of 64017 with flag 551001/551001
40.15/39.31	c cleaning 32984 clauses out of 66018 with flag 585000/585000
42.77/41.90	c cleaning 33994 clauses out of 68034 with flag 620000/620000
45.39/44.54	c cleaning 35003 clauses out of 70043 with flag 656003/656003
48.31/47.43	c cleaning 36008 clauses out of 72039 with flag 693002/693002
51.63/50.72	c cleaning 36997 clauses out of 74031 with flag 731002/731002
55.25/54.13	c cleaning 38000 clauses out of 76033 with flag 770001/770001
59.10/57.72	c cleaning 39003 clauses out of 78033 with flag 810001/810001
62.61/61.22	c cleaning 40001 clauses out of 80029 with flag 851000/851000
66.55/65.10	c cleaning 41005 clauses out of 82031 with flag 893003/893003
70.35/68.93	c cleaning 42000 clauses out of 84023 with flag 936000/936000
74.26/72.85	c cleaning 42995 clauses out of 86024 with flag 980001/980001
78.38/77.00	c cleaning 43990 clauses out of 88028 with flag 1025000/1025000
82.47/81.06	c cleaning 45007 clauses out of 90038 with flag 1071000/1071000
86.89/85.48	c cleaning 46004 clauses out of 92032 with flag 1118001/1118001
91.70/90.22	c cleaning 47002 clauses out of 94028 with flag 1166001/1166001
96.63/95.16	c cleaning 47997 clauses out of 96025 with flag 1215000/1215000
102.15/100.65	c cleaning 49001 clauses out of 98029 with flag 1265001/1265001
107.96/106.42	c cleaning 50004 clauses out of 100027 with flag 1316000/1316000
114.00/112.47	c cleaning 51005 clauses out of 102023 with flag 1368000/1368000
116.72/115.18	c starts		: 205
116.72/115.18	c conflicts		: 1393966
116.72/115.18	c decisions		: 1761046
116.72/115.18	c propagations		: 59633239
116.72/115.18	c inspects		: 1494861688
116.72/115.18	c shortcuts		: 0
116.72/115.18	c learnt literals	: 8
116.72/115.18	c learnt binary clauses	: 32
116.72/115.18	c learnt ternary clauses	: 214
116.72/115.18	c learnt constraints	: 1393957
116.72/115.18	c ignored constraints	: 0
116.72/115.18	c root simplifications	: 212
116.72/115.18	c removed literals (reason simplification)	: 3367071
116.72/115.18	c reason swapping (by a shorter reason)	: 0
116.72/115.18	c Calls to reduceDB	: 48
116.72/115.18	c number of reductions to clauses (during analyze)	: 0
116.72/115.18	c number of learned constraints concerned by reduction	: 0
116.72/115.18	c number of learning phase by resolution	: 0
116.72/115.18	c number of learning phase by cutting planes	: 0
116.72/115.18	c speed (assignments/second)	: 519105.121129556
116.72/115.18	c non guided choices	121
116.72/115.18	c learnt constraints type 
116.72/115.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
116.72/115.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 554
116.72/115.18	c constraints type 
116.72/115.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
116.72/115.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
116.72/115.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
116.72/115.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
116.72/115.19	c 2707 constraints processed.
116.72/115.19	s UNSATISFIABLE
116.72/115.19	c Total wall clock time (in seconds): 115.062

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-3709761-1338125699/watcher-3709761-1338125699 -o /tmp/evaluation-result-3709761-1338125699/solver-3709761-1338125699 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709761-1338125699.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.09 2.09 2.05 3/194 21527
/proc/meminfo: memFree=29279284/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21527/stat : 21527 (java) R 21525 21527 19004 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 278694805 23793664 708 33554432000 1073741824 1073778376 140736888619216 140736888608280 240555963752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 5809 708 522 9 0 128 0

[startup+0.058107 s]
/proc/loadavg: 2.09 2.09 2.05 3/194 21527
/proc/meminfo: memFree=29279284/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9558380 CPUtime=0.05 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 3214 0 1 0 4 1 0 0 20 0 18 0 278694805 9787781120 3911 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2389595 3911 1745 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558380

[startup+0.100342 s]
/proc/loadavg: 2.09 2.09 2.05 3/194 21527
/proc/meminfo: memFree=29279284/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 4322 0 1 0 9 1 0 0 20 0 18 0 278694805 9787842560 5018 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2389610 5019 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300302 s]
/proc/loadavg: 2.09 2.09 2.05 3/194 21527
/proc/meminfo: memFree=29279284/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 5421 0 1 0 44 1 0 0 20 0 18 0 278694805 9787842560 7820 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2389610 7820 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700251 s]
/proc/loadavg: 2.09 2.09 2.05 3/194 21527
/proc/meminfo: memFree=29279284/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 8526 0 1 0 121 3 0 0 20 0 19 0 278694805 9856004096 11118 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 11118 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 2.09 2.09 2.05 3/214 21547
/proc/meminfo: memFree=29243452/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 8545 0 1 0 206 3 0 0 20 0 19 0 278694805 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 11135 2281 9 0 2396937 0
[pid=21527/tid=21529] ppid=21525 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/21527/task/21529/stat : 21529 (java) R 21525 21527 19004 0 -1 4202560 2585 0 1 0 142 1 0 0 20 0 19 0 278694806 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415308243208 140415180660848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21530] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21530/stat : 21530 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415151765672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21531] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21531/stat : 21531 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415150713128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21532] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21532/stat : 21532 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415149660584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21533] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21533/stat : 21533 (java) S 21525 21527 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415148608040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21534] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21534/stat : 21534 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415147555496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21535] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21535/stat : 21535 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415146502952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21536] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21536/stat : 21536 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415145450408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 278694808 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 1677 0 0 0 25 0 0 0 20 0 19 0 278694811 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3039 0 0 0 31 0 0 0 20 0 19 0 278694811 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 11135 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.09 2.09 2.05 3/214 21547
/proc/meminfo: memFree=29240024/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 8828 0 1 0 371 3 0 0 20 0 19 0 278694805 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 12180 2281 9 0 2396937 0
[pid=21527/tid=21529] ppid=21525 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/21527/task/21529/stat : 21529 (java) R 21525 21527 19004 0 -1 4202560 2587 0 1 0 297 1 0 0 20 0 19 0 278694806 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415308243248 140415180661024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21530] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21530/stat : 21530 (java) S 21525 21527 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415151765672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21531] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21531/stat : 21531 (java) S 21525 21527 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415150713128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21532] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21532/stat : 21532 (java) S 21525 21527 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415149660584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21533] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21533/stat : 21533 (java) S 21525 21527 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415148608040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21534] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21534/stat : 21534 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415147555496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21535] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21535/stat : 21535 (java) S 21525 21527 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415146502952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21536] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21536/stat : 21536 (java) S 21525 21527 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415145450408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 278694808 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 1945 0 0 0 29 0 0 0 20 0 19 0 278694811 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3039 0 0 0 31 0 0 0 20 0 19 0 278694811 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 12180 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 2.08 2.08 2.05 3/214 21547
/proc/meminfo: memFree=29237976/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=6.97 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 8859 0 1 0 694 3 0 0 20 0 19 0 278694805 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 12151 2281 9 0 2396937 0
[pid=21527/tid=21529] ppid=21525 vsize=9625004 CPUtime=6.11 cores=1,3,5,7
/proc/21527/task/21529/stat : 21529 (java) R 21525 21527 19004 0 -1 4202560 2592 0 1 0 610 1 0 0 20 0 19 0 278694806 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415308243248 140415180696508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21530] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21530/stat : 21530 (java) S 21525 21527 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415151765672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21531] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21531/stat : 21531 (java) S 21525 21527 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415150713128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21532] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21532/stat : 21532 (java) S 21525 21527 19004 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415149660584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21533] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21533/stat : 21533 (java) S 21525 21527 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415148608040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21534] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21534/stat : 21534 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415147555496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21535] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21535/stat : 21535 (java) S 21525 21527 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415146502952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21536] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21536/stat : 21536 (java) S 21525 21527 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415145450408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278694807 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278694808 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 1945 0 0 0 29 0 0 0 20 0 19 0 278694811 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3039 0 0 0 31 0 0 0 20 0 19 0 278694811 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 12151 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 94 0 0 0 20 0 19 0 278694808 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 9958 0 0 0 75 2 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3040 0 0 0 33 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 115.12
Current children cumulated vsize (KiB) 9625004

[startup+114.301 s]
/proc/loadavg: 2.11 2.08 2.05 3/213 21547
/proc/meminfo: memFree=29006192/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=115.93 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 17190 0 1 0 11584 9 0 0 20 0 19 0 278694805 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 20007 2283 9 0 2396937 0
[pid=21527/tid=21529] ppid=21525 vsize=9625004 CPUtime=112.75 cores=1,3,5,7
/proc/21527/task/21529/stat : 21529 (java) R 21525 21527 19004 0 -1 4202560 2635 0 1 0 11273 2 0 0 20 0 19 0 278694806 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415308243248 140415180670815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21530] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21530/stat : 21530 (java) S 21525 21527 19004 0 -1 4202560 70 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415151765672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21531] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21531/stat : 21531 (java) S 21525 21527 19004 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415150713128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21532] ppid=21525 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21527/task/21532/stat : 21532 (java) S 21525 21527 19004 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415149660584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21533] ppid=21525 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21527/task/21533/stat : 21533 (java) S 21525 21527 19004 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415148608040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21534] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21534/stat : 21534 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415147555496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21535] ppid=21525 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21527/task/21535/stat : 21535 (java) S 21525 21527 19004 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415146502952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21536] ppid=21525 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/21527/task/21536/stat : 21536 (java) S 21525 21527 19004 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415145450408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 94 0 0 0 20 0 19 0 278694808 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 9958 0 0 0 75 2 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3040 0 0 0 33 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 115.93
Current children cumulated vsize (KiB) 9625004

[startup+114.701 s]
/proc/loadavg: 2.11 2.08 2.05 3/213 21547
/proc/meminfo: memFree=29006192/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=116.32 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 17190 0 1 0 11623 9 0 0 20 0 19 0 278694805 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 20007 2283 9 0 2396937 0
[pid=21527/tid=21529] ppid=21525 vsize=9625004 CPUtime=113.15 cores=1,3,5,7
/proc/21527/task/21529/stat : 21529 (java) R 21525 21527 19004 0 -1 4202560 2635 0 1 0 11313 2 0 0 20 0 19 0 278694806 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415308243248 140415180753919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21530] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21530/stat : 21530 (java) S 21525 21527 19004 0 -1 4202560 70 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415151765672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21531] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21531/stat : 21531 (java) S 21525 21527 19004 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415150713128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21532] ppid=21525 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21527/task/21532/stat : 21532 (java) S 21525 21527 19004 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415149660584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21533] ppid=21525 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21527/task/21533/stat : 21533 (java) S 21525 21527 19004 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415148608040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21534] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21534/stat : 21534 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415147555496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21535] ppid=21525 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21527/task/21535/stat : 21535 (java) S 21525 21527 19004 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415146502952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21536] ppid=21525 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/21527/task/21536/stat : 21536 (java) S 21525 21527 19004 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415145450408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 94 0 0 0 20 0 19 0 278694808 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 9958 0 0 0 75 2 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3040 0 0 0 33 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 116.32
Current children cumulated vsize (KiB) 9625004

[startup+115.101 s]
/proc/loadavg: 2.11 2.08 2.05 3/213 21547
/proc/meminfo: memFree=29006192/32873844 swapFree=7116/7116
[pid=21527] ppid=21525 vsize=9625004 CPUtime=116.72 cores=1,3,5,7
/proc/21527/stat : 21527 (java) S 21525 21527 19004 0 -1 4202496 17190 0 1 0 11663 9 0 0 20 0 19 0 278694805 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140736888610352 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21527/statm: 2406251 20007 2283 9 0 2396937 0
[pid=21527/tid=21529] ppid=21525 vsize=9625004 CPUtime=113.54 cores=1,3,5,7
/proc/21527/task/21529/stat : 21529 (java) R 21525 21527 19004 0 -1 4202560 2635 0 1 0 11352 2 0 0 20 0 19 0 278694806 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415308243248 140415180740448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21530] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21530/stat : 21530 (java) S 21525 21527 19004 0 -1 4202560 70 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415151765672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21531] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21531/stat : 21531 (java) S 21525 21527 19004 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415150713128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21532] ppid=21525 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21527/task/21532/stat : 21532 (java) S 21525 21527 19004 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415149660584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21533] ppid=21525 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21527/task/21533/stat : 21533 (java) S 21525 21527 19004 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415148608040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21534] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21534/stat : 21534 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415147555496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21535] ppid=21525 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21527/task/21535/stat : 21535 (java) S 21525 21527 19004 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415146502952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21527/tid=21536] ppid=21525 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/21527/task/21536/stat : 21536 (java) S 21525 21527 19004 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415145450408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21527/task/21537/stat : 21537 (java) S 21525 21527 19004 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 278694807 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415144397864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21538] ppid=21525 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/21527/task/21538/stat : 21538 (java) S 21525 21527 19004 0 -1 4202560 64 0 0 0 94 0 0 0 20 0 19 0 278694808 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415132199016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21539] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21539/stat : 21539 (java) S 21525 21527 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415131145336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21540/stat : 21540 (java) S 21525 21527 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278694809 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415130092680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21541] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21541/stat : 21541 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415129041424 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21527/task/21542/stat : 21542 (java) S 21525 21527 19004 0 -1 4202560 9958 0 0 0 75 2 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415127988792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21543] ppid=21525 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/21527/task/21543/stat : 21543 (java) S 21525 21527 19004 0 -1 4202560 3040 0 0 0 33 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415126936248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21544] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21544/stat : 21544 (java) S 21525 21527 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415125883896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21527/tid=21545] ppid=21525 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21527/task/21545/stat : 21545 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 278694811 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415124831560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21527/tid=21546] ppid=21525 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21527/task/21546/stat : 21546 (java) S 21525 21527 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278694836 9856004096 20007 33554432000 1073741824 1073778376 140736888619216 140415123776296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 116.72
Current children cumulated vsize (KiB) 9625004

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21527 and gives
#  childrusage.ru_utime.tv_sec=116
#  childrusage.ru_utime.tv_usec=434299
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 116.607
# while last known CPU time is 116.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 115.194
CPU time (s): 116.72
CPU user time (s): 116.63
CPU system time (s): 0.09
CPU usage (%): 101.325
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.434
system time used= 0.172973
maximum resident set size= 80084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3947
involuntary context switches= 4046

runsolver used 0.506922 second user time and 1.2768 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 15:34:59
IDJOB=3709761
IDBENCH=1331
IDSOLVER=2289
FILE ID=node146/3709761-1338125699
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 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-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709761-1338125699/watcher-3709761-1338125699 -o /tmp/evaluation-result-3709761-1338125699/solver-3709761-1338125699 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709761-1338125699.opb

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

MD5SUM BENCH= cabd29c48249a44c2596bb98645c31c8
RANDOM SEED=1346942635

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29280044 kB
Buffers:          302680 kB
Cached:           751664 kB
SwapCached:         2184 kB
Active:          2603184 kB
Inactive:         156480 kB
Active(anon):    1704560 kB
Inactive(anon):     2668 kB
Active(file):     898624 kB
Inactive(file):   153812 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               604 kB
Writeback:             0 kB
AnonPages:       1727204 kB
Mapped:            17628 kB
Shmem:                 0 kB
Slab:             691420 kB
SReclaimable:     132488 kB
SUnreclaim:       558932 kB
KernelStack:        1760 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2143712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 71184 MiB
End job on node146 at 2012-05-27 15:36:54