Trace number 3709766

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 33.089 31.7276

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
MD5SUM6281627dc4c435fe3011d1036bb94900
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 benchmark1.07
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 695
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/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-3709766-1338125609.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.09/0.64	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.34/0.87	c cleaning 4246 clauses out of 8505 with flag 11000/11000
1.68/1.14	c cleaning 5621 clauses out of 11259 with flag 18000/18000
1.98/1.47	c cleaning 6815 clauses out of 13639 with flag 26001/26001
2.43/1.87	c cleaning 7907 clauses out of 15823 with flag 35000/35000
2.93/2.32	c cleaning 8947 clauses out of 17916 with flag 45000/45000
3.44/2.83	c cleaning 9978 clauses out of 19970 with flag 56001/56001
4.04/3.41	c cleaning 10986 clauses out of 21992 with flag 68001/68001
4.64/4.09	c cleaning 11992 clauses out of 24008 with flag 81003/81003
5.34/4.79	c cleaning 12996 clauses out of 26013 with flag 95000/95000
6.15/5.59	c cleaning 13996 clauses out of 28019 with flag 110002/110002
7.08/6.42	c cleaning 15007 clauses out of 30023 with flag 126002/126002
7.99/7.33	c cleaning 15999 clauses out of 32014 with flag 143000/143000
8.99/8.34	c cleaning 16995 clauses out of 34015 with flag 161000/161000
10.09/9.45	c cleaning 18003 clauses out of 36020 with flag 180000/180000
11.31/10.69	c cleaning 18995 clauses out of 38017 with flag 200000/200000
13.06/11.95	c cleaning 20001 clauses out of 40024 with flag 221002/221002
14.40/13.22	c cleaning 20994 clauses out of 42022 with flag 243001/243001
15.89/14.73	c cleaning 21996 clauses out of 44027 with flag 266000/266000
17.33/16.18	c cleaning 23001 clauses out of 46031 with flag 290000/290000
18.84/17.68	c cleaning 23997 clauses out of 48031 with flag 315001/315001
20.53/19.33	c cleaning 25004 clauses out of 50036 with flag 341003/341003
22.35/21.18	c cleaning 26000 clauses out of 52030 with flag 368001/368001
24.48/23.25	c cleaning 27007 clauses out of 54029 with flag 396000/396000
26.40/25.19	c cleaning 27997 clauses out of 56023 with flag 425001/425001
28.51/27.28	c cleaning 29012 clauses out of 58027 with flag 455002/455002
30.92/29.65	c cleaning 29999 clauses out of 60013 with flag 486000/486000
33.04/31.72	c starts		: 152
33.04/31.72	c conflicts		: 514234
33.04/31.72	c decisions		: 688380
33.04/31.72	c propagations		: 22261069
33.04/31.72	c inspects		: 395071538
33.04/31.72	c shortcuts		: 0
33.04/31.72	c learnt literals	: 9
33.04/31.72	c learnt binary clauses	: 36
33.04/31.72	c learnt ternary clauses	: 187
33.04/31.72	c learnt constraints	: 514224
33.04/31.72	c ignored constraints	: 0
33.04/31.72	c root simplifications	: 160
33.04/31.72	c removed literals (reason simplification)	: 1331504
33.04/31.72	c reason swapping (by a shorter reason)	: 0
33.04/31.72	c Calls to reduceDB	: 27
33.04/31.72	c number of reductions to clauses (during analyze)	: 0
33.04/31.72	c number of learned constraints concerned by reduction	: 0
33.04/31.72	c number of learning phase by resolution	: 0
33.04/31.72	c number of learning phase by cutting planes	: 0
33.04/31.72	c speed (assignments/second)	: 708635.28999809
33.04/31.72	c non guided choices	121
33.04/31.72	c learnt constraints type 
33.04/31.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
33.04/31.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 206
33.04/31.72	c constraints type 
33.04/31.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
33.04/31.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
33.04/31.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
33.04/31.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
33.04/31.72	c 2707 constraints processed.
33.04/31.72	s UNSATISFIABLE
33.04/31.72	c Total wall clock time (in seconds): 31.597

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-3709766-1338125609/watcher-3709766-1338125609 -o /tmp/evaluation-result-3709766-1338125609/solver-3709766-1338125609 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709766-1338125609.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.08 2.05 3/194 21241
/proc/meminfo: memFree=29280260/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 278685814 91889664 885 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 22435 886 670 9 0 16770 0
[pid=21241/tid=21242] ppid=21239 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 278685815 91889664 894 33554432000 1073741824 1073778376 140733397613376 140733397602440 240556010791 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.0441031 s]
/proc/loadavg: 2.09 2.08 2.05 3/194 21241
/proc/meminfo: memFree=29280260/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 3036 0 1 0 2 0 0 0 20 0 13 0 278685814 9446973440 3733 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2306390 3733 1702 9 0 2297091 0
[pid=21241/tid=21242] ppid=21239 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 1854 0 1 0 2 0 0 0 20 0 13 0 278685815 9446973440 3733 33554432000 1073741824 1073778376 140733397613376 139706371551472 240568558861 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100367 s]
/proc/loadavg: 2.09 2.08 2.05 3/194 21241
/proc/meminfo: memFree=29280260/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 4248 0 1 0 9 1 0 0 20 0 18 0 278685814 9787842560 5455 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2389610 5455 2115 9 0 2380296 0
[pid=21241/tid=21242] ppid=21239 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2415 0 1 0 7 0 0 0 20 0 18 0 278685815 9787842560 5456 33554432000 1073741824 1073778376 140733397613376 139706371554304 139706379320147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300315 s]
/proc/loadavg: 2.09 2.08 2.05 3/194 21241
/proc/meminfo: memFree=29280260/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 5412 0 1 0 44 1 0 0 20 0 18 0 278685814 9787842560 8262 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2389610 8262 2224 9 0 2380296 0
[pid=21241/tid=21242] ppid=21239 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2500 0 1 0 27 0 0 0 20 0 18 0 278685815 9787842560 8262 33554432000 1073741824 1073778376 140733397613376 139706371554304 139706243674111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700308 s]
/proc/loadavg: 2.09 2.08 2.05 3/194 21241
/proc/meminfo: memFree=29280260/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 7762 0 1 0 121 2 0 0 20 0 19 0 278685814 9856004096 11498 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406251 11498 2282 9 0 2396937 0
[pid=21241/tid=21242] ppid=21239 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2516 0 1 0 65 1 0 0 20 0 19 0 278685815 9856004096 11498 33554432000 1073741824 1073778376 140733397613376 139706371555752 139706243800336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.09 2.08 2.05 3/213 21260
/proc/meminfo: memFree=29242636/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625320 CPUtime=2.11 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 7902 0 1 0 209 2 0 0 20 0 19 0 278685814 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406330 12081 2282 9 0 2397016 0
[pid=21241/tid=21242] ppid=21239 vsize=9625320 CPUtime=1.43 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2517 0 1 0 141 2 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706371555752 139706243793108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21244] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278685815 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625320 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 278685817 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625320 CPUtime=0.33 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) R 21239 21241 19004 0 -1 4202560 1898 0 0 0 33 0 0 0 20 0 19 0 278685820 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706191461816 139706375645187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625320 CPUtime=0.26 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2239 0 0 0 26 0 0 0 20 0 19 0 278685820 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21258] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21258/stat : 21258 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706189379832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21259] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21259/stat : 21259 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706188327496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21260] ppid=21239 vsize=9625320 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21260/stat : 21260 (java) S 21239 21241 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278685845 9856327680 12081 33554432000 1073741824 1073778376 140733397613376 139706187273768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625320

[startup+3.10068 s]
/proc/loadavg: 2.09 2.08 2.05 3/213 21260
/proc/meminfo: memFree=29239844/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 8232 0 1 0 372 2 0 0 20 0 19 0 278685814 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406251 12534 2282 9 0 2396937 0
[pid=21241/tid=21242] ppid=21239 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2520 0 1 0 296 2 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706371555752 139706243793141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21244] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 278685817 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) S 21239 21241 19004 0 -1 4202560 2222 0 0 0 35 0 0 0 20 0 19 0 278685820 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706191485240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2239 0 0 0 26 0 0 0 20 0 19 0 278685820 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21258] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21258/stat : 21258 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706189379832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21259] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21259/stat : 21259 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706188327496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21260] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21260/stat : 21260 (java) S 21239 21241 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278685845 9856004096 12534 33554432000 1073741824 1073778376 140733397613376 139706187273768 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.30067 s]
/proc/loadavg: 2.08 2.08 2.05 3/213 21260
/proc/meminfo: memFree=29238168/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625004 CPUtime=6.97 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 8257 0 1 0 695 2 0 0 20 0 19 0 278685814 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406251 12377 2282 9 0 2396937 0
[pid=21241/tid=21242] ppid=21239 vsize=9625004 CPUtime=6.1 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2525 0 1 0 608 2 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706371555880 139706243751700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21244] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278685815 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 31 0 0 0 12 0 0 0 20 0 19 0 278685817 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) S 21239 21241 19004 0 -1 4202560 2222 0 0 0 36 0 0 0 20 0 19 0 278685820 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706191485240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2239 0 0 0 26 0 0 0 20 0 19 0 278685820 9856004096 12377 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 55 0 0 0 41 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) S 21239 21241 19004 0 -1 4202560 9188 0 0 0 80 2 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706191485240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2359 0 0 0 31 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21258] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21258/stat : 21258 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706189379832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21259] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21259/stat : 21259 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706188327496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21260] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21260/stat : 21260 (java) S 21239 21241 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278685845 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706187273768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (KiB) 9625004

[startup+31.1007 s]
/proc/loadavg: 2.05 2.07 2.05 3/213 21261
/proc/meminfo: memFree=29224668/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625004 CPUtime=32.42 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 15464 0 1 0 3237 5 0 0 20 0 19 0 278685814 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406251 15660 2283 9 0 2396937 0
[pid=21241/tid=21242] ppid=21239 vsize=9625004 CPUtime=30.47 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2544 0 1 0 3045 2 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706371555632 139706243793146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21244] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 55 0 0 0 41 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) S 21239 21241 19004 0 -1 4202560 9188 0 0 0 80 2 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706191485240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2359 0 0 0 31 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21258] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21258/stat : 21258 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706189379832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21259] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21259/stat : 21259 (java) S 21239 21241 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706188327496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21260] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21260/stat : 21260 (java) S 21239 21241 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278685845 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706187273768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 32.42
Current children cumulated vsize (KiB) 9625004

[startup+31.5008 s]
/proc/loadavg: 2.05 2.07 2.05 3/213 21261
/proc/meminfo: memFree=29224668/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625004 CPUtime=32.82 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 15465 0 1 0 3277 5 0 0 20 0 19 0 278685814 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406251 15660 2283 9 0 2396937 0
[pid=21241/tid=21242] ppid=21239 vsize=9625004 CPUtime=30.87 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2545 0 1 0 3085 2 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706371555632 139706243751472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21244] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 55 0 0 0 41 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) S 21239 21241 19004 0 -1 4202560 9188 0 0 0 80 2 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706191485240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2359 0 0 0 31 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21258] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21258/stat : 21258 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706189379832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21259] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21259/stat : 21259 (java) S 21239 21241 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706188327496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21260] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21260/stat : 21260 (java) S 21239 21241 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278685845 9856004096 15660 33554432000 1073741824 1073778376 140733397613376 139706187273768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 32.82
Current children cumulated vsize (KiB) 9625004

[startup+31.7008 s]
/proc/loadavg: 2.05 2.07 2.05 3/213 21261
/proc/meminfo: memFree=29224668/32873844 swapFree=7116/7116
[pid=21241] ppid=21239 vsize=9625004 CPUtime=33.04 cores=1,3,5,7
/proc/21241/stat : 21241 (java) S 21239 21241 19004 0 -1 4202496 15501 0 1 0 3299 5 0 0 20 0 19 0 278685814 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 140733397604512 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21241/statm: 2406251 15662 2283 9 0 2396937 0
[pid=21241/tid=21242] ppid=21239 vsize=9625004 CPUtime=31.07 cores=1,3,5,7
/proc/21241/task/21242/stat : 21242 (java) R 21239 21241 19004 0 -1 4202560 2546 0 1 0 3105 2 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706371555832 139706243751776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21244] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21244/stat : 21244 (java) S 21239 21241 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706215476136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21245] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21245/stat : 21245 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706214423592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21241/tid=21246] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21246/stat : 21246 (java) S 21239 21241 19004 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706213370536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21247] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21247/stat : 21247 (java) S 21239 21241 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706212317992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21248] ppid=21239 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21241/task/21248/stat : 21248 (java) S 21239 21241 19004 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706211264936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21249] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21249/stat : 21249 (java) S 21239 21241 19004 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706210212392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21250] ppid=21239 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21241/task/21250/stat : 21250 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706209159336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21241/tid=21251] ppid=21239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21241/task/21251/stat : 21251 (java) S 21239 21241 19004 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 278685815 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706208106792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21252] ppid=21239 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/21241/task/21252/stat : 21252 (java) S 21239 21241 19004 0 -1 4202560 55 0 0 0 41 0 0 0 20 0 19 0 278685817 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706195696488 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21253] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21253/stat : 21253 (java) S 21239 21241 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706194642808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21254] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21254/stat : 21254 (java) S 21239 21241 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278685817 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706193589640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21255] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21255/stat : 21255 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706192538384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21256] ppid=21239 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/21241/task/21256/stat : 21256 (java) S 21239 21241 19004 0 -1 4202560 9189 0 0 0 81 2 0 0 20 0 19 0 278685820 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706191485240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21257] ppid=21239 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/21241/task/21257/stat : 21257 (java) S 21239 21241 19004 0 -1 4202560 2393 0 0 0 32 0 0 0 20 0 19 0 278685820 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706190432696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21258] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21258/stat : 21258 (java) S 21239 21241 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706189379832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21241/tid=21259] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21259/stat : 21259 (java) S 21239 21241 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278685820 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706188327496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21241/tid=21260] ppid=21239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21241/task/21260/stat : 21260 (java) S 21239 21241 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278685845 9856004096 15662 33554432000 1073741824 1073778376 140733397613376 139706187273768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 33.04
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 31.7276
CPU time (s): 33.089
CPU user time (s): 32.926
CPU system time (s): 0.162975
CPU usage (%): 104.291
Max. virtual memory (cumulated for all children) (KiB): 9625320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.926
system time used= 0.162975
maximum resident set size= 71492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1650
involuntary context switches= 996

runsolver used 0.143978 second user time and 0.32795 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 6281627dc4c435fe3011d1036bb94900
RANDOM SEED=2045060864

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:        29280780 kB
Buffers:          302472 kB
Cached:           751528 kB
SwapCached:         2184 kB
Active:          2596676 kB
Inactive:         156472 kB
Active(anon):    1698120 kB
Inactive(anon):     2668 kB
Active(file):     898556 kB
Inactive(file):   153804 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               596 kB
Writeback:             0 kB
AnonPages:       1743188 kB
Mapped:            17628 kB
Shmem:                 0 kB
Slab:             691256 kB
SReclaimable:     132420 kB
SUnreclaim:       558836 kB
KernelStack:        1760 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2143584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 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:34:01