Trace number 3492383

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 22.2186 21.3094

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-66-100-0.wbo
MD5SUM203c3967b38557f61bad19a08f7bbc04
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1.54077
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492383-1307909748.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.059s.
0.11/0.17	c #vars     211
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.178
0.26/0.29	o 581
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.54/0.31	o 535
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.34	o 429
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.258
0.54/0.37	o 189
0.79/0.56	c cleaning 3849 clauses out of 7710 with flag 5000/7710
1.17/0.78	c cleaning 4925 clauses out of 9861 with flag 11000/13710
1.52/1.01	c cleaning 5965 clauses out of 11938 with flag 18002/20712
1.52/1.06	c Got one! Elapsed wall clock time (in seconds):0.957
1.52/1.06	o 187
1.69/1.18	c cleaning 5716 clauses out of 11447 with flag 4000/26186
1.79/1.29	c Got one! Elapsed wall clock time (in seconds):1.187
1.79/1.29	o 177
1.90/1.37	c cleaning 5440 clauses out of 10893 with flag 2000/31348
2.10/1.56	c cleaning 5720 clauses out of 11453 with flag 8000/37348
2.31/1.79	c cleaning 6360 clauses out of 12733 with flag 15000/44348
2.61/2.07	c cleaning 7177 clauses out of 14373 with flag 23000/52348
2.61/2.10	c Got one! Elapsed wall clock time (in seconds):1.988
2.61/2.10	o 155
2.81/2.26	c cleaning 6320 clauses out of 12647 with flag 5000/57799
3.01/2.45	c cleaning 6161 clauses out of 12330 with flag 11003/63802
3.21/2.68	c cleaning 6575 clauses out of 13168 with flag 18002/70801
3.51/2.96	c cleaning 7288 clauses out of 14591 with flag 26000/78799
3.81/3.27	c cleaning 8148 clauses out of 16304 with flag 35001/87800
4.21/3.65	c cleaning 9075 clauses out of 18161 with flag 45006/97805
4.61/4.00	c cleaning 9533 clauses out of 19081 with flag 55001/107800
4.92/4.35	c cleaning 9769 clauses out of 19548 with flag 65001/117800
4.92/4.37	c Got one! Elapsed wall clock time (in seconds):4.265
4.92/4.37	o 152
5.11/4.54	c cleaning 7483 clauses out of 14975 with flag 5000/122996
5.32/4.72	c Got one! Elapsed wall clock time (in seconds):4.612
5.32/4.72	o 97
5.52/4.92	c cleaning 9032 clauses out of 18073 with flag 5000/133577
5.73/5.15	c cleaning 7516 clauses out of 15042 with flag 11001/139578
5.93/5.39	c cleaning 7252 clauses out of 14525 with flag 18000/146577
6.23/5.69	c cleaning 7634 clauses out of 15275 with flag 26002/154579
6.64/6.02	c cleaning 8315 clauses out of 16641 with flag 35002/163579
6.64/6.07	c Got one! Elapsed wall clock time (in seconds):5.965
6.64/6.07	o 71
6.84/6.20	c cleaning 6729 clauses out of 13464 with flag 4003/168717
7.04/6.41	c cleaning 6362 clauses out of 12733 with flag 10001/174715
7.24/6.66	c cleaning 6681 clauses out of 13370 with flag 17000/181714
7.54/6.92	c cleaning 7344 clauses out of 14692 with flag 25003/189717
7.84/7.24	c cleaning 8169 clauses out of 16345 with flag 34000/198714
8.25/7.62	c cleaning 9084 clauses out of 18176 with flag 44000/208714
8.54/7.98	c cleaning 9542 clauses out of 19092 with flag 54000/218714
8.95/8.34	c cleaning 9770 clauses out of 19551 with flag 64001/228715
9.35/8.72	c cleaning 9884 clauses out of 19780 with flag 74000/238714
9.65/9.07	c cleaning 9944 clauses out of 19898 with flag 84002/248716
10.05/9.44	c cleaning 9970 clauses out of 19952 with flag 94000/258714
10.05/9.46	c Got one! Elapsed wall clock time (in seconds):9.357
10.05/9.46	o 39
10.25/9.63	c cleaning 7603 clauses out of 15215 with flag 5003/263947
10.45/9.85	c cleaning 6801 clauses out of 13612 with flag 11003/269947
10.65/10.08	c cleaning 6899 clauses out of 13810 with flag 18002/276946
10.95/10.36	c cleaning 7452 clauses out of 14910 with flag 26001/284945
11.25/10.66	c cleaning 8227 clauses out of 16460 with flag 35003/293947
11.66/11.01	c cleaning 9111 clauses out of 18231 with flag 45001/303945
11.95/11.34	c cleaning 9558 clauses out of 19121 with flag 55002/313946
12.35/11.70	c cleaning 9777 clauses out of 19561 with flag 65000/323944
12.66/12.04	c cleaning 9885 clauses out of 19784 with flag 75000/333944
12.95/12.39	c cleaning 9946 clauses out of 19899 with flag 85000/343944
13.35/12.72	c cleaning 9972 clauses out of 19953 with flag 95000/353944
13.66/13.08	c cleaning 9979 clauses out of 19982 with flag 105001/363945
14.06/13.43	c cleaning 9996 clauses out of 20003 with flag 115001/373945
14.46/13.80	c cleaning 9999 clauses out of 20007 with flag 125001/383945
14.76/14.16	c cleaning 10001 clauses out of 20009 with flag 135002/393946
14.87/14.26	c Got one! Elapsed wall clock time (in seconds):14.156
14.87/14.26	o 10
14.97/14.38	c cleaning 7995 clauses out of 15999 with flag 3004/399937
15.17/14.59	c cleaning 6996 clauses out of 14000 with flag 9000/405933
15.47/14.81	c cleaning 6997 clauses out of 14004 with flag 16000/412933
15.67/15.07	c cleaning 7500 clauses out of 15008 with flag 24001/420934
15.98/15.38	c cleaning 8249 clauses out of 16508 with flag 33001/429934
16.37/15.72	c cleaning 9126 clauses out of 18259 with flag 43001/439934
16.77/16.13	c cleaning 9563 clauses out of 19132 with flag 53000/449933
17.18/16.50	c cleaning 9782 clauses out of 19570 with flag 63001/459934
17.47/16.87	c cleaning 9890 clauses out of 19788 with flag 73001/469934
17.89/17.24	c cleaning 9946 clauses out of 19897 with flag 83000/479933
18.30/17.62	c cleaning 9975 clauses out of 19952 with flag 93001/489934
18.59/17.98	c cleaning 9983 clauses out of 19976 with flag 103000/499933
18.99/18.35	c cleaning 9992 clauses out of 19993 with flag 113000/509933
19.30/18.68	c cleaning 9995 clauses out of 20005 with flag 123004/519937
19.69/19.02	c cleaning 9999 clauses out of 20006 with flag 133000/529933
20.00/19.38	c cleaning 9999 clauses out of 20008 with flag 143001/539934
20.40/19.74	c cleaning 10000 clauses out of 20009 with flag 153001/549934
20.70/20.09	c cleaning 10001 clauses out of 20009 with flag 163001/559934
21.10/20.44	c cleaning 10002 clauses out of 20008 with flag 173001/569934
21.40/20.77	c cleaning 10000 clauses out of 20006 with flag 183001/579934
21.82/21.14	c cleaning 9996 clauses out of 20004 with flag 193000/589933
22.00/21.29	c starts		: 165
22.00/21.29	c conflicts		: 594354
22.00/21.29	c decisions		: 925976
22.00/21.29	c propagations		: 13807953
22.00/21.29	c inspects		: 118224676
22.00/21.29	c shortcuts		: 0
22.00/21.29	c learnt literals	: 7
22.00/21.29	c learnt binary clauses	: 17
22.00/21.29	c learnt ternary clauses	: 330
22.00/21.29	c learnt constraints	: 594346
22.00/21.29	c ignored constraints	: 0
22.00/21.29	c root simplifications	: 0
22.00/21.29	c removed literals (reason simplification)	: 4777090
22.00/21.29	c reason swapping (by a shorter reason)	: 0
22.00/21.29	c Calls to reduceDB	: 69
22.00/21.29	c number of reductions to clauses (during analyze)	: 0
22.00/21.29	c number of learned constraints concerned by reduction	: 0
22.00/21.29	c number of learning phase by resolution	: 0
22.00/21.29	c number of learning phase by cutting planes	: 0
22.00/21.29	c speed (assignments/second)	: 1966384.6482483621
22.00/21.29	c non guided choices	398
22.00/21.29	c learnt constraints type 
22.00/21.29	c constraints type 
22.00/21.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
22.00/21.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
22.00/21.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
22.00/21.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
22.00/21.29	s OPTIMUM FOUND
22.00/21.29	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 
22.00/21.29	c objective function=10
22.00/21.29	c Total wall clock time (in seconds): 21.18

Verifier Data

OK	10

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.05 1.96 2/193 23301
/proc/meminfo: memFree=12050432/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 902574483 31260672 957 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 7634 958 731 9 0 385 0
[pid=23301/tid=23302] ppid=23299 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 125 0 0 0 0 0 0 0 25 0 2 0 902574483 31272960 959 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274664808251 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0785381 s]
/proc/loadavg: 2.06 2.05 1.96 2/193 23301
/proc/meminfo: memFree=12050432/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 11984 0 1 0 5 1 0 0 25 0 18 0 902574483 10724442112 11679 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2618272 11680 1755 9 0 2609006 0
[pid=23301/tid=23302] ppid=23299 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 10811 0 1 0 5 1 0 0 25 0 18 0 902574483 10724442112 11681 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 47961028447059 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100504 s]
/proc/loadavg: 2.06 2.05 1.96 2/193 23301
/proc/meminfo: memFree=12050432/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10539632 CPUtime=0.11 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 13073 0 1 0 9 2 0 0 25 0 18 0 902574483 10792583168 12736 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2634908 12736 2092 9 0 2625642 0
[pid=23301/tid=23302] ppid=23299 vsize=10539632 CPUtime=0.08 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 11132 0 1 0 7 1 0 0 18 0 18 0 902574483 10792583168 12737 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274664469537 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539632

[startup+0.300456 s]
/proc/loadavg: 2.06 2.05 1.96 2/193 23301
/proc/meminfo: memFree=12050432/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10544424 CPUtime=0.54 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 16476 0 1 0 52 2 0 0 25 0 19 0 902574483 10797490176 15111 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2636106 15111 2214 9 0 2626840 0
[pid=23301/tid=23302] ppid=23299 vsize=10544424 CPUtime=0.28 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 11734 0 1 0 27 1 0 0 19 0 19 0 902574483 10797490176 15111 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505628221 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544424

[startup+0.704389 s]
/proc/loadavg: 2.06 2.05 1.96 2/193 23301
/proc/meminfo: memFree=12050432/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10617396 CPUtime=1.17 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 21346 0 1 0 110 7 0 0 25 0 19 0 902574483 10872213504 18042 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2654349 18042 2245 9 0 2645083 0
[pid=23301/tid=23302] ppid=23299 vsize=10617396 CPUtime=0.65 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12093 0 1 0 63 2 0 0 19 0 19 0 902574483 10872213504 18042 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505522691 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10617396

[startup+1.5013 s]
/proc/loadavg: 2.06 2.05 1.96 3/212 23320
/proc/meminfo: memFree=11978012/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10617396 CPUtime=2.1 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 22894 0 1 0 202 8 0 0 25 0 19 0 902574483 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2654349 18621 2248 9 0 2645083 0
[pid=23301/tid=23302] ppid=23299 vsize=10617396 CPUtime=1.39 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12096 0 1 0 137 2 0 0 19 0 19 0 902574483 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505534944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 246 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10617396 CPUtime=0.06 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 410 0 0 0 6 0 0 0 16 0 19 0 902574486 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10617396 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 902574486 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902574486 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676631985 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10617396 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5754 0 0 0 27 3 0 0 15 0 19 0 902574488 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10617396 CPUtime=0.26 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) S 23299 23301 19566 0 -1 4202560 3036 0 0 0 26 0 0 0 15 0 19 0 902574488 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23318] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23318/stat : 23318 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23319] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23319/stat : 23319 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574488 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23320] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23320/stat : 23320 (java) S 23299 23301 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902574500 10872213504 18621 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10617396

[startup+3.10102 s]
/proc/loadavg: 2.06 2.05 1.96 3/212 23320
/proc/meminfo: memFree=11975536/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10617396 CPUtime=3.71 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 23069 0 1 0 363 8 0 0 25 0 19 0 902574483 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2654349 18789 2248 9 0 2645083 0
[pid=23301/tid=23302] ppid=23299 vsize=10617396 CPUtime=2.89 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12103 0 1 0 287 2 0 0 22 0 19 0 902574483 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505530005 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 246 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10617396 CPUtime=0.15 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 500 0 0 0 15 0 0 0 16 0 19 0 902574486 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10617396 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 902574486 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902574486 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676631985 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10617396 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5754 0 0 0 27 3 0 0 15 0 19 0 902574488 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10617396 CPUtime=0.26 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) S 23299 23301 19566 0 -1 4202560 3036 0 0 0 26 0 0 0 15 0 19 0 902574488 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23318] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23318/stat : 23318 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23319] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23319/stat : 23319 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574488 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23320] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23320/stat : 23320 (java) S 23299 23301 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902574500 10872213504 18789 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 10617396

[startup+6.30141 s]
/proc/loadavg: 2.05 2.05 1.96 3/212 23320
/proc/meminfo: memFree=11973804/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10617396 CPUtime=6.94 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 23222 0 1 0 685 9 0 0 25 0 19 0 902574483 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2654349 18930 2248 9 0 2645083 0
[pid=23301/tid=23302] ppid=23299 vsize=10617396 CPUtime=5.93 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12116 0 1 0 591 2 0 0 25 0 19 0 902574483 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505575073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 56 0 0 0 0 0 0 0 16 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 902574485 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10617396 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 629 0 0 0 29 1 0 0 16 0 19 0 902574486 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10617396 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 902574486 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902574486 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10617396 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676631985 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10617396 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5754 0 0 0 27 3 0 0 15 0 19 0 902574488 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10617396 CPUtime=0.27 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) S 23299 23301 19566 0 -1 4202560 3036 0 0 0 27 0 0 0 15 0 19 0 902574488 10872213504 18930 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0

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

/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12156 0 1 0 1810 2 0 0 17 0 19 0 902574483 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505574661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 16 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10608132 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 51 0 0 0 2 0 0 0 16 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 254 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10608132 CPUtime=0.86 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 807 0 0 0 84 2 0 0 16 0 19 0 902574486 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10608132 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 902574486 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902574486 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676631985 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10608132 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5754 0 0 0 27 3 0 0 15 0 19 0 902574488 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10608132 CPUtime=0.29 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) S 23299 23301 19566 0 -1 4202560 3144 0 0 0 29 0 0 0 15 0 19 0 902574488 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23318] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23318/stat : 23318 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23319] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23319/stat : 23319 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574488 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23320] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23320/stat : 23320 (java) S 23299 23301 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902574500 10862727168 17041 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 10608132

[startup+20.701 s]
/proc/loadavg: 2.04 2.04 1.96 3/212 23321
/proc/meminfo: memFree=11980092/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10608132 CPUtime=21.4 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 23586 0 1 0 2130 10 0 0 25 0 19 0 902574483 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2652033 17051 2249 9 0 2642767 0
[pid=23301/tid=23302] ppid=23299 vsize=10608132 CPUtime=19.66 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12160 0 1 0 1964 2 0 0 19 0 19 0 902574483 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505514752 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10608132 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10608132 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 255 0 0 0 2 0 0 0 15 0 19 0 902574485 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10608132 CPUtime=0.91 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 814 0 0 0 89 2 0 0 16 0 19 0 902574486 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10608132 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 902574486 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902574486 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676631985 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10608132 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5754 0 0 0 27 3 0 0 15 0 19 0 902574488 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10608132 CPUtime=0.29 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) S 23299 23301 19566 0 -1 4202560 3144 0 0 0 29 0 0 0 15 0 19 0 902574488 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23318] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23318/stat : 23318 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23319] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23319/stat : 23319 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574488 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23320] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23320/stat : 23320 (java) S 23299 23301 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902574500 10862727168 17051 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.4
Current children cumulated vsize (KiB) 10608132

[startup+21.1008 s]
/proc/loadavg: 2.04 2.04 1.96 3/212 23321
/proc/meminfo: memFree=11980092/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10608132 CPUtime=21.82 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 23626 0 1 0 2172 10 0 0 25 0 19 0 902574483 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2652033 17063 2250 9 0 2642767 0
[pid=23301/tid=23302] ppid=23299 vsize=10608132 CPUtime=20.04 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) R 23299 23301 19566 0 -1 4202560 12164 0 1 0 2002 2 0 0 19 0 19 0 902574483 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 46912505566206 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10608132 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 16 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10608132 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 30 0 0 0 1 0 0 0 16 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10608132 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 255 0 0 0 2 0 0 0 15 0 19 0 902574485 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10608132 CPUtime=0.93 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 815 0 0 0 91 2 0 0 16 0 19 0 902574486 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10608132 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 902574486 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902574486 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676631985 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10608132 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5785 0 0 0 27 3 0 0 16 0 19 0 902574488 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10608132 CPUtime=0.3 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) S 23299 23301 19566 0 -1 4202560 3148 0 0 0 30 0 0 0 15 0 19 0 902574488 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23318] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23318/stat : 23318 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902574488 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23319] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23319/stat : 23319 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574488 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23320] ppid=23299 vsize=10608132 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23320/stat : 23320 (java) S 23299 23301 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902574500 10862727168 17063 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (KiB) 10608132

[startup+21.3008 s]
/proc/loadavg: 2.04 2.04 1.96 3/212 23321
/proc/meminfo: memFree=11980092/32951132 swapFree=67054624/67111528
[pid=23301] ppid=23299 vsize=10609160 CPUtime=22.2 cores=0,2,4,6
/proc/23301/stat : 23301 (java) S 23299 23301 19566 0 -1 4202496 30019 0 1 0 2209 11 0 0 25 0 18 0 902574483 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23301/statm: 2652290 20958 2251 9 0 2643024 0
[pid=23301/tid=23302] ppid=23299 vsize=10609160 CPUtime=20.22 cores=0,2,4,6
/proc/23301/task/23302/stat : 23302 (java) S 23299 23301 19566 0 -1 4202560 12169 0 1 0 2020 2 0 0 21 0 18 0 902574483 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23304] ppid=23299 vsize=10609160 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23304/stat : 23304 (java) S 23299 23301 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23305] ppid=23299 vsize=10609160 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23305/stat : 23305 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23306] ppid=23299 vsize=10609160 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23306/stat : 23306 (java) S 23299 23301 19566 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23307] ppid=23299 vsize=10609160 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23307/stat : 23307 (java) S 23299 23301 19566 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23308] ppid=23299 vsize=10609160 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23308/stat : 23308 (java) S 23299 23301 19566 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23309] ppid=23299 vsize=10609160 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23309/stat : 23309 (java) S 23299 23301 19566 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23310] ppid=23299 vsize=10609160 CPUtime=0.01 cores=0,2,4,6
/proc/23301/task/23310/stat : 23310 (java) S 23299 23301 19566 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23311] ppid=23299 vsize=10609160 CPUtime=0.02 cores=0,2,4,6
/proc/23301/task/23311/stat : 23311 (java) S 23299 23301 19566 0 -1 4202560 255 0 0 0 2 0 0 0 15 0 18 0 902574485 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23312] ppid=23299 vsize=10609160 CPUtime=0.94 cores=0,2,4,6
/proc/23301/task/23312/stat : 23312 (java) S 23299 23301 19566 0 -1 4202560 815 0 0 0 92 2 0 0 15 0 18 0 902574486 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 0 0 16800975 18446604442121078848 0 0 -1 6 0 0 0
[pid=23301/tid=23313] ppid=23299 vsize=10609160 CPUtime=0.05 cores=0,2,4,6
/proc/23301/task/23313/stat : 23313 (java) S 23299 23301 19566 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 18 0 902574486 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23314] ppid=23299 vsize=10609160 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23314/stat : 23314 (java) S 23299 23301 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 902574486 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 2 0 0 0
[pid=23301/tid=23315] ppid=23299 vsize=10609160 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23315/stat : 23315 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 902574488 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23316] ppid=23299 vsize=10609160 CPUtime=0.32 cores=0,2,4,6
/proc/23301/task/23316/stat : 23316 (java) S 23299 23301 19566 0 -1 4202560 5953 0 0 0 29 3 0 0 16 0 18 0 902574488 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
[pid=23301/tid=23317] ppid=23299 vsize=10609160 CPUtime=0.49 cores=0,2,4,6
/proc/23301/task/23317/stat : 23317 (java) R 23299 23301 19566 0 -1 4202560 9354 0 0 0 48 1 0 0 16 0 18 0 902574488 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 47961024800102 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23301/tid=23318] ppid=23299 vsize=10609160 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23318/stat : 23318 (java) S 23299 23301 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902574488 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624281 0 4 0 16800975 18446604442121078848 0 0 -1 0 0 0 0
[pid=23301/tid=23320] ppid=23299 vsize=10609160 CPUtime=0 cores=0,2,4,6
/proc/23301/task/23320/stat : 23320 (java) S 23299 23301 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 902574500 10863779840 20958 33554432000 1073741824 1073778376 140735374243024 18446744073709551615 274676624896 0 4 0 16800975 18446604442121078848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.2
Current children cumulated vsize (KiB) 10609160

Child status: 30
Real time (s): 21.3094
CPU time (s): 22.2186
CPU user time (s): 22.1016
CPU system time (s): 0.116982
CPU usage (%): 104.267
Max. virtual memory (cumulated for all children) (KiB): 10617396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1016
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30019
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= 2635
involuntary context switches= 1019

runsolver used 0.035994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:15:48
IDJOB=3492383
IDBENCH=78791
IDSOLVER=1982
FILE ID=node131/3492383-1307909748
RUNJOBID= node131-1307907581-21984
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.1111228076--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-3492383-1307909748/watcher-3492383-1307909748 -o /tmp/evaluation-result-3492383-1307909748/solver-3492383-1307909748 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492383-1307909748.wbo

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

MD5SUM BENCH= 203c3967b38557f61bad19a08f7bbc04
RANDOM SEED=814385799

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:      12050588 kB
Buffers:        333172 kB
Cached:       19808408 kB
SwapCached:       9816 kB
Active:       15653636 kB
Inactive:      4561804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12050588 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             720 kB
Writeback:           0 kB
AnonPages:       71316 kB
Mapped:          21216 kB
Slab:           621976 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10546536 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:16:10