Trace number 3492506

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 18.9441 18.2199

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967729--soft-33-100-0.wbo
MD5SUM28b22ff7551de5ca1263780ad2fbf9cd
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.67074
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 1318
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492506-1307909916.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     233
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 => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.171
0.29/0.27	o 469
0.29/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.29/0.30	o 384
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.215
0.54/0.32	o 381
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.54/0.35	o 277
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.329
0.68/0.43	o 266
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.381
0.68/0.48	o 243
0.78/0.55	c cleaning 3973 clauses out of 7951 with flag 1000/7951
0.90/0.64	c Got one! Elapsed wall clock time (in seconds):0.538
0.90/0.64	o 235
1.03/0.73	c cleaning 4890 clauses out of 9785 with flag 3002/13758
1.03/0.75	c Got one! Elapsed wall clock time (in seconds):0.65
1.03/0.75	o 217
1.23/0.90	c cleaning 5062 clauses out of 10127 with flag 5001/18990
1.34/1.08	c cleaning 5525 clauses out of 11064 with flag 11000/24989
1.65/1.31	c cleaning 6266 clauses out of 12542 with flag 18003/31992
1.65/1.33	c Got one! Elapsed wall clock time (in seconds):1.224
1.65/1.33	o 211
1.76/1.48	c cleaning 5721 clauses out of 11454 with flag 5000/37170
1.86/1.52	c Got one! Elapsed wall clock time (in seconds):1.417
1.86/1.52	o 195
1.96/1.67	c cleaning 5853 clauses out of 11720 with flag 5001/43157
2.06/1.73	c Got one! Elapsed wall clock time (in seconds):1.629
2.06/1.73	o 177
2.16/1.83	c cleaning 5509 clauses out of 11027 with flag 3000/48317
2.36/2.04	c Got one! Elapsed wall clock time (in seconds):1.938
2.36/2.04	o 175
2.56/2.22	c cleaning 8248 clauses out of 16502 with flag 5001/59301
2.76/2.40	c cleaning 7120 clauses out of 14253 with flag 11000/65300
2.86/2.56	c Got one! Elapsed wall clock time (in seconds):2.452
2.86/2.56	o 171
3.06/2.73	c cleaning 8586 clauses out of 17173 with flag 5002/75340
3.26/2.94	c cleaning 7291 clauses out of 14587 with flag 11002/81340
3.46/3.17	c cleaning 7143 clauses out of 14296 with flag 18002/88340
3.67/3.35	c Got one! Elapsed wall clock time (in seconds):3.249
3.67/3.35	o 147
3.76/3.49	c Got one! Elapsed wall clock time (in seconds):3.386
3.76/3.49	o 78
3.86/3.59	c cleaning 9394 clauses out of 18797 with flag 2000/99984
4.07/3.79	c cleaning 7693 clauses out of 15403 with flag 8000/105984
4.37/4.02	c cleaning 7352 clauses out of 14710 with flag 15000/112984
4.57/4.27	c cleaning 7676 clauses out of 15358 with flag 23000/120984
4.67/4.33	c Got one! Elapsed wall clock time (in seconds):4.224
4.67/4.33	o 71
4.78/4.46	c cleaning 6555 clauses out of 13113 with flag 4002/126415
4.97/4.66	c cleaning 6271 clauses out of 12558 with flag 10002/132415
5.17/4.89	c cleaning 6636 clauses out of 13286 with flag 17001/139414
5.47/5.14	c cleaning 7317 clauses out of 14649 with flag 25000/147413
5.78/5.44	c cleaning 8164 clauses out of 16333 with flag 34001/156414
6.07/5.77	c cleaning 9080 clauses out of 18169 with flag 44001/166414
6.18/5.86	c Got one! Elapsed wall clock time (in seconds):5.762
6.18/5.86	o 54
6.28/5.97	c cleaning 7394 clauses out of 14802 with flag 3000/172127
6.47/6.16	c cleaning 6698 clauses out of 13408 with flag 9000/178127
6.67/6.39	c cleaning 6852 clauses out of 13713 with flag 16003/185130
6.98/6.64	c cleaning 7426 clauses out of 14859 with flag 24001/193128
7.28/6.98	c cleaning 8213 clauses out of 16434 with flag 33002/202129
7.68/7.31	c cleaning 9104 clauses out of 18224 with flag 43005/212132
7.99/7.62	c cleaning 9548 clauses out of 19116 with flag 53001/222128
8.28/7.94	c cleaning 9779 clauses out of 19567 with flag 63000/232127
8.58/8.27	c cleaning 9889 clauses out of 19788 with flag 73000/242127
8.69/8.38	c Got one! Elapsed wall clock time (in seconds):8.279
8.69/8.38	o 39
8.79/8.45	c cleaning 7590 clauses out of 15185 with flag 2000/247413
8.99/8.65	c cleaning 6789 clauses out of 13596 with flag 8001/253414
9.20/8.89	c cleaning 6897 clauses out of 13806 with flag 15000/260413
9.49/9.18	c cleaning 7450 clauses out of 14910 with flag 23001/268414
9.90/9.52	c cleaning 8229 clauses out of 16461 with flag 32002/277415
10.20/9.84	c cleaning 9111 clauses out of 18234 with flag 42004/287417
10.40/10.05	c Got one! Elapsed wall clock time (in seconds):9.944
10.40/10.05	o 21
10.60/10.25	c cleaning 10506 clauses out of 21022 with flag 5001/299316
10.80/10.46	c cleaning 8253 clauses out of 16516 with flag 11001/305316
11.00/10.69	c cleaning 7626 clauses out of 15263 with flag 18001/312316
11.31/10.97	c cleaning 7815 clauses out of 15636 with flag 26000/320315
11.61/11.27	c cleaning 8405 clauses out of 16821 with flag 35000/329315
11.91/11.60	c cleaning 9204 clauses out of 18418 with flag 45002/339317
12.31/11.90	c cleaning 9603 clauses out of 19214 with flag 55002/349317
12.31/11.98	c Got one! Elapsed wall clock time (in seconds):11.88
12.31/11.98	o 20
12.42/12.09	c cleaning 7598 clauses out of 15203 with flag 3000/354909
12.61/12.28	c cleaning 6798 clauses out of 13605 with flag 9000/360909
12.91/12.51	c cleaning 6899 clauses out of 13807 with flag 16000/367909
13.12/12.78	c cleaning 7451 clauses out of 14910 with flag 24002/375911
13.44/13.06	c cleaning 8222 clauses out of 16457 with flag 33000/384909
13.74/13.39	c cleaning 9114 clauses out of 18235 with flag 43000/394909
14.14/13.73	c cleaning 9557 clauses out of 19122 with flag 53001/404910
14.44/14.05	c cleaning 9779 clauses out of 19565 with flag 63001/414910
14.75/14.38	c cleaning 9889 clauses out of 19786 with flag 73001/424910
14.85/14.42	c Got one! Elapsed wall clock time (in seconds):14.318
14.85/14.42	o 4
14.97/14.55	c cleaning 7498 clauses out of 15001 with flag 4004/430014
15.17/14.75	c cleaning 6743 clauses out of 13499 with flag 10000/436010
15.37/14.96	c cleaning 6873 clauses out of 13757 with flag 17001/443011
15.67/15.20	c cleaning 7438 clauses out of 14885 with flag 25002/451012
15.88/15.48	c cleaning 8216 clauses out of 16446 with flag 34001/460011
16.28/15.80	c cleaning 9111 clauses out of 18229 with flag 44000/470010
16.68/16.23	c cleaning 9556 clauses out of 19118 with flag 54000/480010
16.99/16.58	c cleaning 9775 clauses out of 19562 with flag 64000/490010
17.38/16.92	c cleaning 9890 clauses out of 19789 with flag 74002/500012
17.68/17.27	c cleaning 9948 clauses out of 19900 with flag 84003/510013
17.99/17.60	c cleaning 9971 clauses out of 19949 with flag 94000/520010
18.38/17.99	c cleaning 9986 clauses out of 19979 with flag 104001/530011
18.76/18.15	c starts		: 172
18.76/18.15	c conflicts		: 534477
18.76/18.15	c decisions		: 879837
18.76/18.15	c propagations		: 12860561
18.76/18.15	c inspects		: 105317584
18.76/18.15	c shortcuts		: 0
18.76/18.15	c learnt literals	: 5
18.76/18.15	c learnt binary clauses	: 18
18.76/18.15	c learnt ternary clauses	: 436
18.76/18.15	c learnt constraints	: 534471
18.76/18.15	c ignored constraints	: 0
18.76/18.15	c root simplifications	: 0
18.76/18.15	c removed literals (reason simplification)	: 3548782
18.76/18.15	c reason swapping (by a shorter reason)	: 0
18.76/18.15	c Calls to reduceDB	: 66
18.76/18.15	c number of reductions to clauses (during analyze)	: 0
18.76/18.15	c number of learned constraints concerned by reduction	: 0
18.76/18.15	c number of learning phase by resolution	: 0
18.76/18.15	c number of learning phase by cutting planes	: 0
18.76/18.15	c speed (assignments/second)	: 3448796.1920085815
18.76/18.15	c non guided choices	1105
18.76/18.15	c learnt constraints type 
18.76/18.15	c constraints type 
18.76/18.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
18.76/18.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
18.76/18.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
18.76/18.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
18.76/18.15	s OPTIMUM FOUND
18.76/18.15	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 
18.76/18.15	c objective function=4
18.76/18.15	c Total wall clock time (in seconds): 18.049

Verifier Data

OK	4

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 /var/tmp/evaluation-result-3492506-1307909916/watcher-3492506-1307909916 -o /var/tmp/evaluation-result-3492506-1307909916/solver-3492506-1307909916 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492506-1307909916.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: 1.84 1.97 1.91 2/195 16138
/proc/meminfo: memFree=1566084/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 1245 0 0 0 0 0 0 0 25 0 2 0 902591326 31268864 963 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 7634 963 736 9 0 385 0
[pid=16138/tid=16139] ppid=16136 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 902591327 32362496 968 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237273917184 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0815789 s]
/proc/loadavg: 1.84 1.97 1.91 2/195 16138
/proc/meminfo: memFree=1566084/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10538640 CPUtime=0.07 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 12322 0 1 0 6 1 0 0 25 0 18 0 902591326 10791567360 12018 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2634660 12019 1915 9 0 2625394 0
[pid=16138/tid=16139] ppid=16136 vsize=10538640 CPUtime=0.06 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) S 16136 16138 14274 0 -1 4202560 10922 0 1 0 5 1 0 0 25 0 18 0 902591327 10791567360 12019 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290708959 0 2147483391 0 16800975 18446744071699199166 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538640

[startup+0.104946 s]
/proc/loadavg: 1.84 1.97 1.91 2/195 16138
/proc/meminfo: memFree=1566084/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10539944 CPUtime=0.11 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 13217 0 1 0 10 1 0 0 25 0 18 0 902591326 10792902656 12883 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2634986 12884 2108 9 0 2625720 0
[pid=16138/tid=16139] ppid=16136 vsize=10539944 CPUtime=0.08 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 11225 0 1 0 7 1 0 0 25 0 18 0 902591327 10792902656 12885 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290708347 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539944

[startup+0.300884 s]
/proc/loadavg: 1.84 1.97 1.91 2/195 16138
/proc/meminfo: memFree=1566084/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10544148 CPUtime=0.54 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 15988 0 1 0 52 2 0 0 25 0 19 0 902591326 10797207552 14918 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2636037 14918 2215 9 0 2626771 0
[pid=16138/tid=16139] ppid=16136 vsize=10544148 CPUtime=0.28 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 11793 0 1 0 27 1 0 0 25 0 19 0 902591327 10797207552 14919 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505526504 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) 10544148

[startup+0.700872 s]
/proc/loadavg: 1.84 1.97 1.91 2/195 16138
/proc/meminfo: memFree=1566084/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10543892 CPUtime=1.03 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 17208 0 1 0 101 2 0 0 25 0 19 0 902591326 10796945408 15848 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2635973 15848 2247 9 0 2626707 0
[pid=16138/tid=16139] ppid=16136 vsize=10543892 CPUtime=0.67 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12196 0 1 0 66 1 0 0 25 0 19 0 902591327 10796945408 15848 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505531370 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) 10543892

[startup+1.50067 s]
/proc/loadavg: 1.84 1.97 1.91 3/214 16157
/proc/meminfo: memFree=1506976/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10543892 CPUtime=1.86 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 17692 0 1 0 184 2 0 0 25 0 19 0 902591326 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2635973 16234 2248 9 0 2626707 0
[pid=16138/tid=16139] ppid=16136 vsize=10543892 CPUtime=1.4 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12199 0 1 0 139 1 0 0 25 0 19 0 902591327 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505549822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 103 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10543892 CPUtime=0.07 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 453 0 0 0 7 0 0 0 15 0 19 0 902591329 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902591330 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902591330 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10543892 CPUtime=0.19 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1443 0 0 0 19 0 0 0 18 0 19 0 902591332 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10543892 CPUtime=0.16 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14274 0 -1 4202560 1967 0 0 0 16 0 0 0 18 0 19 0 902591332 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591332 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591343 10796945408 16234 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10543892

[startup+3.10138 s]
/proc/loadavg: 1.84 1.97 1.91 3/214 16157
/proc/meminfo: memFree=1504124/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10543892 CPUtime=3.46 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 17931 0 1 0 344 2 0 0 25 0 19 0 902591326 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2635973 16467 2248 9 0 2626707 0
[pid=16138/tid=16139] ppid=16136 vsize=10543892 CPUtime=2.92 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12206 0 1 0 291 1 0 0 25 0 19 0 902591327 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505591868 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 209 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10543892 CPUtime=0.14 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 553 0 0 0 14 0 0 0 15 0 19 0 902591329 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902591330 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902591330 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10543892 CPUtime=0.19 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1443 0 0 0 19 0 0 0 15 0 19 0 902591332 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10543892 CPUtime=0.16 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14274 0 -1 4202560 1967 0 0 0 16 0 0 0 18 0 19 0 902591332 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591332 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591343 10796945408 16467 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10543892

[startup+6.30088 s]
/proc/loadavg: 1.85 1.97 1.91 3/214 16157
/proc/meminfo: memFree=1502512/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10543892 CPUtime=6.67 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 18101 0 1 0 665 2 0 0 25 0 19 0 902591326 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2635973 16461 2248 9 0 2626707 0
[pid=16138/tid=16139] ppid=16136 vsize=10543892 CPUtime=5.95 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12220 0 1 0 594 1 0 0 25 0 19 0 902591327 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505597941 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 19 0 902591328 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10543892 CPUtime=0.3 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 602 0 0 0 30 0 0 0 15 0 19 0 902591329 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902591330 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902591330 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10543892 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10543892 CPUtime=0.19 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1443 0 0 0 19 0 0 0 15 0 19 0 902591332 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10543892 CPUtime=0.16 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14274 0 -1 4202560 1967 0 0 0 16 0 0 0 18 0 19 0 902591332 10796945408 16461 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0

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

/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12260 0 1 0 1661 1 0 0 25 0 19 0 902591327 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505549856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 1 0 0 0 16 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 134 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 261 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 126 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10544280 CPUtime=0.02 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 2 0 0 0 16 0 19 0 902591328 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10544280 CPUtime=0.78 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 753 0 0 0 78 0 0 0 15 0 19 0 902591329 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902591330 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902591330 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10544280 CPUtime=0.24 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1496 0 0 0 24 0 0 0 15 0 19 0 902591332 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10544280 CPUtime=0.17 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14274 0 -1 4202560 1969 0 0 0 17 0 0 0 18 0 19 0 902591332 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591332 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591343 10797342720 16688 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 10544280

[startup+17.9007 s]
/proc/loadavg: 1.87 1.97 1.91 3/214 16157
/proc/meminfo: memFree=1498760/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10544280 CPUtime=18.38 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 18370 0 1 0 1835 3 0 0 25 0 19 0 902591326 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2636070 16689 2249 9 0 2626804 0
[pid=16138/tid=16139] ppid=16136 vsize=10544280 CPUtime=17 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12261 0 1 0 1699 1 0 0 25 0 19 0 902591327 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505514717 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 134 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 261 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 126 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10544280 CPUtime=0.02 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 2 0 0 0 15 0 19 0 902591328 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10544280 CPUtime=0.8 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 753 0 0 0 80 0 0 0 15 0 19 0 902591329 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902591330 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902591330 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10544280 CPUtime=0.24 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1496 0 0 0 24 0 0 0 15 0 19 0 902591332 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10544280 CPUtime=0.17 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14274 0 -1 4202560 1969 0 0 0 17 0 0 0 17 0 19 0 902591332 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 3 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591332 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591343 10797342720 16689 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 10544280

[startup+18.1007 s]
/proc/loadavg: 1.87 1.97 1.91 3/214 16157
/proc/meminfo: memFree=1498760/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10544280 CPUtime=18.76 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 24443 0 1 0 1872 4 0 0 25 0 19 0 902591326 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2636070 21065 2250 9 0 2626804 0
[pid=16138/tid=16139] ppid=16136 vsize=10544280 CPUtime=17.19 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14274 0 -1 4202560 12264 0 1 0 1718 1 0 0 25 0 19 0 902591327 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 46912505592536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10544280 CPUtime=0.02 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 134 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 264 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10544280 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 126 0 0 0 1 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10544280 CPUtime=0.02 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 2 0 0 0 15 0 19 0 902591328 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10544280 CPUtime=0.81 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 761 0 0 0 81 0 0 0 15 0 19 0 902591329 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902591330 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902591330 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10544280 CPUtime=0.26 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1498 0 0 0 26 0 0 0 16 0 19 0 902591332 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10544280 CPUtime=0.31 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) R 16136 16138 14274 0 -1 4202560 8024 0 0 0 31 0 0 0 17 0 19 0 902591332 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 47564489988184 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591332 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591332 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=10544280 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902591343 10797342720 21065 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.76
Current children cumulated vsize (KiB) 10544280

[startup+18.2007 s]
/proc/loadavg: 1.87 1.97 1.91 3/214 16157
/proc/meminfo: memFree=1498760/32950904 swapFree=67055440/67111528
[pid=16138] ppid=16136 vsize=10545308 CPUtime=18.93 cores=1,3,5,7
/proc/16138/stat : 16138 (java) S 16136 16138 14274 0 -1 4202496 25083 0 1 0 1889 4 0 0 25 0 18 0 902591326 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16138/statm: 2636327 21529 2252 9 0 2627061 0
[pid=16138/tid=16139] ppid=16136 vsize=10545308 CPUtime=17.24 cores=1,3,5,7
/proc/16138/task/16139/stat : 16139 (java) S 16136 16138 14274 0 -1 4202560 12268 0 1 0 1723 1 0 0 25 0 18 0 902591327 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=10545308 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=10545308 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14274 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=10545308 CPUtime=0.02 cores=1,3,5,7
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14274 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=10545308 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14274 0 -1 4202560 134 0 0 0 1 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=10545308 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14274 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=10545308 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14274 0 -1 4202560 264 0 0 0 1 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=10545308 CPUtime=0.01 cores=1,3,5,7
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14274 0 -1 4202560 126 0 0 0 1 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=10545308 CPUtime=0.02 cores=1,3,5,7
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14274 0 -1 4202560 59 0 0 0 2 0 0 0 15 0 18 0 902591328 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=10545308 CPUtime=0.81 cores=1,3,5,7
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14274 0 -1 4202560 762 0 0 0 81 0 0 0 15 0 18 0 902591329 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=10545308 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 902591330 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=10545308 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14274 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 902591330 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=10545308 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14274 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 902591332 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=10545308 CPUtime=0.28 cores=1,3,5,7
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14274 0 -1 4202560 1500 0 0 0 28 0 0 0 15 0 18 0 902591332 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=10545308 CPUtime=0.41 cores=1,3,5,7
/proc/16138/task/16154/stat : 16154 (java) R 16136 16138 14274 0 -1 4202560 8642 0 0 0 41 0 0 0 17 0 18 0 902591332 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 47564491174677 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=10545308 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902591332 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=10545308 CPUtime=0 cores=1,3,5,7
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 902591343 10798395392 21529 33554432000 1073741824 1073778376 140735778391088 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.93
Current children cumulated vsize (KiB) 10545308

Child status: 30
Real time (s): 18.2199
CPU time (s): 18.9441
CPU user time (s): 18.8981
CPU system time (s): 0.045993
CPU usage (%): 103.975
Max. virtual memory (cumulated for all children) (KiB): 10545308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8981
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25127
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= 2140
involuntary context switches= 978

runsolver used 0.037994 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-12 22:18:36
IDJOB=3492506
IDBENCH=78849
IDSOLVER=1982
FILE ID=node121/3492506-1307909916
RUNJOBID= node121-1307908110-15572
PBS_JOBID= 13559585
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= 28b22ff7551de5ca1263780ad2fbf9cd
RANDOM SEED=714204461

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       1566488 kB
Buffers:         63872 kB
Cached:       30302452 kB
SwapCached:       9696 kB
Active:       15187888 kB
Inactive:     15250148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       1566488 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:             872 kB
Writeback:           0 kB
AnonPages:       68772 kB
Mapped:          20280 kB
Slab:           882276 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 10542916 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node121 at 2011-06-12 22:18:54