Trace number 3262128

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-06UNSAT 95.1325 94.3583

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		6997539544
0.02/0.09	c Max memory 		7034241024
0.02/0.09	c Total memory 		7034241024
0.02/0.09	c Number of processors 	8
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483647s
0.07/0.11	c DB Simplification allowed=true
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3262128-1303546801.cnf
0.07/0.11	c reading problem ... 
0.25/0.21	c ... done. Wall clock time 0.104s.
0.25/0.21	c #vars     174
0.25/0.21	c #constraints  16458
0.25/0.21	c constraints type 
0.35/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16400
0.35/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58
1.05/1.12	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.44/1.58	c cleaning 4252 clauses out of 8503 with flag 11000/11000
2.04/2.13	c cleaning 5625 clauses out of 11251 with flag 18000/18000
2.64/2.74	c cleaning 6806 clauses out of 13626 with flag 26000/26000
3.37/3.46	c cleaning 7911 clauses out of 15821 with flag 35001/35001
4.17/4.29	c cleaning 8954 clauses out of 17909 with flag 45000/45000
5.07/5.18	c cleaning 9978 clauses out of 19955 with flag 56000/56000
6.07/6.14	c cleaning 10982 clauses out of 21977 with flag 68000/68000
7.17/7.26	c cleaning 11999 clauses out of 23997 with flag 81002/81002
8.37/8.43	c cleaning 12999 clauses out of 25998 with flag 95002/95002
9.68/9.77	c cleaning 13998 clauses out of 27998 with flag 110001/110001
11.08/11.17	c cleaning 14998 clauses out of 29999 with flag 126000/126000
12.68/12.75	c cleaning 16001 clauses out of 32001 with flag 143000/143000
14.39/14.49	c cleaning 16498 clauses out of 33001 with flag 160001/160001
16.45/16.28	c cleaning 16752 clauses out of 33503 with flag 177001/177001
18.16/17.96	c cleaning 16869 clauses out of 33750 with flag 194000/194000
19.77/19.57	c cleaning 16941 clauses out of 33882 with flag 211001/211001
21.47/21.15	c cleaning 16961 clauses out of 33941 with flag 228001/228001
23.37/22.74	c cleaning 16984 clauses out of 33979 with flag 245000/245000
24.97/24.35	c cleaning 16997 clauses out of 33995 with flag 262000/262000
26.58/25.92	c cleaning 16992 clauses out of 33999 with flag 279001/279001
28.08/27.46	c cleaning 17002 clauses out of 34007 with flag 296001/296001
29.58/28.95	c cleaning 16995 clauses out of 34004 with flag 313000/313000
31.20/30.52	c cleaning 16997 clauses out of 34009 with flag 330000/330000
32.70/32.03	c cleaning 17003 clauses out of 34012 with flag 347000/347000
34.20/33.52	c cleaning 16999 clauses out of 34009 with flag 364000/364000
35.70/35.08	c cleaning 17004 clauses out of 34011 with flag 381001/381001
37.31/36.64	c cleaning 17003 clauses out of 34007 with flag 398001/398001
38.90/38.28	c cleaning 16999 clauses out of 34003 with flag 415000/415000
40.50/39.87	c cleaning 16999 clauses out of 34004 with flag 432000/432000
42.21/41.52	c cleaning 8304 clauses out of 16622 with flag 449000/449000
43.71/43.02	c cleaning 12650 clauses out of 25318 with flag 466000/466000
45.31/44.62	c cleaning 14828 clauses out of 29668 with flag 483000/483000
46.82/46.15	c cleaning 15921 clauses out of 31841 with flag 500001/500001
48.32/47.69	c cleaning 16459 clauses out of 32921 with flag 517002/517002
49.92/49.21	c cleaning 16729 clauses out of 33461 with flag 534001/534001
51.42/50.80	c cleaning 16861 clauses out of 33731 with flag 551000/551000
53.12/52.41	c cleaning 16929 clauses out of 33870 with flag 568000/568000
54.63/53.98	c cleaning 16967 clauses out of 33941 with flag 585000/585000
56.22/55.56	c cleaning 16985 clauses out of 33975 with flag 602001/602001
57.83/57.17	c cleaning 16988 clauses out of 33989 with flag 619000/619000
59.42/58.73	c cleaning 16997 clauses out of 34001 with flag 636000/636000
61.02/60.36	c cleaning 17002 clauses out of 34004 with flag 653000/653000
62.52/61.87	c cleaning 16993 clauses out of 34002 with flag 670000/670000
64.12/63.47	c cleaning 12303 clauses out of 24606 with flag 687002/687002
65.73/65.06	c cleaning 14647 clauses out of 29301 with flag 704000/704000
67.33/66.69	c cleaning 15821 clauses out of 31654 with flag 721000/721000
69.03/68.31	c cleaning 16410 clauses out of 32833 with flag 738000/738000
70.73/70.00	c cleaning 16711 clauses out of 33423 with flag 755000/755000
72.24/71.54	c cleaning 16852 clauses out of 33713 with flag 772001/772001
73.83/73.13	c cleaning 16929 clauses out of 33861 with flag 789001/789001
75.44/74.75	c cleaning 16965 clauses out of 33932 with flag 806001/806001
77.03/76.31	c cleaning 16983 clauses out of 33966 with flag 823000/823000
78.63/77.94	c cleaning 16992 clauses out of 33983 with flag 840000/840000
80.23/79.53	c cleaning 16993 clauses out of 33991 with flag 857000/857000
81.84/81.17	c cleaning 17000 clauses out of 33999 with flag 874001/874001
83.44/82.77	c cleaning 16997 clauses out of 33998 with flag 891000/891000
85.14/84.45	c cleaning 16997 clauses out of 34001 with flag 908000/908000
86.74/86.05	c cleaning 14102 clauses out of 28209 with flag 925000/925000
88.34/87.67	c cleaning 15545 clauses out of 31107 with flag 942000/942000
89.96/89.21	c cleaning 13338 clauses out of 26678 with flag 959000/959000
91.36/90.65	c cleaning 7613 clauses out of 15227 with flag 976000/976000
92.66/91.94	c cleaning 5071 clauses out of 10150 with flag 993001/993001
93.96/93.25	c cleaning 4341 clauses out of 8705 with flag 1010000/1010000
95.06/94.35	c starts		: 1173
95.06/94.35	c conflicts		: 1024953
95.06/94.35	c decisions		: 1067605
95.06/94.35	c propagations		: 26904079
95.06/94.35	c inspects		: 1265493777
95.06/94.35	c shortcuts		: 0
95.06/94.35	c learnt literals	: 22
95.06/94.35	c learnt binary clauses	: 321
95.06/94.35	c learnt ternary clauses	: 3141
95.06/94.35	c learnt constraints	: 1024930
95.06/94.35	c ignored constraints	: 0
95.06/94.35	c root simplifications	: 1194
95.06/94.35	c removed literals (reason simplification)	: 19739604
95.06/94.35	c reason swapping (by a shorter reason)	: 0
95.06/94.35	c Calls to reduceDB	: 64
95.06/94.35	c speed (assignments/second)	: 286826.92779240716
95.06/94.35	c non guided choices	6
95.06/94.35	c learnt constraints type 
95.06/94.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
95.06/94.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175
95.06/94.35	c constraints type 
95.06/94.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16400
95.06/94.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58
95.06/94.35	s UNSATISFIABLE
95.06/94.35	c Total wall clock time (in seconds) : 94.239

Verifier Data

No possible verification on an UNSAT instance

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-3262128-1303546801/watcher-3262128-1303546801 -o /tmp/evaluation-result-3262128-1303546801/solver-3262128-1303546801 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3262128-1303546801.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: 1.05 2.44 3.17 4/177 5012
/proc/meminfo: memFree=13757716/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=252 CPUtime=0 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4194304 79 0 0 0 0 0 0 0 20 0 1 0 544910748 258048 31 33554432000 1073741824 1073778376 140735089917952 18446744073709551615 216730254983 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/5012/statm: 63 31 24 9 0 22 0

[startup+0.041843 s]
/proc/loadavg: 1.05 2.44 3.17 4/177 5012
/proc/meminfo: memFree=13757716/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7562296 CPUtime=0.02 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 8565 0 1 0 1 1 0 0 17 0 11 0 544910748 7743791104 8262 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1890574 8262 1631 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.100757 s]
/proc/loadavg: 1.05 2.44 3.17 4/177 5012
/proc/meminfo: memFree=13757716/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7570076 CPUtime=0.07 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 9656 0 1 0 6 1 0 0 17 0 18 0 544910748 7751757824 9352 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1892519 9372 1823 9 0 1883257 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7570076

[startup+0.300721 s]
/proc/loadavg: 1.05 2.44 3.17 4/177 5012
/proc/meminfo: memFree=13757716/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7637160 CPUtime=0.35 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 12729 0 1 0 33 2 0 0 17 0 18 0 544910748 7820451840 11725 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1909290 11725 2197 9 0 1900028 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 7637160

[startup+0.700618 s]
/proc/loadavg: 1.05 2.44 3.17 4/177 5012
/proc/meminfo: memFree=13757716/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7640012 CPUtime=0.59 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 13314 0 1 0 57 2 0 0 17 0 19 0 544910748 7823372288 12309 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1910003 12309 2219 9 0 1900741 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 7640012

[startup+1.50148 s]
/proc/loadavg: 1.05 2.44 3.17 5/262 5106
/proc/meminfo: memFree=13580092/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7640012 CPUtime=1.44 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 14757 0 1 0 142 2 0 0 17 0 19 0 544910748 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1910003 13749 2254 9 0 1900741 0
[pid=5012/tid=5019] ppid=5009 vsize=7640012 CPUtime=1 cores=1,3
/proc/5012/task/5019/stat : 5019 (java) R 5009 5012 3806 0 -1 4202560 9441 0 1 0 99 1 0 0 20 0 19 0 544910749 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747004597 0 4 0 16800975 0 0 0 -1 3 0 0 34
[pid=5012/tid=5022] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 294 0 0 0 0 0 0 0 18 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 285 0 0 0 0 0 0 0 18 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544910751 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7640012 CPUtime=0.01 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 586 0 0 0 1 0 0 0 16 0 19 0 544910752 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7640012 CPUtime=0.2 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) R 5009 5012 3806 0 -1 4202560 1459 0 0 0 20 0 0 0 16 0 19 0 544910755 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 47229691504711 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7640012 CPUtime=0.21 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 1533 0 0 0 21 0 0 0 16 0 19 0 544910755 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544910755 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7823372288 13749 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 7640012

[startup+3.1012 s]
/proc/loadavg: 1.45 2.50 3.18 5/262 5106
/proc/meminfo: memFree=13506932/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7640012 CPUtime=3.07 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 15297 0 1 0 305 2 0 0 17 0 19 0 544910748 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1910003 14285 2254 9 0 1900741 0
[pid=5012/tid=5019] ppid=5009 vsize=7640012 CPUtime=2.53 cores=1,3
/proc/5012/task/5019/stat : 5019 (java) R 5009 5012 3806 0 -1 4202560 9445 0 1 0 252 1 0 0 23 0 19 0 544910749 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 46912505329163 0 4 0 16800975 0 0 0 -1 3 0 0 34
[pid=5012/tid=5022] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7640012 CPUtime=0.05 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 805 0 0 0 5 0 0 0 16 0 19 0 544910752 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7640012 CPUtime=0.2 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) S 5009 5012 3806 0 -1 4202560 1461 0 0 0 20 0 0 0 15 0 19 0 544910755 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7640012 CPUtime=0.24 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 1539 0 0 0 24 0 0 0 15 0 19 0 544910755 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544910755 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7823372288 14285 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7640012

[startup+6.30064 s]
/proc/loadavg: 1.45 2.50 3.18 5/262 5106
/proc/meminfo: memFree=13504408/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7640012 CPUtime=6.27 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 15555 0 1 0 625 2 0 0 17 0 19 0 544910748 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1910003 14485 2254 9 0 1900741 0
[pid=5012/tid=5019] ppid=5009 vsize=7640012 CPUtime=5.65 cores=1,3
/proc/5012/task/5019/stat : 5019 (java) R 5009 5012 3806 0 -1 4202560 9450 0 1 0 564 1 0 0 25 0 19 0 544910749 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 46912505620521 0 4 0 16800975 0 0 0 -1 3 0 0 34
[pid=5012/tid=5022] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 544910751 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7640012 CPUtime=0.11 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 1039 0 0 0 11 0 0 0 15 0 19 0 544910752 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7640012 CPUtime=0.2 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) S 5009 5012 3806 0 -1 4202560 1461 0 0 0 20 0 0 0 15 0 19 0 544910755 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7640012 CPUtime=0.25 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 1541 0 0 0 25 0 0 0 15 0 19 0 544910755 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544910755 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7640012 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7823372288 14485 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7640012

[startup+12.7016 s]

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

/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 301 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7650880 CPUtime=0.01 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 394 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7650880 CPUtime=1.09 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 1515 0 0 0 109 0 0 0 16 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7650880 CPUtime=0.25 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) S 5009 5012 3806 0 -1 4202560 1501 0 0 0 25 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7650880 CPUtime=0.97 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 10609 0 0 0 96 1 0 0 16 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 93.46
Current children cumulated vsize (KiB) 7650880

[startup+93.5074 s]
/proc/loadavg: 3.54 2.94 3.27 5/262 5109
/proc/meminfo: memFree=13470000/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7650880 CPUtime=94.27 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 25416 0 1 0 9423 4 0 0 17 0 19 0 544910748 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1912720 17994 2254 9 0 1903458 0
[pid=5012/tid=5019] ppid=5009 vsize=7650880 CPUtime=91.72 cores=1,3
/proc/5012/task/5019/stat : 5019 (java) R 5009 5012 3806 0 -1 4202560 9512 0 1 0 9171 1 0 0 25 0 19 0 544910749 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 46912505632064 0 4 0 16800975 0 0 0 -1 1 0 0 34
[pid=5012/tid=5022] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 301 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7650880 CPUtime=0.01 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 394 0 0 0 2 0 0 0 16 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7650880 CPUtime=1.11 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 1515 0 0 0 111 0 0 0 16 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7650880 CPUtime=0.25 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) S 5009 5012 3806 0 -1 4202560 1501 0 0 0 25 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7650880 CPUtime=0.97 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 10609 0 0 0 96 1 0 0 16 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 94.27
Current children cumulated vsize (KiB) 7650880

[startup+93.9013 s]
/proc/loadavg: 3.54 2.94 3.27 5/262 5109
/proc/meminfo: memFree=13470000/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7650880 CPUtime=94.66 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 25416 0 1 0 9462 4 0 0 17 0 19 0 544910748 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1912720 17994 2254 9 0 1903458 0
[pid=5012/tid=5019] ppid=5009 vsize=7650880 CPUtime=92.11 cores=1,3
/proc/5012/task/5019/stat : 5019 (java) R 5009 5012 3806 0 -1 4202560 9512 0 1 0 9210 1 0 0 25 0 19 0 544910749 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 46912505604059 0 4 0 16800975 0 0 0 -1 1 0 0 34
[pid=5012/tid=5022] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 301 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7650880 CPUtime=0.01 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 394 0 0 0 2 0 0 0 16 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7650880 CPUtime=1.11 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 1515 0 0 0 111 0 0 0 16 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7650880 CPUtime=0.25 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) S 5009 5012 3806 0 -1 4202560 1501 0 0 0 25 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7650880 CPUtime=0.97 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 10609 0 0 0 96 1 0 0 16 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 94.66
Current children cumulated vsize (KiB) 7650880

[startup+94.3013 s]
/proc/loadavg: 3.54 2.94 3.27 5/262 5109
/proc/meminfo: memFree=13470000/32951124 swapFree=67102140/67111528
[pid=5012] ppid=5009 vsize=7650880 CPUtime=95.06 cores=1,3
/proc/5012/stat : 5012 (java) S 5009 5012 3806 0 -1 4202496 25416 0 1 0 9502 4 0 0 17 0 19 0 544910748 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5012/statm: 1912720 17994 2254 9 0 1903458 0
[pid=5012/tid=5019] ppid=5009 vsize=7650880 CPUtime=92.51 cores=1,3
/proc/5012/task/5019/stat : 5019 (java) R 5009 5012 3806 0 -1 4202560 9512 0 1 0 9250 1 0 0 25 0 19 0 544910749 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 46912505544103 0 4 0 16800975 0 0 0 -1 1 0 0 34
[pid=5012/tid=5022] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5022/stat : 5022 (java) S 5009 5012 3806 0 -1 4202560 301 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5023] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5023/stat : 5023 (java) S 5009 5012 3806 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5024] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5024/stat : 5024 (java) S 5009 5012 3806 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5025] ppid=5009 vsize=7650880 CPUtime=0.01 cores=1,3
/proc/5012/task/5025/stat : 5025 (java) S 5009 5012 3806 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5026] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5026/stat : 5026 (java) S 5009 5012 3806 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5027] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5027/stat : 5027 (java) S 5009 5012 3806 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5028] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5028/stat : 5028 (java) S 5009 5012 3806 0 -1 4202560 394 0 0 0 2 0 0 0 16 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5029] ppid=5009 vsize=7650880 CPUtime=0.02 cores=1,3
/proc/5012/task/5029/stat : 5029 (java) S 5009 5012 3806 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 544910751 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5044] ppid=5009 vsize=7650880 CPUtime=1.11 cores=1,3
/proc/5012/task/5044/stat : 5044 (java) S 5009 5012 3806 0 -1 4202560 1515 0 0 0 111 0 0 0 15 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 0 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5046] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5046/stat : 5046 (java) S 5009 5012 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5047] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5047/stat : 5047 (java) S 5009 5012 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544910752 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5059] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5059/stat : 5059 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216747002289 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5061] ppid=5009 vsize=7650880 CPUtime=0.25 cores=1,3
/proc/5012/task/5061/stat : 5061 (java) S 5009 5012 3806 0 -1 4202560 1501 0 0 0 25 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5063] ppid=5009 vsize=7650880 CPUtime=0.97 cores=1,3
/proc/5012/task/5063/stat : 5063 (java) S 5009 5012 3806 0 -1 4202560 10609 0 0 0 96 1 0 0 16 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5064] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5064/stat : 5064 (java) S 5009 5012 3806 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746994585 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
[pid=5012/tid=5066] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5066/stat : 5066 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 544910755 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 3 0 0 0
[pid=5012/tid=5105] ppid=5009 vsize=7650880 CPUtime=0 cores=1,3
/proc/5012/task/5105/stat : 5105 (java) S 5009 5012 3806 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544910804 7834501120 17994 33554432000 1073741824 1073778376 140734706150896 18446744073709551615 216746995200 0 4 0 16800975 18446604471121205952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.06
Current children cumulated vsize (KiB) 7650880

Child status: 20
Real time (s): 94.3583
CPU time (s): 95.1325
CPU user time (s): 95.0815
CPU system time (s): 0.050992
CPU usage (%): 100.82
Max. virtual memory (cumulated for all children) (KiB): 7663308

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

runsolver used 0.176973 second user time and 0.355945 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-23 10:20:01
IDJOB=3262128
IDBENCH=83273
IDSOLVER=1611
FILE ID=node119/3262128-1303546801
RUNJOBID= node119-1303546801-4993
PBS_JOBID= 13143119
Free space on /tmp= 71920 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.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-3262128-1303546801/watcher-3262128-1303546801 -o /tmp/evaluation-result-3262128-1303546801/solver-3262128-1303546801 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3262128-1303546801.cnf

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

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=1137755552

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13757772 kB
Buffers:       2209192 kB
Cached:       16344268 kB
SwapCached:       5504 kB
Active:        7432068 kB
Inactive:     11182520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13757772 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            1196 kB
Writeback:           0 kB
AnonPages:       58932 kB
Mapped:          14340 kB
Slab:           513944 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190064 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= 71920 MiB
End job on node119 at 2011-04-23 10:21:35