Trace number 3492354

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 16.4715 15.713

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-66-100-0.wbo
MD5SUM0277d37fd59797dc8ec4e2ab4996f836
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.339948
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	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@38540408
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-3492354-1307909634.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.053s.
0.11/0.16	c #vars     197
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.66/0.43	c SATISFIABLE
0.66/0.43	c OPTIMIZING...
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.66/0.43	o 443
0.66/0.49	c cleaning 2834 clauses out of 5676 with flag 1001/5676
1.04/0.72	c cleaning 4417 clauses out of 8842 with flag 7001/11676
1.24/0.95	c cleaning 5709 clauses out of 11424 with flag 14000/18675
1.55/1.22	c cleaning 6854 clauses out of 13715 with flag 22000/26675
1.87/1.54	c cleaning 7930 clauses out of 15863 with flag 31002/35677
2.17/1.86	c Got one! Elapsed wall clock time (in seconds):1.756
2.17/1.86	o 400
2.37/2.10	c cleaning 11459 clauses out of 22928 with flag 5001/50672
2.67/2.31	c cleaning 8729 clauses out of 17468 with flag 11000/56671
2.87/2.55	c cleaning 7864 clauses out of 15739 with flag 18000/63671
3.17/2.81	c cleaning 7932 clauses out of 15875 with flag 26000/71671
3.48/3.11	c cleaning 8470 clauses out of 16945 with flag 35002/80673
3.78/3.45	c cleaning 9232 clauses out of 18473 with flag 45000/90671
3.88/3.58	c Got one! Elapsed wall clock time (in seconds):3.47
3.88/3.58	o 232
3.98/3.62	c cleaning 7246 clauses out of 14500 with flag 1000/95930
4.18/3.82	c cleaning 6622 clauses out of 13254 with flag 7000/101930
4.38/4.04	c cleaning 6812 clauses out of 13633 with flag 14001/108931
4.48/4.13	c Got one! Elapsed wall clock time (in seconds):4.021
4.48/4.13	o 200
4.58/4.24	c cleaning 6354 clauses out of 12716 with flag 3002/114826
4.79/4.44	c cleaning 6177 clauses out of 12361 with flag 9001/120825
4.99/4.66	c cleaning 6586 clauses out of 13183 with flag 16000/127824
5.29/4.91	c cleaning 7292 clauses out of 14597 with flag 24000/135824
5.59/5.22	c cleaning 8148 clauses out of 16307 with flag 33002/144826
5.89/5.54	c cleaning 9076 clauses out of 18157 with flag 43000/154824
6.19/5.80	c Got one! Elapsed wall clock time (in seconds):5.691
6.19/5.80	o 79
6.29/5.99	c cleaning 11211 clauses out of 22433 with flag 5000/168176
6.59/6.21	c cleaning 8606 clauses out of 17222 with flag 11000/174176
6.79/6.46	c cleaning 7805 clauses out of 15617 with flag 18001/181177
7.09/6.72	c cleaning 7901 clauses out of 15813 with flag 26002/189178
7.39/7.03	c cleaning 8451 clauses out of 16911 with flag 35001/198177
7.69/7.36	c cleaning 9226 clauses out of 18460 with flag 45001/208177
7.99/7.70	c cleaning 9610 clauses out of 19233 with flag 55000/218176
8.39/8.05	c cleaning 9807 clauses out of 19623 with flag 65000/228176
8.80/8.40	c cleaning 9903 clauses out of 19816 with flag 75000/238176
9.10/8.75	c cleaning 9953 clauses out of 19914 with flag 85001/248177
9.51/9.10	c cleaning 9973 clauses out of 19961 with flag 95001/258177
9.71/9.38	c Got one! Elapsed wall clock time (in seconds):9.275
9.71/9.38	o 73
10.01/9.62	c cleaning 11932 clauses out of 23871 with flag 5001/272060
10.21/9.83	c cleaning 8966 clauses out of 17939 with flag 11001/278060
10.41/10.06	c cleaning 7985 clauses out of 15976 with flag 18004/285063
10.71/10.33	c cleaning 7989 clauses out of 15988 with flag 26001/293060
11.01/10.63	c cleaning 8496 clauses out of 17000 with flag 35002/302061
11.32/10.99	c cleaning 9244 clauses out of 18502 with flag 45000/312059
11.71/11.33	c cleaning 9627 clauses out of 19258 with flag 55000/322059
11.91/11.52	c Got one! Elapsed wall clock time (in seconds):11.41
11.91/11.52	o 6
12.11/11.71	c cleaning 10330 clauses out of 20667 with flag 5003/333095
12.31/11.91	c cleaning 8163 clauses out of 16336 with flag 11002/339094
12.52/12.14	c cleaning 7584 clauses out of 15171 with flag 18000/346092
12.71/12.38	c cleaning 7790 clauses out of 15587 with flag 26000/354092
13.11/12.70	c cleaning 8391 clauses out of 16797 with flag 35000/363092
13.41/13.06	c cleaning 9199 clauses out of 18408 with flag 45002/373094
13.81/13.43	c cleaning 9602 clauses out of 19210 with flag 55003/383095
14.11/13.79	c cleaning 9799 clauses out of 19606 with flag 65001/393093
14.51/14.14	c cleaning 9899 clauses out of 19806 with flag 75000/403092
14.92/14.50	c cleaning 9946 clauses out of 19908 with flag 85001/413093
15.22/14.86	c cleaning 9979 clauses out of 19962 with flag 95001/423093
15.61/15.29	c cleaning 9986 clauses out of 19982 with flag 105000/433092
16.45/15.70	c starts		: 153
16.45/15.70	c conflicts		: 441506
16.45/15.70	c decisions		: 681928
16.45/15.70	c propagations		: 9989194
16.45/15.70	c inspects		: 104002479
16.45/15.70	c shortcuts		: 0
16.45/15.70	c learnt literals	: 7
16.45/15.70	c learnt binary clauses	: 19
16.45/15.70	c learnt ternary clauses	: 131
16.45/15.70	c learnt constraints	: 441498
16.45/15.70	c ignored constraints	: 0
16.45/15.70	c root simplifications	: 0
16.45/15.70	c removed literals (reason simplification)	: 3820409
16.45/15.70	c reason swapping (by a shorter reason)	: 0
16.45/15.70	c Calls to reduceDB	: 50
16.45/15.70	c number of reductions to clauses (during analyze)	: 0
16.45/15.70	c number of learned constraints concerned by reduction	: 0
16.45/15.70	c number of learning phase by resolution	: 0
16.45/15.70	c number of learning phase by cutting planes	: 0
16.45/15.70	c speed (assignments/second)	: 2387474.6653919695
16.45/15.70	c non guided choices	449
16.45/15.70	c learnt constraints type 
16.45/15.70	c constraints type 
16.45/15.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
16.45/15.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
16.45/15.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
16.45/15.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
16.45/15.70	s OPTIMUM FOUND
16.45/15.70	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 
16.45/15.70	c objective function=6
16.45/15.70	c Total wall clock time (in seconds): 15.595

Verifier Data

OK	6

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 1.95 2/193 22956
/proc/meminfo: memFree=12041916/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/22956/stat : 22956 (java) R 22954 22956 19566 0 -1 4202496 951 0 0 0 0 0 0 0 23 0 1 0 902563021 23580672 693 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274659846033 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22956/statm: 5757 693 510 9 0 124 0

[startup+0.063338 s]
/proc/loadavg: 2.08 2.04 1.95 2/193 22956
/proc/meminfo: memFree=12041916/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10472784 CPUtime=0.05 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 11641 0 1 0 4 1 0 0 23 0 18 0 902563021 10724130816 11336 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2618196 11336 1730 9 0 2608937 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.100296 s]
/proc/loadavg: 2.08 2.04 1.95 2/193 22956
/proc/meminfo: memFree=12041916/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10540284 CPUtime=0.11 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 13094 0 1 0 9 2 0 0 23 0 18 0 902563021 10793250816 12753 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2635071 12758 2093 9 0 2625805 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540284

[startup+0.300308 s]
/proc/loadavg: 2.08 2.04 1.95 2/193 22956
/proc/meminfo: memFree=12041916/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10545576 CPUtime=0.53 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 16264 0 1 0 51 2 0 0 23 0 19 0 902563021 10798669824 14761 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2636394 14761 2215 9 0 2627128 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10545576

[startup+0.700238 s]
/proc/loadavg: 2.08 2.04 1.95 2/193 22956
/proc/meminfo: memFree=12041916/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10545576 CPUtime=1.04 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 17288 0 1 0 101 3 0 0 23 0 19 0 902563021 10798669824 15536 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2636394 15536 2247 9 0 2627128 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10545576

[startup+1.5011 s]
/proc/loadavg: 2.08 2.04 1.95 3/212 22975
/proc/meminfo: memFree=11986824/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10545576 CPUtime=1.87 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 17973 0 1 0 184 3 0 0 23 0 19 0 902563021 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2636394 16069 2248 9 0 2627128 0
[pid=22956/tid=22958] ppid=22954 vsize=10545576 CPUtime=1.42 cores=1,3,5,7
/proc/22956/task/22958/stat : 22958 (java) R 22954 22956 19566 0 -1 4202560 12047 0 1 0 141 1 0 0 18 0 19 0 902563022 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 46912505617596 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22956/tid=22959] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10545576 CPUtime=0.04 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 439 0 0 0 4 0 0 0 15 0 19 0 902563025 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10545576 CPUtime=0.2 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) S 22954 22956 19566 0 -1 4202560 2648 0 0 0 20 0 0 0 15 0 19 0 902563027 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10545576 CPUtime=0.15 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1136 0 0 0 15 0 0 0 15 0 19 0 902563027 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10798669824 16069 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10545576

[startup+3.10083 s]
/proc/loadavg: 2.08 2.04 1.95 3/212 22975
/proc/meminfo: memFree=11985832/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10545576 CPUtime=3.48 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 18456 0 1 0 345 3 0 0 23 0 19 0 902563021 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2636394 16547 2248 9 0 2627128 0
[pid=22956/tid=22958] ppid=22954 vsize=10545576 CPUtime=2.95 cores=1,3,5,7
/proc/22956/task/22958/stat : 22958 (java) R 22954 22956 19566 0 -1 4202560 12052 0 1 0 294 1 0 0 20 0 19 0 902563022 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 46912505565667 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22956/tid=22959] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 902563024 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10545576 CPUtime=0.1 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 659 0 0 0 10 0 0 0 16 0 19 0 902563025 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10545576 CPUtime=0.2 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) S 22954 22956 19566 0 -1 4202560 2648 0 0 0 20 0 0 0 15 0 19 0 902563027 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10545576 CPUtime=0.15 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1136 0 0 0 15 0 0 0 15 0 19 0 902563027 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10545576 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10798669824 16547 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10545576

[startup+6.30127 s]
/proc/loadavg: 2.07 2.04 1.95 3/212 22975
/proc/meminfo: memFree=11984996/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10543356 CPUtime=6.69 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 18495 0 1 0 666 3 0 0 23 0 19 0 902563021 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2635839 16086 2248 9 0 2626573 0
[pid=22956/tid=22958] ppid=22954 vsize=10543356 CPUtime=5.98 cores=1,3,5,7
/proc/22956/task/22958/stat : 22958 (java) R 22954 22956 19566 0 -1 4202560 12067 0 1 0 597 1 0 0 25 0 19 0 902563022 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 46912505550713 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22956/tid=22959] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 139 0 0 0 1 0 0 0 16 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 162 0 0 0 0 0 0 0 16 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10543356 CPUtime=0.26 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 672 0 0 0 26 0 0 0 16 0 19 0 902563025 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10543356 CPUtime=0.21 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) S 22954 22956 19566 0 -1 4202560 2648 0 0 0 21 0 0 0 15 0 19 0 902563027 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10543356 CPUtime=0.15 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1136 0 0 0 15 0 0 0 15 0 19 0 902563027 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10796396544 16086 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10543356

[startup+12.7012 s]

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

/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 93 0 0 0 1 0 0 0 16 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 162 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 89 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10543356 CPUtime=0.58 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 740 0 0 0 58 0 0 0 16 0 19 0 902563025 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10543356 CPUtime=0.21 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) S 22954 22956 19566 0 -1 4202560 2648 0 0 0 21 0 0 0 15 0 19 0 902563027 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10543356 CPUtime=0.15 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1136 0 0 0 15 0 0 0 15 0 19 0 902563027 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10796396544 16164 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 10543356

[startup+15.1007 s]
/proc/loadavg: 2.06 2.03 1.95 3/212 22975
/proc/meminfo: memFree=11984520/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10543356 CPUtime=15.51 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 18602 0 1 0 1547 4 0 0 23 0 19 0 902563021 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2635839 16165 2249 9 0 2626573 0
[pid=22956/tid=22958] ppid=22954 vsize=10543356 CPUtime=14.4 cores=1,3,5,7
/proc/22956/task/22958/stat : 22958 (java) R 22954 22956 19566 0 -1 4202560 12095 0 1 0 1439 1 0 0 25 0 19 0 902563022 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 46912505617634 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22956/tid=22959] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 141 0 0 0 1 0 0 0 16 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 93 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 162 0 0 0 1 0 0 0 16 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 89 0 0 0 1 0 0 0 16 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10543356 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902563024 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10543356 CPUtime=0.62 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 741 0 0 0 61 1 0 0 16 0 19 0 902563025 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10543356 CPUtime=0.21 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) S 22954 22956 19566 0 -1 4202560 2648 0 0 0 21 0 0 0 15 0 19 0 902563027 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10543356 CPUtime=0.15 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1136 0 0 0 15 0 0 0 15 0 19 0 902563027 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10543356 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10796396544 16165 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 10543356

[startup+15.5006 s]
/proc/loadavg: 2.06 2.03 1.95 8/212 22975
/proc/meminfo: memFree=11972116/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10543516 CPUtime=16.19 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 26585 0 1 0 1614 5 0 0 23 0 19 0 902563021 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2635879 21639 2250 9 0 2626613 0
[pid=22956/tid=22958] ppid=22954 vsize=10543516 CPUtime=14.77 cores=1,3,5,7
/proc/22956/task/22958/stat : 22958 (java) R 22954 22956 19566 0 -1 4202560 12095 0 1 0 1476 1 0 0 25 0 19 0 902563022 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 46912505528061 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22956/tid=22959] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 93 0 0 0 1 0 0 0 16 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 162 0 0 0 1 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 89 0 0 0 1 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10543516 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902563024 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10543516 CPUtime=0.63 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 757 0 0 0 62 1 0 0 15 0 19 0 902563025 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10543516 CPUtime=0.45 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) R 22954 22956 19566 0 -1 4202560 10566 0 0 0 44 1 0 0 16 0 19 0 902563027 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 47684494296552 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10543516 CPUtime=0.18 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1185 0 0 0 18 0 0 0 15 0 19 0 902563027 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10543516 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10796560384 21639 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 10543516

[startup+15.7006 s]
/proc/loadavg: 2.06 2.03 1.95 8/212 22975
/proc/meminfo: memFree=11972116/32951132 swapFree=67054624/67111528
[pid=22956] ppid=22954 vsize=10544060 CPUtime=16.45 cores=1,3,5,7
/proc/22956/stat : 22956 (java) S 22954 22956 19566 0 -1 4202496 26781 0 1 0 1640 5 0 0 23 0 19 0 902563021 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22956/statm: 2636015 19746 2250 9 0 2626749 0
[pid=22956/tid=22958] ppid=22954 vsize=10544060 CPUtime=14.97 cores=1,3,5,7
/proc/22956/task/22958/stat : 22958 (java) R 22954 22956 19566 0 -1 4202560 12097 0 1 0 1496 1 0 0 25 0 19 0 902563022 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 46912505724819 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22956/tid=22959] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22959/stat : 22959 (java) S 22954 22956 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22960] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22960/stat : 22960 (java) S 22954 22956 19566 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22961] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22961/stat : 22961 (java) S 22954 22956 19566 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22962] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22962/stat : 22962 (java) S 22954 22956 19566 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 7 0 0 0
[pid=22956/tid=22963] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22963/stat : 22963 (java) S 22954 22956 19566 0 -1 4202560 93 0 0 0 1 0 0 0 16 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22964] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22964/stat : 22964 (java) S 22954 22956 19566 0 -1 4202560 162 0 0 0 1 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22965] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22965/stat : 22965 (java) S 22954 22956 19566 0 -1 4202560 89 0 0 0 1 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22966] ppid=22954 vsize=10544060 CPUtime=0.01 cores=1,3,5,7
/proc/22956/task/22966/stat : 22966 (java) S 22954 22956 19566 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902563024 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 5 0 0 0
[pid=22956/tid=22967] ppid=22954 vsize=10544060 CPUtime=0.63 cores=1,3,5,7
/proc/22956/task/22967/stat : 22967 (java) S 22954 22956 19566 0 -1 4202560 757 0 0 0 62 1 0 0 15 0 19 0 902563025 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 0 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22968] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22968/stat : 22968 (java) S 22954 22956 19566 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 902563025 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22969] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22969/stat : 22969 (java) S 22954 22956 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902563025 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22970] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22970/stat : 22970 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676631985 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22971] ppid=22954 vsize=10544060 CPUtime=0.49 cores=1,3,5,7
/proc/22956/task/22971/stat : 22971 (java) R 22954 22956 19566 0 -1 4202560 10686 0 0 0 48 1 0 0 15 0 19 0 902563027 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 47684496633887 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22956/tid=22972] ppid=22954 vsize=10544060 CPUtime=0.19 cores=1,3,5,7
/proc/22956/task/22972/stat : 22972 (java) S 22954 22956 19566 0 -1 4202560 1259 0 0 0 19 0 0 0 15 0 19 0 902563027 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
[pid=22956/tid=22973] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22973/stat : 22973 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902563027 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624281 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22974] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22974/stat : 22974 (java) S 22954 22956 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902563027 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 3 0 0 0
[pid=22956/tid=22975] ppid=22954 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/22956/task/22975/stat : 22975 (java) S 22954 22956 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902563038 10797117440 19746 33554432000 1073741824 1073778376 140734010524448 18446744073709551615 274676624896 0 4 0 16800975 18446604471143188288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.45
Current children cumulated vsize (KiB) 10544060

Child status: 30
Real time (s): 15.713
CPU time (s): 16.4715
CPU user time (s): 16.4135
CPU system time (s): 0.057991
CPU usage (%): 104.827
Max. virtual memory (cumulated for all children) (KiB): 10545576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4135
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26800
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= 2023
involuntary context switches= 857

runsolver used 0.023996 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:13:54
IDJOB=3492354
IDBENCH=78776
IDSOLVER=1982
FILE ID=node131/3492354-1307909634
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= 0277d37fd59797dc8ec4e2ab4996f836
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:      12042584 kB
Buffers:        333028 kB
Cached:       19808672 kB
SwapCached:       9816 kB
Active:       15662760 kB
Inactive:      4561784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12042584 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             488 kB
Writeback:           8 kB
AnonPages:       80664 kB
Mapped:          21476 kB
Slab:           622068 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10549140 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:14:10