Trace number 3492320

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.0326 15.2946

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-33-100-0.wbo
MD5SUMd78095cb3543dadc419b0cdccb2004b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.57376
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492320-1307909437.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.147
0.28/0.25	o 544
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.28/0.27	o 287
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.54/0.35	o 280
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.304
0.68/0.41	o 278
0.81/0.50	c cleaning 3370 clauses out of 6746 with flag 2000/6746
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
0.81/0.57	o 226
0.91/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
0.91/0.66	o 205
1.03/0.70	c cleaning 4670 clauses out of 9346 with flag 1000/12716
1.14/0.89	c cleaning 5333 clauses out of 10677 with flag 7001/18717
1.25/0.92	c Got one! Elapsed wall clock time (in seconds):0.814
1.25/0.92	o 179
1.35/1.07	c cleaning 5491 clauses out of 10983 with flag 5000/24356
1.57/1.23	c Got one! Elapsed wall clock time (in seconds):1.125
1.57/1.23	o 143
1.57/1.27	c cleaning 5720 clauses out of 11446 with flag 1001/30310
1.77/1.47	c cleaning 5853 clauses out of 11725 with flag 7000/36309
1.87/1.50	c Got one! Elapsed wall clock time (in seconds):1.399
1.87/1.50	o 137
1.87/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
1.87/1.54	o 93
1.97/1.67	c cleaning 5818 clauses out of 11641 with flag 4001/42078
2.17/1.86	c Got one! Elapsed wall clock time (in seconds):1.759
2.17/1.86	o 92
2.37/2.04	c Got one! Elapsed wall clock time (in seconds):1.936
2.37/2.04	o 59
2.37/2.10	c cleaning 8803 clauses out of 17620 with flag 1004/53875
2.68/2.30	c cleaning 7400 clauses out of 14813 with flag 7000/59871
2.78/2.49	c Got one! Elapsed wall clock time (in seconds):2.382
2.78/2.49	o 47
2.98/2.69	c cleaning 9226 clauses out of 18464 with flag 5001/70922
3.18/2.82	c Got one! Elapsed wall clock time (in seconds):2.716
3.18/2.82	o 25
3.18/2.87	c cleaning 7200 clauses out of 14414 with flag 1000/76098
3.38/3.06	c cleaning 6601 clauses out of 13215 with flag 7001/82099
3.69/3.32	c cleaning 6802 clauses out of 13613 with flag 14000/89098
3.78/3.40	c Got one! Elapsed wall clock time (in seconds):3.3
3.78/3.40	o 22
3.88/3.51	c cleaning 6236 clauses out of 12479 with flag 3000/94766
3.98/3.65	c Got one! Elapsed wall clock time (in seconds):3.546
3.98/3.65	o 10
4.18/3.83	c cleaning 8187 clauses out of 16385 with flag 5000/104908
4.38/4.07	c cleaning 7097 clauses out of 14198 with flag 11000/110908
4.69/4.31	c cleaning 7046 clauses out of 14102 with flag 18001/117909
4.88/4.56	c cleaning 7521 clauses out of 15055 with flag 26000/125908
5.19/4.88	c cleaning 8263 clauses out of 16534 with flag 35000/134908
5.59/5.26	c cleaning 9134 clauses out of 18272 with flag 45001/144909
5.79/5.42	c Got one! Elapsed wall clock time (in seconds):5.319
5.79/5.42	o 9
5.99/5.62	c cleaning 9604 clauses out of 19217 with flag 5002/154988
6.19/5.82	c cleaning 7801 clauses out of 15612 with flag 11001/160987
6.39/6.08	c cleaning 7398 clauses out of 14811 with flag 18001/167987
6.59/6.20	c Got one! Elapsed wall clock time (in seconds):6.091
6.59/6.20	o 5
6.59/6.27	c cleaning 6626 clauses out of 13256 with flag 2000/173830
6.80/6.46	c cleaning 6311 clauses out of 12630 with flag 8000/179830
7.01/6.69	c cleaning 6657 clauses out of 13320 with flag 15001/186831
7.30/6.94	c cleaning 7327 clauses out of 14663 with flag 23001/194831
7.60/7.27	c cleaning 8164 clauses out of 16335 with flag 32000/203830
8.01/7.61	c cleaning 9080 clauses out of 18172 with flag 42001/213831
8.21/7.82	c Got one! Elapsed wall clock time (in seconds):7.718
8.21/7.82	o 2
8.41/8.03	c cleaning 10317 clauses out of 20642 with flag 5000/225381
8.61/8.24	c cleaning 8159 clauses out of 16326 with flag 11001/231382
8.81/8.49	c cleaning 7581 clauses out of 15167 with flag 18001/238382
9.12/8.77	c cleaning 7787 clauses out of 15586 with flag 26001/246382
9.41/9.08	c cleaning 8395 clauses out of 16798 with flag 35000/255381
9.81/9.42	c cleaning 9195 clauses out of 18404 with flag 45001/265382
10.12/9.77	c cleaning 9598 clauses out of 19208 with flag 55000/275381
10.52/10.16	c cleaning 9801 clauses out of 19611 with flag 65001/285382
10.92/10.56	c cleaning 9901 clauses out of 19809 with flag 75000/295381
11.32/10.93	c cleaning 9949 clauses out of 19908 with flag 85000/305381
11.62/11.28	c cleaning 9976 clauses out of 19959 with flag 95000/315381
12.02/11.66	c cleaning 9989 clauses out of 19984 with flag 105001/325382
12.43/12.03	c cleaning 9987 clauses out of 19994 with flag 115000/335381
12.83/12.42	c cleaning 10000 clauses out of 20007 with flag 125000/345381
13.23/12.80	c cleaning 10002 clauses out of 20009 with flag 135002/355383
13.54/13.14	c cleaning 9998 clauses out of 20005 with flag 145000/365381
13.84/13.49	c cleaning 10001 clauses out of 20008 with flag 155001/375382
14.24/13.85	c cleaning 9999 clauses out of 20006 with flag 165000/385381
14.64/14.23	c cleaning 9998 clauses out of 20007 with flag 175000/395381
15.04/14.61	c cleaning 10004 clauses out of 20011 with flag 185002/405383
15.46/15.03	c cleaning 9999 clauses out of 20005 with flag 195001/415382
15.88/15.25	c starts		: 164
15.88/15.25	c conflicts		: 421014
15.88/15.25	c decisions		: 628967
15.88/15.25	c propagations		: 9552983
15.88/15.25	c inspects		: 98212686
15.88/15.25	c shortcuts		: 0
15.88/15.25	c learnt literals	: 6
15.88/15.25	c learnt binary clauses	: 19
15.88/15.25	c learnt ternary clauses	: 289
15.88/15.25	c learnt constraints	: 421007
15.88/15.25	c ignored constraints	: 0
15.88/15.25	c root simplifications	: 0
15.88/15.25	c removed literals (reason simplification)	: 3906579
15.88/15.25	c reason swapping (by a shorter reason)	: 0
15.88/15.25	c Calls to reduceDB	: 50
15.88/15.25	c number of reductions to clauses (during analyze)	: 0
15.88/15.25	c number of learned constraints concerned by reduction	: 0
15.88/15.25	c number of learning phase by resolution	: 0
15.88/15.25	c number of learning phase by cutting planes	: 0
15.88/15.25	c speed (assignments/second)	: 1286250.5722364348
15.88/15.25	c non guided choices	676
15.88/15.25	c learnt constraints type 
15.88/15.25	c constraints type 
15.88/15.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
15.88/15.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
15.88/15.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
15.88/15.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
15.88/15.25	s OPTIMUM FOUND
15.88/15.25	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 
15.88/15.25	c objective function=2
15.88/15.25	c Total wall clock time (in seconds): 15.146

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492320-1307909437/watcher-3492320-1307909437 -o /tmp/evaluation-result-3492320-1307909437/solver-3492320-1307909437 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492320-1307909437.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.19 2.03 1.94 2/193 22380
/proc/meminfo: memFree=12030412/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 1178 0 0 0 0 0 0 0 18 0 2 0 902543377 27824128 905 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 6793 905 688 9 0 381 0
[pid=22380/tid=22381] ppid=22378 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) S 22378 22380 19566 0 -1 4202560 64 0 0 0 0 0 0 0 19 0 2 0 902543377 27824128 905 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274659884679 0 2147483391 4096 0 18446744071699109054 0 0 -1 3 0 0 0

[startup+0.0186911 s]
/proc/loadavg: 2.19 2.03 1.94 2/193 22380
/proc/meminfo: memFree=12030412/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 8106 0 1 0 0 0 0 0 18 0 2 0 902543377 10694979584 7807 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2611079 7829 917 9 0 2602235 0
[pid=22380/tid=22381] ppid=22378 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 7026 0 1 0 0 0 0 0 19 0 2 0 902543377 10694979584 7841 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100692 s]
/proc/loadavg: 2.19 2.03 1.94 2/193 22380
/proc/meminfo: memFree=12030412/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10540156 CPUtime=0.1 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 13100 0 1 0 9 1 0 0 18 0 18 0 902543377 10793119744 12796 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2635039 12796 2092 9 0 2625773 0
[pid=22380/tid=22381] ppid=22378 vsize=10540156 CPUtime=0.08 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 11186 0 1 0 7 1 0 0 18 0 18 0 902543377 10793119744 12796 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 47130622567960 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540156

[startup+0.30065 s]
/proc/loadavg: 2.19 2.03 1.94 2/193 22380
/proc/meminfo: memFree=12030412/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10544164 CPUtime=0.54 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 16159 0 1 0 53 1 0 0 18 0 19 0 902543377 10797223936 14895 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636041 14895 2215 9 0 2626775 0
[pid=22380/tid=22381] ppid=22378 vsize=10544164 CPUtime=0.28 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 11799 0 1 0 27 1 0 0 19 0 19 0 902543377 10797223936 14896 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505648897 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544164

[startup+0.700579 s]
/proc/loadavg: 2.19 2.03 1.94 2/193 22380
/proc/meminfo: memFree=12030412/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10544028 CPUtime=1.03 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 17145 0 1 0 102 1 0 0 18 0 19 0 902543377 10797084672 15674 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636007 15674 2247 9 0 2626741 0
[pid=22380/tid=22381] ppid=22378 vsize=10544028 CPUtime=0.67 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12103 0 1 0 66 1 0 0 18 0 19 0 902543377 10797084672 15674 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505164132 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544028

[startup+1.50145 s]
/proc/loadavg: 2.18 2.03 1.94 3/212 22399
/proc/meminfo: memFree=11975344/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10544028 CPUtime=1.87 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 17678 0 1 0 185 2 0 0 18 0 19 0 902543377 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636007 16109 2248 9 0 2626741 0
[pid=22380/tid=22381] ppid=22378 vsize=10544028 CPUtime=1.4 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12106 0 1 0 139 1 0 0 18 0 19 0 902543377 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505628390 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22380/tid=22383] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 902543379 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10544028 CPUtime=0.06 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 423 0 0 0 6 0 0 0 15 0 19 0 902543380 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10544028 CPUtime=0.14 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) S 22378 22380 19566 0 -1 4202560 1740 0 0 0 14 0 0 0 18 0 19 0 902543383 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10544028 CPUtime=0.22 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 1763 0 0 0 22 0 0 0 19 0 19 0 902543383 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22397] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22397/stat : 22397 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22398] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22398/stat : 22398 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543383 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22399] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22399/stat : 22399 (java) S 22378 22380 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902543394 10797084672 16109 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544028

[startup+3.10117 s]
/proc/loadavg: 2.18 2.03 1.94 3/212 22399
/proc/meminfo: memFree=11974228/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10544028 CPUtime=3.48 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 18145 0 1 0 346 2 0 0 18 0 19 0 902543377 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636007 16570 2248 9 0 2626741 0
[pid=22380/tid=22381] ppid=22378 vsize=10544028 CPUtime=2.92 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12113 0 1 0 291 1 0 0 20 0 19 0 902543377 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505538302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22380/tid=22383] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 902543379 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10544028 CPUtime=0.14 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 616 0 0 0 14 0 0 0 15 0 19 0 902543380 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10544028 CPUtime=0.14 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) S 22378 22380 19566 0 -1 4202560 1740 0 0 0 14 0 0 0 18 0 19 0 902543383 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10544028 CPUtime=0.22 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 1763 0 0 0 22 0 0 0 15 0 19 0 902543383 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22397] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22397/stat : 22397 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22398] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22398/stat : 22398 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543383 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22399] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22399/stat : 22399 (java) S 22378 22380 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902543394 10797084672 16570 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544028

[startup+6.30061 s]
/proc/loadavg: 2.18 2.03 1.94 3/212 22399
/proc/meminfo: memFree=11972756/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10544028 CPUtime=6.7 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 18186 0 1 0 668 2 0 0 18 0 19 0 902543377 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636007 16598 2248 9 0 2626741 0
[pid=22380/tid=22381] ppid=22378 vsize=10544028 CPUtime=5.95 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12126 0 1 0 594 1 0 0 19 0 19 0 902543377 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505552505 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22380/tid=22383] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 226 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902543379 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10544028 CPUtime=0.29 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 640 0 0 0 29 0 0 0 15 0 19 0 902543380 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10544028 CPUtime=0.14 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) S 22378 22380 19566 0 -1 4202560 1740 0 0 0 14 0 0 0 18 0 19 0 902543383 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10544028 CPUtime=0.23 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 1763 0 0 0 23 0 0 0 15 0 19 0 902543383 10797084672 16598 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0

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

/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 226 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 116 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10544028 CPUtime=0.59 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 759 0 0 0 59 0 0 0 15 0 19 0 902543380 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10544028 CPUtime=0.14 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) S 22378 22380 19566 0 -1 4202560 1740 0 0 0 14 0 0 0 18 0 19 0 902543383 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10544028 CPUtime=0.24 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 1763 0 0 0 24 0 0 0 15 0 19 0 902543383 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22397] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22397/stat : 22397 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22398] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22398/stat : 22398 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543383 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22399] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22399/stat : 22399 (java) S 22378 22380 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902543394 10797084672 16723 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.74
Current children cumulated vsize (KiB) 10544028

[startup+14.7012 s]
/proc/loadavg: 2.15 2.03 1.94 3/212 22400
/proc/meminfo: memFree=11971436/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10544028 CPUtime=15.14 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 18337 0 1 0 1511 3 0 0 18 0 19 0 902543377 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636007 16724 2248 9 0 2626741 0
[pid=22380/tid=22381] ppid=22378 vsize=10544028 CPUtime=14 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12152 0 1 0 1399 1 0 0 25 0 19 0 902543377 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505538577 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22380/tid=22383] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 226 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 116 0 0 0 1 0 0 0 15 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 87 0 0 0 1 0 0 0 16 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10544028 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 1 0 0 0 16 0 19 0 902543379 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10544028 CPUtime=0.61 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 759 0 0 0 61 0 0 0 15 0 19 0 902543380 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10544028 CPUtime=0.14 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) S 22378 22380 19566 0 -1 4202560 1740 0 0 0 14 0 0 0 18 0 19 0 902543383 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10544028 CPUtime=0.24 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 1763 0 0 0 24 0 0 0 15 0 19 0 902543383 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22397] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22397/stat : 22397 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22398] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22398/stat : 22398 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543383 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22399] ppid=22378 vsize=10544028 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22399/stat : 22399 (java) S 22378 22380 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902543394 10797084672 16724 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 10544028

[startup+15.1011 s]
/proc/loadavg: 2.15 2.03 1.94 3/212 22400
/proc/meminfo: memFree=11971436/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10547920 CPUtime=15.67 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 22667 0 1 0 1563 4 0 0 18 0 19 0 902543377 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636980 19848 2250 9 0 2627714 0
[pid=22380/tid=22381] ppid=22378 vsize=10547920 CPUtime=14.38 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12154 0 1 0 1437 1 0 0 25 0 19 0 902543377 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505599287 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22380/tid=22383] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 104 0 0 0 1 0 0 0 16 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 27 0 0 0 1 0 0 0 16 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 116 0 0 0 1 0 0 0 15 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10547920 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 902543379 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10547920 CPUtime=0.62 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 759 0 0 0 62 0 0 0 15 0 19 0 902543380 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10547920 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10547920 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10547920 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10547920 CPUtime=0.23 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) R 22378 22380 19566 0 -1 4202560 5674 0 0 0 22 1 0 0 17 0 19 0 902543383 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274664502219 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10547920 CPUtime=0.28 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 2155 0 0 0 28 0 0 0 16 0 19 0 902543383 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22397] ppid=22378 vsize=10547920 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22397/stat : 22397 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22398] ppid=22378 vsize=10547920 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22398/stat : 22398 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543383 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22399] ppid=22378 vsize=10547920 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22399/stat : 22399 (java) S 22378 22380 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902543394 10801070080 19848 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 10547920

[startup+15.2011 s]
/proc/loadavg: 2.15 2.03 1.94 3/212 22400
/proc/meminfo: memFree=11971436/32951132 swapFree=67054624/67111528
[pid=22380] ppid=22378 vsize=10546016 CPUtime=15.88 cores=1,3,5,7
/proc/22380/stat : 22380 (java) S 22378 22380 19566 0 -1 4202496 23200 0 1 0 1584 4 0 0 18 0 19 0 902543377 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22380/statm: 2636504 19840 2250 9 0 2627238 0
[pid=22380/tid=22381] ppid=22378 vsize=10546016 CPUtime=14.48 cores=1,3,5,7
/proc/22380/task/22381/stat : 22381 (java) R 22378 22380 19566 0 -1 4202560 12154 0 1 0 1447 1 0 0 25 0 19 0 902543377 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 46912505516065 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22380/tid=22383] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22383/stat : 22383 (java) S 22378 22380 19566 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22384] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22384/stat : 22384 (java) S 22378 22380 19566 0 -1 4202560 104 0 0 0 1 0 0 0 16 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22385] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22385/stat : 22385 (java) S 22378 22380 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22386] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22386/stat : 22386 (java) S 22378 22380 19566 0 -1 4202560 27 0 0 0 1 0 0 0 16 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22387] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22387/stat : 22387 (java) S 22378 22380 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22388] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22388/stat : 22388 (java) S 22378 22380 19566 0 -1 4202560 116 0 0 0 1 0 0 0 15 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22380/tid=22389] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22389/stat : 22389 (java) S 22378 22380 19566 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22390] ppid=22378 vsize=10546016 CPUtime=0.01 cores=1,3,5,7
/proc/22380/task/22390/stat : 22390 (java) S 22378 22380 19566 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 902543379 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22391] ppid=22378 vsize=10546016 CPUtime=0.62 cores=1,3,5,7
/proc/22380/task/22391/stat : 22391 (java) S 22378 22380 19566 0 -1 4202560 759 0 0 0 62 0 0 0 15 0 19 0 902543380 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22392] ppid=22378 vsize=10546016 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22392/stat : 22392 (java) S 22378 22380 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902543380 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22380/tid=22393] ppid=22378 vsize=10546016 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22393/stat : 22393 (java) S 22378 22380 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902543380 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22394] ppid=22378 vsize=10546016 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22394/stat : 22394 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22395] ppid=22378 vsize=10546016 CPUtime=0.33 cores=1,3,5,7
/proc/22380/task/22395/stat : 22395 (java) R 22378 22380 19566 0 -1 4202560 6206 0 0 0 32 1 0 0 17 0 19 0 902543383 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 47130619144224 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22380/tid=22396] ppid=22378 vsize=10546016 CPUtime=0.28 cores=1,3,5,7
/proc/22380/task/22396/stat : 22396 (java) S 22378 22380 19566 0 -1 4202560 2156 0 0 0 28 0 0 0 15 0 19 0 902543383 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22380/tid=22397] ppid=22378 vsize=10546016 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22397/stat : 22397 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902543383 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22398] ppid=22378 vsize=10546016 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22398/stat : 22398 (java) S 22378 22380 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902543383 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22380/tid=22399] ppid=22378 vsize=10546016 CPUtime=0 cores=1,3,5,7
/proc/22380/task/22399/stat : 22399 (java) S 22378 22380 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902543394 10799120384 19840 33554432000 1073741824 1073778376 140733458198704 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 10546016

Child status: 30
Real time (s): 15.2946
CPU time (s): 16.0326
CPU user time (s): 15.9816
CPU system time (s): 0.050992
CPU usage (%): 104.825
Max. virtual memory (cumulated for all children) (KiB): 10547920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9816
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24593
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= 1756
involuntary context switches= 967

runsolver used 0.026995 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:10:37
IDJOB=3492320
IDBENCH=78749
IDSOLVER=1982
FILE ID=node131/3492320-1307909437
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.1110974180--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492320-1307909437/watcher-3492320-1307909437 -o /tmp/evaluation-result-3492320-1307909437/solver-3492320-1307909437 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492320-1307909437.wbo

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

MD5SUM BENCH= d78095cb3543dadc419b0cdccb2004b4
RANDOM SEED=1967168692

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:      12031204 kB
Buffers:        332704 kB
Cached:       19808392 kB
SwapCached:       9816 kB
Active:       15672924 kB
Inactive:      4561640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12031204 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             488 kB
Writeback:           4 kB
AnonPages:       90936 kB
Mapped:          21416 kB
Slab:           621840 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10567816 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:10:53