Trace number 3492552

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 28.5527 27.4449

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-33-100-0.wbo
MD5SUM5e3a3bcb6963f7a006c35c648aafeea1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.77873
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 1250
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492552-1307909954.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c #vars     238
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.145
0.28/0.26	o 588
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.27	o 571
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.28/0.28	o 515
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.53/0.31	o 491
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.53/0.34	o 479
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.245
0.53/0.36	o 369
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.53/0.39	o 355
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.66/0.42	o 313
0.77/0.54	c Got one! Elapsed wall clock time (in seconds):0.433
0.77/0.54	o 291
0.77/0.58	c Got one! Elapsed wall clock time (in seconds):0.47
0.77/0.58	o 249
0.87/0.65	c cleaning 4855 clauses out of 9717 with flag 1000/9717
1.13/0.85	c cleaning 5430 clauses out of 10864 with flag 7002/15719
1.34/1.08	c cleaning 6215 clauses out of 12433 with flag 14001/22718
1.55/1.23	c Got one! Elapsed wall clock time (in seconds):1.122
1.55/1.23	o 238
1.55/1.27	c cleaning 5711 clauses out of 11426 with flag 1001/27926
1.65/1.31	c Got one! Elapsed wall clock time (in seconds):1.197
1.65/1.31	o 215
1.76/1.41	c Got one! Elapsed wall clock time (in seconds):1.304
1.76/1.41	o 194
1.76/1.49	c cleaning 5980 clauses out of 11965 with flag 2002/34176
1.96/1.62	c Got one! Elapsed wall clock time (in seconds):1.513
1.96/1.62	o 187
1.96/1.69	c cleaning 5978 clauses out of 11967 with flag 2000/40158
2.06/1.72	c Got one! Elapsed wall clock time (in seconds):1.608
2.06/1.72	o 123
2.17/1.89	c cleaning 5687 clauses out of 11388 with flag 5000/45557
2.70/2.13	c cleaning 5849 clauses out of 11702 with flag 11001/51558
3.32/2.40	c cleaning 6421 clauses out of 12852 with flag 18000/58557
3.58/2.69	c cleaning 7211 clauses out of 14431 with flag 26000/66557
3.89/2.97	c Got one! Elapsed wall clock time (in seconds):2.855
3.89/2.97	o 79
4.09/3.17	c cleaning 10183 clauses out of 20372 with flag 5000/79709
4.29/3.39	c cleaning 8091 clauses out of 16189 with flag 11000/85709
4.59/3.65	c cleaning 7540 clauses out of 15098 with flag 18000/92709
4.89/3.94	c cleaning 7776 clauses out of 15558 with flag 26000/100709
5.19/4.29	c cleaning 8385 clauses out of 16783 with flag 35001/109710
5.69/4.70	c cleaning 9197 clauses out of 18402 with flag 45005/119714
5.99/5.07	c cleaning 9596 clauses out of 19200 with flag 55000/129709
6.40/5.47	c cleaning 9794 clauses out of 19604 with flag 65000/139709
6.79/5.85	c cleaning 9903 clauses out of 19811 with flag 75001/149710
7.19/6.25	c cleaning 9946 clauses out of 19907 with flag 85000/159709
7.60/6.65	c cleaning 9975 clauses out of 19961 with flag 95000/169709
7.99/7.05	c cleaning 9988 clauses out of 19986 with flag 105000/179709
8.39/7.43	c cleaning 9996 clauses out of 19999 with flag 115001/189710
8.80/7.80	c cleaning 9999 clauses out of 20003 with flag 125001/199710
9.10/8.19	c cleaning 9994 clauses out of 20003 with flag 135000/209709
9.40/8.46	c Got one! Elapsed wall clock time (in seconds):8.353
9.40/8.46	o 78
9.60/8.67	c cleaning 10995 clauses out of 21999 with flag 5000/221699
9.81/8.89	c cleaning 8496 clauses out of 17005 with flag 11001/227700
10.00/9.05	c Got one! Elapsed wall clock time (in seconds):8.943
10.00/9.05	o 63
10.11/9.10	c cleaning 7166 clauses out of 14341 with flag 1002/233532
10.31/9.30	c cleaning 6584 clauses out of 13174 with flag 7001/239531
10.51/9.55	c cleaning 6792 clauses out of 13591 with flag 14002/246532
10.81/9.82	c cleaning 7397 clauses out of 14798 with flag 22001/254531
11.11/10.14	c cleaning 8193 clauses out of 16400 with flag 31000/263530
11.51/10.51	c cleaning 9096 clauses out of 18207 with flag 41000/273530
11.61/10.65	c Got one! Elapsed wall clock time (in seconds):10.543
11.61/10.65	o 60
11.71/10.72	c cleaning 7534 clauses out of 15078 with flag 2000/279497
11.92/10.94	c cleaning 6768 clauses out of 13544 with flag 8000/285497
12.12/11.18	c cleaning 6885 clauses out of 13776 with flag 15000/292497
12.42/11.45	c cleaning 7440 clauses out of 14892 with flag 23001/300498
12.72/11.77	c cleaning 8222 clauses out of 16454 with flag 32003/309500
13.13/12.13	c cleaning 9112 clauses out of 18231 with flag 42002/319499
13.42/12.46	c cleaning 9554 clauses out of 19117 with flag 52000/329497
13.82/12.82	c cleaning 9776 clauses out of 19567 with flag 62004/339501
13.92/12.99	c Got one! Elapsed wall clock time (in seconds):12.881
13.92/12.99	o 52
14.02/13.03	c cleaning 7708 clauses out of 15426 with flag 1002/345136
14.23/13.24	c cleaning 6855 clauses out of 13717 with flag 7001/351135
14.42/13.46	c cleaning 6929 clauses out of 13862 with flag 14001/358135
14.73/13.77	c cleaning 7456 clauses out of 14932 with flag 22000/366134
15.13/14.12	c cleaning 8231 clauses out of 16477 with flag 31001/375135
15.43/14.47	c cleaning 9118 clauses out of 18246 with flag 41001/385135
15.83/14.81	c cleaning 9558 clauses out of 19130 with flag 51003/395137
16.13/15.16	c cleaning 9780 clauses out of 19573 with flag 61004/405138
16.55/15.52	c cleaning 9883 clauses out of 19789 with flag 71000/415134
16.85/15.87	c cleaning 9949 clauses out of 19907 with flag 81001/425135
16.95/15.93	c Got one! Elapsed wall clock time (in seconds):15.819
16.95/15.93	o 42
17.07/16.06	c cleaning 7723 clauses out of 15452 with flag 4000/430629
17.27/16.27	c cleaning 6863 clauses out of 13729 with flag 10000/436629
17.57/16.51	c cleaning 6929 clauses out of 13867 with flag 17001/443630
17.77/16.78	c cleaning 7465 clauses out of 14938 with flag 25001/451630
18.07/17.09	c cleaning 8232 clauses out of 16473 with flag 34001/460630
18.47/17.45	c cleaning 9118 clauses out of 18242 with flag 44002/470631
18.77/17.79	c cleaning 9555 clauses out of 19123 with flag 54001/480630
19.17/18.12	c cleaning 9779 clauses out of 19568 with flag 64001/490630
19.47/18.47	c cleaning 9883 clauses out of 19788 with flag 74000/500629
19.87/18.83	c cleaning 9947 clauses out of 19906 with flag 84001/510630
20.17/19.19	c cleaning 9974 clauses out of 19958 with flag 94000/520629
20.57/19.54	c cleaning 9990 clauses out of 19984 with flag 104000/530629
20.88/19.89	c cleaning 9990 clauses out of 19994 with flag 114000/540629
21.07/20.05	c Got one! Elapsed wall clock time (in seconds):19.939
21.07/20.05	o 11
21.07/20.09	c cleaning 7844 clauses out of 15692 with flag 1002/546317
21.28/20.29	c cleaning 6920 clauses out of 13848 with flag 7002/552317
21.58/20.52	c cleaning 6959 clauses out of 13926 with flag 14000/559315
21.78/20.78	c cleaning 7481 clauses out of 14969 with flag 22002/567317
22.08/21.09	c cleaning 8238 clauses out of 16486 with flag 31000/576315
22.58/21.50	c cleaning 9120 clauses out of 18248 with flag 41000/586315
22.88/21.89	c cleaning 9560 clauses out of 19129 with flag 51001/596316
23.28/22.27	c cleaning 9781 clauses out of 19569 with flag 61001/606316
23.68/22.62	c cleaning 9888 clauses out of 19788 with flag 71001/616316
23.98/22.96	c cleaning 9942 clauses out of 19900 with flag 81001/626316
24.28/23.29	c cleaning 9974 clauses out of 19960 with flag 91003/636318
24.68/23.60	c cleaning 9986 clauses out of 19983 with flag 101000/646315
24.98/23.93	c cleaning 9996 clauses out of 19997 with flag 111000/656315
25.29/24.27	c cleaning 9997 clauses out of 20002 with flag 121001/666316
25.68/24.61	c cleaning 9996 clauses out of 20004 with flag 131000/676315
25.98/24.97	c cleaning 10003 clauses out of 20009 with flag 141001/686316
26.39/25.34	c cleaning 9997 clauses out of 20006 with flag 151001/696316
26.69/25.68	c cleaning 9999 clauses out of 20008 with flag 161000/706315
27.09/26.02	c cleaning 10001 clauses out of 20009 with flag 171000/716315
27.39/26.36	c cleaning 9999 clauses out of 20009 with flag 181001/726316
27.80/26.70	c cleaning 10001 clauses out of 20010 with flag 191001/736316
28.10/27.04	c cleaning 10002 clauses out of 20010 with flag 201002/746317
28.40/27.39	c cleaning 9998 clauses out of 20006 with flag 211000/756315
28.50/27.41	c Got one! Elapsed wall clock time (in seconds):27.299
28.50/27.41	o 2
28.50/27.43	c starts		: 191
28.50/27.43	c conflicts		: 757065
28.50/27.43	c decisions		: 1256280
28.50/27.43	c propagations		: 19480294
28.50/27.43	c inspects		: 155180561
28.50/27.43	c shortcuts		: 0
28.50/27.43	c learnt literals	: 7
28.50/27.43	c learnt binary clauses	: 55
28.50/27.43	c learnt ternary clauses	: 746
28.50/27.43	c learnt constraints	: 757057
28.50/27.43	c ignored constraints	: 0
28.50/27.43	c root simplifications	: 0
28.50/27.43	c removed literals (reason simplification)	: 4935350
28.50/27.43	c reason swapping (by a shorter reason)	: 0
28.50/27.43	c Calls to reduceDB	: 87
28.50/27.43	c number of reductions to clauses (during analyze)	: 0
28.50/27.43	c number of learned constraints concerned by reduction	: 0
28.50/27.43	c number of learning phase by resolution	: 0
28.50/27.43	c number of learning phase by cutting planes	: 0
28.50/27.44	c speed (assignments/second)	: 7.49242076923077E8
28.50/27.44	c non guided choices	1178
28.50/27.44	c learnt constraints type 
28.50/27.44	c constraints type 
28.50/27.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
28.50/27.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
28.50/27.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
28.50/27.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
28.50/27.44	s OPTIMUM FOUND
28.50/27.44	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 
28.50/27.44	c objective function=2
28.50/27.44	c Total wall clock time (in seconds): 27.326

Verifier Data

OK	2

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-3492552-1307909954/watcher-3492552-1307909954 -o /tmp/evaluation-result-3492552-1307909954/solver-3492552-1307909954 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492552-1307909954.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.10 2.03 1.96 2/190 4539
/proc/meminfo: memFree=28690256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/4539/stat : 4539 (java) R 4537 4539 2091 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 902595022 23580672 693 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210642183656 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4539/statm: 5757 693 509 9 0 124 0

[startup+0.0328661 s]
/proc/loadavg: 2.10 2.03 1.96 2/190 4539
/proc/meminfo: memFree=28690256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 10789 0 1 0 1 1 0 0 25 0 10 0 902595022 10705932288 10488 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2613753 10489 1515 9 0 2604501 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.104912 s]
/proc/loadavg: 2.10 2.03 1.96 2/190 4539
/proc/meminfo: memFree=28690256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10540132 CPUtime=0.1 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 13096 0 1 0 9 1 0 0 25 0 18 0 902595022 10793095168 12793 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2635033 12794 2093 9 0 2625767 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540132

[startup+0.300818 s]
/proc/loadavg: 2.10 2.03 1.96 2/190 4539
/proc/meminfo: memFree=28690256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10546388 CPUtime=0.53 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 16099 0 1 0 51 2 0 0 25 0 19 0 902595022 10799501312 14851 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2636597 14851 2215 9 0 2627331 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10546388

[startup+0.700766 s]
/proc/loadavg: 2.10 2.03 1.96 2/190 4539
/proc/meminfo: memFree=28690256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10546388 CPUtime=1.03 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 17397 0 1 0 101 2 0 0 25 0 19 0 902595022 10799501312 16143 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2636597 16143 2247 9 0 2627331 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10546388

[startup+1.50058 s]
/proc/loadavg: 2.10 2.03 1.96 3/209 4558
/proc/meminfo: memFree=28633156/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10546388 CPUtime=1.86 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 17904 0 1 0 184 2 0 0 25 0 19 0 902595022 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2636597 16528 2248 9 0 2627331 0
[pid=4539/tid=4541] ppid=4537 vsize=10546388 CPUtime=1.41 cores=1,3,5,7
/proc/4539/task/4541/stat : 4541 (java) S 4537 4539 2091 0 -1 4202560 12416 0 1 0 140 1 0 0 18 0 19 0 902595023 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4542] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 163 0 0 0 0 0 0 0 16 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902595025 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10546388 CPUtime=0.05 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) R 4537 4539 2091 0 -1 4202560 496 0 0 0 5 0 0 0 15 0 19 0 902595026 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210646840372 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10546388 CPUtime=0.15 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 1612 0 0 0 15 0 0 0 15 0 19 0 902595028 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10546388 CPUtime=0.2 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 1708 0 0 0 20 0 0 0 15 0 19 0 902595029 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10546388 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10799501312 16528 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10546388

[startup+3.1014 s]
/proc/loadavg: 2.17 2.04 1.96 3/209 4558
/proc/meminfo: memFree=28618152/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10559728 CPUtime=4.09 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 26443 0 1 0 405 4 0 0 25 0 19 0 902595022 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2639932 20925 2249 9 0 2630666 0
[pid=4539/tid=4541] ppid=4537 vsize=10559728 CPUtime=2.94 cores=1,3,5,7
/proc/4539/task/4541/stat : 4541 (java) R 4537 4539 2091 0 -1 4202560 12421 0 1 0 293 1 0 0 20 0 19 0 902595023 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 46912505568396 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4539/tid=4542] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902595025 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10559728 CPUtime=0.12 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) S 4537 4539 2091 0 -1 4202560 508 0 0 0 12 0 0 0 16 0 19 0 902595026 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 0 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10559728 CPUtime=0.21 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 2537 0 0 0 20 1 0 0 15 0 19 0 902595028 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10559728 CPUtime=0.76 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 9297 0 0 0 76 0 0 0 15 0 19 0 902595029 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10559728 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10813161472 20925 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 10559728

[startup+6.30082 s]
/proc/loadavg: 2.17 2.04 1.96 3/209 4558
/proc/meminfo: memFree=28616580/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10555992 CPUtime=7.29 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 26889 0 1 0 725 4 0 0 25 0 19 0 902595022 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2638998 20296 2249 9 0 2629732 0
[pid=4539/tid=4541] ppid=4537 vsize=10555992 CPUtime=5.99 cores=1,3,5,7
/proc/4539/task/4541/stat : 4541 (java) R 4537 4539 2091 0 -1 4202560 12432 0 1 0 598 1 0 0 25 0 19 0 902595023 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 46912505586333 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4539/tid=4542] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 158 0 0 0 0 0 0 0 16 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 902595025 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10555992 CPUtime=0.25 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) S 4537 4539 2091 0 -1 4202560 701 0 0 0 25 0 0 0 16 0 19 0 902595026 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 0 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10555992 CPUtime=0.21 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 2537 0 0 0 20 1 0 0 15 0 19 0 902595028 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10555992 CPUtime=0.76 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 9297 0 0 0 76 0 0 0 15 0 19 0 902595029 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10809335808 20296 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 10555992

[startup+12.7007 s]

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

/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 126 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 179 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10555992 CPUtime=1.09 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) S 4537 4539 2091 0 -1 4202560 904 0 0 0 108 1 0 0 16 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 0 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10555992 CPUtime=0.22 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 2537 0 0 0 21 1 0 0 15 0 19 0 902595028 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10555992 CPUtime=0.79 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 9298 0 0 0 79 0 0 0 15 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 27.39
Current children cumulated vsize (KiB) 10555992

[startup+27.1013 s]
/proc/loadavg: 2.12 2.04 1.96 3/209 4558
/proc/meminfo: memFree=28615256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10555992 CPUtime=28.2 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 27184 0 1 0 2814 6 0 0 25 0 19 0 902595022 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2638998 20525 2250 9 0 2629732 0
[pid=4539/tid=4541] ppid=4537 vsize=10555992 CPUtime=25.84 cores=1,3,5,7
/proc/4539/task/4541/stat : 4541 (java) R 4537 4539 2091 0 -1 4202560 12498 0 1 0 2583 1 0 0 17 0 19 0 902595023 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 46912505554451 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4539/tid=4542] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 27 0 0 0 1 0 0 0 16 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 126 0 0 0 2 0 0 0 16 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 179 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10555992 CPUtime=1.13 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) S 4537 4539 2091 0 -1 4202560 904 0 0 0 112 1 0 0 16 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 0 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10555992 CPUtime=0.22 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 2537 0 0 0 21 1 0 0 15 0 19 0 902595028 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10555992 CPUtime=0.79 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 9298 0 0 0 79 0 0 0 15 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.2
Current children cumulated vsize (KiB) 10555992

[startup+27.3013 s]
/proc/loadavg: 2.12 2.04 1.96 3/209 4558
/proc/meminfo: memFree=28615256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10555992 CPUtime=28.4 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 27184 0 1 0 2834 6 0 0 25 0 19 0 902595022 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2638998 20525 2250 9 0 2629732 0
[pid=4539/tid=4541] ppid=4537 vsize=10555992 CPUtime=26.04 cores=1,3,5,7
/proc/4539/task/4541/stat : 4541 (java) R 4537 4539 2091 0 -1 4202560 12498 0 1 0 2603 1 0 0 17 0 19 0 902595023 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 46912505535082 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4539/tid=4542] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 27 0 0 0 1 0 0 0 16 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 126 0 0 0 2 0 0 0 16 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 179 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10555992 CPUtime=1.13 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) S 4537 4539 2091 0 -1 4202560 904 0 0 0 112 1 0 0 16 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 0 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10555992 CPUtime=0.22 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 2537 0 0 0 21 1 0 0 15 0 19 0 902595028 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10555992 CPUtime=0.79 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 9298 0 0 0 79 0 0 0 15 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10809335808 20525 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 10555992

[startup+27.4012 s]
/proc/loadavg: 2.11 2.04 1.96 3/209 4558
/proc/meminfo: memFree=28615256/32951132 swapFree=67061148/67111528
[pid=4539] ppid=4537 vsize=10555992 CPUtime=28.5 cores=1,3,5,7
/proc/4539/stat : 4539 (java) S 4537 4539 2091 0 -1 4202496 27187 0 1 0 2844 6 0 0 25 0 19 0 902595022 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4539/statm: 2638998 20527 2250 9 0 2629732 0
[pid=4539/tid=4541] ppid=4537 vsize=10555992 CPUtime=26.14 cores=1,3,5,7
/proc/4539/task/4541/stat : 4541 (java) S 4537 4539 2091 0 -1 4202560 12499 0 1 0 2613 1 0 0 18 0 19 0 902595023 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4542] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4542/stat : 4542 (java) S 4537 4539 2091 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4543] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4543/stat : 4543 (java) S 4537 4539 2091 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4544] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4544/stat : 4544 (java) S 4537 4539 2091 0 -1 4202560 13 0 0 0 2 0 0 0 16 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4545] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4545/stat : 4545 (java) S 4537 4539 2091 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4546] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4546/stat : 4546 (java) S 4537 4539 2091 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 7 0 0 0
[pid=4539/tid=4547] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4547/stat : 4547 (java) S 4537 4539 2091 0 -1 4202560 126 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4548] ppid=4537 vsize=10555992 CPUtime=0.01 cores=1,3,5,7
/proc/4539/task/4548/stat : 4548 (java) S 4537 4539 2091 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4549] ppid=4537 vsize=10555992 CPUtime=0.02 cores=1,3,5,7
/proc/4539/task/4549/stat : 4549 (java) S 4537 4539 2091 0 -1 4202560 179 0 0 0 2 0 0 0 15 0 19 0 902595025 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4550] ppid=4537 vsize=10555992 CPUtime=1.14 cores=1,3,5,7
/proc/4539/task/4550/stat : 4550 (java) R 4537 4539 2091 0 -1 4202560 904 0 0 0 113 1 0 0 15 0 19 0 902595026 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 47871852921747 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4539/tid=4551] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4551/stat : 4551 (java) S 4537 4539 2091 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4552] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4552/stat : 4552 (java) S 4537 4539 2091 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595026 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4553] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4553/stat : 4553 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595028 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658970033 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4554] ppid=4537 vsize=10555992 CPUtime=0.22 cores=1,3,5,7
/proc/4539/task/4554/stat : 4554 (java) S 4537 4539 2091 0 -1 4202560 2537 0 0 0 21 1 0 0 15 0 19 0 902595028 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 1 0 0 0
[pid=4539/tid=4555] ppid=4537 vsize=10555992 CPUtime=0.79 cores=1,3,5,7
/proc/4539/task/4555/stat : 4555 (java) S 4537 4539 2091 0 -1 4202560 9298 0 0 0 79 0 0 0 15 0 19 0 902595029 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4556] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4556/stat : 4556 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595029 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962329 0 4 0 16800975 18446604468326869760 0 0 -1 3 0 0 0
[pid=4539/tid=4557] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4557/stat : 4557 (java) S 4537 4539 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595029 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
[pid=4539/tid=4558] ppid=4537 vsize=10555992 CPUtime=0 cores=1,3,5,7
/proc/4539/task/4558/stat : 4558 (java) S 4537 4539 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595040 10809335808 20527 33554432000 1073741824 1073778376 140734667731952 18446744073709551615 210658962944 0 4 0 16800975 18446604468326869760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.5
Current children cumulated vsize (KiB) 10555992

Child status: 30
Real time (s): 27.4449
CPU time (s): 28.5527
CPU user time (s): 28.4857
CPU system time (s): 0.066989
CPU usage (%): 104.036
Max. virtual memory (cumulated for all children) (KiB): 10562960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.4857
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27210
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= 3357
involuntary context switches= 1340

runsolver used 0.057991 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-12 22:19:14
IDJOB=3492552
IDBENCH=78879
IDSOLVER=1982
FILE ID=node129/3492552-1307909954
RUNJOBID= node129-1307908045-4033
PBS_JOBID= 13559577
Free space on /tmp= 74052 MiB

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

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

MD5SUM BENCH= 5e3a3bcb6963f7a006c35c648aafeea1
RANDOM SEED=164884438

node129.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.831
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.831
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.83
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.831
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.75
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      28690676 kB
Buffers:        448216 kB
Cached:        3300768 kB
SwapCached:      13132 kB
Active:        1352752 kB
Inactive:      2624384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28690676 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:      224672 kB
Mapped:          17416 kB
Slab:           220248 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10522436 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= 74052 MiB
End job on node129 at 2011-06-12 22:19:42