Trace number 3492629

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 Resolution 2011-06-08OPTIMUM 20.7638 19.4283

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971697--soft-0-100-0.wbo
MD5SUM98deccab683818c79978222742e85303
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.88971
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1238
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492629-1307911022.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.29/0.21	c SATISFIABLE
0.29/0.21	c OPTIMIZING...
0.29/0.21	c Got one! Elapsed wall clock time (in seconds):0.109
0.29/0.21	o 364
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.29/0.27	o 361
0.58/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.58/0.32	o 336
0.58/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.58/0.34	o 326
0.83/0.51	c Got one! Elapsed wall clock time (in seconds):0.411
0.83/0.51	o 302
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
0.93/0.60	o 293
0.93/0.67	c cleaning 3923 clauses out of 7851 with flag 1000/7851
1.07/0.72	c Got one! Elapsed wall clock time (in seconds):0.617
1.07/0.72	o 290
1.30/0.96	c cleaning 4913 clauses out of 9842 with flag 5002/13765
1.30/0.99	c Got one! Elapsed wall clock time (in seconds):0.889
1.30/0.99	o 261
1.60/1.21	c cleaning 5128 clauses out of 10261 with flag 5000/19097
1.60/1.27	c Got one! Elapsed wall clock time (in seconds):1.164
1.60/1.27	o 255
1.71/1.37	c Got one! Elapsed wall clock time (in seconds):1.268
1.71/1.37	o 171
1.81/1.48	c cleaning 5713 clauses out of 11438 with flag 3001/25402
2.13/1.77	c cleaning 5854 clauses out of 11724 with flag 9000/31401
2.33/1.91	c Got one! Elapsed wall clock time (in seconds):1.808
2.33/1.91	o 164
2.43/2.02	c cleaning 5683 clauses out of 11371 with flag 3001/36902
2.73/2.30	c cleaning 5841 clauses out of 11688 with flag 9001/42902
2.73/2.32	c Got one! Elapsed wall clock time (in seconds):2.216
2.73/2.32	o 153
2.94/2.51	c cleaning 5482 clauses out of 10981 with flag 5000/48036
2.94/2.54	c Got one! Elapsed wall clock time (in seconds):2.435
2.94/2.54	o 118
3.05/2.69	c Got one! Elapsed wall clock time (in seconds):2.583
3.05/2.69	o 103
3.15/2.73	c cleaning 5547 clauses out of 11101 with flag 1001/53638
3.35/2.98	c cleaning 5773 clauses out of 11554 with flag 7001/59638
4.07/3.37	c cleaning 6385 clauses out of 12780 with flag 14000/66637
4.07/3.39	c Got one! Elapsed wall clock time (in seconds):3.284
4.07/3.39	o 88
4.47/3.58	c cleaning 5741 clauses out of 11497 with flag 5002/71739
4.97/3.86	c cleaning 5873 clauses out of 11755 with flag 11001/77738
5.17/4.01	c Got one! Elapsed wall clock time (in seconds):3.903
5.17/4.01	o 87
5.27/4.12	c cleaning 5889 clauses out of 11792 with flag 3000/83648
5.48/4.34	c cleaning 5951 clauses out of 11905 with flag 9002/89650
5.87/4.75	c cleaning 6470 clauses out of 12952 with flag 16000/96648
6.07/4.93	c Got one! Elapsed wall clock time (in seconds):4.826
6.07/4.93	o 72
6.17/5.01	c cleaning 6036 clauses out of 12081 with flag 2001/102247
6.27/5.16	c Got one! Elapsed wall clock time (in seconds):5.056
6.27/5.16	o 62
6.39/5.24	c cleaning 6002 clauses out of 12013 with flag 2001/108215
6.59/5.46	c cleaning 6002 clauses out of 12010 with flag 8000/114214
6.69/5.57	c Got one! Elapsed wall clock time (in seconds):5.468
6.69/5.57	o 58
6.79/5.68	c cleaning 5718 clauses out of 11448 with flag 3000/119654
6.99/5.89	c cleaning 5862 clauses out of 11732 with flag 9002/125656
7.29/6.18	c cleaning 6428 clauses out of 12868 with flag 16000/132654
7.70/6.52	c cleaning 7214 clauses out of 14441 with flag 24001/140655
8.00/6.85	c cleaning 8110 clauses out of 16227 with flag 33001/149655
8.10/6.90	c Got one! Elapsed wall clock time (in seconds):6.799
8.10/6.90	o 52
8.20/7.04	c cleaning 6563 clauses out of 13145 with flag 4001/154683
8.40/7.27	c cleaning 6289 clauses out of 12584 with flag 10003/160685
8.70/7.52	c cleaning 6643 clauses out of 13297 with flag 17005/167687
8.91/7.75	c Got one! Elapsed wall clock time (in seconds):7.643
8.91/7.75	o 47
9.10/7.93	c cleaning 9115 clauses out of 18242 with flag 5001/179275
9.30/8.15	c cleaning 7559 clauses out of 15126 with flag 11000/185274
9.60/8.41	c cleaning 7282 clauses out of 14567 with flag 18000/192274
9.70/8.53	c Got one! Elapsed wall clock time (in seconds):8.427
9.70/8.53	o 45
9.80/8.64	c cleaning 6630 clauses out of 13272 with flag 3000/198261
10.01/8.84	c cleaning 6314 clauses out of 12642 with flag 9000/204261
10.20/9.08	c cleaning 6662 clauses out of 13329 with flag 16001/211262
10.51/9.36	c cleaning 7329 clauses out of 14666 with flag 24000/219261
10.71/9.54	c Got one! Elapsed wall clock time (in seconds):9.432
10.71/9.54	o 43
10.71/9.58	c cleaning 6631 clauses out of 13272 with flag 1000/225196
11.02/9.80	c cleaning 6317 clauses out of 12641 with flag 7000/231196
11.12/9.99	c Got one! Elapsed wall clock time (in seconds):9.884
11.12/9.99	o 36
11.32/10.18	c cleaning 8373 clauses out of 16756 with flag 5000/241628
11.62/10.40	c cleaning 7184 clauses out of 14383 with flag 11000/247628
11.82/10.66	c cleaning 7098 clauses out of 14199 with flag 18000/254628
12.02/10.89	c Got one! Elapsed wall clock time (in seconds):10.784
12.02/10.89	o 32
12.34/11.11	c cleaning 9812 clauses out of 19628 with flag 5004/267155
12.54/11.33	c cleaning 7901 clauses out of 15815 with flag 11003/273154
12.74/11.59	c cleaning 7449 clauses out of 14911 with flag 18000/280151
13.04/11.84	c Got one! Elapsed wall clock time (in seconds):11.737
13.04/11.84	o 31
13.25/12.07	c cleaning 9663 clauses out of 19337 with flag 5000/292026
13.55/12.32	c cleaning 7831 clauses out of 15674 with flag 11000/298026
13.85/12.62	c cleaning 7418 clauses out of 14843 with flag 18000/305026
14.17/12.91	c cleaning 7708 clauses out of 15425 with flag 26000/313026
14.27/13.02	c Got one! Elapsed wall clock time (in seconds):12.916
14.27/13.02	o 30
14.27/13.09	c cleaning 6561 clauses out of 13124 with flag 2000/318433
14.38/13.11	c Got one! Elapsed wall clock time (in seconds):13.01
14.38/13.11	o 18
14.48/13.27	c cleaning 5965 clauses out of 11948 with flag 5000/323818
14.57/13.39	c Got one! Elapsed wall clock time (in seconds):13.285
14.57/13.39	o 11
14.68/13.47	c cleaning 5875 clauses out of 11758 with flag 2001/329593
14.92/13.67	c cleaning 5939 clauses out of 11883 with flag 8001/335593
15.12/13.84	c Got one! Elapsed wall clock time (in seconds):13.74
15.12/13.84	o 10
15.32/14.06	c cleaning 8085 clauses out of 16178 with flag 5002/345827
15.52/14.27	c cleaning 7042 clauses out of 14093 with flag 11002/351827
15.82/14.50	c cleaning 7022 clauses out of 14049 with flag 18000/358825
16.02/14.78	c cleaning 7509 clauses out of 15027 with flag 26000/366825
16.12/14.88	c Got one! Elapsed wall clock time (in seconds):14.777
16.12/14.88	o 5
16.22/14.96	c cleaning 6258 clauses out of 12526 with flag 2002/371833
16.42/15.15	c cleaning 6130 clauses out of 12267 with flag 8001/377832
16.62/15.38	c cleaning 6566 clauses out of 13137 with flag 15001/384832
16.92/15.65	c cleaning 7278 clauses out of 14571 with flag 23001/392832
17.22/15.95	c cleaning 8144 clauses out of 16292 with flag 32000/401831
17.52/16.29	c cleaning 9073 clauses out of 18150 with flag 42002/411833
17.92/16.63	c cleaning 9532 clauses out of 19075 with flag 52000/421831
18.22/16.96	c cleaning 9770 clauses out of 19546 with flag 62003/431834
18.62/17.30	c cleaning 9884 clauses out of 19775 with flag 72002/441833
18.62/17.32	c Got one! Elapsed wall clock time (in seconds):17.217
18.62/17.32	o 1
18.72/17.48	c cleaning 7581 clauses out of 15172 with flag 5002/447114
18.93/17.68	c cleaning 6790 clauses out of 13592 with flag 11003/453115
19.22/17.91	c cleaning 6895 clauses out of 13799 with flag 18000/460112
19.52/18.20	c cleaning 7446 clauses out of 14904 with flag 26000/468112
19.82/18.52	c cleaning 8226 clauses out of 16460 with flag 35002/477114
20.12/18.89	c cleaning 9114 clauses out of 18234 with flag 45002/487114
20.62/19.31	c cleaning 9557 clauses out of 19118 with flag 55000/497112
20.72/19.42	c starts		: 179
20.72/19.42	c conflicts		: 499926
20.72/19.42	c decisions		: 798049
20.72/19.42	c propagations		: 12132662
20.72/19.42	c inspects		: 102416562
20.72/19.42	c shortcuts		: 0
20.72/19.42	c learnt literals	: 7
20.72/19.42	c learnt binary clauses	: 49
20.72/19.42	c learnt ternary clauses	: 276
20.72/19.42	c learnt constraints	: 499918
20.72/19.42	c ignored constraints	: 0
20.72/19.42	c root simplifications	: 0
20.72/19.42	c removed literals (reason simplification)	: 3616787
20.72/19.42	c reason swapping (by a shorter reason)	: 0
20.72/19.42	c Calls to reduceDB	: 70
20.72/19.42	c number of reductions to clauses (during analyze)	: 0
20.72/19.42	c number of learned constraints concerned by reduction	: 0
20.72/19.42	c number of learning phase by resolution	: 0
20.72/19.42	c number of learning phase by cutting planes	: 0
20.72/19.42	c speed (assignments/second)	: 5782965.681601525
20.72/19.42	c non guided choices	1990
20.72/19.42	c learnt constraints type 
20.72/19.42	c constraints type 
20.72/19.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
20.72/19.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
20.72/19.42	s OPTIMUM FOUND
20.72/19.42	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 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
20.72/19.42	c objective function=1
20.72/19.42	c Total wall clock time (in seconds): 19.316

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3492629-1307911022/watcher-3492629-1307911022 -o /var/tmp/evaluation-result-3492629-1307911022/solver-3492629-1307911022 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492629-1307911022.wbo 

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: 1.98 2.03 1.99 2/195 17707
/proc/meminfo: memFree=1786724/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 1278 0 0 0 0 0 0 0 25 0 2 0 902701827 32362496 993 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 7901 993 763 9 0 386 0
[pid=17707/tid=17708] ppid=17705 vsize=33748 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 173 0 0 0 0 0 0 0 25 0 2 0 902701827 34557952 1003 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274469045264 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.095759 s]
/proc/loadavg: 1.98 2.03 1.99 2/195 17707
/proc/meminfo: memFree=1786724/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10540036 CPUtime=0.1 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 13067 0 1 0 8 2 0 0 25 0 18 0 902701827 10792996864 12761 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2635009 12761 2093 9 0 2625743 0
[pid=17707/tid=17708] ppid=17705 vsize=10540036 CPUtime=0.08 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 11160 0 1 0 7 1 0 0 25 0 18 0 902701827 10792996864 12761 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540036

[startup+0.100754 s]
/proc/loadavg: 1.98 2.03 1.99 2/195 17707
/proc/meminfo: memFree=1786724/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10540036 CPUtime=0.11 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 13135 0 1 0 9 2 0 0 25 0 18 0 902701827 10792996864 12829 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2635009 12829 2093 9 0 2625743 0
[pid=17707/tid=17708] ppid=17705 vsize=10540036 CPUtime=0.08 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 11228 0 1 0 7 1 0 0 25 0 18 0 902701827 10792996864 12829 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912496206194 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540036

[startup+0.300721 s]
/proc/loadavg: 1.98 2.03 1.99 2/195 17707
/proc/meminfo: memFree=1786724/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10548820 CPUtime=0.58 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 17795 0 1 0 56 2 0 0 25 0 19 0 902701827 10801991680 15796 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2637205 15796 2216 9 0 2627939 0
[pid=17707/tid=17708] ppid=17705 vsize=10548820 CPUtime=0.28 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 11829 0 1 0 27 1 0 0 25 0 19 0 902701827 10801991680 15796 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505166880 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10548820

[startup+0.70065 s]
/proc/loadavg: 1.98 2.03 1.99 2/195 17707
/proc/meminfo: memFree=1786724/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10548820 CPUtime=1.07 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 19113 0 1 0 104 3 0 0 25 0 19 0 902701827 10801991680 16940 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2637205 16940 2248 9 0 2627939 0
[pid=17707/tid=17708] ppid=17705 vsize=10548820 CPUtime=0.67 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12312 0 1 0 66 1 0 0 25 0 19 0 902701827 10801991680 16940 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505570091 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10548820

[startup+1.5037 s]
/proc/loadavg: 1.98 2.03 1.99 3/214 17726
/proc/meminfo: memFree=1726520/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10548820 CPUtime=1.93 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 19606 0 1 0 190 3 0 0 25 0 19 0 902701827 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2637205 17422 2249 9 0 2627939 0
[pid=17707/tid=17708] ppid=17705 vsize=10548820 CPUtime=1.43 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12314 0 1 0 142 1 0 0 25 0 19 0 902701827 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17707/tid=17710] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10548820 CPUtime=0.04 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 434 0 0 0 4 0 0 0 15 0 19 0 902701830 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10548820 CPUtime=0.25 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) R 17705 17707 15624 0 -1 4202560 3499 0 0 0 25 0 0 0 15 0 19 0 902701833 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274473660112 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10548820 CPUtime=0.17 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) S 17705 17707 15624 0 -1 4202560 1583 0 0 0 17 0 0 0 15 0 19 0 902701833 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17724] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17724/stat : 17724 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17725] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17725/stat : 17725 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701833 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17726] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17726/stat : 17726 (java) S 17705 17707 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902701844 10801991680 17422 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10548820

[startup+3.10134 s]
/proc/loadavg: 1.98 2.03 1.99 3/214 17726
/proc/meminfo: memFree=1725524/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10548820 CPUtime=3.69 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 24992 0 1 0 366 3 0 0 25 0 19 0 902701827 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2637205 21029 2249 9 0 2627939 0
[pid=17707/tid=17708] ppid=17705 vsize=10548820 CPUtime=2.95 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12328 0 1 0 294 1 0 0 25 0 19 0 902701827 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505601618 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17707/tid=17710] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 133 0 0 0 0 0 0 0 16 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 120 0 0 0 0 0 0 0 16 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 902701829 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10548820 CPUtime=0.11 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 501 0 0 0 11 0 0 0 15 0 19 0 902701830 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10548820 CPUtime=0.28 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) S 17705 17707 15624 0 -1 4202560 3547 0 0 0 28 0 0 0 16 0 19 0 902701833 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10548820 CPUtime=0.29 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) R 17705 17707 15624 0 -1 4202560 6835 0 0 0 29 0 0 0 16 0 19 0 902701833 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 47667978377304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17707/tid=17724] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17724/stat : 17724 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17725] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17725/stat : 17725 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701833 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17726] ppid=17705 vsize=10548820 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17726/stat : 17726 (java) S 17705 17707 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902701844 10801991680 21029 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 10548820

[startup+6.30073 s]
/proc/loadavg: 1.98 2.03 1.99 3/214 17726
/proc/meminfo: memFree=1713116/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10546736 CPUtime=7.5 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 29132 0 1 0 746 4 0 0 25 0 19 0 902701827 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2636684 20343 2250 9 0 2627418 0
[pid=17707/tid=17708] ppid=17705 vsize=10546736 CPUtime=5.99 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12341 0 1 0 597 2 0 0 25 0 19 0 902701827 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505534634 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17707/tid=17710] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 902701829 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10546736 CPUtime=0.26 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 559 0 0 0 26 0 0 0 16 0 19 0 902701830 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10546736 CPUtime=0.65 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) S 17705 17707 15624 0 -1 4202560 7444 0 0 0 65 0 0 0 15 0 19 0 902701833 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10546736 CPUtime=0.51 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) S 17705 17707 15624 0 -1 4202560 6973 0 0 0 51 0 0 0 15 0 19 0 902701833 10799857664 20343 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0

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

/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10546736 CPUtime=0.02 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 108 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10546736 CPUtime=0.83 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 761 0 0 0 82 1 0 0 16 0 19 0 902701830 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10546736 CPUtime=0.65 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) S 17705 17707 15624 0 -1 4202560 7444 0 0 0 65 0 0 0 15 0 19 0 902701833 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10546736 CPUtime=0.61 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) S 17705 17707 15624 0 -1 4202560 6983 0 0 0 61 0 0 0 15 0 19 0 902701833 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17724] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17724/stat : 17724 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17725] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17725/stat : 17725 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701833 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17726] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17726/stat : 17726 (java) S 17705 17707 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902701844 10799857664 20563 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19.62
Current children cumulated vsize (KiB) 10546736

[startup+19.1015 s]
/proc/loadavg: 1.98 2.02 1.99 3/214 17726
/proc/meminfo: memFree=1712356/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10546736 CPUtime=20.42 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 29400 0 1 0 2037 5 0 0 25 0 19 0 902701827 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2636684 20564 2251 9 0 2627418 0
[pid=17707/tid=17708] ppid=17705 vsize=10546736 CPUtime=18.13 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12388 0 1 0 1811 2 0 0 25 0 19 0 902701827 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505599396 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17707/tid=17710] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10546736 CPUtime=0.02 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10546736 CPUtime=0.86 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 761 0 0 0 85 1 0 0 16 0 19 0 902701830 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10546736 CPUtime=0.65 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) S 17705 17707 15624 0 -1 4202560 7444 0 0 0 65 0 0 0 15 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10546736 CPUtime=0.61 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) S 17705 17707 15624 0 -1 4202560 6983 0 0 0 61 0 0 0 15 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17724] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17724/stat : 17724 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17725] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17725/stat : 17725 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17726] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17726/stat : 17726 (java) S 17705 17707 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902701844 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.42
Current children cumulated vsize (KiB) 10546736

[startup+19.3015 s]
/proc/loadavg: 1.98 2.02 1.99 3/214 17726
/proc/meminfo: memFree=1712356/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10546736 CPUtime=20.62 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 29400 0 1 0 2057 5 0 0 25 0 19 0 902701827 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2636684 20564 2251 9 0 2627418 0
[pid=17707/tid=17708] ppid=17705 vsize=10546736 CPUtime=18.33 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12388 0 1 0 1831 2 0 0 25 0 19 0 902701827 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505954525 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17707/tid=17710] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10546736 CPUtime=0.02 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10546736 CPUtime=0.86 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 761 0 0 0 85 1 0 0 16 0 19 0 902701830 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10546736 CPUtime=0.65 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) S 17705 17707 15624 0 -1 4202560 7444 0 0 0 65 0 0 0 15 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10546736 CPUtime=0.61 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) S 17705 17707 15624 0 -1 4202560 6983 0 0 0 61 0 0 0 15 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17724] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17724/stat : 17724 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17725] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17725/stat : 17725 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701833 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17726] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17726/stat : 17726 (java) S 17705 17707 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902701844 10799857664 20564 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.62
Current children cumulated vsize (KiB) 10546736

[startup+19.4015 s]
/proc/loadavg: 1.98 2.02 1.99 3/214 17726
/proc/meminfo: memFree=1712356/32950928 swapFree=67079488/67111528
[pid=17707] ppid=17705 vsize=10546736 CPUtime=20.72 cores=0,2,4,6
/proc/17707/stat : 17707 (java) S 17705 17707 15624 0 -1 4202496 29402 0 1 0 2067 5 0 0 25 0 19 0 902701827 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17707/statm: 2636684 20565 2251 9 0 2627418 0
[pid=17707/tid=17708] ppid=17705 vsize=10546736 CPUtime=18.41 cores=0,2,4,6
/proc/17707/task/17708/stat : 17708 (java) R 17705 17707 15624 0 -1 4202560 12389 0 1 0 1839 2 0 0 25 0 19 0 902701827 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 46912505540372 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17707/tid=17710] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17710/stat : 17710 (java) S 17705 17707 15624 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17711] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17711/stat : 17711 (java) S 17705 17707 15624 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17712] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17712/stat : 17712 (java) S 17705 17707 15624 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17713] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17713/stat : 17713 (java) S 17705 17707 15624 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17714] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17714/stat : 17714 (java) S 17705 17707 15624 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17715] ppid=17705 vsize=10546736 CPUtime=0.02 cores=0,2,4,6
/proc/17707/task/17715/stat : 17715 (java) S 17705 17707 15624 0 -1 4202560 113 0 0 0 2 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17716] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17716/stat : 17716 (java) S 17705 17707 15624 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17717] ppid=17705 vsize=10546736 CPUtime=0.01 cores=0,2,4,6
/proc/17707/task/17717/stat : 17717 (java) S 17705 17707 15624 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902701829 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17718] ppid=17705 vsize=10546736 CPUtime=0.87 cores=0,2,4,6
/proc/17707/task/17718/stat : 17718 (java) S 17705 17707 15624 0 -1 4202560 761 0 0 0 86 1 0 0 16 0 19 0 902701830 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 0 0 16800975 18446604440278544768 0 0 -1 2 0 0 0
[pid=17707/tid=17719] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17719/stat : 17719 (java) S 17705 17707 15624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17720] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17720/stat : 17720 (java) S 17705 17707 15624 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902701830 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17721] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17721/stat : 17721 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485791153 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17722] ppid=17705 vsize=10546736 CPUtime=0.65 cores=0,2,4,6
/proc/17707/task/17722/stat : 17722 (java) S 17705 17707 15624 0 -1 4202560 7444 0 0 0 65 0 0 0 15 0 19 0 902701833 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17723] ppid=17705 vsize=10546736 CPUtime=0.61 cores=0,2,4,6
/proc/17707/task/17723/stat : 17723 (java) S 17705 17707 15624 0 -1 4202560 6983 0 0 0 61 0 0 0 15 0 19 0 902701833 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 0 0 0 0
[pid=17707/tid=17724] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17724/stat : 17724 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902701833 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485783449 0 4 0 16800975 18446604440278544768 0 0 -1 6 0 0 0
[pid=17707/tid=17725] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17725/stat : 17725 (java) S 17705 17707 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902701833 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
[pid=17707/tid=17726] ppid=17705 vsize=10546736 CPUtime=0 cores=0,2,4,6
/proc/17707/task/17726/stat : 17726 (java) S 17705 17707 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902701844 10799857664 20565 33554432000 1073741824 1073778376 140737092928736 18446744073709551615 274485784064 0 4 0 16800975 18446604440278544768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.72
Current children cumulated vsize (KiB) 10546736

Child status: 30
Real time (s): 19.4283
CPU time (s): 20.7638
CPU user time (s): 20.7029
CPU system time (s): 0.06099
CPU usage (%): 106.874
Max. virtual memory (cumulated for all children) (KiB): 10556916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7029
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29430
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2479
involuntary context switches= 1018

runsolver used 0.035994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 22:37:02
IDJOB=3492629
IDBENCH=79198
IDSOLVER=1982
FILE ID=node125/3492629-1307911022
RUNJOBID= node125-1307907420-16977
PBS_JOBID= 13559581
Free space on /var/tmp= 2892 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110971697--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492629-1307911022/watcher-3492629-1307911022 -o /var/tmp/evaluation-result-3492629-1307911022/solver-3492629-1307911022 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492629-1307911022.wbo

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

MD5SUM BENCH= 98deccab683818c79978222742e85303
RANDOM SEED=519509669

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1787376 kB
Buffers:         64972 kB
Cached:       30030536 kB
SwapCached:       3272 kB
Active:       15240724 kB
Inactive:     14980720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1787376 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:             532 kB
Writeback:           0 kB
AnonPages:      123772 kB
Mapped:          22312 kB
Slab:           878508 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10549608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node125 at 2011-06-12 22:37:21