Trace number 3492351

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 25.1062 23.9643

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-33-100-0.wbo
MD5SUM8c7284b7ccf7c3e8bad0ea1f2a54ab5e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.78373
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492351-1307909610.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.113
0.28/0.22	o 410
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.151
0.28/0.26	o 326
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.28/0.27	o 314
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.182
0.28/0.29	o 301
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.209
0.55/0.31	o 294
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.55/0.34	o 291
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.68/0.42	o 271
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.68/0.48	o 256
0.78/0.51	c Got one! Elapsed wall clock time (in seconds):0.409
0.78/0.51	o 252
0.89/0.61	c cleaning 4408 clauses out of 8817 with flag 2002/8817
0.89/0.68	c Got one! Elapsed wall clock time (in seconds):0.58
0.89/0.68	o 251
1.03/0.74	c Got one! Elapsed wall clock time (in seconds):0.632
1.03/0.74	o 250
1.13/0.85	c cleaning 5150 clauses out of 10311 with flag 3001/14719
1.23/0.91	c Got one! Elapsed wall clock time (in seconds):0.81
1.23/0.91	o 241
1.23/0.96	c Got one! Elapsed wall clock time (in seconds):0.852
1.23/0.96	o 221
1.34/1.00	c Got one! Elapsed wall clock time (in seconds):0.899
1.34/1.00	o 165
1.34/1.08	c cleaning 5647 clauses out of 11300 with flag 2000/20858
1.70/1.31	c cleaning 5823 clauses out of 11654 with flag 8001/26859
1.83/1.42	c Got one! Elapsed wall clock time (in seconds):1.312
1.83/1.42	o 157
1.94/1.52	c cleaning 5867 clauses out of 11754 with flag 3003/32782
1.94/1.56	c Got one! Elapsed wall clock time (in seconds):1.452
1.94/1.56	o 152
2.14/1.73	c cleaning 5758 clauses out of 11524 with flag 5000/38419
2.34/1.95	c cleaning 5872 clauses out of 11766 with flag 11000/44419
2.54/2.19	c Got one! Elapsed wall clock time (in seconds):2.085
2.54/2.19	o 111
2.74/2.38	c cleaning 8521 clauses out of 17048 with flag 5000/55573
3.04/2.63	c cleaning 7262 clauses out of 14528 with flag 11001/61574
3.64/2.92	c cleaning 7126 clauses out of 14265 with flag 18000/68573
4.21/3.24	c cleaning 7565 clauses out of 15140 with flag 26001/76574
4.62/3.63	c cleaning 8283 clauses out of 16575 with flag 35001/85574
5.02/4.06	c cleaning 9144 clauses out of 18295 with flag 45004/95577
5.22/4.23	c Got one! Elapsed wall clock time (in seconds):4.121
5.22/4.23	o 106
5.22/4.27	c cleaning 7087 clauses out of 14180 with flag 1001/100606
5.43/4.48	c cleaning 6544 clauses out of 13094 with flag 7002/106607
5.73/4.75	c cleaning 6770 clauses out of 13550 with flag 14002/113607
6.03/5.10	c cleaning 7387 clauses out of 14780 with flag 22002/121607
6.43/5.46	c cleaning 8191 clauses out of 16394 with flag 31003/130608
6.83/5.86	c Got one! Elapsed wall clock time (in seconds):5.751
6.83/5.86	o 82
7.03/6.08	c cleaning 11431 clauses out of 22867 with flag 5000/145272
7.33/6.33	c cleaning 8716 clauses out of 17436 with flag 11000/151272
7.33/6.38	c Got one! Elapsed wall clock time (in seconds):6.277
7.33/6.38	o 54
7.53/6.52	c cleaning 6961 clauses out of 13926 with flag 4001/156478
7.73/6.73	c cleaning 6480 clauses out of 12964 with flag 10000/162477
7.94/6.99	c cleaning 6732 clauses out of 13484 with flag 17000/169477
8.24/7.21	c Got one! Elapsed wall clock time (in seconds):7.1
8.24/7.21	o 43
8.46/7.40	c cleaning 9091 clauses out of 18186 with flag 5000/180911
8.67/7.62	c cleaning 7544 clauses out of 15098 with flag 11003/186914
8.87/7.86	c cleaning 7273 clauses out of 14551 with flag 18000/193911
9.17/8.13	c cleaning 7637 clauses out of 15278 with flag 26000/201911
9.47/8.46	c cleaning 8316 clauses out of 16641 with flag 35000/210911
9.88/8.82	c cleaning 9161 clauses out of 18326 with flag 45001/220912
10.17/9.18	c cleaning 9572 clauses out of 19164 with flag 55000/230911
10.57/9.54	c cleaning 9789 clauses out of 19592 with flag 65000/240911
10.88/9.89	c cleaning 9895 clauses out of 19804 with flag 75001/250912
11.27/10.22	c cleaning 9948 clauses out of 19908 with flag 85000/260911
11.57/10.56	c cleaning 9977 clauses out of 19961 with flag 95001/270912
11.98/10.91	c cleaning 9984 clauses out of 19984 with flag 105001/280912
12.27/11.27	c cleaning 9994 clauses out of 20000 with flag 115001/290912
12.68/11.62	c cleaning 9998 clauses out of 20005 with flag 125000/300911
12.98/11.98	c cleaning 9994 clauses out of 20007 with flag 135000/310911
13.38/12.34	c cleaning 10003 clauses out of 20014 with flag 145001/320912
13.78/12.71	c cleaning 10000 clauses out of 20013 with flag 155003/330914
14.18/13.10	c cleaning 10003 clauses out of 20013 with flag 165003/340914
14.18/13.14	c Got one! Elapsed wall clock time (in seconds):13.039
14.18/13.14	o 42
14.38/13.31	c cleaning 7976 clauses out of 15959 with flag 5003/346863
14.58/13.52	c cleaning 6983 clauses out of 13980 with flag 11000/352860
14.78/13.76	c cleaning 6994 clauses out of 13997 with flag 18000/359860
15.08/14.05	c cleaning 7495 clauses out of 15003 with flag 26000/367860
15.28/14.21	c Got one! Elapsed wall clock time (in seconds):14.103
15.28/14.21	o 33
15.48/14.43	c cleaning 8792 clauses out of 17602 with flag 5001/377954
15.70/14.63	c cleaning 7403 clauses out of 14811 with flag 11002/383955
15.90/14.88	c cleaning 7197 clauses out of 14406 with flag 18000/390953
16.21/15.16	c cleaning 7600 clauses out of 15209 with flag 26000/398953
16.51/15.49	c cleaning 8300 clauses out of 16609 with flag 35000/407953
16.91/15.83	c cleaning 9151 clauses out of 18310 with flag 45001/417954
17.21/16.16	c cleaning 9575 clauses out of 19158 with flag 55000/427953
17.41/16.31	c Got one! Elapsed wall clock time (in seconds):16.205
17.41/16.31	o 15
17.41/16.35	c cleaning 7669 clauses out of 15342 with flag 1000/433712
17.62/16.55	c cleaning 6832 clauses out of 13674 with flag 7001/439713
17.91/16.81	c cleaning 6917 clauses out of 13842 with flag 14001/446713
18.11/17.06	c Got one! Elapsed wall clock time (in seconds):16.957
18.11/17.06	o 8
18.31/17.29	c cleaning 9701 clauses out of 19410 with flag 5002/459198
18.62/17.50	c cleaning 7848 clauses out of 15708 with flag 11001/465197
18.82/17.73	c cleaning 7424 clauses out of 14859 with flag 18000/472196
19.02/17.98	c cleaning 7712 clauses out of 15438 with flag 26003/480199
19.42/18.30	c cleaning 8359 clauses out of 16724 with flag 35001/489197
19.72/18.63	c cleaning 9178 clauses out of 18366 with flag 45002/499198
20.02/18.98	c cleaning 9587 clauses out of 19186 with flag 55000/509196
20.42/19.34	c cleaning 9799 clauses out of 19601 with flag 65002/519198
20.72/19.68	c cleaning 9897 clauses out of 19800 with flag 75000/529196
21.12/20.03	c cleaning 9944 clauses out of 19903 with flag 85000/539196
21.42/20.38	c cleaning 9975 clauses out of 19960 with flag 95001/549197
21.82/20.73	c cleaning 9986 clauses out of 19984 with flag 105000/559196
22.12/21.08	c cleaning 9994 clauses out of 19999 with flag 115001/569197
22.52/21.42	c cleaning 9997 clauses out of 20006 with flag 125002/579198
22.82/21.76	c cleaning 10001 clauses out of 20008 with flag 135001/589197
23.23/22.10	c cleaning 9996 clauses out of 20007 with flag 145001/599197
23.52/22.44	c cleaning 10002 clauses out of 20012 with flag 155002/609198
23.82/22.79	c cleaning 10000 clauses out of 20010 with flag 165002/619198
24.23/23.16	c cleaning 9998 clauses out of 20009 with flag 175001/629197
24.63/23.55	c cleaning 10000 clauses out of 20010 with flag 185000/639196
25.03/23.93	c cleaning 10006 clauses out of 20011 with flag 195002/649198
25.03/23.95	c starts		: 190
25.03/23.95	c conflicts		: 649383
25.03/23.95	c decisions		: 1068843
25.03/23.95	c propagations		: 15600728
25.03/23.95	c inspects		: 136878848
25.03/23.95	c shortcuts		: 0
25.03/23.95	c learnt literals	: 6
25.03/23.95	c learnt binary clauses	: 53
25.03/23.95	c learnt ternary clauses	: 585
25.03/23.95	c learnt constraints	: 649376
25.03/23.95	c ignored constraints	: 0
25.03/23.95	c root simplifications	: 0
25.03/23.95	c removed literals (reason simplification)	: 4680419
25.03/23.95	c reason swapping (by a shorter reason)	: 0
25.03/23.95	c Calls to reduceDB	: 76
25.03/23.95	c number of reductions to clauses (during analyze)	: 0
25.03/23.95	c number of learned constraints concerned by reduction	: 0
25.03/23.95	c number of learning phase by resolution	: 0
25.03/23.95	c number of learning phase by cutting planes	: 0
25.03/23.95	c speed (assignments/second)	: 2263271.1446394892
25.03/23.95	c non guided choices	1265
25.03/23.95	c learnt constraints type 
25.03/23.95	c constraints type 
25.03/23.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
25.03/23.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
25.03/23.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
25.03/23.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
25.03/23.95	s OPTIMUM FOUND
25.03/23.96	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 
25.03/23.96	c objective function=8
25.03/23.96	c Total wall clock time (in seconds): 23.851

Verifier Data

OK	8

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 1.93 1.72 2/195 5082
/proc/meminfo: memFree=1032816/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 1179 0 0 0 0 0 0 0 25 0 2 0 635152264 27824128 906 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 6793 906 688 9 0 381 0
[pid=5082/tid=5083] ppid=5080 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 79 0 0 0 0 0 0 0 25 0 2 0 635152264 31313920 920 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268655739920 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0263551 s]
/proc/loadavg: 2.02 1.93 1.72 2/195 5082
/proc/meminfo: memFree=1032816/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10520548 CPUtime=0.01 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 10656 0 1 0 0 1 0 0 25 0 10 0 635152264 10773041152 10354 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2630137 10358 1512 9 0 2620885 0
[pid=5082/tid=5083] ppid=5080 vsize=10520548 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 9536 0 1 0 0 1 0 0 25 0 10 0 635152264 10773041152 10358 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 47968884835075 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10520548

[startup+0.100339 s]
/proc/loadavg: 2.02 1.93 1.72 2/195 5082
/proc/meminfo: memFree=1032816/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10540356 CPUtime=0.1 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 13106 0 1 0 9 1 0 0 25 0 18 0 635152264 10793324544 12802 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2635089 12802 2092 9 0 2625823 0
[pid=5082/tid=5083] ppid=5080 vsize=10540356 CPUtime=0.08 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 11193 0 1 0 7 1 0 0 25 0 18 0 635152264 10793324544 12802 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268660329434 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540356

[startup+0.300318 s]
/proc/loadavg: 2.02 1.93 1.72 2/195 5082
/proc/meminfo: memFree=1032816/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544380 CPUtime=0.55 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 15916 0 1 0 53 2 0 0 25 0 19 0 635152264 10797445120 14934 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636095 14934 2214 9 0 2626829 0
[pid=5082/tid=5083] ppid=5080 vsize=10544380 CPUtime=0.28 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 11835 0 1 0 27 1 0 0 25 0 19 0 635152264 10797445120 14934 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505228273 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10544380

[startup+0.700237 s]
/proc/loadavg: 2.02 1.93 1.72 2/195 5082
/proc/meminfo: memFree=1032816/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544380 CPUtime=1.03 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 17079 0 1 0 101 2 0 0 25 0 19 0 635152264 10797445120 16068 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636095 16068 2246 9 0 2626829 0
[pid=5082/tid=5083] ppid=5080 vsize=10544380 CPUtime=0.66 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12338 0 1 0 65 1 0 0 25 0 19 0 635152264 10797445120 16068 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505564840 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544380

[startup+1.50109 s]
/proc/loadavg: 2.02 1.93 1.72 3/214 5101
/proc/meminfo: memFree=976408/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544380 CPUtime=1.94 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 18158 0 1 0 191 3 0 0 25 0 19 0 635152264 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636095 16478 2248 9 0 2626829 0
[pid=5082/tid=5083] ppid=5080 vsize=10544380 CPUtime=1.42 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12342 0 1 0 141 1 0 0 25 0 19 0 635152264 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505560128 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5082/tid=5085] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 635152266 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544380 CPUtime=0.04 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 452 0 0 0 4 0 0 0 16 0 19 0 635152267 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544380 CPUtime=0.15 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 883 0 0 0 15 0 0 0 15 0 19 0 635152270 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544380 CPUtime=0.28 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) S 5080 5082 2916 0 -1 4202560 2779 0 0 0 28 0 0 0 16 0 19 0 635152270 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5099] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5099/stat : 5099 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5100] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5100/stat : 5100 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152270 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5101] ppid=5080 vsize=10544380 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5101/stat : 5101 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635152281 10797445120 16478 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10544380

[startup+3.10081 s]
/proc/loadavg: 2.02 1.93 1.72 3/214 5101
/proc/meminfo: memFree=974920/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544692 CPUtime=4.03 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 27396 0 1 0 399 4 0 0 25 0 19 0 635152264 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636173 21324 2248 9 0 2626907 0
[pid=5082/tid=5083] ppid=5080 vsize=10544692 CPUtime=2.94 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12348 0 1 0 293 1 0 0 25 0 19 0 635152264 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505540828 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5082/tid=5085] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544692 CPUtime=0.12 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 539 0 0 0 12 0 0 0 16 0 19 0 635152267 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544692 CPUtime=0.19 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 922 0 0 0 19 0 0 0 15 0 19 0 635152270 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544692 CPUtime=0.72 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) R 5080 5082 2916 0 -1 4202560 11681 0 0 0 71 1 0 0 16 0 19 0 635152270 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 47968888540554 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5082/tid=5099] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5099/stat : 5099 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5100] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5100/stat : 5100 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152270 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5101] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5101/stat : 5101 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635152281 10797764608 21324 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10544692

[startup+6.30121 s]
/proc/loadavg: 2.10 1.95 1.73 3/214 5101
/proc/meminfo: memFree=956324/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544692 CPUtime=7.33 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 27637 0 1 0 729 4 0 0 25 0 19 0 635152264 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636173 21108 2248 9 0 2626907 0
[pid=5082/tid=5083] ppid=5080 vsize=10544692 CPUtime=6.01 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12358 0 1 0 600 1 0 0 19 0 19 0 635152264 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505535133 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5082/tid=5085] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 19 0 635152266 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544692 CPUtime=0.23 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 674 0 0 0 23 0 0 0 16 0 19 0 635152267 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544692 CPUtime=0.19 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 922 0 0 0 19 0 0 0 15 0 19 0 635152270 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544692 CPUtime=0.81 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) S 5080 5082 2916 0 -1 4202560 11738 0 0 0 80 1 0 0 15 0 19 0 635152270 10797764608 21108 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0

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

/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 173 0 0 0 2 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 222 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544692 CPUtime=0.92 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 842 0 0 0 91 1 0 0 16 0 19 0 635152267 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544692 CPUtime=0.21 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 922 0 0 0 21 0 0 0 15 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544692 CPUtime=0.85 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) S 5080 5082 2916 0 -1 4202560 11740 0 0 0 84 1 0 0 15 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5099] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5099/stat : 5099 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5100] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5100/stat : 5100 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5101] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5101/stat : 5101 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635152281 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 10544692

[startup+23.1063 s]
/proc/loadavg: 2.07 1.95 1.73 3/214 5101
/proc/meminfo: memFree=962252/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544692 CPUtime=24.23 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 27885 0 1 0 2417 6 0 0 25 0 19 0 635152264 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636173 19471 2249 9 0 2626907 0
[pid=5082/tid=5083] ppid=5080 vsize=10544692 CPUtime=22.04 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12413 0 1 0 2203 1 0 0 18 0 19 0 635152264 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505606256 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5082/tid=5085] ppid=5080 vsize=10544692 CPUtime=0.02 cores=1,3,5,7
/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 173 0 0 0 2 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 222 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544692 CPUtime=0.95 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 842 0 0 0 94 1 0 0 16 0 19 0 635152267 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544692 CPUtime=0.21 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 922 0 0 0 21 0 0 0 15 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544692 CPUtime=0.85 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) S 5080 5082 2916 0 -1 4202560 11740 0 0 0 84 1 0 0 15 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5099] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5099/stat : 5099 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5100] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5100/stat : 5100 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152270 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5101] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5101/stat : 5101 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635152281 10797764608 19471 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.23
Current children cumulated vsize (KiB) 10544692

[startup+23.5012 s]
/proc/loadavg: 2.07 1.95 1.73 3/214 5101
/proc/meminfo: memFree=962252/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544692 CPUtime=24.63 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 27901 0 1 0 2457 6 0 0 25 0 19 0 635152264 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636173 19486 2249 9 0 2626907 0
[pid=5082/tid=5083] ppid=5080 vsize=10544692 CPUtime=22.42 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12414 0 1 0 2241 1 0 0 18 0 19 0 635152264 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505563479 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5082/tid=5085] ppid=5080 vsize=10544692 CPUtime=0.02 cores=1,3,5,7
/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 173 0 0 0 2 0 0 0 16 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 222 0 0 0 1 0 0 0 16 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544692 CPUtime=0.96 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 857 0 0 0 95 1 0 0 16 0 19 0 635152267 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544692 CPUtime=0.21 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 922 0 0 0 21 0 0 0 15 0 19 0 635152270 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544692 CPUtime=0.85 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) S 5080 5082 2916 0 -1 4202560 11740 0 0 0 84 1 0 0 15 0 19 0 635152270 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5099] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5099/stat : 5099 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5100] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5100/stat : 5100 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152270 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5101] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5101/stat : 5101 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635152281 10797764608 19486 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 10544692

[startup+23.9011 s]
/proc/loadavg: 2.07 1.95 1.73 3/214 5101
/proc/meminfo: memFree=962252/32951124 swapFree=67055716/67111528
[pid=5082] ppid=5080 vsize=10544692 CPUtime=25.03 cores=1,3,5,7
/proc/5082/stat : 5082 (java) S 5080 5082 2916 0 -1 4202496 27910 0 1 0 2497 6 0 0 25 0 19 0 635152264 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5082/statm: 2636173 19494 2249 9 0 2626907 0
[pid=5082/tid=5083] ppid=5080 vsize=10544692 CPUtime=22.81 cores=1,3,5,7
/proc/5082/task/5083/stat : 5083 (java) R 5080 5082 2916 0 -1 4202560 12416 0 1 0 2280 1 0 0 18 0 19 0 635152264 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 46912505541137 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5082/tid=5085] ppid=5080 vsize=10544692 CPUtime=0.02 cores=1,3,5,7
/proc/5082/task/5085/stat : 5085 (java) S 5080 5082 2916 0 -1 4202560 173 0 0 0 2 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5086] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5086/stat : 5086 (java) S 5080 5082 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5087] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5087/stat : 5087 (java) S 5080 5082 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5088] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5088/stat : 5088 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5089] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5089/stat : 5089 (java) S 5080 5082 2916 0 -1 4202560 222 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5090] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5090/stat : 5090 (java) S 5080 5082 2916 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5091] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5091/stat : 5091 (java) S 5080 5082 2916 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5092] ppid=5080 vsize=10544692 CPUtime=0.01 cores=1,3,5,7
/proc/5082/task/5092/stat : 5092 (java) S 5080 5082 2916 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 19 0 635152266 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5093] ppid=5080 vsize=10544692 CPUtime=0.97 cores=1,3,5,7
/proc/5082/task/5093/stat : 5093 (java) S 5080 5082 2916 0 -1 4202560 864 0 0 0 96 1 0 0 16 0 19 0 635152267 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 0 0 16800975 18446604471135370240 0 0 -1 3 0 0 0
[pid=5082/tid=5094] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5094/stat : 5094 (java) S 5080 5082 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5095] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5095/stat : 5095 (java) S 5080 5082 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 635152268 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
[pid=5082/tid=5096] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5096/stat : 5096 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672485809 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5097] ppid=5080 vsize=10544692 CPUtime=0.21 cores=1,3,5,7
/proc/5082/task/5097/stat : 5097 (java) S 5080 5082 2916 0 -1 4202560 922 0 0 0 21 0 0 0 15 0 19 0 635152270 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5098] ppid=5080 vsize=10544692 CPUtime=0.85 cores=1,3,5,7
/proc/5082/task/5098/stat : 5098 (java) S 5080 5082 2916 0 -1 4202560 11740 0 0 0 84 1 0 0 15 0 19 0 635152270 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 5 0 0 0
[pid=5082/tid=5099] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5099/stat : 5099 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635152270 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478105 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5100] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5100/stat : 5100 (java) S 5080 5082 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635152270 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 1 0 0 0
[pid=5082/tid=5101] ppid=5080 vsize=10544692 CPUtime=0 cores=1,3,5,7
/proc/5082/task/5101/stat : 5101 (java) S 5080 5082 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635152281 10797764608 19494 33554432000 1073741824 1073778376 140736149427328 18446744073709551615 268672478720 0 4 0 16800975 18446604471135370240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 10544692

Child status: 30
Real time (s): 23.9643
CPU time (s): 25.1062
CPU user time (s): 25.0352
CPU system time (s): 0.070989
CPU usage (%): 104.765
Max. virtual memory (cumulated for all children) (KiB): 10544692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0352
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27935
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= 2888
involuntary context switches= 1107

runsolver used 0.034994 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:13:30
IDJOB=3492351
IDBENCH=78774
IDSOLVER=1982
FILE ID=node107/3492351-1307909610
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968561--soft-33-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-3492351-1307909610/watcher-3492351-1307909610 -o /var/tmp/evaluation-result-3492351-1307909610/solver-3492351-1307909610 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492351-1307909610.wbo

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

MD5SUM BENCH= 8c7284b7ccf7c3e8bad0ea1f2a54ab5e
RANDOM SEED=1371112163

node107.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.829
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1033096 kB
Buffers:         59932 kB
Cached:       30723192 kB
SwapCached:      20072 kB
Active:       15773288 kB
Inactive:     15184260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1033096 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             108 kB
Writeback:           0 kB
AnonPages:      171668 kB
Mapped:          21128 kB
Slab:           896540 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10535652 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 node107 at 2011-06-12 22:13:54