Trace number 3262260

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 101.87 100.936

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.7746
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.10	c Expensive reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose learned constraints deletion strategy
0.07/0.10	c timeout=2147483647s
0.07/0.10	c DB Simplification allowed=true
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c solving HOME/instance-3262260-1303546895.cnf
0.07/0.10	c reading problem ... 
0.19/0.24	c ... done. Wall clock time 0.142s.
0.19/0.24	c #vars     191
0.19/0.24	c #constraints  19482
0.19/0.24	c constraints type 
0.19/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19229
0.19/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
1.11/0.83	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.78/1.33	c cleaning 4250 clauses out of 8504 with flag 11001/11001
2.28/1.88	c cleaning 5626 clauses out of 11253 with flag 18000/18000
2.98/2.56	c cleaning 6813 clauses out of 13627 with flag 26000/26000
3.79/3.30	c cleaning 7903 clauses out of 15814 with flag 35000/35000
4.58/4.15	c cleaning 8956 clauses out of 17911 with flag 45000/45000
5.48/5.09	c cleaning 9979 clauses out of 19957 with flag 56002/56002
6.58/6.16	c cleaning 10978 clauses out of 21976 with flag 68000/68000
7.78/7.36	c cleaning 11992 clauses out of 23999 with flag 81001/81001
8.98/8.59	c cleaning 12996 clauses out of 26006 with flag 95000/95000
10.48/10.00	c cleaning 14006 clauses out of 28011 with flag 110001/110001
11.88/11.46	c cleaning 14995 clauses out of 30004 with flag 126000/126000
13.49/13.06	c cleaning 16002 clauses out of 32009 with flag 143000/143000
15.19/14.78	c cleaning 16999 clauses out of 34007 with flag 161000/161000
17.10/16.61	c cleaning 18003 clauses out of 36009 with flag 180001/180001
19.10/18.63	c cleaning 19003 clauses out of 38006 with flag 200001/200001
21.28/20.74	c cleaning 19500 clauses out of 39002 with flag 220000/220000
23.69/22.80	c cleaning 19744 clauses out of 39502 with flag 240000/240000
25.69/24.86	c cleaning 19879 clauses out of 39760 with flag 260002/260002
27.79/26.90	c cleaning 19939 clauses out of 39880 with flag 280001/280001
29.79/28.95	c cleaning 19969 clauses out of 39940 with flag 300000/300000
31.89/31.07	c cleaning 19986 clauses out of 39972 with flag 320001/320001
33.99/33.18	c cleaning 19993 clauses out of 39985 with flag 340000/340000
36.10/35.24	c cleaning 19989 clauses out of 39992 with flag 360000/360000
38.20/37.38	c cleaning 19998 clauses out of 40004 with flag 380001/380001
40.29/39.47	c cleaning 20000 clauses out of 40005 with flag 400000/400000
42.39/41.53	c cleaning 20000 clauses out of 40005 with flag 420000/420000
44.29/43.49	c cleaning 19996 clauses out of 40007 with flag 440002/440002
46.39/45.51	c cleaning 20001 clauses out of 40009 with flag 460000/460000
48.39/47.52	c cleaning 20001 clauses out of 40008 with flag 480000/480000
50.40/49.54	c cleaning 19994 clauses out of 40007 with flag 500000/500000
52.39/51.52	c cleaning 20004 clauses out of 40014 with flag 520001/520001
54.39/53.53	c cleaning 19997 clauses out of 40009 with flag 540000/540000
56.49/55.60	c cleaning 19997 clauses out of 40012 with flag 560000/560000
58.39/57.52	c cleaning 20005 clauses out of 40015 with flag 580000/580000
60.39/59.54	c cleaning 19997 clauses out of 40010 with flag 600000/600000
62.40/61.59	c cleaning 20003 clauses out of 40013 with flag 620000/620000
64.39/63.57	c cleaning 20002 clauses out of 40012 with flag 640002/640002
66.39/65.57	c cleaning 20000 clauses out of 40008 with flag 660000/660000
68.39/67.59	c cleaning 20003 clauses out of 40009 with flag 680001/680001
70.49/69.62	c cleaning 20001 clauses out of 40006 with flag 700001/700001
72.49/71.60	c cleaning 19999 clauses out of 40004 with flag 720000/720000
74.39/73.58	c cleaning 19996 clauses out of 40005 with flag 740000/740000
76.50/75.61	c cleaning 20000 clauses out of 40009 with flag 760000/760000
78.50/77.69	c cleaning 20005 clauses out of 40009 with flag 780000/780000
80.60/79.75	c cleaning 19996 clauses out of 40004 with flag 800000/800000
82.70/81.82	c cleaning 19995 clauses out of 40008 with flag 820000/820000
84.80/83.92	c cleaning 20007 clauses out of 40013 with flag 840000/840000
86.80/85.96	c cleaning 19996 clauses out of 40007 with flag 860001/860001
88.81/87.98	c cleaning 19995 clauses out of 40010 with flag 880000/880000
90.90/90.06	c cleaning 20008 clauses out of 40017 with flag 900002/900002
93.00/92.18	c cleaning 20001 clauses out of 40009 with flag 920002/920002
95.11/94.25	c cleaning 16613 clauses out of 33236 with flag 940000/940000
97.21/96.32	c cleaning 11604 clauses out of 23214 with flag 960000/960000
99.01/98.14	c cleaning 6817 clauses out of 13639 with flag 980000/980000
100.63/99.77	c cleaning 5115 clauses out of 10230 with flag 1000000/1000000
101.83/100.92	c starts		: 1173
101.83/100.92	c conflicts		: 1014286
101.83/100.92	c decisions		: 1061625
101.83/100.92	c propagations		: 29631768
101.83/100.92	c inspects		: 1374066214
101.83/100.92	c shortcuts		: 0
101.83/100.92	c learnt literals	: 16
101.83/100.92	c learnt binary clauses	: 297
101.83/100.92	c learnt ternary clauses	: 2674
101.83/100.92	c learnt constraints	: 1014269
101.83/100.92	c ignored constraints	: 0
101.83/100.92	c root simplifications	: 1188
101.83/100.92	c removed literals (reason simplification)	: 19953952
101.83/100.92	c reason swapping (by a shorter reason)	: 0
101.83/100.92	c Calls to reduceDB	: 56
101.83/100.92	c speed (assignments/second)	: 294295.86739102367
101.83/100.92	c non guided choices	7
101.83/100.93	c learnt constraints type 
101.83/100.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
101.83/100.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4611
101.83/100.93	c constraints type 
101.83/100.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19229
101.83/100.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
101.83/100.93	s UNSATISFIABLE
101.83/100.93	c Total wall clock time (in seconds) : 100.83

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-3262260-1303546895/watcher-3262260-1303546895 -o /tmp/evaluation-result-3262260-1303546895/solver-3262260-1303546895 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3262260-1303546895.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: 3.54 2.94 3.27 4/243 5136
/proc/meminfo: memFree=13535416/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=9100 CPUtime=0 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 229 0 0 0 0 0 0 0 17 0 1 0 544920203 9318400 166 33554432000 1073741824 1073778376 140734075060992 18446744073709551615 216735176704 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/5136/statm: 2275 166 125 9 0 67 0

[startup+0.0921379 s]
/proc/loadavg: 3.54 2.94 3.27 4/243 5136
/proc/meminfo: memFree=13535416/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7701896 CPUtime=0.07 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 10055 0 1 0 6 1 0 0 17 0 18 0 544920203 7886741504 9751 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1925474 9751 2021 9 0 1916212 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7701896

[startup+0.106864 s]
/proc/loadavg: 3.54 2.94 3.27 4/243 5136
/proc/meminfo: memFree=13535416/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7636640 CPUtime=0.1 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 10429 0 1 0 9 1 0 0 17 0 18 0 544920203 7819919360 10125 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1909160 10125 2093 9 0 1899898 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636640

[startup+0.300739 s]
/proc/loadavg: 3.54 2.94 3.27 4/243 5136
/proc/meminfo: memFree=13535416/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7638468 CPUtime=0.38 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 11614 0 1 0 37 1 0 0 17 0 19 0 544920203 7821791232 11093 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1909617 11093 2202 9 0 1900355 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7638468

[startup+0.700669 s]
/proc/loadavg: 3.54 2.94 3.27 4/243 5136
/proc/meminfo: memFree=13535416/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7640852 CPUtime=0.98 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 13023 0 1 0 96 2 0 0 17 0 19 0 544920203 7824232448 11957 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1910213 11957 2223 9 0 1900951 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 7640852

[startup+1.50156 s]
/proc/loadavg: 3.54 2.94 3.27 5/262 5155
/proc/meminfo: memFree=13468708/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7664760 CPUtime=1.98 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 22121 0 1 0 196 2 0 0 17 0 19 0 544920203 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1916190 19119 2254 9 0 1906928 0
[pid=5136/tid=5138] ppid=5134 vsize=7664760 CPUtime=1.37 cores=1,3
/proc/5136/task/5138/stat : 5138 (java) R 5134 5136 3806 0 -1 4202560 9530 0 1 0 136 1 0 0 25 0 19 0 544920204 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 46912505589869 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5136/tid=5139] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 225 0 0 0 0 0 0 0 16 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7664760 CPUtime=0.02 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 769 0 0 0 2 0 0 0 15 0 19 0 544920207 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7664760 CPUtime=0.27 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 7349 0 0 0 27 0 0 0 18 0 19 0 544920210 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7664760 CPUtime=0.28 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2449 0 0 0 28 0 0 0 22 0 19 0 544920210 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544920210 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7848714240 19119 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7664760

[startup+3.10129 s]
/proc/loadavg: 3.57 2.96 3.28 5/262 5155
/proc/meminfo: memFree=13466476/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7664760 CPUtime=3.58 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 22284 0 1 0 356 2 0 0 17 0 19 0 544920203 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1916190 19280 2254 9 0 1906928 0
[pid=5136/tid=5138] ppid=5134 vsize=7664760 CPUtime=2.9 cores=1,3
/proc/5136/task/5138/stat : 5138 (java) R 5134 5136 3806 0 -1 4202560 9532 0 1 0 289 1 0 0 25 0 19 0 544920204 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 46912505610053 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5136/tid=5139] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 56 0 0 0 0 0 0 0 16 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 544920206 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7664760 CPUtime=0.06 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 866 0 0 0 6 0 0 0 15 0 19 0 544920207 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7664760 CPUtime=0.3 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 7356 0 0 0 30 0 0 0 15 0 19 0 544920210 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7664760 CPUtime=0.28 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2449 0 0 0 28 0 0 0 22 0 19 0 544920210 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544920210 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7664760 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7848714240 19280 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 7664760

[startup+6.30069 s]
/proc/loadavg: 3.57 2.96 3.28 5/262 5155
/proc/meminfo: memFree=13464612/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7656268 CPUtime=6.78 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 22527 0 1 0 676 2 0 0 17 0 19 0 544920203 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1914067 17896 2254 9 0 1904805 0
[pid=5136/tid=5138] ppid=5134 vsize=7656268 CPUtime=6.02 cores=1,3
/proc/5136/task/5138/stat : 5138 (java) R 5134 5136 3806 0 -1 4202560 9537 0 1 0 601 1 0 0 25 0 19 0 544920204 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 46912505589723 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5136/tid=5139] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 544920206 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7656268 CPUtime=0.12 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 1098 0 0 0 12 0 0 0 15 0 19 0 544920207 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7656268 CPUtime=0.31 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 7357 0 0 0 31 0 0 0 15 0 19 0 544920210 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7656268 CPUtime=0.28 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2449 0 0 0 28 0 0 0 22 0 19 0 544920210 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544920210 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7840018432 17896 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 7656268

[startup+12.7006 s]

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

/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 578 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 116 0 0 0 2 0 0 0 16 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7656268 CPUtime=0.03 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7656268 CPUtime=1.04 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 1709 0 0 0 104 0 0 0 16 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7656268 CPUtime=0.77 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 8431 0 0 0 77 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7656268 CPUtime=0.3 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2512 0 0 0 30 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (KiB) 7656268

[startup+99.9013 s]
/proc/loadavg: 3.91 3.24 3.34 5/262 5157
/proc/meminfo: memFree=13463656/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7656268 CPUtime=100.83 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 24587 0 1 0 10079 4 0 0 17 0 19 0 544920203 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1914067 18877 2254 9 0 1904805 0
[pid=5136/tid=5138] ppid=5134 vsize=7656268 CPUtime=98.48 cores=1,3
/proc/5136/task/5138/stat : 5138 (java) R 5134 5136 3806 0 -1 4202560 9591 0 1 0 9847 1 0 0 25 0 19 0 544920204 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 46912505596544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5136/tid=5139] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 578 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 61 0 0 0 1 0 0 0 16 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7656268 CPUtime=0.03 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7656268 CPUtime=1.06 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 1709 0 0 0 106 0 0 0 16 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7656268 CPUtime=0.77 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 8431 0 0 0 77 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7656268 CPUtime=0.3 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2512 0 0 0 30 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 7656268

[startup+100.701 s]
/proc/loadavg: 3.91 3.24 3.34 5/262 5157
/proc/meminfo: memFree=13463656/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7656268 CPUtime=101.63 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 24587 0 1 0 10159 4 0 0 17 0 19 0 544920203 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1914067 18877 2254 9 0 1904805 0
[pid=5136/tid=5138] ppid=5134 vsize=7656268 CPUtime=99.28 cores=1,3
/proc/5136/task/5138/stat : 5138 (java) R 5134 5136 3806 0 -1 4202560 9591 0 1 0 9927 1 0 0 25 0 19 0 544920204 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 46912505539175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5136/tid=5139] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 578 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 61 0 0 0 1 0 0 0 16 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7656268 CPUtime=0.03 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7656268 CPUtime=1.06 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 1709 0 0 0 106 0 0 0 16 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7656268 CPUtime=0.77 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 8431 0 0 0 77 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7656268 CPUtime=0.3 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2512 0 0 0 30 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 7656268

[startup+100.901 s]
/proc/loadavg: 3.91 3.24 3.34 5/262 5157
/proc/meminfo: memFree=13463656/32951124 swapFree=67102140/67111528
[pid=5136] ppid=5134 vsize=7656268 CPUtime=101.83 cores=1,3
/proc/5136/stat : 5136 (java) S 5134 5136 3806 0 -1 4202496 24587 0 1 0 10179 4 0 0 17 0 19 0 544920203 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5136/statm: 1914067 18877 2254 9 0 1904805 0
[pid=5136/tid=5138] ppid=5134 vsize=7656268 CPUtime=99.48 cores=1,3
/proc/5136/task/5138/stat : 5138 (java) R 5134 5136 3806 0 -1 4202560 9591 0 1 0 9947 1 0 0 25 0 19 0 544920204 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 46912505589802 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5136/tid=5139] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5139/stat : 5139 (java) S 5134 5136 3806 0 -1 4202560 578 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5140] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5140/stat : 5140 (java) S 5134 5136 3806 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5141] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5141/stat : 5141 (java) S 5134 5136 3806 0 -1 4202560 61 0 0 0 1 0 0 0 16 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5142] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5142/stat : 5142 (java) S 5134 5136 3806 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5143] ppid=5134 vsize=7656268 CPUtime=0.03 cores=1,3
/proc/5136/task/5143/stat : 5143 (java) S 5134 5136 3806 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5144] ppid=5134 vsize=7656268 CPUtime=0.02 cores=1,3
/proc/5136/task/5144/stat : 5144 (java) S 5134 5136 3806 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5145] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5145/stat : 5145 (java) S 5134 5136 3806 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5146] ppid=5134 vsize=7656268 CPUtime=0.01 cores=1,3
/proc/5136/task/5146/stat : 5146 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 544920206 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5147] ppid=5134 vsize=7656268 CPUtime=1.06 cores=1,3
/proc/5136/task/5147/stat : 5147 (java) S 5134 5136 3806 0 -1 4202560 1709 0 0 0 106 0 0 0 15 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 0 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5148] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5148/stat : 5148 (java) S 5134 5136 3806 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5149] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5149/stat : 5149 (java) S 5134 5136 3806 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544920207 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5150] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5150/stat : 5150 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216747002289 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5151] ppid=5134 vsize=7656268 CPUtime=0.77 cores=1,3
/proc/5136/task/5151/stat : 5151 (java) S 5134 5136 3806 0 -1 4202560 8431 0 0 0 77 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 1 0 0 0
[pid=5136/tid=5152] ppid=5134 vsize=7656268 CPUtime=0.3 cores=1,3
/proc/5136/task/5152/stat : 5152 (java) S 5134 5136 3806 0 -1 4202560 2512 0 0 0 30 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5153] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5153/stat : 5153 (java) S 5134 5136 3806 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746994585 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5154] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5154/stat : 5154 (java) S 5134 5136 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 544920210 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
[pid=5136/tid=5155] ppid=5134 vsize=7656268 CPUtime=0 cores=1,3
/proc/5136/task/5155/stat : 5155 (java) S 5134 5136 3806 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544920228 7840018432 18877 33554432000 1073741824 1073778376 140733232856624 18446744073709551615 216746995200 0 4 0 16800975 18446604471131135040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 7656268

Child status: 20
Real time (s): 100.936
CPU time (s): 101.87
CPU user time (s): 101.825
CPU system time (s): 0.044993
CPU usage (%): 100.925
Max. virtual memory (cumulated for all children) (KiB): 7701896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.825
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24601
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= 3627
involuntary context switches= 2507

runsolver used 0.149977 second user time and 0.407937 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-23 10:21:35
IDJOB=3262260
IDBENCH=83287
IDSOLVER=1611
FILE ID=node119/3262260-1303546895
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-20_381.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-3262260-1303546895/watcher-3262260-1303546895 -o /tmp/evaluation-result-3262260-1303546895/solver-3262260-1303546895 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3262260-1303546895.cnf

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=609130156

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:      13535696 kB
Buffers:       2209256 kB
Cached:       16346560 kB
SwapCached:       5504 kB
Active:        7653684 kB
Inactive:     11182084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13535696 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:      276844 kB
Mapped:          23276 kB
Slab:           514460 kB
PageTables:       6140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22064260 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:23:16