Trace number 3492537

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 24.1953 23.1537

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-33-100-0.wbo
MD5SUM89a63c055aa545373493189617e0eb71
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 benchmark4.74559
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492537-1307909938.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.063s.
0.10/0.18	c #vars     238
0.10/0.18	c #constraints  101
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.133
0.25/0.25	o 622
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.25/0.28	o 524
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.53/0.32	o 498
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.223
0.53/0.34	o 421
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.247
0.53/0.36	o 359
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.66/0.41	o 341
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.66/0.47	o 336
0.88/0.62	c cleaning 3767 clauses out of 7545 with flag 3000/7545
0.88/0.64	c Got one! Elapsed wall clock time (in seconds):0.525
0.88/0.64	o 333
0.88/0.67	c Got one! Elapsed wall clock time (in seconds):0.558
0.88/0.67	o 252
1.01/0.72	c Got one! Elapsed wall clock time (in seconds):0.605
1.01/0.72	o 232
1.01/0.76	c Got one! Elapsed wall clock time (in seconds):0.643
1.01/0.76	o 213
1.13/0.87	c cleaning 4989 clauses out of 9985 with flag 3001/13752
1.34/1.06	c Got one! Elapsed wall clock time (in seconds):0.95
1.34/1.06	o 209
1.44/1.18	c Got one! Elapsed wall clock time (in seconds):1.063
1.44/1.18	o 189
1.54/1.27	c cleaning 7629 clauses out of 15264 with flag 2001/24020
1.66/1.37	c Got one! Elapsed wall clock time (in seconds):1.252
1.66/1.37	o 161
1.80/1.48	c cleaning 6310 clauses out of 12634 with flag 3000/29019
2.12/1.72	c cleaning 6154 clauses out of 12326 with flag 9002/35021
2.22/1.87	c Got one! Elapsed wall clock time (in seconds):1.757
2.22/1.87	o 159
2.33/1.95	c cleaning 5903 clauses out of 11822 with flag 2000/40671
2.43/2.02	c Got one! Elapsed wall clock time (in seconds):1.905
2.43/2.02	o 155
2.53/2.17	c cleaning 5865 clauses out of 11741 with flag 4002/46493
2.83/2.42	c cleaning 5932 clauses out of 11875 with flag 10001/52492
2.93/2.52	c Got one! Elapsed wall clock time (in seconds):2.404
2.93/2.52	o 120
3.05/2.66	c cleaning 5679 clauses out of 11367 with flag 3001/57916
3.22/2.70	c Got one! Elapsed wall clock time (in seconds):2.588
3.22/2.70	o 110
3.22/2.77	c Got one! Elapsed wall clock time (in seconds):2.657
3.22/2.77	o 28
3.64/2.93	c cleaning 6226 clauses out of 12462 with flag 4001/64690
3.64/2.96	c Got one! Elapsed wall clock time (in seconds):2.844
3.64/2.96	o 6
4.03/3.13	c cleaning 5806 clauses out of 11615 with flag 5001/70069
4.23/3.35	c cleaning 5901 clauses out of 11809 with flag 11001/76069
4.53/3.60	c cleaning 6449 clauses out of 12909 with flag 18002/83070
4.84/3.92	c cleaning 7226 clauses out of 14460 with flag 26002/91070
5.14/4.25	c cleaning 8112 clauses out of 16232 with flag 35000/100068
5.54/4.64	c cleaning 9058 clauses out of 18121 with flag 45001/110069
5.94/5.04	c cleaning 9528 clauses out of 19063 with flag 55001/120069
6.34/5.46	c cleaning 9764 clauses out of 19535 with flag 65001/130069
6.74/5.86	c cleaning 9881 clauses out of 19770 with flag 75000/140068
7.14/6.27	c cleaning 9939 clauses out of 19889 with flag 85000/150068
7.55/6.65	c cleaning 9970 clauses out of 19951 with flag 95001/160069
7.94/7.04	c cleaning 9987 clauses out of 19981 with flag 105001/170069
8.35/7.40	c cleaning 9992 clauses out of 19993 with flag 115000/180068
8.75/7.85	c cleaning 9998 clauses out of 20003 with flag 125002/190070
9.15/8.24	c cleaning 9999 clauses out of 20004 with flag 135001/200069
9.45/8.58	c cleaning 9997 clauses out of 20004 with flag 145000/210068
9.85/8.99	c cleaning 10002 clauses out of 20010 with flag 155003/220071
10.25/9.38	c cleaning 9999 clauses out of 20006 with flag 165001/230069
10.65/9.76	c cleaning 9999 clauses out of 20006 with flag 175000/240068
11.05/10.15	c cleaning 10000 clauses out of 20010 with flag 185003/250071
11.45/10.54	c cleaning 10001 clauses out of 20008 with flag 195001/260069
11.86/10.95	c cleaning 9997 clauses out of 20006 with flag 205000/270068
12.25/11.37	c cleaning 10003 clauses out of 20010 with flag 215001/280069
12.66/11.78	c cleaning 9998 clauses out of 20006 with flag 225000/290068
13.06/12.18	c cleaning 10001 clauses out of 20009 with flag 235001/300069
13.46/12.54	c cleaning 9999 clauses out of 20008 with flag 245001/310069
13.86/12.92	c cleaning 10002 clauses out of 20009 with flag 255001/320069
14.26/13.30	c cleaning 9999 clauses out of 20008 with flag 265002/330070
14.56/13.68	c cleaning 9998 clauses out of 20007 with flag 275000/340068
14.96/14.08	c cleaning 9997 clauses out of 20009 with flag 285000/350068
15.06/14.12	c Got one! Elapsed wall clock time (in seconds):14.001
15.06/14.12	o 4
15.19/14.29	c cleaning 7897 clauses out of 15801 with flag 5001/355857
15.49/14.50	c cleaning 6949 clauses out of 13904 with flag 11001/361857
15.69/14.75	c cleaning 6976 clauses out of 13956 with flag 18002/368858
15.99/15.05	c cleaning 7486 clauses out of 14979 with flag 26001/376857
16.29/15.38	c cleaning 8241 clauses out of 16493 with flag 35001/385857
16.69/15.78	c cleaning 9124 clauses out of 18254 with flag 45003/395859
17.09/16.19	c cleaning 9560 clauses out of 19127 with flag 55000/405856
17.50/16.58	c cleaning 9779 clauses out of 19568 with flag 65001/415857
17.91/17.00	c cleaning 9886 clauses out of 19788 with flag 75000/425856
18.41/17.42	c cleaning 9951 clauses out of 19905 with flag 85003/435859
18.81/17.84	c cleaning 9973 clauses out of 19952 with flag 95001/445857
19.22/18.24	c cleaning 9986 clauses out of 19979 with flag 105001/455857
19.62/18.65	c cleaning 9993 clauses out of 19994 with flag 115002/465858
20.02/19.03	c cleaning 9999 clauses out of 20001 with flag 125002/475858
20.42/19.44	c cleaning 9995 clauses out of 20000 with flag 135000/485856
20.83/19.82	c cleaning 9998 clauses out of 20008 with flag 145003/495859
21.23/20.20	c cleaning 9999 clauses out of 20008 with flag 155001/505857
21.53/20.58	c cleaning 9998 clauses out of 20008 with flag 165000/515856
21.93/20.97	c cleaning 10000 clauses out of 20010 with flag 175000/525856
22.33/21.36	c cleaning 10002 clauses out of 20011 with flag 185001/535857
22.73/21.75	c cleaning 9999 clauses out of 20008 with flag 195000/545856
23.13/22.15	c cleaning 10003 clauses out of 20011 with flag 205002/555858
23.53/22.57	c cleaning 10001 clauses out of 20007 with flag 215001/565857
23.93/22.98	c cleaning 10001 clauses out of 20004 with flag 225000/575856
24.14/23.14	c starts		: 174
24.14/23.14	c conflicts		: 580073
24.14/23.14	c decisions		: 904477
24.14/23.14	c propagations		: 12769545
24.14/23.14	c inspects		: 131445783
24.14/23.14	c shortcuts		: 0
24.14/23.14	c learnt literals	: 8
24.14/23.14	c learnt binary clauses	: 43
24.14/23.14	c learnt ternary clauses	: 289
24.14/23.14	c learnt constraints	: 580064
24.14/23.14	c ignored constraints	: 0
24.14/23.14	c root simplifications	: 0
24.14/23.14	c removed literals (reason simplification)	: 5112181
24.14/23.14	c reason swapping (by a shorter reason)	: 0
24.14/23.14	c Calls to reduceDB	: 64
24.14/23.14	c number of reductions to clauses (during analyze)	: 0
24.14/23.14	c number of learned constraints concerned by reduction	: 0
24.14/23.14	c number of learning phase by resolution	: 0
24.14/23.14	c number of learning phase by cutting planes	: 0
24.14/23.14	c speed (assignments/second)	: 1414437.8599911386
24.14/23.14	c non guided choices	804
24.14/23.14	c learnt constraints type 
24.14/23.14	c constraints type 
24.14/23.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
24.14/23.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
24.14/23.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
24.14/23.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
24.14/23.14	s OPTIMUM FOUND
24.14/23.14	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 
24.14/23.14	c objective function=4
24.14/23.14	c Total wall clock time (in seconds): 23.031

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.97 2/175 17541
/proc/meminfo: memFree=32477216/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17541/stat : 17541 (java) R 17539 17541 15316 0 -1 4202496 954 0 0 0 0 0 0 0 17 0 1 0 902590537 23580672 697 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254495729553 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17541/statm: 5757 697 513 9 0 124 0

[startup+0.0541531 s]
/proc/loadavg: 2.00 2.02 1.97 2/175 17541
/proc/meminfo: memFree=32477216/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10533152 CPUtime=0.04 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 11435 0 1 0 3 1 0 0 17 0 13 0 902590537 10785947648 11131 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2633288 11131 1685 9 0 2624036 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533152

[startup+0.101062 s]
/proc/loadavg: 2.00 2.02 1.97 2/175 17541
/proc/meminfo: memFree=32477216/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10539852 CPUtime=0.1 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 12951 0 1 0 9 1 0 0 17 0 18 0 902590537 10792808448 12647 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2634963 12647 2093 9 0 2625697 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539852

[startup+0.301221 s]
/proc/loadavg: 2.00 2.02 1.97 2/175 17541
/proc/meminfo: memFree=32477216/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10542964 CPUtime=0.53 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 16037 0 1 0 50 3 0 0 17 0 19 0 902590537 10795995136 14681 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635741 14681 2212 9 0 2626475 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542964

[startup+0.70093 s]
/proc/loadavg: 2.00 2.02 1.97 2/175 17541
/proc/meminfo: memFree=32477216/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10542964 CPUtime=1.01 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 17319 0 1 0 98 3 0 0 17 0 19 0 902590537 10795995136 15724 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635741 15724 2247 9 0 2626475 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10542964

[startup+1.50078 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17616
/proc/meminfo: memFree=32370312/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10542964 CPUtime=1.91 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 19190 0 1 0 188 3 0 0 17 0 19 0 902590537 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635741 16668 2249 9 0 2626475 0
[pid=17541/tid=17543] ppid=17539 vsize=10542964 CPUtime=1.41 cores=0,2,4,6
/proc/17541/task/17543/stat : 17543 (java) R 17539 17541 15316 0 -1 4202560 12223 0 1 0 140 1 0 0 25 0 19 0 902590538 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 46912505516129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17541/tid=17544] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 902590540 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10542964 CPUtime=0.05 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 536 0 0 0 5 0 0 0 16 0 19 0 902590541 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10542964 CPUtime=0.22 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) R 17539 17541 15316 0 -1 4202560 2479 0 0 0 22 0 0 0 15 0 19 0 902590543 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 47219309078707 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10542964 CPUtime=0.18 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2016 0 0 0 18 0 0 0 15 0 19 0 902590543 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10542964 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10795995136 16668 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10542964

[startup+3.10146 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17616
/proc/meminfo: memFree=32364856/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10543732 CPUtime=4.03 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 26582 0 1 0 398 5 0 0 17 0 19 0 902590537 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635933 20952 2250 9 0 2626667 0
[pid=17541/tid=17543] ppid=17539 vsize=10543732 CPUtime=2.93 cores=0,2,4,6
/proc/17541/task/17543/stat : 17543 (java) R 17539 17541 15316 0 -1 4202560 12230 0 1 0 292 1 0 0 25 0 19 0 902590538 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 46912505537714 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17541/tid=17544] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10543732 CPUtime=0.12 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 536 0 0 0 12 0 0 0 16 0 19 0 902590541 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10543732 CPUtime=0.69 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) S 17539 17541 15316 0 -1 4202560 9679 0 0 0 67 2 0 0 16 0 19 0 902590543 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10543732 CPUtime=0.23 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2195 0 0 0 23 0 0 0 15 0 19 0 902590543 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10796781568 20952 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10543732

[startup+6.30083 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17616
/proc/meminfo: memFree=32352688/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10543732 CPUtime=7.24 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 26745 0 1 0 719 5 0 0 17 0 19 0 902590537 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635933 19393 2250 9 0 2626667 0
[pid=17541/tid=17543] ppid=17539 vsize=10543732 CPUtime=5.98 cores=0,2,4,6
/proc/17541/task/17543/stat : 17543 (java) R 17539 17541 15316 0 -1 4202560 12241 0 1 0 597 1 0 0 25 0 19 0 902590538 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 46912505537599 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17541/tid=17544] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 116 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 902590540 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10543732 CPUtime=0.26 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 678 0 0 0 26 0 0 0 16 0 19 0 902590541 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10543732 CPUtime=0.69 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) S 17539 17541 15316 0 -1 4202560 9679 0 0 0 67 2 0 0 15 0 19 0 902590543 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10543732 CPUtime=0.23 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2195 0 0 0 23 0 0 0 15 0 19 0 902590543 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10796781568 19393 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10543732

[startup+12.7016 s]

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

/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 120 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 120 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10543732 CPUtime=0.79 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 805 0 0 0 78 1 0 0 16 0 19 0 902590541 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10543732 CPUtime=0.73 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) S 17539 17541 15316 0 -1 4202560 9685 0 0 0 71 2 0 0 15 0 19 0 902590543 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10543732 CPUtime=0.24 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2195 0 0 0 24 0 0 0 15 0 19 0 902590543 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10796781568 18299 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (KiB) 10543732

[startup+22.3016 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17617
/proc/meminfo: memFree=32355012/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10543732 CPUtime=23.33 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 26939 0 1 0 2327 6 0 0 17 0 19 0 902590537 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635933 18300 2251 9 0 2626667 0
[pid=17541/tid=17543] ppid=17539 vsize=10543732 CPUtime=21.33 cores=0,2,4,6
/proc/17541/task/17543/stat : 17543 (java) R 17539 17541 15316 0 -1 4202560 12283 0 1 0 2132 1 0 0 25 0 19 0 902590538 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 46912505578747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17541/tid=17544] ppid=17539 vsize=10543732 CPUtime=0.02 cores=0,2,4,6
/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 120 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 121 0 0 0 1 0 0 0 16 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10543732 CPUtime=0.85 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 805 0 0 0 84 1 0 0 16 0 19 0 902590541 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10543732 CPUtime=0.73 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) S 17539 17541 15316 0 -1 4202560 9685 0 0 0 71 2 0 0 15 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10543732 CPUtime=0.24 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2195 0 0 0 24 0 0 0 15 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.33
Current children cumulated vsize (KiB) 10543732

[startup+22.7016 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17617
/proc/meminfo: memFree=32355012/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10543732 CPUtime=23.73 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 26940 0 1 0 2367 6 0 0 17 0 19 0 902590537 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635933 18300 2251 9 0 2626667 0
[pid=17541/tid=17543] ppid=17539 vsize=10543732 CPUtime=21.71 cores=0,2,4,6
/proc/17541/task/17543/stat : 17543 (java) R 17539 17541 15316 0 -1 4202560 12284 0 1 0 2170 1 0 0 25 0 19 0 902590538 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 46912505555164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17541/tid=17544] ppid=17539 vsize=10543732 CPUtime=0.02 cores=0,2,4,6
/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 120 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10543732 CPUtime=0.87 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 805 0 0 0 86 1 0 0 16 0 19 0 902590541 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10543732 CPUtime=0.73 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) S 17539 17541 15316 0 -1 4202560 9685 0 0 0 71 2 0 0 15 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10543732 CPUtime=0.24 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2195 0 0 0 24 0 0 0 15 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10796781568 18300 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 10543732

[startup+23.1065 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17617
/proc/meminfo: memFree=32354888/32950928 swapFree=67053884/67111528
[pid=17541] ppid=17539 vsize=10543732 CPUtime=24.14 cores=0,2,4,6
/proc/17541/stat : 17541 (java) S 17539 17541 15316 0 -1 4202496 26943 0 1 0 2408 6 0 0 17 0 19 0 902590537 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17541/statm: 2635933 18302 2251 9 0 2626667 0
[pid=17541/tid=17543] ppid=17539 vsize=10543732 CPUtime=22.1 cores=0,2,4,6
/proc/17541/task/17543/stat : 17543 (java) R 17539 17541 15316 0 -1 4202560 12287 0 1 0 2209 1 0 0 25 0 19 0 902590538 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 46912505537236 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17541/tid=17544] ppid=17539 vsize=10543732 CPUtime=0.02 cores=0,2,4,6
/proc/17541/task/17544/stat : 17544 (java) S 17539 17541 15316 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17545] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17545/stat : 17545 (java) S 17539 17541 15316 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17546] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17546/stat : 17546 (java) S 17539 17541 15316 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17547] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17547/stat : 17547 (java) S 17539 17541 15316 0 -1 4202560 120 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17548] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17548/stat : 17548 (java) S 17539 17541 15316 0 -1 4202560 71 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17549] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17549/stat : 17549 (java) S 17539 17541 15316 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17550] ppid=17539 vsize=10543732 CPUtime=0.02 cores=0,2,4,6
/proc/17541/task/17550/stat : 17550 (java) S 17539 17541 15316 0 -1 4202560 50 0 0 0 2 0 0 0 16 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17551] ppid=17539 vsize=10543732 CPUtime=0.01 cores=0,2,4,6
/proc/17541/task/17551/stat : 17551 (java) S 17539 17541 15316 0 -1 4202560 225 0 0 0 1 0 0 0 16 0 19 0 902590540 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17552] ppid=17539 vsize=10543732 CPUtime=0.88 cores=0,2,4,6
/proc/17541/task/17552/stat : 17552 (java) S 17539 17541 15316 0 -1 4202560 805 0 0 0 87 1 0 0 16 0 19 0 902590541 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 0 0 16800975 18446604440622391424 0 0 -1 0 0 0 0
[pid=17541/tid=17553] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17553/stat : 17553 (java) S 17539 17541 15316 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590541 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17554] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17554/stat : 17554 (java) S 17539 17541 15316 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902590541 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17555] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17555/stat : 17555 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902590543 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512515505 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17556] ppid=17539 vsize=10543732 CPUtime=0.73 cores=0,2,4,6
/proc/17541/task/17556/stat : 17556 (java) S 17539 17541 15316 0 -1 4202560 9685 0 0 0 71 2 0 0 15 0 19 0 902590543 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
[pid=17541/tid=17557] ppid=17539 vsize=10543732 CPUtime=0.24 cores=0,2,4,6
/proc/17541/task/17557/stat : 17557 (java) S 17539 17541 15316 0 -1 4202560 2195 0 0 0 24 0 0 0 15 0 19 0 902590543 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17558] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17558/stat : 17558 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590543 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512507801 0 4 0 16800975 18446604440622391424 0 0 -1 6 0 0 0
[pid=17541/tid=17559] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17559/stat : 17559 (java) S 17539 17541 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590543 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 4 0 0 0
[pid=17541/tid=17560] ppid=17539 vsize=10543732 CPUtime=0 cores=0,2,4,6
/proc/17541/task/17560/stat : 17560 (java) S 17539 17541 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590556 10796781568 18302 33554432000 1073741824 1073778376 140735339154896 18446744073709551615 254512508416 0 4 0 16800975 18446604440622391424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 10543732

Child status: 30
Real time (s): 23.1537
CPU time (s): 24.1953
CPU user time (s): 24.1263
CPU system time (s): 0.068989
CPU usage (%): 104.499
Max. virtual memory (cumulated for all children) (KiB): 10543732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1263
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26968
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= 2576
involuntary context switches= 1306

runsolver used 0.034994 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 22:18:59
IDJOB=3492537
IDBENCH=78865
IDSOLVER=1982
FILE ID=node149/3492537-1307909938
RUNJOBID= node149-1307908141-17373
PBS_JOBID= 13559560
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= 89a63c055aa545373493189617e0eb71
RANDOM SEED=978943822

node149.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.806
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.61
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.73
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.806
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      32477760 kB
Buffers:        121248 kB
Cached:         134684 kB
SwapCached:      22576 kB
Active:         188608 kB
Inactive:        99948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32477760 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:             516 kB
Writeback:           0 kB
AnonPages:       30136 kB
Mapped:           9728 kB
Slab:           120592 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   220684 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 /tmp at the end= 74060 MiB
End job on node149 at 2011-06-12 22:19:22