Trace number 3492324

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 26.162 25.0456

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-66-100-0.wbo
MD5SUMbafaa0f2d721cfb2a00301ef0b213419
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.619904
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.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-3492324-1307909486.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.65/0.47	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.90/0.69	c cleaning 4249 clauses out of 8505 with flag 11001/11001
1.23/0.94	c cleaning 5623 clauses out of 11255 with flag 18000/18000
1.53/1.27	c cleaning 6811 clauses out of 13632 with flag 26000/26000
1.96/1.64	c cleaning 7907 clauses out of 15821 with flag 35000/35000
2.37/2.02	c cleaning 8953 clauses out of 17914 with flag 45000/45000
2.77/2.43	c cleaning 9479 clauses out of 18962 with flag 55001/55001
3.07/2.78	c cleaning 9737 clauses out of 19483 with flag 65001/65001
3.47/3.15	c cleaning 9867 clauses out of 19745 with flag 75000/75000
3.87/3.53	c cleaning 9934 clauses out of 19878 with flag 85000/85000
4.27/3.90	c cleaning 9968 clauses out of 19945 with flag 95001/95001
4.47/4.18	c SATISFIABLE
4.47/4.18	c OPTIMIZING...
4.47/4.18	c Got one! Elapsed wall clock time (in seconds):4.066
4.47/4.18	o 247
4.78/4.42	c cleaning 11658 clauses out of 23323 with flag 5001/108347
4.97/4.63	c cleaning 8825 clauses out of 17664 with flag 11000/114346
5.18/4.86	c cleaning 7917 clauses out of 15840 with flag 18001/121347
5.48/5.16	c cleaning 7960 clauses out of 15923 with flag 26001/129347
5.78/5.46	c cleaning 8477 clauses out of 16964 with flag 35002/138348
6.08/5.79	c cleaning 9241 clauses out of 18485 with flag 45000/148346
6.48/6.15	c cleaning 9620 clauses out of 19245 with flag 55001/158347
6.78/6.49	c cleaning 9809 clauses out of 19625 with flag 65001/168347
7.18/6.86	c cleaning 9902 clauses out of 19815 with flag 75000/178346
7.58/7.23	c cleaning 9955 clauses out of 19915 with flag 85002/188348
7.88/7.57	c cleaning 9974 clauses out of 19958 with flag 95000/198346
8.28/7.95	c cleaning 9988 clauses out of 19984 with flag 105000/208346
8.59/8.29	c cleaning 9993 clauses out of 19996 with flag 115000/218346
8.99/8.64	c cleaning 9998 clauses out of 20004 with flag 125001/228347
9.29/8.97	c cleaning 9993 clauses out of 20005 with flag 135000/238346
9.69/9.31	c cleaning 10003 clauses out of 20013 with flag 145001/248347
9.99/9.64	c cleaning 10002 clauses out of 20013 with flag 155004/258350
10.30/9.99	c cleaning 9995 clauses out of 20007 with flag 165000/268346
10.69/10.33	c cleaning 10004 clauses out of 20014 with flag 175002/278348
10.99/10.69	c cleaning 10002 clauses out of 20009 with flag 185001/288347
11.40/11.06	c cleaning 9998 clauses out of 20006 with flag 195000/298346
11.70/11.39	c cleaning 10001 clauses out of 20008 with flag 205000/308346
12.10/11.71	c cleaning 9999 clauses out of 20007 with flag 215000/318346
12.41/12.06	c cleaning 9999 clauses out of 20008 with flag 225000/328346
12.70/12.39	c cleaning 9999 clauses out of 20010 with flag 235001/338347
13.10/12.76	c cleaning 10003 clauses out of 20012 with flag 245002/348348
13.51/13.11	c cleaning 9997 clauses out of 20007 with flag 255000/358346
13.70/13.34	c Got one! Elapsed wall clock time (in seconds):13.234
13.70/13.34	o 213
13.90/13.57	c cleaning 11198 clauses out of 22405 with flag 5002/370741
14.11/13.78	c cleaning 8600 clauses out of 17206 with flag 11001/376740
14.41/14.00	c cleaning 7797 clauses out of 15605 with flag 18000/383739
14.61/14.24	c cleaning 7902 clauses out of 15811 with flag 26003/391742
14.91/14.53	c cleaning 8450 clauses out of 16906 with flag 35000/400739
15.21/14.87	c cleaning 9222 clauses out of 18456 with flag 45000/410739
15.62/15.21	c cleaning 9609 clauses out of 19234 with flag 55000/420739
15.92/15.57	c cleaning 9806 clauses out of 19625 with flag 65000/430739
16.33/15.91	c cleaning 9903 clauses out of 19819 with flag 75000/440739
16.63/16.24	c cleaning 9957 clauses out of 19917 with flag 85001/450740
16.93/16.58	c cleaning 9976 clauses out of 19959 with flag 95000/460739
17.33/16.91	c cleaning 9990 clauses out of 19984 with flag 105001/470740
17.63/17.24	c cleaning 9993 clauses out of 19994 with flag 115001/480740
17.93/17.57	c cleaning 9998 clauses out of 20003 with flag 125003/490742
18.33/17.91	c cleaning 9993 clauses out of 20003 with flag 135001/500740
18.63/18.25	c cleaning 10004 clauses out of 20013 with flag 145004/510743
18.93/18.59	c cleaning 9999 clauses out of 20005 with flag 155000/520739
19.33/18.92	c cleaning 10001 clauses out of 20008 with flag 165002/530741
19.63/19.25	c cleaning 10000 clauses out of 20008 with flag 175003/540742
19.93/19.59	c cleaning 9997 clauses out of 20006 with flag 185001/550740
20.33/19.91	c cleaning 10000 clauses out of 20009 with flag 195001/560740
20.63/20.23	c cleaning 10001 clauses out of 20009 with flag 205001/570740
20.93/20.57	c cleaning 9998 clauses out of 20007 with flag 215000/580739
21.24/20.90	c cleaning 10001 clauses out of 20009 with flag 225000/590739
21.63/21.23	c cleaning 10002 clauses out of 20009 with flag 235001/600740
21.94/21.59	c cleaning 9999 clauses out of 20008 with flag 245002/610741
22.34/21.95	c cleaning 9999 clauses out of 20007 with flag 255000/620739
22.64/22.29	c cleaning 9997 clauses out of 20008 with flag 265000/630739
23.05/22.68	c cleaning 10003 clauses out of 20012 with flag 275001/640740
23.83/23.08	c cleaning 9999 clauses out of 20012 with flag 285004/650743
24.49/23.45	c cleaning 9997 clauses out of 20009 with flag 295000/660739
24.81/23.79	c cleaning 10003 clauses out of 20014 with flag 305002/670741
25.21/24.16	c cleaning 9995 clauses out of 20009 with flag 315000/680739
25.61/24.51	c cleaning 10001 clauses out of 20014 with flag 325000/690739
25.91/24.88	c cleaning 10002 clauses out of 20014 with flag 335001/700740
26.11/25.02	c Got one! Elapsed wall clock time (in seconds):24.913
26.11/25.02	o 134
26.11/25.02	c Got one! Elapsed wall clock time (in seconds):24.915
26.11/25.02	o 80
26.11/25.03	c starts		: 172
26.11/25.03	c conflicts		: 705209
26.11/25.03	c decisions		: 1127548
26.11/25.03	c propagations		: 17112304
26.11/25.03	c inspects		: 163752636
26.11/25.03	c shortcuts		: 0
26.11/25.03	c learnt literals	: 1
26.11/25.03	c learnt binary clauses	: 6
26.11/25.03	c learnt ternary clauses	: 31
26.11/25.03	c learnt constraints	: 705208
26.11/25.03	c ignored constraints	: 0
26.11/25.03	c root simplifications	: 0
26.11/25.03	c removed literals (reason simplification)	: 5012454
26.11/25.03	c reason swapping (by a shorter reason)	: 0
26.11/25.03	c Calls to reduceDB	: 73
26.11/25.03	c number of reductions to clauses (during analyze)	: 0
26.11/25.03	c number of learned constraints concerned by reduction	: 0
26.11/25.03	c number of learning phase by resolution	: 0
26.11/25.03	c number of learning phase by cutting planes	: 0
26.11/25.03	c speed (assignments/second)	: 1.7112304E9
26.11/25.03	c non guided choices	212
26.11/25.03	c learnt constraints type 
26.11/25.03	c constraints type 
26.11/25.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
26.11/25.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
26.11/25.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
26.11/25.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
26.11/25.04	s OPTIMUM FOUND
26.11/25.04	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 
26.11/25.04	c objective function=80
26.11/25.04	c Total wall clock time (in seconds): 24.926

Verifier Data

OK	80

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

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.04 1.95 3/193 22553
/proc/meminfo: memFree=12023840/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/22553/stat : 22553 (java) R 22551 22553 19566 0 -1 4202496 627 0 0 0 0 0 0 0 25 0 1 0 902548212 23580672 371 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274659845888 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22553/statm: 5757 383 292 9 0 124 0

[startup+0.071773 s]
/proc/loadavg: 2.15 2.04 1.95 3/193 22553
/proc/meminfo: memFree=12023840/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10473024 CPUtime=0.05 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 11802 0 1 0 5 0 0 0 25 0 18 0 902548212 10724376576 11499 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2618256 11499 1742 9 0 2608990 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473024

[startup+0.104782 s]
/proc/loadavg: 2.15 2.04 1.95 3/193 22553
/proc/meminfo: memFree=12023840/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10540608 CPUtime=0.1 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 13061 0 1 0 9 1 0 0 25 0 18 0 902548212 10793582592 12747 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2635152 12748 2092 9 0 2625886 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540608

[startup+0.300737 s]
/proc/loadavg: 2.15 2.04 1.95 3/193 22553
/proc/meminfo: memFree=12023840/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10545732 CPUtime=0.53 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 15864 0 1 0 52 1 0 0 25 0 19 0 902548212 10798829568 14775 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2636433 14776 2214 9 0 2627167 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10545732

[startup+0.700653 s]
/proc/loadavg: 2.15 2.04 1.95 3/193 22553
/proc/meminfo: memFree=12023840/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10545732 CPUtime=1.03 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 17064 0 1 0 102 1 0 0 25 0 19 0 902548212 10798829568 15651 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2636433 15651 2246 9 0 2627167 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10545732

[startup+1.50153 s]
/proc/loadavg: 2.15 2.04 1.95 3/212 22572
/proc/meminfo: memFree=11969152/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10545732 CPUtime=1.86 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 17561 0 1 0 185 1 0 0 25 0 19 0 902548212 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2636433 16021 2247 9 0 2627167 0
[pid=22553/tid=22555] ppid=22551 vsize=10545732 CPUtime=1.43 cores=1,3,5,7
/proc/22553/task/22555/stat : 22555 (java) R 22551 22553 19566 0 -1 4202560 11952 0 1 0 142 1 0 0 25 0 19 0 902548213 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 46912505329449 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22553/tid=22556] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10545732 CPUtime=0.04 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 413 0 0 0 4 0 0 0 16 0 19 0 902548216 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10545732 CPUtime=0.21 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2344 0 0 0 21 0 0 0 17 0 19 0 902548218 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10545732 CPUtime=0.15 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 1101 0 0 0 15 0 0 0 15 0 19 0 902548218 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10798829568 16021 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10545732

[startup+3.10126 s]
/proc/loadavg: 2.15 2.04 1.95 3/212 22572
/proc/meminfo: memFree=11967548/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10545732 CPUtime=3.47 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 17858 0 1 0 345 2 0 0 25 0 19 0 902548212 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2636433 16314 2247 9 0 2627167 0
[pid=22553/tid=22555] ppid=22551 vsize=10545732 CPUtime=2.97 cores=1,3,5,7
/proc/22553/task/22555/stat : 22555 (java) R 22551 22553 19566 0 -1 4202560 11956 0 1 0 296 1 0 0 25 0 19 0 902548213 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 46912505613056 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22553/tid=22556] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10545732 CPUtime=0.09 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 630 0 0 0 9 0 0 0 16 0 19 0 902548216 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10545732 CPUtime=0.21 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2344 0 0 0 21 0 0 0 17 0 19 0 902548218 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10545732 CPUtime=0.15 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 1101 0 0 0 15 0 0 0 15 0 19 0 902548218 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10798829568 16314 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10545732

[startup+6.30069 s]
/proc/loadavg: 2.13 2.04 1.95 3/212 22572
/proc/meminfo: memFree=11966728/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10545732 CPUtime=6.68 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 17938 0 1 0 666 2 0 0 25 0 19 0 902548212 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2636433 16375 2247 9 0 2627167 0
[pid=22553/tid=22555] ppid=22551 vsize=10545732 CPUtime=6.03 cores=1,3,5,7
/proc/22553/task/22555/stat : 22555 (java) R 22551 22553 19566 0 -1 4202560 11973 0 1 0 602 1 0 0 18 0 19 0 902548213 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 46912505536030 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22553/tid=22556] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 902548214 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10545732 CPUtime=0.22 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 683 0 0 0 22 0 0 0 16 0 19 0 902548216 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10545732 CPUtime=0.21 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2344 0 0 0 21 0 0 0 17 0 19 0 902548218 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10545732 CPUtime=0.15 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 1101 0 0 0 15 0 0 0 15 0 19 0 902548218 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10545732 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10798829568 16375 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10545732

[startup+12.7006 s]

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

/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10569992 CPUtime=0.9 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 814 0 0 0 89 1 0 0 16 0 19 0 902548216 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10569992 CPUtime=0.23 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2415 0 0 0 23 0 0 0 15 0 19 0 902548218 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10569992 CPUtime=0.79 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 8866 0 0 0 79 0 0 0 16 0 19 0 902548218 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10823671808 22698 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 10569992

[startup+24.7015 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22629
/proc/meminfo: memFree=11945328/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10569992 CPUtime=25.81 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 25983 0 1 0 2577 4 0 0 25 0 19 0 902548212 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2642498 22705 2250 9 0 2633232 0
[pid=22553/tid=22555] ppid=22551 vsize=10569992 CPUtime=23.65 cores=1,3,5,7
/proc/22553/task/22555/stat : 22555 (java) R 22551 22553 19566 0 -1 4202560 12029 0 1 0 2364 1 0 0 18 0 19 0 902548213 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 46912505536457 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22553/tid=22556] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 137 0 0 0 2 0 0 0 16 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10569992 CPUtime=0.93 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 819 0 0 0 92 1 0 0 16 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10569992 CPUtime=0.23 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2415 0 0 0 23 0 0 0 15 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10569992 CPUtime=0.79 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 8866 0 0 0 79 0 0 0 16 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.81
Current children cumulated vsize (KiB) 10569992

[startup+24.9015 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22629
/proc/meminfo: memFree=11945328/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10569992 CPUtime=26.01 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 25984 0 1 0 2597 4 0 0 25 0 19 0 902548212 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2642498 22705 2250 9 0 2633232 0
[pid=22553/tid=22555] ppid=22551 vsize=10569992 CPUtime=23.84 cores=1,3,5,7
/proc/22553/task/22555/stat : 22555 (java) R 22551 22553 19566 0 -1 4202560 12030 0 1 0 2383 1 0 0 17 0 19 0 902548213 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 46912505598701 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22553/tid=22556] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 82 0 0 0 1 0 0 0 16 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10569992 CPUtime=0.94 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 819 0 0 0 93 1 0 0 16 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10569992 CPUtime=0.23 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2415 0 0 0 23 0 0 0 15 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10569992 CPUtime=0.79 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 8866 0 0 0 79 0 0 0 16 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 26.01
Current children cumulated vsize (KiB) 10569992

[startup+25.0015 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22629
/proc/meminfo: memFree=11945328/32951132 swapFree=67054624/67111528
[pid=22553] ppid=22551 vsize=10569992 CPUtime=26.11 cores=1,3,5,7
/proc/22553/stat : 22553 (java) S 22551 22553 19566 0 -1 4202496 25984 0 1 0 2607 4 0 0 25 0 19 0 902548212 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22553/statm: 2642498 22705 2250 9 0 2633232 0
[pid=22553/tid=22555] ppid=22551 vsize=10569992 CPUtime=23.94 cores=1,3,5,7
/proc/22553/task/22555/stat : 22555 (java) R 22551 22553 19566 0 -1 4202560 12030 0 1 0 2393 1 0 0 17 0 19 0 902548213 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 46912505535820 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22553/tid=22556] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22556/stat : 22556 (java) S 22551 22553 19566 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22557] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22557/stat : 22557 (java) S 22551 22553 19566 0 -1 4202560 82 0 0 0 1 0 0 0 16 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22558] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22558/stat : 22558 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22559] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22559/stat : 22559 (java) S 22551 22553 19566 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22560] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22560/stat : 22560 (java) S 22551 22553 19566 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22561] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22561/stat : 22561 (java) S 22551 22553 19566 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22562] ppid=22551 vsize=10569992 CPUtime=0.01 cores=1,3,5,7
/proc/22553/task/22562/stat : 22562 (java) S 22551 22553 19566 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22563] ppid=22551 vsize=10569992 CPUtime=0.02 cores=1,3,5,7
/proc/22553/task/22563/stat : 22563 (java) S 22551 22553 19566 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 902548214 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22564] ppid=22551 vsize=10569992 CPUtime=0.94 cores=1,3,5,7
/proc/22553/task/22564/stat : 22564 (java) S 22551 22553 19566 0 -1 4202560 819 0 0 0 93 1 0 0 16 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 0 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22565] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22565/stat : 22565 (java) S 22551 22553 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22566] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22566/stat : 22566 (java) S 22551 22553 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902548216 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22567] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22567/stat : 22567 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676631985 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22568] ppid=22551 vsize=10569992 CPUtime=0.23 cores=1,3,5,7
/proc/22553/task/22568/stat : 22568 (java) S 22551 22553 19566 0 -1 4202560 2415 0 0 0 23 0 0 0 15 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
[pid=22553/tid=22569] ppid=22551 vsize=10569992 CPUtime=0.79 cores=1,3,5,7
/proc/22553/task/22569/stat : 22569 (java) S 22551 22553 19566 0 -1 4202560 8866 0 0 0 79 0 0 0 16 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 5 0 0 0
[pid=22553/tid=22570] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22570/stat : 22570 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624281 0 4 0 16800975 18446604465636942848 0 0 -1 3 0 0 0
[pid=22553/tid=22571] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22571/stat : 22571 (java) S 22551 22553 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902548218 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 1 0 0 0
[pid=22553/tid=22572] ppid=22551 vsize=10569992 CPUtime=0 cores=1,3,5,7
/proc/22553/task/22572/stat : 22572 (java) S 22551 22553 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902548229 10823671808 22705 33554432000 1073741824 1073778376 140733634928992 18446744073709551615 274676624896 0 4 0 16800975 18446604465636942848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 26.11
Current children cumulated vsize (KiB) 10569992

Child status: 30
Real time (s): 25.0456
CPU time (s): 26.162
CPU user time (s): 26.114
CPU system time (s): 0.047992
CPU usage (%): 104.458
Max. virtual memory (cumulated for all children) (KiB): 10569992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.114
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26005
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= 2921
involuntary context switches= 1251

runsolver used 0.044993 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:11:26
IDJOB=3492324
IDBENCH=78753
IDSOLVER=1982
FILE ID=node131/3492324-1307909486
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= bafaa0f2d721cfb2a00301ef0b213419
RANDOM SEED=965011419

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12024260 kB
Buffers:        332804 kB
Cached:       19808480 kB
SwapCached:       9816 kB
Active:       15680368 kB
Inactive:      4561704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12024260 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:       98504 kB
Mapped:          21484 kB
Slab:           621876 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10568244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:11:51