Trace number 3492516

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 33.6789 32.8019

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-66-100-0.wbo
MD5SUM9cfbc8b4b7b0ac87604f7a971d1e096c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark0.345947
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/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@38540408
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-3492516-1307909919.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     198
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 => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.67/0.46	c cleaning 2501 clauses out of 5005 with flag 5005/5005
0.92/0.66	c cleaning 4250 clauses out of 8501 with flag 11002/11002
1.14/0.88	c cleaning 5623 clauses out of 11249 with flag 18000/18000
1.46/1.14	c cleaning 6811 clauses out of 13627 with flag 26001/26001
1.78/1.45	c cleaning 7902 clauses out of 15816 with flag 35001/35001
2.09/1.78	c cleaning 8955 clauses out of 17913 with flag 45000/45000
2.49/2.11	c cleaning 9476 clauses out of 18959 with flag 55001/55001
2.79/2.42	c cleaning 9738 clauses out of 19483 with flag 65001/65001
3.09/2.73	c cleaning 9866 clauses out of 19744 with flag 75000/75000
3.39/3.06	c cleaning 9935 clauses out of 19878 with flag 85000/85000
3.70/3.39	c cleaning 9968 clauses out of 19945 with flag 95002/95002
3.79/3.43	c SATISFIABLE
3.79/3.43	c OPTIMIZING...
3.79/3.43	c Got one! Elapsed wall clock time (in seconds):3.326
3.79/3.43	o 459
3.89/3.55	c cleaning 7581 clauses out of 15167 with flag 4001/100192
4.09/3.73	c cleaning 6791 clauses out of 13585 with flag 10000/106191
4.29/3.94	c cleaning 6892 clauses out of 13794 with flag 17000/113191
4.49/4.19	c cleaning 7449 clauses out of 14903 with flag 25001/121192
4.70/4.36	c Got one! Elapsed wall clock time (in seconds):4.252
4.70/4.36	o 309
4.89/4.53	c cleaning 9218 clauses out of 18447 with flag 5000/132185
5.10/4.72	c cleaning 7610 clauses out of 15230 with flag 11001/138186
5.30/4.93	c cleaning 7304 clauses out of 14620 with flag 18001/145186
5.50/5.16	c cleaning 7651 clauses out of 15316 with flag 26001/153186
5.70/5.34	c Got one! Elapsed wall clock time (in seconds):5.237
5.70/5.34	o 308
5.90/5.51	c cleaning 9761 clauses out of 19526 with flag 5001/165047
6.10/5.70	c cleaning 7880 clauses out of 15768 with flag 11004/171050
6.30/5.93	c cleaning 7439 clauses out of 14884 with flag 18000/178046
6.51/6.16	c cleaning 7720 clauses out of 15448 with flag 26003/186049
6.80/6.43	c cleaning 8360 clauses out of 16728 with flag 35003/195049
7.10/6.75	c cleaning 9176 clauses out of 18365 with flag 45000/205046
7.40/7.07	c cleaning 9592 clauses out of 19192 with flag 55003/215049
7.81/7.41	c cleaning 9793 clauses out of 19597 with flag 65000/225046
8.12/7.71	c cleaning 9894 clauses out of 19804 with flag 75000/235046
8.41/8.02	c cleaning 9947 clauses out of 19910 with flag 85000/245046
8.71/8.31	c cleaning 9977 clauses out of 19965 with flag 95002/255048
8.71/8.34	c Got one! Elapsed wall clock time (in seconds):8.237
8.71/8.34	o 210
8.81/8.49	c cleaning 7767 clauses out of 15545 with flag 5001/260605
9.01/8.68	c cleaning 6885 clauses out of 13777 with flag 11000/266604
9.22/8.89	c cleaning 6942 clauses out of 13893 with flag 18001/273605
9.52/9.13	c cleaning 7470 clauses out of 14950 with flag 26000/281604
9.72/9.40	c cleaning 8238 clauses out of 16481 with flag 35001/290605
10.12/9.72	c cleaning 9120 clauses out of 18244 with flag 45002/300606
10.42/10.02	c cleaning 9559 clauses out of 19122 with flag 55000/310604
10.72/10.33	c cleaning 9777 clauses out of 19566 with flag 65003/320607
11.02/10.64	c cleaning 9890 clauses out of 19786 with flag 75000/330604
11.33/10.95	c cleaning 9945 clauses out of 19897 with flag 85001/340605
11.63/11.26	c cleaning 9972 clauses out of 19951 with flag 95000/350604
11.93/11.57	c cleaning 9983 clauses out of 19979 with flag 105000/360604
12.23/11.86	c cleaning 9991 clauses out of 19997 with flag 115001/370605
12.53/12.16	c cleaning 9999 clauses out of 20006 with flag 125001/380605
12.83/12.47	c cleaning 9999 clauses out of 20006 with flag 135000/390604
13.13/12.78	c cleaning 9999 clauses out of 20009 with flag 145002/400606
13.43/13.06	c cleaning 9996 clauses out of 20008 with flag 155000/410604
13.73/13.38	c cleaning 10003 clauses out of 20012 with flag 165000/420604
14.13/13.75	c cleaning 9998 clauses out of 20010 with flag 175001/430605
14.43/14.05	c cleaning 10003 clauses out of 20012 with flag 185001/440605
14.73/14.35	c cleaning 10000 clauses out of 20009 with flag 195001/450605
15.04/14.65	c cleaning 9995 clauses out of 20008 with flag 205000/460604
15.34/14.93	c cleaning 10001 clauses out of 20013 with flag 215000/470604
15.64/15.23	c cleaning 9998 clauses out of 20012 with flag 225000/480604
15.95/15.56	c cleaning 10004 clauses out of 20015 with flag 235001/490605
16.25/15.85	c cleaning 9999 clauses out of 20011 with flag 245001/500605
16.55/16.15	c cleaning 10002 clauses out of 20011 with flag 255000/510604
16.85/16.43	c cleaning 9998 clauses out of 20010 with flag 265001/520605
17.15/16.72	c cleaning 9999 clauses out of 20011 with flag 275000/530604
17.45/17.02	c cleaning 10000 clauses out of 20013 with flag 285001/540605
17.45/17.07	c Got one! Elapsed wall clock time (in seconds):16.966
17.45/17.07	o 207
17.55/17.19	c cleaning 7850 clauses out of 15705 with flag 4001/546297
17.75/17.39	c cleaning 6920 clauses out of 13854 with flag 10000/552296
17.95/17.60	c cleaning 6965 clauses out of 13935 with flag 17001/559297
18.27/17.85	c cleaning 7480 clauses out of 14969 with flag 25000/567296
18.57/18.13	c cleaning 8242 clauses out of 16489 with flag 34000/576296
18.87/18.47	c cleaning 9117 clauses out of 18248 with flag 44001/586297
19.18/18.79	c cleaning 9560 clauses out of 19131 with flag 54001/596297
19.57/19.10	c cleaning 9780 clauses out of 19570 with flag 64000/606296
19.87/19.43	c cleaning 9889 clauses out of 19791 with flag 74001/616297
20.18/19.76	c cleaning 9947 clauses out of 19901 with flag 84000/626296
20.47/20.08	c cleaning 9971 clauses out of 19955 with flag 94001/636297
20.77/20.39	c cleaning 9990 clauses out of 19985 with flag 104002/646298
21.17/20.72	c cleaning 9993 clauses out of 19994 with flag 114001/656297
21.48/21.04	c cleaning 9992 clauses out of 20000 with flag 124000/666296
21.78/21.33	c cleaning 10000 clauses out of 20010 with flag 134002/676298
22.08/21.63	c cleaning 10002 clauses out of 20011 with flag 144003/686299
22.38/21.93	c cleaning 9997 clauses out of 20006 with flag 154000/696296
22.68/22.23	c cleaning 10002 clauses out of 20009 with flag 164000/706296
22.98/22.53	c cleaning 9997 clauses out of 20007 with flag 174000/716296
23.28/22.83	c cleaning 10001 clauses out of 20012 with flag 184002/726298
23.59/23.15	c cleaning 9996 clauses out of 20010 with flag 194001/736297
23.89/23.47	c cleaning 10001 clauses out of 20013 with flag 204000/746296
24.19/23.79	c cleaning 10000 clauses out of 20012 with flag 214000/756296
24.49/24.10	c cleaning 10003 clauses out of 20015 with flag 224003/766299
24.80/24.39	c cleaning 10000 clauses out of 20010 with flag 234001/776297
25.10/24.69	c cleaning 10001 clauses out of 20009 with flag 244000/786296
25.40/24.99	c cleaning 10000 clauses out of 20008 with flag 254000/796296
25.81/25.31	c cleaning 9999 clauses out of 20010 with flag 264002/806298
26.10/25.62	c cleaning 9999 clauses out of 20009 with flag 274000/816296
26.40/25.90	c cleaning 10000 clauses out of 20012 with flag 284002/826298
26.60/26.19	c cleaning 10000 clauses out of 20012 with flag 294002/836298
26.91/26.49	c cleaning 10000 clauses out of 20010 with flag 304000/846296
27.20/26.79	c cleaning 9998 clauses out of 20010 with flag 314000/856296
27.60/27.10	c cleaning 10001 clauses out of 20012 with flag 324000/866296
27.91/27.41	c cleaning 10002 clauses out of 20011 with flag 334000/876296
28.21/27.72	c cleaning 9998 clauses out of 20009 with flag 344000/886296
28.51/28.03	c cleaning 10001 clauses out of 20011 with flag 354000/896296
28.81/28.34	c cleaning 9995 clauses out of 20010 with flag 364000/906296
29.11/28.64	c cleaning 10005 clauses out of 20015 with flag 374000/916296
29.41/28.97	c cleaning 10001 clauses out of 20014 with flag 384004/926300
29.71/29.30	c cleaning 9999 clauses out of 20009 with flag 394000/936296
30.11/29.65	c cleaning 10004 clauses out of 20011 with flag 404001/946297
30.53/30.02	c cleaning 10001 clauses out of 20006 with flag 414000/956296
31.12/30.36	c cleaning 9998 clauses out of 20005 with flag 424000/966296
31.44/30.66	c cleaning 9996 clauses out of 20007 with flag 434000/976296
31.74/30.97	c cleaning 10001 clauses out of 20011 with flag 444000/986296
32.04/31.29	c cleaning 10000 clauses out of 20010 with flag 454000/996296
32.34/31.59	c cleaning 10000 clauses out of 20012 with flag 464002/1006298
32.74/31.91	c cleaning 9995 clauses out of 20010 with flag 474000/1016296
33.04/32.21	c cleaning 10004 clauses out of 20015 with flag 484000/1026296
33.34/32.54	c cleaning 10003 clauses out of 20011 with flag 494001/1036297
33.56/32.79	c starts		: 192
33.56/32.79	c conflicts		: 1043788
33.56/32.79	c decisions		: 1679443
33.56/32.79	c propagations		: 23536581
33.56/32.79	c inspects		: 202534040
33.56/32.79	c shortcuts		: 0
33.56/32.79	c learnt literals	: 6
33.56/32.79	c learnt binary clauses	: 17
33.56/32.79	c learnt ternary clauses	: 132
33.56/32.79	c learnt constraints	: 1043781
33.56/32.79	c ignored constraints	: 0
33.56/32.79	c root simplifications	: 0
33.56/32.79	c removed literals (reason simplification)	: 6838463
33.56/32.79	c reason swapping (by a shorter reason)	: 0
33.56/32.79	c Calls to reduceDB	: 111
33.56/32.79	c number of reductions to clauses (during analyze)	: 0
33.56/32.79	c number of learned constraints concerned by reduction	: 0
33.56/32.79	c number of learning phase by resolution	: 0
33.56/32.79	c number of learning phase by cutting planes	: 0
33.56/32.79	c speed (assignments/second)	: 1497142.7390115133
33.56/32.79	c non guided choices	271
33.56/32.79	c learnt constraints type 
33.56/32.79	c constraints type 
33.56/32.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
33.56/32.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
33.56/32.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
33.56/32.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
33.56/32.79	s OPTIMUM FOUND
33.56/32.79	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 
33.56/32.79	c objective function=207
33.56/32.79	c Total wall clock time (in seconds): 32.688

Verifier Data

OK	207

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492516-1307909919/watcher-3492516-1307909919 -o /tmp/evaluation-result-3492516-1307909919/solver-3492516-1307909919 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492516-1307909919.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.08 2.05 1.97 2/193 23876
/proc/meminfo: memFree=12049192/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 2 0 902591569 31260672 957 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 7632 957 730 9 0 383 0
[pid=23876/tid=23877] ppid=23874 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902591569 31260672 957 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274664808192 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0466381 s]
/proc/loadavg: 2.08 2.05 1.97 2/193 23876
/proc/meminfo: memFree=12049192/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10467480 CPUtime=0.04 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 11338 0 1 0 3 1 0 0 25 0 13 0 902591569 10718699520 11034 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2616870 11035 1679 9 0 2607618 0
[pid=23876/tid=23877] ppid=23874 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 10191 0 1 0 3 0 0 0 25 0 13 0 902591569 10718699520 11036 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 47850479310360 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.105641 s]
/proc/loadavg: 2.08 2.05 1.97 2/193 23876
/proc/meminfo: memFree=12049192/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10539988 CPUtime=0.11 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 13160 0 1 0 10 1 0 0 25 0 18 0 902591569 10792947712 12831 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2634997 12831 2108 9 0 2625731 0
[pid=23876/tid=23877] ppid=23874 vsize=10539988 CPUtime=0.09 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 11194 0 1 0 8 1 0 0 25 0 18 0 902591569 10792947712 12833 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676637051 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539988

[startup+0.300567 s]
/proc/loadavg: 2.08 2.05 1.97 2/193 23876
/proc/meminfo: memFree=12049192/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10543740 CPUtime=0.54 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 16372 0 1 0 53 1 0 0 25 0 19 0 902591569 10796789760 14956 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2635935 14956 2215 9 0 2626669 0
[pid=23876/tid=23877] ppid=23874 vsize=10543740 CPUtime=0.28 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 11707 0 1 0 27 1 0 0 25 0 19 0 902591569 10796789760 14956 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505553064 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543740

[startup+0.700496 s]
/proc/loadavg: 2.08 2.05 1.97 2/193 23876
/proc/meminfo: memFree=12049192/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10543740 CPUtime=1.04 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 17366 0 1 0 103 1 0 0 25 0 19 0 902591569 10796789760 15944 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2635935 15944 2247 9 0 2626669 0
[pid=23876/tid=23877] ppid=23874 vsize=10543740 CPUtime=0.66 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 11910 0 1 0 65 1 0 0 17 0 19 0 902591569 10796789760 15944 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505575620 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10543740

[startup+1.50131 s]
/proc/loadavg: 2.08 2.05 1.97 3/212 23895
/proc/meminfo: memFree=11989980/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10543740 CPUtime=1.89 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 17855 0 1 0 187 2 0 0 25 0 19 0 902591569 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2635935 16235 2248 9 0 2626669 0
[pid=23876/tid=23877] ppid=23874 vsize=10543740 CPUtime=1.42 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 11911 0 1 0 141 1 0 0 18 0 19 0 902591569 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505528990 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23876/tid=23879] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23879/stat : 23879 (java) S 23874 23876 19566 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23880] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23880/stat : 23880 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23881] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23881/stat : 23881 (java) S 23874 23876 19566 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23882] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23882/stat : 23882 (java) S 23874 23876 19566 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23883] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23883/stat : 23883 (java) S 23874 23876 19566 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23884] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23884/stat : 23884 (java) S 23874 23876 19566 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23885] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10543740 CPUtime=0.05 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 459 0 0 0 5 0 0 0 16 0 19 0 902591572 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10543740 CPUtime=0.22 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 1903 0 0 0 22 0 0 0 17 0 19 0 902591575 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10543740 CPUtime=0.16 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1865 0 0 0 16 0 0 0 17 0 19 0 902591575 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23893] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23893/stat : 23893 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23894] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23894/stat : 23894 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591575 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23895] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23895/stat : 23895 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591586 10796789760 16235 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10543740

[startup+3.10107 s]
/proc/loadavg: 2.08 2.05 1.97 3/212 23895
/proc/meminfo: memFree=11987588/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10543740 CPUtime=3.49 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 18007 0 1 0 347 2 0 0 25 0 19 0 902591569 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2635935 16382 2248 9 0 2626669 0
[pid=23876/tid=23877] ppid=23874 vsize=10543740 CPUtime=2.95 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 11916 0 1 0 294 1 0 0 20 0 19 0 902591569 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505523667 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23876/tid=23879] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23879/stat : 23879 (java) S 23874 23876 19566 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23880] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23880/stat : 23880 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23881] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23881/stat : 23881 (java) S 23874 23876 19566 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23882] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23882/stat : 23882 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23883] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23883/stat : 23883 (java) S 23874 23876 19566 0 -1 4202560 148 0 0 0 0 0 0 0 16 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23884] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23884/stat : 23884 (java) S 23874 23876 19566 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23885] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10543740 CPUtime=0.12 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 596 0 0 0 12 0 0 0 15 0 19 0 902591572 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10543740 CPUtime=0.22 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 1903 0 0 0 22 0 0 0 17 0 19 0 902591575 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10543740 CPUtime=0.16 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1865 0 0 0 16 0 0 0 17 0 19 0 902591575 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23893] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23893/stat : 23893 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23894] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23894/stat : 23894 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591575 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23895] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23895/stat : 23895 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591586 10796789760 16382 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10543740

[startup+6.30151 s]
/proc/loadavg: 2.16 2.07 1.98 3/212 23895
/proc/meminfo: memFree=11985616/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10543740 CPUtime=6.7 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 18075 0 1 0 668 2 0 0 25 0 19 0 902591569 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2635935 16428 2248 9 0 2626669 0
[pid=23876/tid=23877] ppid=23874 vsize=10543740 CPUtime=5.97 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 11936 0 1 0 596 1 0 0 25 0 19 0 902591569 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505566304 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23876/tid=23879] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23879/stat : 23879 (java) S 23874 23876 19566 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23880] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23880/stat : 23880 (java) S 23874 23876 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23881] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23881/stat : 23881 (java) S 23874 23876 19566 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23882] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23882/stat : 23882 (java) S 23874 23876 19566 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23883] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23883/stat : 23883 (java) S 23874 23876 19566 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23884] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23884/stat : 23884 (java) S 23874 23876 19566 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23885] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 902591571 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10543740 CPUtime=0.27 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 639 0 0 0 27 0 0 0 15 0 19 0 902591572 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10543740 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10543740 CPUtime=0.23 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 1903 0 0 0 23 0 0 0 15 0 19 0 902591575 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10543740 CPUtime=0.16 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1865 0 0 0 16 0 0 0 17 0 19 0 902591575 10796789760 16428 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0

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

[pid=23876/tid=23885] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 24 0 0 0 3 0 0 0 16 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10564048 CPUtime=1.32 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 876 0 0 0 132 0 0 0 15 0 19 0 902591572 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10564048 CPUtime=0.54 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 8233 0 0 0 54 0 0 0 16 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10564048 CPUtime=0.16 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1871 0 0 0 16 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23893] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23893/stat : 23893 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23894] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23894/stat : 23894 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23895] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23895/stat : 23895 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591586 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.12
Current children cumulated vsize (KiB) 10564048

[startup+31.9071 s]
/proc/loadavg: 2.16 2.07 1.98 3/212 23895
/proc/meminfo: memFree=11956988/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10564048 CPUtime=32.74 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 24765 0 1 0 3270 4 0 0 25 0 19 0 902591569 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2641012 21144 2251 9 0 2631746 0
[pid=23876/tid=23877] ppid=23874 vsize=10564048 CPUtime=30.34 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 12021 0 1 0 3033 1 0 0 18 0 19 0 902591569 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505723731 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23876/tid=23879] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23879/stat : 23879 (java) S 23874 23876 19566 0 -1 4202560 97 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23880] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23880/stat : 23880 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23881] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23881/stat : 23881 (java) S 23874 23876 19566 0 -1 4202560 19 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23882] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23882/stat : 23882 (java) S 23874 23876 19566 0 -1 4202560 23 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23883] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23883/stat : 23883 (java) S 23874 23876 19566 0 -1 4202560 149 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23884] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23884/stat : 23884 (java) S 23874 23876 19566 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23885] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 24 0 0 0 3 0 0 0 16 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10564048 CPUtime=1.38 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 878 0 0 0 138 0 0 0 15 0 19 0 902591572 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10564048 CPUtime=0.56 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 8233 0 0 0 56 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10564048 CPUtime=0.16 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1871 0 0 0 16 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23893] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23893/stat : 23893 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23894] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23894/stat : 23894 (java) S 23874 23876 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23895] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23895/stat : 23895 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591586 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.74
Current children cumulated vsize (KiB) 10564048

[startup+32.301 s]
/proc/loadavg: 2.16 2.07 1.98 3/212 23895
/proc/meminfo: memFree=11956988/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10564048 CPUtime=33.14 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 24767 0 1 0 3310 4 0 0 25 0 19 0 902591569 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2641012 21144 2251 9 0 2631746 0
[pid=23876/tid=23877] ppid=23874 vsize=10564048 CPUtime=30.71 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 12023 0 1 0 3070 1 0 0 17 0 19 0 902591569 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505510113 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23876/tid=23879] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23879/stat : 23879 (java) S 23874 23876 19566 0 -1 4202560 97 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23880] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23880/stat : 23880 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23881] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23881/stat : 23881 (java) S 23874 23876 19566 0 -1 4202560 19 0 0 0 3 0 0 0 16 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23882] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23882/stat : 23882 (java) S 23874 23876 19566 0 -1 4202560 23 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23883] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23883/stat : 23883 (java) S 23874 23876 19566 0 -1 4202560 149 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23884] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23884/stat : 23884 (java) S 23874 23876 19566 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23885] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 24 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10564048 CPUtime=1.41 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 878 0 0 0 141 0 0 0 15 0 19 0 902591572 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10564048 CPUtime=0.56 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 8233 0 0 0 56 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10564048 CPUtime=0.16 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1871 0 0 0 16 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23893] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23893/stat : 23893 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23894] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23894/stat : 23894 (java) S 23874 23876 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591575 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23895] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23895/stat : 23895 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591586 10817585152 21144 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 33.14
Current children cumulated vsize (KiB) 10564048

[startup+32.7009 s]
/proc/loadavg: 2.16 2.07 1.98 3/212 23895
/proc/meminfo: memFree=11956988/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=10564048 CPUtime=33.56 cores=1,3,5,7
/proc/23876/stat : 23876 (java) S 23874 23876 19566 0 -1 4202496 24770 0 1 0 3352 4 0 0 25 0 19 0 902591569 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 2641012 21145 2251 9 0 2631746 0
[pid=23876/tid=23877] ppid=23874 vsize=10564048 CPUtime=31.09 cores=1,3,5,7
/proc/23876/task/23877/stat : 23877 (java) R 23874 23876 19566 0 -1 4202560 12025 0 1 0 3108 1 0 0 18 0 19 0 902591569 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 46912505614191 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23876/tid=23879] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23879/stat : 23879 (java) S 23874 23876 19566 0 -1 4202560 97 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23880] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23880/stat : 23880 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23881] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23881/stat : 23881 (java) S 23874 23876 19566 0 -1 4202560 19 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23882] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23882/stat : 23882 (java) S 23874 23876 19566 0 -1 4202560 23 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23883] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23883/stat : 23883 (java) S 23874 23876 19566 0 -1 4202560 149 0 0 0 3 0 0 0 16 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23884] ppid=23874 vsize=10564048 CPUtime=0.02 cores=1,3,5,7
/proc/23876/task/23884/stat : 23884 (java) S 23874 23876 19566 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23885] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23885/stat : 23885 (java) S 23874 23876 19566 0 -1 4202560 24 0 0 0 3 0 0 0 16 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23886] ppid=23874 vsize=10564048 CPUtime=0.03 cores=1,3,5,7
/proc/23876/task/23886/stat : 23886 (java) S 23874 23876 19566 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 902591571 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23887] ppid=23874 vsize=10564048 CPUtime=1.42 cores=1,3,5,7
/proc/23876/task/23887/stat : 23887 (java) S 23874 23876 19566 0 -1 4202560 878 0 0 0 142 0 0 0 15 0 19 0 902591572 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 0 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23888] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23888/stat : 23888 (java) S 23874 23876 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23889] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23889/stat : 23889 (java) S 23874 23876 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591573 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23890] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23890/stat : 23890 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676631985 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=10564048 CPUtime=0.57 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) S 23874 23876 19566 0 -1 4202560 8234 0 0 0 57 0 0 0 15 0 19 0 902591575 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 5 0 0 0
[pid=23876/tid=23892] ppid=23874 vsize=10564048 CPUtime=0.17 cores=1,3,5,7
/proc/23876/task/23892/stat : 23892 (java) S 23874 23876 19566 0 -1 4202560 1871 0 0 0 17 0 0 0 16 0 19 0 902591575 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 3 0 0 0
[pid=23876/tid=23893] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23893/stat : 23893 (java) S 23874 23876 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591575 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624281 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
[pid=23876/tid=23894] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23894/stat : 23894 (java) S 23874 23876 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591575 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 1 0 0 0
[pid=23876/tid=23895] ppid=23874 vsize=10564048 CPUtime=0 cores=1,3,5,7
/proc/23876/task/23895/stat : 23895 (java) S 23874 23876 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591586 10817585152 21145 33554432000 1073741824 1073778376 140734589477728 18446744073709551615 274676624896 0 4 0 16800975 18446604471129758400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 33.56
Current children cumulated vsize (KiB) 10564048

[startup+32.8009 s]
/proc/loadavg: 2.16 2.07 1.98 3/212 23895
/proc/meminfo: memFree=11956988/32951132 swapFree=67054624/67111528
[pid=23876] ppid=23874 vsize=0 CPUtime=33.67 cores=1,3,5,7
/proc/23876/stat : 23876 (java) Z 23874 23876 19566 0 -1 4203548 24790 0 1 0 3362 5 0 0 18 0 2 0 902591569 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23876/statm: 0 0 0 0 0 0 0
[pid=23876/tid=23891] ppid=23874 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/23876/task/23891/stat : 23891 (java) R 23874 23876 19566 0 -1 4203588 8234 0 0 0 57 1 0 0 16 0 2 0 902591575 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.67
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 32.8019
CPU time (s): 33.6789
CPU user time (s): 33.6249
CPU system time (s): 0.053991
CPU usage (%): 102.674
Max. virtual memory (cumulated for all children) (KiB): 10564048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.6249
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24790
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= 3680
involuntary context switches= 1910

runsolver used 0.051992 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:18:39
IDJOB=3492516
IDBENCH=78854
IDSOLVER=1982
FILE ID=node131/3492516-1307909919
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= 9cfbc8b4b7b0ac87604f7a971d1e096c
RANDOM SEED=1221220539

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.75
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12049480 kB
Buffers:        333356 kB
Cached:       19809208 kB
SwapCached:       9816 kB
Active:       15654384 kB
Inactive:      4562012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12049480 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             720 kB
Writeback:           0 kB
AnonPages:       72396 kB
Mapped:          21544 kB
Slab:           622196 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10547688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:19:12