Trace number 3711223

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotOPT6 32.83 32.1961

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_4.opb
MD5SUM7b38b4ead930b62d925cf473e2cdd798
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.32295
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint17
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)614
Sum of products size (including duplicates)1228
Number of different products614
Sum of products size1228

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	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.05/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.05/0.11	c configuring ORDERS
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Armin Biere (Picosat) restarts strategy
0.13/0.12	c Glucose learned constraints deletion strategy
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=true
0.13/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-3711223-1338166676.opb
0.13/0.12	c reading problem ... 
0.24/0.20	c ... done. Wall clock time 0.085s.
0.24/0.20	c declared #vars     50
0.24/0.20	c internal #vars     664
0.24/0.20	c #constraints  1278
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.24/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
0.24/0.20	c 1278 constraints processed.
0.24/0.21	c SATISFIABLE
0.24/0.21	c OPTIMIZING...
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.097
0.24/0.21	o 49
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.105
0.24/0.22	o 48
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.112
0.24/0.23	o 47
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.118
0.24/0.23	o 46
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.124
0.24/0.24	o 45
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.13
0.24/0.25	o 44
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.135
0.24/0.25	o 43
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.143
0.24/0.26	o 42
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.152
0.24/0.27	o 41
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.158
0.24/0.27	o 40
0.24/0.28	c Got one! Elapsed wall clock time (in seconds):0.165
0.24/0.28	o 39
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.24/0.29	o 38
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.174
0.24/0.29	o 37
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.176
0.24/0.29	o 36
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.178
0.24/0.29	o 35
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.47/0.30	o 34
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.181
0.47/0.30	o 33
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.182
0.47/0.30	o 32
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.184
0.47/0.30	o 31
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.185
0.47/0.30	o 30
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.187
0.47/0.30	o 29
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.188
0.47/0.30	o 28
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.19
0.47/0.31	o 27
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.47/0.31	o 26
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.192
0.47/0.31	o 25
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.47/0.31	o 24
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.195
0.47/0.31	o 23
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.196
0.47/0.31	o 22
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.198
0.47/0.31	o 21
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.47/0.32	o 9
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.47/0.32	o 8
0.47/0.33	c Got one! Elapsed wall clock time (in seconds):0.214
0.47/0.33	o 7
1.22/0.83	c cleaning 2507 clauses out of 5013 with flag 5002/5013
1.77/1.30	c cleaning 4252 clauses out of 8507 with flag 11003/11014
1.99/1.55	c Got one! Elapsed wall clock time (in seconds):1.43
1.99/1.55	o 6
2.19/1.71	c cleaning 4764 clauses out of 9527 with flag 2000/16286
2.61/2.19	c cleaning 5382 clauses out of 10766 with flag 8003/22289
3.22/2.76	c cleaning 6189 clauses out of 12381 with flag 15000/29286
3.92/3.40	c cleaning 7093 clauses out of 14192 with flag 23000/37286
4.62/4.12	c cleaning 8046 clauses out of 16099 with flag 32000/46286
5.52/5.00	c cleaning 9018 clauses out of 18054 with flag 42001/56287
6.42/5.98	c cleaning 10017 clauses out of 20035 with flag 53000/67286
7.52/7.09	c cleaning 11003 clauses out of 22021 with flag 65003/79289
8.83/8.31	c cleaning 12008 clauses out of 24015 with flag 78000/92286
10.03/9.58	c cleaning 12995 clauses out of 26007 with flag 92000/106286
11.44/10.99	c cleaning 14005 clauses out of 28016 with flag 107004/121290
13.03/12.54	c cleaning 15005 clauses out of 30009 with flag 123002/137288
14.64/14.12	c cleaning 15994 clauses out of 32003 with flag 140001/154287
16.34/15.89	c cleaning 16999 clauses out of 34008 with flag 158000/172286
18.34/17.80	c cleaning 17997 clauses out of 36011 with flag 177002/191288
20.14/19.65	c cleaning 19001 clauses out of 38013 with flag 197001/211287
22.05/21.56	c cleaning 19994 clauses out of 40011 with flag 218000/232286
24.15/23.61	c cleaning 21004 clauses out of 42017 with flag 240000/254286
26.47/25.91	c cleaning 21999 clauses out of 44013 with flag 263000/277286
28.68/28.14	c cleaning 23002 clauses out of 46016 with flag 287002/301288
31.18/30.61	c cleaning 23998 clauses out of 48013 with flag 312001/326287
32.69/32.19	c starts		: 168
32.69/32.19	c conflicts		: 342301
32.69/32.19	c decisions		: 523557
32.69/32.19	c propagations		: 30440998
32.69/32.19	c inspects		: 368631062
32.69/32.19	c shortcuts		: 0
32.69/32.19	c learnt literals	: 17
32.69/32.19	c learnt binary clauses	: 9
32.69/32.19	c learnt ternary clauses	: 23
32.69/32.19	c learnt constraints	: 342283
32.69/32.19	c ignored constraints	: 0
32.69/32.19	c root simplifications	: 184
32.69/32.19	c removed literals (reason simplification)	: 29144
32.69/32.19	c reason swapping (by a shorter reason)	: 0
32.69/32.19	c Calls to reduceDB	: 23
32.69/32.19	c number of reductions to clauses (during analyze)	: 0
32.69/32.19	c number of learned constraints concerned by reduction	: 0
32.69/32.19	c number of learning phase by resolution	: 0
32.69/32.19	c number of learning phase by cutting planes	: 0
32.69/32.19	c speed (assignments/second)	: 951786.824250383
32.69/32.19	c non guided choices	2765
32.69/32.19	c learnt constraints type 
32.69/32.19	c constraints type 
32.69/32.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
32.69/32.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
32.69/32.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
32.69/32.19	c 1278 constraints processed.
32.69/32.19	s OPTIMUM FOUND
32.69/32.19	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 
32.69/32.19	c objective function=6
32.69/32.19	c Total wall clock time (in seconds): 32.073

Verifier Data

OK	6

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.16 2.03 2.01 2/194 30666
/proc/meminfo: memFree=28797672/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/30666/stat : 30666 (java) R 30664 30666 29719 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 282792476 23793664 714 33554432000 1073741824 1073778376 140734111424064 140734111413128 223642433616 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 5809 714 528 9 0 128 0

[startup+0.0669149 s]
/proc/loadavg: 2.16 2.03 2.01 2/194 30666
/proc/meminfo: memFree=28797672/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 3380 0 1 0 5 0 0 0 20 0 18 0 282792476 9787842560 4076 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2389610 4076 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.120181 s]
/proc/loadavg: 2.16 2.03 2.01 2/194 30666
/proc/meminfo: memFree=28797672/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 4567 0 1 0 13 0 0 0 20 0 18 0 282792476 9787842560 5773 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2389610 5773 2159 9 0 2380296 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 9558440

[startup+0.300208 s]
/proc/loadavg: 2.16 2.03 2.01 2/194 30666
/proc/meminfo: memFree=28797672/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 5959 0 1 0 46 1 0 0 20 0 19 0 282792476 9856004096 7519 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 7519 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625004

[startup+0.700187 s]
/proc/loadavg: 2.16 2.03 2.01 2/194 30666
/proc/meminfo: memFree=28797672/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 7974 0 1 0 111 1 0 0 20 0 19 0 282792476 9856004096 8446 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 8446 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50076 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 30685
/proc/meminfo: memFree=28774484/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 8075 0 1 0 197 2 0 0 20 0 19 0 282792476 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 10039 2272 9 0 2396937 0
[pid=30666/tid=30668] ppid=30664 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 29719 0 -1 4202560 2555 0 1 0 145 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140260074701064 140260014839964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2491 0 0 0 21 0 0 0 20 0 19 0 282792481 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 10039 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 30685
/proc/meminfo: memFree=28774120/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=3.62 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 8093 0 1 0 360 2 0 0 20 0 19 0 282792476 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 10565 2273 9 0 2396937 0
[pid=30666/tid=30668] ppid=30664 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 29719 0 -1 4202560 2558 0 1 0 301 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140260074701104 140260014862713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 282792479 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2498 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 10565 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 30685
/proc/meminfo: memFree=28769536/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=6.82 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 8107 0 1 0 680 2 0 0 20 0 19 0 282792476 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 10923 2273 9 0 2396937 0
[pid=30666/tid=30668] ppid=30664 vsize=9625004 CPUtime=6.16 cores=0,2,4,6
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 29719 0 -1 4202560 2563 0 1 0 616 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140260074701224 140260014936142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 282792479 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2498 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 10923 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 38 0 0 0 27 0 0 0 20 0 19 0 282792479 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2498 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 12505 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 30.88
Current children cumulated vsize (KiB) 9625004

[startup+31.1007 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 30685
/proc/meminfo: memFree=28708588/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=31.68 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 8177 0 1 0 3165 3 0 0 20 0 19 0 282792476 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 12508 2273 9 0 2396937 0
[pid=30666/tid=30668] ppid=30664 vsize=9625004 CPUtime=30.72 cores=0,2,4,6
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 29719 0 -1 4202560 2577 0 1 0 3070 2 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140260074701104 140260014985336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 282792479 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2498 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 12508 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 9625004

[startup+31.9066 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 30685
/proc/meminfo: memFree=28708588/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=32.49 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 8180 0 1 0 3246 3 0 0 20 0 19 0 282792476 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 12511 2276 9 0 2396937 0
[pid=30666/tid=30668] ppid=30664 vsize=9625004 CPUtime=31.53 cores=0,2,4,6
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 29719 0 -1 4202560 2580 0 1 0 3151 2 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260074686048 140260014839997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 282792479 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2498 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 32.49
Current children cumulated vsize (KiB) 9625004

[startup+32.1007 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 30685
/proc/meminfo: memFree=28708588/32873844 swapFree=6856/6856
[pid=30666] ppid=30664 vsize=9625004 CPUtime=32.69 cores=0,2,4,6
/proc/30666/stat : 30666 (java) S 30664 30666 29719 0 -1 4202496 8180 0 1 0 3266 3 0 0 20 0 19 0 282792476 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140734111415200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30666/statm: 2406251 12511 2276 9 0 2396937 0
[pid=30666/tid=30668] ppid=30664 vsize=9625004 CPUtime=31.72 cores=0,2,4,6
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 29719 0 -1 4202560 2580 0 1 0 3170 2 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260074686048 140260014962593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 29719 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260013431592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260012378792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260011326504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 29719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140260010273704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259914103080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 29719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259913050280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259911997992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792477 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259910945192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 29719 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 282792479 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259898747624 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259897693688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282792479 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259896641288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30680] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30680/stat : 30680 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259895589776 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30681] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30681/stat : 30681 (java) S 30664 30666 29719 0 -1 4202560 1780 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259894536376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30666/tid=30682] ppid=30664 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/30666/task/30682/stat : 30682 (java) S 30664 30666 29719 0 -1 4202560 2498 0 0 0 24 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259893483576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30683] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30683/stat : 30683 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792481 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259892431480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30666/tid=30684] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30684/stat : 30684 (java) S 30664 30666 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282792482 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259891378888 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30666/tid=30685] ppid=30664 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30666/task/30685/stat : 30685 (java) S 30664 30666 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282792497 9856004096 12511 33554432000 1073741824 1073778376 140734111424064 140259890324904 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 32.69
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 32.1961
CPU time (s): 32.83
CPU user time (s): 32.686
CPU system time (s): 0.143978
CPU usage (%): 101.969
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.686
system time used= 0.143978
maximum resident set size= 50100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8196
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1509
involuntary context switches= 751

runsolver used 0.070989 second user time and 0.275958 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 02:57:56
IDJOB=3711223
IDBENCH=48135
IDSOLVER=2289
FILE ID=node144/3711223-1338166676
RUNJOBID= node144-1338157682-29735
PBS_JOBID= 14624532
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.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-3711223-1338166676/watcher-3711223-1338166676 -o /tmp/evaluation-result-3711223-1338166676/solver-3711223-1338166676 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711223-1338166676.opb

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

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=523667163

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28797672 kB
Buffers:          380008 kB
Cached:          2640300 kB
SwapCached:            0 kB
Active:          1039172 kB
Inactive:        2188100 kB
Active(anon):     208024 kB
Inactive(anon):        0 kB
Active(file):     831148 kB
Inactive(file):  2188100 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2064 kB
Writeback:             0 kB
AnonPages:        224416 kB
Mapped:            22488 kB
Shmem:               200 kB
Slab:             697608 kB
SReclaimable:     139548 kB
SUnreclaim:       558060 kB
KernelStack:        1592 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 71472 MiB
End job on node144 at 2012-05-28 02:58:28