Trace number 3709781

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 94.63 93.1488

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
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 benchmark2.23166
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 683
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-3709781-1338125495.opb
0.10/0.12	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.178s.
0.46/0.30	c declared #vars     231
0.46/0.30	c #constraints  2707
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.30	c 2707 constraints processed.
1.09/0.63	c cleaning 2490 clauses out of 5000 with flag 5000/5000
1.34/0.87	c cleaning 4246 clauses out of 8511 with flag 11001/11001
1.68/1.16	c cleaning 5629 clauses out of 11265 with flag 18001/18001
2.08/1.52	c cleaning 6811 clauses out of 13635 with flag 26000/26000
2.54/1.94	c cleaning 7909 clauses out of 15825 with flag 35001/35001
3.05/2.41	c cleaning 8953 clauses out of 17916 with flag 45001/45001
3.55/2.96	c cleaning 9967 clauses out of 19962 with flag 56000/56000
4.15/3.55	c cleaning 10985 clauses out of 21995 with flag 68000/68000
4.85/4.23	c cleaning 12000 clauses out of 24011 with flag 81001/81001
5.65/5.10	c cleaning 12990 clauses out of 26010 with flag 95000/95000
7.00/5.92	c cleaning 14001 clauses out of 28020 with flag 110000/110000
7.82/6.76	c cleaning 15005 clauses out of 30020 with flag 126001/126001
8.74/7.65	c cleaning 15997 clauses out of 32015 with flag 143001/143001
9.64/8.57	c cleaning 17001 clauses out of 34017 with flag 161000/161000
10.75/9.66	c cleaning 17996 clauses out of 36016 with flag 180000/180000
12.08/10.93	c cleaning 18998 clauses out of 38022 with flag 200002/200002
13.28/12.16	c cleaning 19990 clauses out of 40024 with flag 221002/221002
14.59/13.40	c cleaning 20993 clauses out of 42034 with flag 243002/243002
15.89/14.71	c cleaning 22003 clauses out of 44039 with flag 266000/266000
17.20/16.08	c cleaning 23013 clauses out of 46039 with flag 290003/290003
18.71/17.54	c cleaning 23993 clauses out of 48023 with flag 315000/315000
20.30/19.13	c cleaning 24992 clauses out of 50030 with flag 341000/341000
21.94/20.77	c cleaning 26004 clauses out of 52038 with flag 368000/368000
23.74/22.52	c cleaning 27007 clauses out of 54035 with flag 396001/396001
25.56/24.38	c cleaning 27993 clauses out of 56027 with flag 425000/425000
27.47/26.21	c cleaning 29005 clauses out of 58034 with flag 455000/455000
29.37/28.14	c cleaning 30003 clauses out of 60033 with flag 486004/486004
31.77/30.54	c cleaning 30994 clauses out of 62029 with flag 518003/518003
34.28/33.07	c cleaning 32005 clauses out of 64032 with flag 551000/551000
36.60/35.39	c cleaning 33001 clauses out of 66027 with flag 585000/585000
39.21/37.94	c cleaning 34001 clauses out of 68026 with flag 620000/620000
41.63/40.39	c cleaning 34996 clauses out of 70025 with flag 656000/656000
44.44/43.14	c cleaning 35987 clauses out of 72030 with flag 693001/693001
47.24/45.94	c cleaning 37005 clauses out of 74042 with flag 731000/731000
50.35/49.04	c cleaning 38013 clauses out of 76037 with flag 770000/770000
53.55/52.22	c cleaning 38991 clauses out of 78026 with flag 810002/810002
56.66/55.34	c cleaning 40011 clauses out of 80036 with flag 851003/851003
60.36/59.08	c cleaning 41001 clauses out of 82022 with flag 893000/893000
63.79/62.49	c cleaning 41994 clauses out of 84022 with flag 936001/936001
67.63/66.21	c cleaning 43005 clauses out of 86028 with flag 980001/980001
71.55/70.17	c cleaning 43992 clauses out of 88022 with flag 1025000/1025000
75.96/74.56	c cleaning 45014 clauses out of 90034 with flag 1071004/1071004
80.26/78.85	c cleaning 45991 clauses out of 92016 with flag 1118000/1118000
85.08/83.62	c cleaning 46999 clauses out of 94026 with flag 1166001/1166001
89.59/88.15	c cleaning 47991 clauses out of 96027 with flag 1215001/1215001
94.43/92.94	c cleaning 34858 clauses out of 69724 with flag 1265000/1265000
94.63/93.14	c starts		: 190
94.63/93.14	c conflicts		: 1267542
94.63/93.14	c decisions		: 1666902
94.63/93.14	c propagations		: 54207862
94.63/93.14	c inspects		: 1223761977
94.63/93.14	c shortcuts		: 0
94.63/93.14	c learnt literals	: 13
94.63/93.14	c learnt binary clauses	: 34
94.63/93.14	c learnt ternary clauses	: 230
94.63/93.14	c learnt constraints	: 1267528
94.63/93.14	c ignored constraints	: 0
94.63/93.14	c root simplifications	: 202
94.63/93.14	c removed literals (reason simplification)	: 3147095
94.63/93.14	c reason swapping (by a shorter reason)	: 0
94.63/93.14	c Calls to reduceDB	: 46
94.63/93.14	c number of reductions to clauses (during analyze)	: 0
94.63/93.14	c number of learned constraints concerned by reduction	: 0
94.63/93.14	c number of learning phase by resolution	: 0
94.63/93.14	c number of learning phase by cutting planes	: 0
94.63/93.14	c speed (assignments/second)	: 583897.3480686789
94.63/93.14	c non guided choices	121
94.63/93.14	c learnt constraints type 
94.63/93.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171
94.63/93.14	c constraints type 
94.63/93.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
94.63/93.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
94.63/93.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
94.63/93.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
94.63/93.14	c 2707 constraints processed.
94.63/93.14	s UNSATISFIABLE
94.63/93.14	c Total wall clock time (in seconds): 93.019

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-3709781-1338125495/watcher-3709781-1338125495 -o /tmp/evaluation-result-3709781-1338125495/solver-3709781-1338125495 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709781-1338125495.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.19 2.10 2.06 3/194 21013
/proc/meminfo: memFree=29280124/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21013/stat : 21013 (java) R 21011 21013 19004 0 -1 4202496 1051 0 0 0 0 0 0 0 20 0 1 0 278674456 23793664 779 33554432000 1073741824 1073778376 140733707684048 140733707673112 140407550896608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 5809 798 593 9 0 128 0

[startup+0.062591 s]
/proc/loadavg: 2.19 2.10 2.06 3/194 21013
/proc/meminfo: memFree=29280124/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 3210 0 1 0 4 1 0 0 20 0 18 0 278674456 9787842560 4418 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2389610 4419 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100297 s]
/proc/loadavg: 2.19 2.10 2.06 3/194 21013
/proc/meminfo: memFree=29280124/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 4281 0 1 0 9 1 0 0 20 0 18 0 278674456 9787842560 5999 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2389610 5999 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300213 s]
/proc/loadavg: 2.19 2.10 2.06 3/194 21013
/proc/meminfo: memFree=29280124/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 5430 0 1 0 45 1 0 0 20 0 18 0 278674456 9787842560 8268 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2389610 8268 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700271 s]
/proc/loadavg: 2.19 2.10 2.06 3/194 21013
/proc/meminfo: memFree=29280124/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 7319 0 1 0 121 2 0 0 20 0 19 0 278674456 9856004096 11595 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 11595 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625004

[startup+1.50054 s]
/proc/loadavg: 2.19 2.10 2.06 3/213 21032
/proc/meminfo: memFree=29242376/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 7324 0 1 0 206 2 0 0 20 0 19 0 278674456 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 11598 2281 9 0 2396937 0
[pid=21013/tid=21015] ppid=21011 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (java) R 21011 21013 19004 0 -1 4202560 2513 0 1 0 142 1 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407547658488 140407397162944 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21016] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21016/stat : 21016 (java) S 21011 21013 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407520111016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21017] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21017/stat : 21017 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407519058472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21018] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21018/stat : 21018 (java) S 21011 21013 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407518005416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21019] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21019/stat : 21019 (java) S 21011 21013 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407516952872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21020] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21020/stat : 21020 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407515900840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21021] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21021/stat : 21021 (java) S 21011 21013 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407385664552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21022] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21022/stat : 21022 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407384611496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21023] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 278674458 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 1373 0 0 0 28 0 0 0 20 0 19 0 278674461 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 29 0 0 0 20 0 19 0 278674461 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674462 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 11598 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10079 s]
/proc/loadavg: 2.19 2.10 2.06 3/213 21032
/proc/meminfo: memFree=29239600/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 7938 0 1 0 372 3 0 0 20 0 19 0 278674456 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 12630 2281 9 0 2396937 0
[pid=21013/tid=21015] ppid=21011 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (java) R 21011 21013 19004 0 -1 4202560 2516 0 1 0 295 1 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407547658544 140407397162944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21016] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21016/stat : 21016 (java) S 21011 21013 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407520111016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21017] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21017/stat : 21017 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407519058472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21018] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21018/stat : 21018 (java) S 21011 21013 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407518005416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21019] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21019/stat : 21019 (java) S 21011 21013 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407516952872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21020] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21020/stat : 21020 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407515900840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21021] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21021/stat : 21021 (java) S 21011 21013 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407385664552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21022] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21022/stat : 21022 (java) S 21011 21013 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407384611496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21023] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 278674458 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 1971 0 0 0 33 0 0 0 20 0 19 0 278674461 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 29 0 0 0 20 0 19 0 278674461 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674462 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 12630 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 2.17 2.10 2.06 4/213 21032
/proc/meminfo: memFree=29219820/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=7.42 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 15402 0 1 0 738 4 0 0 20 0 19 0 278674456 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 17383 2283 9 0 2396937 0
[pid=21013/tid=21015] ppid=21011 vsize=9625004 CPUtime=6.08 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (java) R 21011 21013 19004 0 -1 4202560 2521 0 1 0 607 1 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407547658792 140407396861455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21016] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21016/stat : 21016 (java) S 21011 21013 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407520111016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21017] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21017/stat : 21017 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407519058472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21018] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21018/stat : 21018 (java) S 21011 21013 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407518005416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21019] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21019/stat : 21019 (java) S 21011 21013 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407516952872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21020] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21020/stat : 21020 (java) S 21011 21013 19004 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407515900840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21021] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21021/stat : 21021 (java) S 21011 21013 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407385664552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21022] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21022/stat : 21022 (java) S 21011 21013 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407384611496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21023] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278674457 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 58 0 0 0 12 0 0 0 20 0 19 0 278674458 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 9394 0 0 0 76 2 0 0 20 0 19 0 278674461 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 30 0 0 0 20 0 19 0 278674461 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674462 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 17383 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 65 0 0 0 84 0 0 0 20 0 19 0 278674458 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 9395 0 0 0 78 2 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 31 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 278674462 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 92.6
Current children cumulated vsize (KiB) 9625004

[startup+91.9008 s]
/proc/loadavg: 2.04 2.07 2.05 3/213 21032
/proc/meminfo: memFree=29217828/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=93.4 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 15604 0 1 0 9333 7 0 0 20 0 19 0 278674456 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 17433 2283 9 0 2396937 0
[pid=21013/tid=21015] ppid=21011 vsize=9625004 CPUtime=90.53 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (java) R 21011 21013 19004 0 -1 4202560 2556 0 1 0 9051 2 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407547643472 140407397143535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21016] ppid=21011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21013/task/21016/stat : 21016 (java) S 21011 21013 19004 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407520111016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21017] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21017/stat : 21017 (java) S 21011 21013 19004 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407519058472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21018] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21018/stat : 21018 (java) S 21011 21013 19004 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407518005416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21019] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21019/stat : 21019 (java) S 21011 21013 19004 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407516952872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21020] ppid=21011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21013/task/21020/stat : 21020 (java) S 21011 21013 19004 0 -1 4202560 57 0 0 0 6 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407515900840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21021] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21021/stat : 21021 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407385664552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21022] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21022/stat : 21022 (java) S 21011 21013 19004 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407384611496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21023] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 65 0 0 0 84 0 0 0 20 0 19 0 278674458 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 9395 0 0 0 78 2 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 31 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 278674462 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 93.4
Current children cumulated vsize (KiB) 9625004

[startup+92.7008 s]
/proc/loadavg: 2.04 2.07 2.05 3/213 21032
/proc/meminfo: memFree=29217828/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=94.23 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 15606 0 1 0 9416 7 0 0 20 0 19 0 278674456 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 17433 2283 9 0 2396937 0
[pid=21013/tid=21015] ppid=21011 vsize=9625004 CPUtime=91.33 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (java) R 21011 21013 19004 0 -1 4202560 2557 0 1 0 9131 2 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407547658728 140407397162412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21016] ppid=21011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21013/task/21016/stat : 21016 (java) S 21011 21013 19004 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407520111016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21017] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21017/stat : 21017 (java) S 21011 21013 19004 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407519058472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21018] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21018/stat : 21018 (java) S 21011 21013 19004 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407518005416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21019] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21019/stat : 21019 (java) S 21011 21013 19004 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407516952872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21020] ppid=21011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21013/task/21020/stat : 21020 (java) S 21011 21013 19004 0 -1 4202560 57 0 0 0 6 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407515900840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21021] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21021/stat : 21021 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407385664552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21022] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21022/stat : 21022 (java) S 21011 21013 19004 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407384611496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21023] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 65 0 0 0 84 0 0 0 20 0 19 0 278674458 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 9396 0 0 0 81 2 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 31 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 278674462 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 94.23
Current children cumulated vsize (KiB) 9625004

[startup+93.1008 s]
/proc/loadavg: 2.04 2.07 2.05 3/213 21032
/proc/meminfo: memFree=29217828/32873844 swapFree=7116/7116
[pid=21013] ppid=21011 vsize=9625004 CPUtime=94.63 cores=1,3,5,7
/proc/21013/stat : 21013 (java) S 21011 21013 19004 0 -1 4202496 15607 0 1 0 9456 7 0 0 20 0 19 0 278674456 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140733707675184 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21013/statm: 2406251 17433 2283 9 0 2396937 0
[pid=21013/tid=21015] ppid=21011 vsize=9625004 CPUtime=91.7 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (java) R 21011 21013 19004 0 -1 4202560 2558 0 1 0 9168 2 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407547658544 140407397205237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21016] ppid=21011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21013/task/21016/stat : 21016 (java) S 21011 21013 19004 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407520111016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21017] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21017/stat : 21017 (java) S 21011 21013 19004 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407519058472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21018] ppid=21011 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21013/task/21018/stat : 21018 (java) S 21011 21013 19004 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407518005416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21019] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21019/stat : 21019 (java) S 21011 21013 19004 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407516952872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21020] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21020/stat : 21020 (java) S 21011 21013 19004 0 -1 4202560 57 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407515900840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21021] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21021/stat : 21021 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407385664552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21022] ppid=21011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21013/task/21022/stat : 21022 (java) S 21011 21013 19004 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407384611496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21023] ppid=21011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21013/task/21023/stat : 21023 (java) S 21011 21013 19004 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 278674457 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140407383558952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21024] ppid=21011 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/21013/task/21024/stat : 21024 (java) S 21011 21013 19004 0 -1 4202560 65 0 0 0 86 0 0 0 20 0 19 0 278674458 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406900611432 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21025] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21025/stat : 21025 (java) S 21011 21013 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406899557752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21026] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21026/stat : 21026 (java) S 21011 21013 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278674459 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406898504584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21027] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21027/stat : 21027 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406897453328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21013/tid=21028] ppid=21011 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/21013/task/21028/stat : 21028 (java) S 21011 21013 19004 0 -1 4202560 9396 0 0 0 81 2 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406896401208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21013/tid=21029] ppid=21011 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21013/task/21029/stat : 21029 (java) S 21011 21013 19004 0 -1 4202560 2198 0 0 0 31 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406895348664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21030] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21030/stat : 21030 (java) S 21011 21013 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278674461 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406894295800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21013/tid=21031] ppid=21011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21013/task/21031/stat : 21031 (java) S 21011 21013 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 278674462 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406893243464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21013/tid=21032] ppid=21011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21013/task/21032/stat : 21032 (java) S 21011 21013 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278674487 9856004096 17433 33554432000 1073741824 1073778376 140733707684048 140406892188712 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 94.63
Current children cumulated vsize (KiB) 9625004

Child status: 20

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

Real time (s): 93.1488
CPU time (s): 94.63
CPU user time (s): 94.56
CPU system time (s): 0.07
CPU usage (%): 101.59
Max. virtual memory (cumulated for all children) (KiB): 9625288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.3467
system time used= 0.172973
maximum resident set size= 69772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15617
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= 3447
involuntary context switches= 3252

runsolver used 0.295955 second user time and 0.6519 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 15:31:35
IDJOB=3709781
IDBENCH=1274
IDSOLVER=2289
FILE ID=node146/3709781-1338125495
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.1900582300.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-3709781-1338125495/watcher-3709781-1338125495 -o /tmp/evaluation-result-3709781-1338125495/solver-3709781-1338125495 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709781-1338125495.opb

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=547614542

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:        29280396 kB
Buffers:          302284 kB
Cached:           751656 kB
SwapCached:         2184 kB
Active:          2572116 kB
Inactive:         156200 kB
Active(anon):    1673744 kB
Inactive(anon):     2668 kB
Active(file):     898372 kB
Inactive(file):   153532 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:       1730932 kB
Mapped:            17628 kB
Shmem:                 0 kB
Slab:             692008 kB
SReclaimable:     132440 kB
SUnreclaim:       559568 kB
KernelStack:        1760 kB
PageTables:         7488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2143640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1687552 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:33:09