Trace number 3292709

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 core 2.3.0 SNAPSHOT 2011-02-06SAT 36.0275 35.5041

General information on the benchmark

NameSAT02/industrial/aloul/
Bart/bart17.shuffled.cnf
MD5SUM03b2c3a81b9d765c96c47765b3d50b1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses1166
Sum of the clauses size3157
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21001
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5165

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.11	c no version file found!!!
0.03/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.11	c java.vm.version	19.1-b02
0.03/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.11	c sun.arch.data.model	64
0.03/0.11	c java.version		1.6.0_24
0.03/0.11	c os.name		Linux
0.03/0.11	c os.version		2.6.18-164.el5
0.03/0.11	c os.arch		amd64
0.03/0.11	c Free memory 		6997539544
0.03/0.11	c Max memory 		7034241024
0.03/0.11	c Total memory 		7034241024
0.03/0.11	c Number of processors 	8
0.03/0.11	c --- Begin Solver configuration ---
0.03/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.11	c Learn all clauses as in MiniSAT
0.03/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.11	c Expensive reason simplification
0.03/0.11	c Armin Biere (Picosat) restarts strategy
0.03/0.11	c Glucose learned constraints deletion strategy
0.03/0.11	c timeout=2147483647s
0.03/0.11	c DB Simplification allowed=true
0.03/0.11	c --- End Solver configuration ---
0.03/0.11	c solving HOME/instance-3292709-1303793187.cnf
0.03/0.11	c reading problem ... 
0.03/0.11	c ... done. Wall clock time 0.017s.
0.03/0.11	c #vars     231
0.03/0.11	c #constraints  1166
0.03/0.11	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 165
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1001
0.71/0.57	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.33/0.97	c cleaning 4251 clauses out of 8504 with flag 11000/11000
1.82/1.45	c cleaning 5627 clauses out of 11254 with flag 18001/18001
2.44/2.05	c cleaning 6804 clauses out of 13626 with flag 26000/26000
3.16/2.71	c cleaning 7914 clauses out of 15827 with flag 35005/35005
3.86/3.40	c cleaning 8955 clauses out of 17910 with flag 45002/45002
4.37/3.99	c cleaning 9471 clauses out of 18954 with flag 55001/55001
5.07/4.60	c cleaning 9737 clauses out of 19483 with flag 65001/65001
5.67/5.25	c cleaning 9871 clauses out of 19745 with flag 75000/75000
6.27/5.87	c cleaning 9934 clauses out of 19875 with flag 85001/85001
6.87/6.47	c cleaning 9963 clauses out of 19940 with flag 95000/95000
7.47/7.08	c cleaning 9988 clauses out of 19980 with flag 105003/105003
8.18/7.75	c cleaning 9991 clauses out of 19990 with flag 115001/115001
8.87/8.43	c cleaning 9997 clauses out of 19999 with flag 125001/125001
9.47/9.05	c cleaning 10001 clauses out of 20004 with flag 135003/135003
10.07/9.65	c cleaning 9996 clauses out of 20000 with flag 145000/145000
10.67/10.28	c cleaning 9999 clauses out of 20005 with flag 155001/155001
11.28/10.82	c cleaning 10001 clauses out of 20005 with flag 165000/165000
11.78/11.36	c cleaning 9995 clauses out of 20005 with flag 175001/175001
12.37/11.96	c cleaning 9998 clauses out of 20009 with flag 185000/185000
12.78/12.39	c cleaning 10004 clauses out of 20011 with flag 195000/195000
13.38/12.96	c cleaning 9997 clauses out of 20007 with flag 205000/205000
14.07/13.63	c cleaning 9997 clauses out of 20010 with flag 215000/215000
14.58/14.15	c cleaning 10005 clauses out of 20015 with flag 225002/225002
15.18/14.75	c cleaning 9998 clauses out of 20008 with flag 235000/235000
15.58/15.15	c cleaning 9997 clauses out of 20010 with flag 245000/245000
16.18/15.70	c cleaning 9997 clauses out of 20013 with flag 255000/255000
16.68/16.25	c cleaning 10004 clauses out of 20016 with flag 265000/265000
17.18/16.79	c cleaning 10001 clauses out of 20012 with flag 275000/275000
17.78/17.36	c cleaning 10004 clauses out of 20011 with flag 285000/285000
18.38/17.96	c cleaning 9997 clauses out of 20007 with flag 295000/295000
18.88/18.49	c cleaning 10004 clauses out of 20010 with flag 305000/305000
19.49/19.08	c cleaning 9995 clauses out of 20006 with flag 315000/315000
20.09/19.68	c cleaning 10000 clauses out of 20011 with flag 325000/325000
20.59/20.18	c cleaning 10001 clauses out of 20012 with flag 335001/335001
21.09/20.64	c cleaning 9991 clauses out of 20010 with flag 345000/345000
21.59/21.10	c cleaning 10000 clauses out of 20019 with flag 355000/355000
22.19/21.74	c cleaning 9999 clauses out of 20021 with flag 365002/365002
22.79/22.31	c cleaning 10003 clauses out of 20022 with flag 375002/375002
23.29/22.88	c cleaning 9999 clauses out of 20019 with flag 385002/385002
23.69/23.29	c cleaning 9997 clauses out of 20018 with flag 395000/395000
24.19/23.74	c cleaning 10005 clauses out of 20022 with flag 405001/405001
24.60/24.20	c cleaning 9999 clauses out of 20016 with flag 415000/415000
25.09/24.68	c cleaning 9992 clauses out of 20017 with flag 425000/425000
25.59/25.10	c cleaning 9997 clauses out of 20025 with flag 435000/435000
26.19/25.74	c cleaning 10001 clauses out of 20028 with flag 445000/445000
26.80/26.34	c cleaning 10006 clauses out of 20029 with flag 455002/455002
27.20/26.71	c cleaning 10003 clauses out of 20023 with flag 465002/465002
27.50/27.10	c cleaning 9994 clauses out of 20018 with flag 475000/475000
28.10/27.66	c cleaning 10007 clauses out of 20024 with flag 485000/485000
28.60/28.18	c cleaning 9999 clauses out of 20017 with flag 495000/495000
29.11/28.65	c cleaning 10005 clauses out of 20018 with flag 505000/505000
29.70/29.21	c cleaning 9999 clauses out of 20014 with flag 515001/515001
30.11/29.67	c cleaning 9998 clauses out of 20014 with flag 525000/525000
30.70/30.27	c cleaning 10001 clauses out of 20016 with flag 535000/535000
31.40/30.90	c cleaning 9987 clauses out of 20016 with flag 545001/545001
31.80/31.36	c cleaning 10006 clauses out of 20029 with flag 555001/555001
32.31/31.84	c cleaning 10004 clauses out of 20022 with flag 565000/565000
32.81/32.32	c cleaning 10001 clauses out of 20019 with flag 575001/575001
33.41/32.92	c cleaning 10000 clauses out of 20018 with flag 585001/585001
33.91/33.41	c cleaning 10001 clauses out of 20017 with flag 595000/595000
34.31/33.85	c cleaning 10000 clauses out of 20017 with flag 605001/605001
34.81/34.36	c cleaning 9996 clauses out of 20018 with flag 615002/615002
35.31/34.85	c cleaning 10001 clauses out of 20020 with flag 625000/625000
35.81/35.33	c cleaning 9997 clauses out of 20019 with flag 635000/635000
35.91/35.47	c starts		: 982
35.91/35.47	c conflicts		: 639190
35.91/35.47	c decisions		: 788875
35.91/35.47	c propagations		: 9967415
35.91/35.47	c inspects		: 357215935
35.91/35.47	c shortcuts		: 0
35.91/35.47	c learnt literals	: 0
35.91/35.47	c learnt binary clauses	: 0
35.91/35.47	c learnt ternary clauses	: 0
35.91/35.47	c learnt constraints	: 639190
35.91/35.47	c ignored constraints	: 0
35.91/35.47	c root simplifications	: 982
35.91/35.47	c removed literals (reason simplification)	: 2526230
35.91/35.47	c reason swapping (by a shorter reason)	: 0
35.91/35.48	c Calls to reduceDB	: 65
35.91/35.48	c speed (assignments/second)	: 281931.74746846186
35.91/35.48	c non guided choices	537
35.91/35.48	c learnt constraints type 
35.91/35.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14212
35.91/35.48	c constraints type 
35.91/35.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 165
35.91/35.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1001
35.91/35.48	s SATISFIABLE
35.91/35.48	v -1 -2 -3 -4 -5 -6 -7 -8 9 10 -11 -12 13 14 15 -16 -17 -18 19 20 21 -22 -23 24 25 26 -27 -28 -29 -30 -31 -32 33 34 35 36 -37 -38 39 40 41 -42 -43 -44 -45 46 -47 -48 49 -50 51 52 53 -54 -55 -56 57 58 59 -60 -61 -62 63 64 -65 66 -67 68 -69 70 71 72 -73 -74 75 -76 -77 -78 -79 80 -81 82 -83 -84 -85 -86 87 88 -89 90 91 92 -93 -94 95 96 -97 -98 -99 100 101 102 -103 104 -105 -106 -107 -108 -109 -110 -111 -112 -113 114 -115 -116 117 -118 119 120 -121 122 -123 124 -125 126 127 -128 129 130 131 132 133 -134 -135 -136 -137 138 -139 -140 141 -142 143 -144 -145 -146 -147 -148 149 -150 -151 -152 153 -154 -155 -156 -157 -158 159 160 161 162 -163 164 165 166 -167 -168 -169 -170 171 172 173 -174 -175 -176 177 -178 -179 180 -181 -182 183 184 -185 -186 187 -188 -189 190 -191 -192 193 -194 -195 -196 197 198 -199 -200 201 -202 -203 -204 -205 -206 -207 -208 209 210 -211 -212 -213 214 -215 -216 217 218 219 -220 221 -222 -223 -224 225 226 227 -228 229 230 -231 0
35.91/35.48	c Total wall clock time (in seconds) : 35.37

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3292709-1303793187/watcher-3292709-1303793187 -o /tmp/evaluation-result-3292709-1303793187/solver-3292709-1303793187 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292709-1303793187.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.94 4/222 12861
/proc/meminfo: memFree=14501368/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=11800 CPUtime=0 cores=1,3
/proc/12861/stat : 12861 (runsolver) R 12859 12861 12362 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 490917434 12083200 51 33554432000 4194304 5434984 140736713785808 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/12861/statm: 2950 51 31 303 0 2644 0

[startup+0.0570629 s]
/proc/loadavg: 4.00 4.00 3.94 4/222 12861
/proc/meminfo: memFree=14501368/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7564488 CPUtime=0.03 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 8940 0 1 0 2 1 0 0 25 0 13 0 490917434 7746035712 8637 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1891122 8637 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.119621 s]
/proc/loadavg: 4.00 4.00 3.94 4/222 12861
/proc/meminfo: memFree=14501368/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7635756 CPUtime=0.1 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 10094 0 1 0 8 2 0 0 25 0 18 0 490917434 7819014144 9792 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1908939 9798 2012 9 0 1899677 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7635756

[startup+0.300797 s]
/proc/loadavg: 4.00 4.00 3.94 4/222 12861
/proc/meminfo: memFree=14501368/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7641744 CPUtime=0.45 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 12260 0 1 0 43 2 0 0 25 0 19 0 490917434 7825145856 11363 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1910436 11364 2196 9 0 1901174 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7641744

[startup+0.700729 s]
/proc/loadavg: 4.00 4.00 3.94 4/222 12861
/proc/meminfo: memFree=14501368/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7665472 CPUtime=1.08 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 20620 0 1 0 105 3 0 0 25 0 19 0 490917434 7849443328 17788 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1916368 17788 2235 9 0 1907106 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 7665472

[startup+1.50058 s]
/proc/loadavg: 4.32 4.07 3.96 5/241 12880
/proc/meminfo: memFree=14362940/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7665472 CPUtime=1.94 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 22087 0 1 0 190 4 0 0 25 0 19 0 490917434 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1916368 19253 2238 9 0 1907106 0
[pid=12861/tid=12863] ppid=12859 vsize=7665472 CPUtime=1.41 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4202560 9212 0 1 0 140 1 0 0 20 0 19 0 490917435 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 46912505504795 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12861/tid=12864] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12864/stat : 12864 (java) S 12859 12861 12362 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12865] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12865/stat : 12865 (java) S 12859 12861 12362 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12866] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12866/stat : 12866 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12867] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12867/stat : 12867 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12868] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12868/stat : 12868 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12869] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12869/stat : 12869 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12870] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 566 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7665472 CPUtime=0.03 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 995 0 0 0 3 0 0 0 16 0 19 0 490917437 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7665472 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7665472 CPUtime=0.21 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7308 0 0 0 21 0 0 0 18 0 19 0 490917440 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917440 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7849443328 19253 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7665472

[startup+3.1013 s]
/proc/loadavg: 4.32 4.07 3.96 5/241 12880
/proc/meminfo: memFree=14318400/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7665472 CPUtime=3.56 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 22352 0 1 0 352 4 0 0 25 0 19 0 490917434 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1916368 19516 2239 9 0 1907106 0
[pid=12861/tid=12863] ppid=12859 vsize=7665472 CPUtime=2.97 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4202560 9213 0 1 0 296 1 0 0 25 0 19 0 490917435 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 46912505535614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12861/tid=12864] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12864/stat : 12864 (java) S 12859 12861 12362 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12865] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12865/stat : 12865 (java) S 12859 12861 12362 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12866] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12866/stat : 12866 (java) S 12859 12861 12362 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12867] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12867/stat : 12867 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12868] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12868/stat : 12868 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12869] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12869/stat : 12869 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12870] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 599 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 490917436 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7665472 CPUtime=0.05 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 1132 0 0 0 5 0 0 0 16 0 19 0 490917437 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7665472 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7665472 CPUtime=0.24 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7314 0 0 0 24 0 0 0 15 0 19 0 490917440 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917440 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7665472 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7849443328 19516 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 7665472

[startup+6.30074 s]
/proc/loadavg: 4.29 4.06 3.96 5/261 12903
/proc/meminfo: memFree=13981880/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7660592 CPUtime=6.77 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 22795 0 1 0 673 4 0 0 25 0 19 0 490917434 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1915148 19352 2239 9 0 1905886 0
[pid=12861/tid=12863] ppid=12859 vsize=7660592 CPUtime=6.1 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4202560 9219 0 1 0 609 1 0 0 25 0 19 0 490917435 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 46912505541409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12861/tid=12864] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12864/stat : 12864 (java) S 12859 12861 12362 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12865] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12865/stat : 12865 (java) S 12859 12861 12362 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12866] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12866/stat : 12866 (java) S 12859 12861 12362 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12867] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12867/stat : 12867 (java) S 12859 12861 12362 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12868] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12868/stat : 12868 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12869] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12869/stat : 12869 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12870] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 602 0 0 0 0 0 0 0 15 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 490917436 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7660592 CPUtime=0.12 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 1553 0 0 0 12 0 0 0 16 0 19 0 490917437 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7314 0 0 0 24 0 0 0 15 0 19 0 490917440 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917440 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7844446208 19352 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 7660592

[startup+12.7006 s]

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

[pid=12861/tid=12870] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 604 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 163 0 0 0 2 0 0 0 16 0 19 0 490917436 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7660592 CPUtime=0.76 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 1553 0 0 0 76 0 0 0 16 0 19 0 490917437 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7314 0 0 0 24 0 0 0 15 0 19 0 490917440 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917440 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7844446208 19393 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 32.41
Current children cumulated vsize (KiB) 7660592

[startup+33.5009 s]
/proc/loadavg: 4.19 4.06 3.96 5/262 12905
/proc/meminfo: memFree=13480020/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7660592 CPUtime=34.01 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 22892 0 1 0 3397 4 0 0 25 0 19 0 490917434 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1915148 19398 2239 9 0 1905886 0
[pid=12861/tid=12863] ppid=12859 vsize=7660592 CPUtime=32.51 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4202560 9270 0 1 0 3250 1 0 0 25 0 19 0 490917435 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 46912505504971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12861/tid=12864] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12864/stat : 12864 (java) S 12859 12861 12362 0 -1 4202560 288 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12865] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12865/stat : 12865 (java) S 12859 12861 12362 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12866] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12866/stat : 12866 (java) S 12859 12861 12362 0 -1 4202560 23 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12867] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12867/stat : 12867 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 1 0 0 0 16 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12868] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12868/stat : 12868 (java) S 12859 12861 12362 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12869] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12869/stat : 12869 (java) S 12859 12861 12362 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12870] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 604 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7660592 CPUtime=0.8 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 1553 0 0 0 80 0 0 0 16 0 19 0 490917437 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7314 0 0 0 24 0 0 0 15 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.01
Current children cumulated vsize (KiB) 7660592

[startup+34.3008 s]
/proc/loadavg: 4.19 4.06 3.96 5/262 12905
/proc/meminfo: memFree=13479884/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7660592 CPUtime=34.81 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 22893 0 1 0 3477 4 0 0 25 0 19 0 490917434 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1915148 19398 2239 9 0 1905886 0
[pid=12861/tid=12863] ppid=12859 vsize=7660592 CPUtime=33.3 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4202560 9271 0 1 0 3329 1 0 0 25 0 19 0 490917435 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 46912505554101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12861/tid=12864] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12864/stat : 12864 (java) S 12859 12861 12362 0 -1 4202560 288 0 0 0 2 0 0 0 16 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12865] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12865/stat : 12865 (java) S 12859 12861 12362 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12866] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12866/stat : 12866 (java) S 12859 12861 12362 0 -1 4202560 23 0 0 0 2 0 0 0 16 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12867] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12867/stat : 12867 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12868] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12868/stat : 12868 (java) S 12859 12861 12362 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12869] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12869/stat : 12869 (java) S 12859 12861 12362 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12870] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 604 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7660592 CPUtime=0.81 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 1553 0 0 0 81 0 0 0 16 0 19 0 490917437 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7314 0 0 0 24 0 0 0 15 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.81
Current children cumulated vsize (KiB) 7660592

[startup+35.1007 s]
/proc/loadavg: 4.19 4.06 3.96 5/262 12905
/proc/meminfo: memFree=13479760/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=7660592 CPUtime=35.62 cores=1,3
/proc/12861/stat : 12861 (java) S 12859 12861 12362 0 -1 4202496 22899 0 1 0 3558 4 0 0 25 0 19 0 490917434 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 1915148 19398 2239 9 0 1905886 0
[pid=12861/tid=12863] ppid=12859 vsize=7660592 CPUtime=34.07 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4202560 9273 0 1 0 3406 1 0 0 25 0 19 0 490917435 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 46912505554101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12861/tid=12864] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12864/stat : 12864 (java) S 12859 12861 12362 0 -1 4202560 288 0 0 0 2 0 0 0 16 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12865] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12865/stat : 12865 (java) S 12859 12861 12362 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12866] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12866/stat : 12866 (java) S 12859 12861 12362 0 -1 4202560 23 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12867] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12867/stat : 12867 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12868] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12868/stat : 12868 (java) S 12859 12861 12362 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12869] ppid=12859 vsize=7660592 CPUtime=0.01 cores=1,3
/proc/12861/task/12869/stat : 12869 (java) S 12859 12861 12362 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12870] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12870/stat : 12870 (java) S 12859 12861 12362 0 -1 4202560 604 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12871] ppid=12859 vsize=7660592 CPUtime=0.02 cores=1,3
/proc/12861/task/12871/stat : 12871 (java) S 12859 12861 12362 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 490917436 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12872] ppid=12859 vsize=7660592 CPUtime=0.84 cores=1,3
/proc/12861/task/12872/stat : 12872 (java) S 12859 12861 12362 0 -1 4202560 1555 0 0 0 84 0 0 0 16 0 19 0 490917437 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 0 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12873] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12873/stat : 12873 (java) S 12859 12861 12362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 490917438 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12874] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12874/stat : 12874 (java) S 12859 12861 12362 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 490917438 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12875] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12875/stat : 12875 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606690225 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12876] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12876/stat : 12876 (java) S 12859 12861 12362 0 -1 4202560 2307 0 0 0 24 0 0 0 17 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12877] ppid=12859 vsize=7660592 CPUtime=0.24 cores=1,3
/proc/12861/task/12877/stat : 12877 (java) S 12859 12861 12362 0 -1 4202560 7314 0 0 0 24 0 0 0 15 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12878] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12878/stat : 12878 (java) S 12859 12861 12362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606682521 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
[pid=12861/tid=12879] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12879/stat : 12879 (java) S 12859 12861 12362 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 490917440 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 1 0 0 0
[pid=12861/tid=12880] ppid=12859 vsize=7660592 CPUtime=0 cores=1,3
/proc/12861/task/12880/stat : 12880 (java) S 12859 12861 12362 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490917446 7844446208 19398 33554432000 1073741824 1073778376 140735538127936 18446744073709551615 235606683136 0 4 0 16800975 18446604465706030016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.62
Current children cumulated vsize (KiB) 7660592

[startup+35.5008 s]
/proc/loadavg: 4.19 4.06 3.96 5/262 12905
/proc/meminfo: memFree=13479760/32950928 swapFree=67111528/67111528
[pid=12861] ppid=12859 vsize=0 CPUtime=36.01 cores=1,3
/proc/12861/stat : 12861 (java) Z 12859 12861 12362 0 -1 4203548 22926 0 1 0 3597 4 0 0 18 0 2 0 490917434 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 0 0 0 0 0 0 0
[pid=12861/tid=12863] ppid=12859 vsize=0 CPUtime=34.43 cores=1,3
/proc/12861/task/12863/stat : 12863 (java) R 12859 12861 12362 0 -1 4203588 9278 0 1 0 3441 2 0 0 25 0 2 0 490917435 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.01
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 35.5041
CPU time (s): 36.0275
CPU user time (s): 35.9745
CPU system time (s): 0.052991
CPU usage (%): 101.474
Max. virtual memory (cumulated for all children) (KiB): 7665472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9745
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22926
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= 2752
involuntary context switches= 1392

runsolver used 0.052991 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-26 06:46:27
IDJOB=3292709
IDBENCH=87903
IDSOLVER=1611
FILE ID=node120/3292709-1303793187
RUNJOBID= node120-1303791883-12382
PBS_JOBID= 13157272
Free space on /tmp= 72428 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT02/industrial/aloul/Bart/bart17.shuffled.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292709-1303793187/watcher-3292709-1303793187 -o /tmp/evaluation-result-3292709-1303793187/solver-3292709-1303793187 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292709-1303793187.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 03b2c3a81b9d765c96c47765b3d50b1e
RANDOM SEED=308397683

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:      14501648 kB
Buffers:       2471076 kB
Cached:       15185496 kB
SwapCached:          0 kB
Active:       10524124 kB
Inactive:      7351968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14501648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12632 kB
Writeback:           0 kB
AnonPages:      218364 kB
Mapped:          23600 kB
Slab:           507372 kB
PageTables:       5800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14752084 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= 72324 MiB
End job on node120 at 2011-04-26 06:47:02