Trace number 3249674

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-06? (TO) 1302.47 1300.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		6997539544
0.04/0.08	c Max memory 		7034241024
0.04/0.08	c Total memory 		7034241024
0.04/0.08	c Number of processors 	8
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483647s
0.04/0.10	c DB Simplification allowed=true
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3249674-1303513024.cnf
0.04/0.10	c reading problem ... 
0.50/0.40	c ... done. Wall clock time 0.305s.
0.50/0.40	c #vars     2128
0.50/0.40	c #constraints  259616
0.50/0.40	c constraints type 
0.50/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256424
0.50/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3192
1.61/1.19	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.53/1.87	c cleaning 4248 clauses out of 8506 with flag 11002/11002
3.23/2.51	c cleaning 5627 clauses out of 11256 with flag 18000/18000
3.85/3.19	c cleaning 6807 clauses out of 13631 with flag 26002/26002
4.65/3.95	c cleaning 7899 clauses out of 15822 with flag 35000/35000
5.45/4.74	c cleaning 8939 clauses out of 17923 with flag 45000/45000
6.26/5.53	c cleaning 9990 clauses out of 19984 with flag 56000/56000
7.15/6.46	c cleaning 10988 clauses out of 21994 with flag 68000/68000
8.05/7.39	c cleaning 11989 clauses out of 24006 with flag 81000/81000
9.06/8.37	c cleaning 12991 clauses out of 26017 with flag 95000/95000
10.16/9.46	c cleaning 14001 clauses out of 28027 with flag 110001/110001
11.26/10.56	c cleaning 15000 clauses out of 30027 with flag 126002/126002
12.46/11.73	c cleaning 15981 clauses out of 32026 with flag 143001/143001
13.66/12.90	c cleaning 16993 clauses out of 34044 with flag 161000/161000
14.86/14.20	c cleaning 18004 clauses out of 36052 with flag 180001/180001
16.26/15.51	c cleaning 19009 clauses out of 38047 with flag 200000/200000
17.66/16.92	c cleaning 19997 clauses out of 40039 with flag 221001/221001
19.07/18.36	c cleaning 21011 clauses out of 42041 with flag 243000/243000
20.57/19.83	c cleaning 22011 clauses out of 44031 with flag 266001/266001
21.97/21.22	c cleaning 22982 clauses out of 46019 with flag 290000/290000
23.67/22.91	c cleaning 23985 clauses out of 48037 with flag 315000/315000
25.38/24.69	c cleaning 25006 clauses out of 50053 with flag 341001/341001
27.18/26.48	c cleaning 26008 clauses out of 52046 with flag 368000/368000
28.88/28.15	c cleaning 27010 clauses out of 54038 with flag 396000/396000
30.88/30.10	c cleaning 27994 clauses out of 56028 with flag 425000/425000
32.89/32.15	c cleaning 28989 clauses out of 58034 with flag 455000/455000
34.80/34.01	c cleaning 30013 clauses out of 60046 with flag 486001/486001
37.00/36.30	c cleaning 30995 clauses out of 62032 with flag 518000/518000
39.30/38.59	c cleaning 32016 clauses out of 64040 with flag 551003/551003
41.51/40.72	c cleaning 32988 clauses out of 66022 with flag 585001/585001
44.00/43.21	c cleaning 34000 clauses out of 68033 with flag 620000/620000
46.21/45.49	c cleaning 35003 clauses out of 70035 with flag 656002/656002
48.91/48.12	c cleaning 36007 clauses out of 72031 with flag 693001/693001
51.22/50.44	c cleaning 36991 clauses out of 74023 with flag 731000/731000
54.02/53.22	c cleaning 37997 clauses out of 76032 with flag 770000/770000
56.62/55.83	c cleaning 39007 clauses out of 78035 with flag 810000/810000
59.73/58.98	c cleaning 39992 clauses out of 80028 with flag 851000/851000
62.34/61.58	c cleaning 40982 clauses out of 82036 with flag 893000/893000
65.83/65.01	c cleaning 41998 clauses out of 84054 with flag 936000/936000
68.44/67.68	c cleaning 43015 clauses out of 86057 with flag 980001/980001
72.04/71.28	c cleaning 44009 clauses out of 88041 with flag 1025000/1025000
75.05/74.22	c cleaning 45009 clauses out of 90033 with flag 1071001/1071001
78.65/77.85	c cleaning 46005 clauses out of 92023 with flag 1118000/1118000
81.76/81.00	c cleaning 46965 clauses out of 94019 with flag 1166001/1166001
85.47/84.61	c cleaning 47999 clauses out of 96054 with flag 1215001/1215001
88.97/88.17	c cleaning 49003 clauses out of 98055 with flag 1265001/1265001
92.37/91.56	c cleaning 49977 clauses out of 100052 with flag 1316001/1316001
97.09/96.29	c cleaning 51022 clauses out of 102074 with flag 1368000/1368000
100.59/99.73	c cleaning 52009 clauses out of 104052 with flag 1421000/1421000
104.80/103.93	c cleaning 52981 clauses out of 106044 with flag 1475001/1475001
109.30/108.45	c cleaning 53999 clauses out of 108062 with flag 1530000/1530000
112.81/111.98	c cleaning 54994 clauses out of 110063 with flag 1586000/1586000
117.31/116.46	c cleaning 55995 clauses out of 112070 with flag 1643001/1643001
121.94/121.05	c cleaning 57007 clauses out of 114074 with flag 1701000/1701000
126.14/125.20	c cleaning 57985 clauses out of 116067 with flag 1760000/1760000
130.84/129.96	c cleaning 59018 clauses out of 118082 with flag 1820000/1820000
135.05/134.13	c cleaning 60012 clauses out of 120065 with flag 1881001/1881001
139.65/138.72	c cleaning 60994 clauses out of 122053 with flag 1943001/1943001
144.36/143.47	c cleaning 61958 clauses out of 124059 with flag 2006001/2006001
149.07/148.15	c cleaning 63040 clauses out of 126100 with flag 2070000/2070000
153.67/152.72	c cleaning 64018 clauses out of 128061 with flag 2135001/2135001
159.08/158.16	c cleaning 65012 clauses out of 130044 with flag 2201002/2201002
164.29/163.34	c cleaning 65986 clauses out of 132033 with flag 2268003/2268003
169.39/168.47	c cleaning 67019 clauses out of 134045 with flag 2336001/2336001
175.30/174.31	c cleaning 67980 clauses out of 136025 with flag 2405000/2405000
181.42/180.45	c cleaning 69005 clauses out of 138045 with flag 2475000/2475000
186.52/185.57	c cleaning 69999 clauses out of 140040 with flag 2546000/2546000
192.72/191.76	c cleaning 70993 clauses out of 142041 with flag 2618000/2618000
199.73/198.77	c cleaning 71990 clauses out of 144048 with flag 2691000/2691000
205.44/204.47	c cleaning 72996 clauses out of 146060 with flag 2765002/2765002
211.05/210.01	c cleaning 73983 clauses out of 148062 with flag 2840000/2840000
218.27/217.24	c cleaning 75010 clauses out of 150080 with flag 2916001/2916001
225.28/224.27	c cleaning 76016 clauses out of 152069 with flag 2993000/2993000
230.58/229.58	c cleaning 76989 clauses out of 154053 with flag 3071000/3071000
237.09/236.03	c cleaning 78000 clauses out of 156064 with flag 3150000/3150000
244.70/243.65	c cleaning 79011 clauses out of 158065 with flag 3230001/3230001
253.21/252.18	c cleaning 80004 clauses out of 160054 with flag 3311001/3311001
259.22/258.19	c cleaning 80993 clauses out of 162051 with flag 3393002/3393002
265.83/264.72	c cleaning 82005 clauses out of 164056 with flag 3476000/3476000
275.55/274.42	c cleaning 83003 clauses out of 166052 with flag 3560001/3560001
284.76/283.67	c cleaning 84004 clauses out of 168048 with flag 3645000/3645000
291.37/290.30	c cleaning 84992 clauses out of 170044 with flag 3731000/3731000
299.38/298.21	c cleaning 86013 clauses out of 172053 with flag 3818001/3818001
307.89/306.76	c cleaning 86983 clauses out of 174042 with flag 3906003/3906003
320.51/319.33	c cleaning 87994 clauses out of 176056 with flag 3995000/3995000
326.92/325.73	c cleaning 89012 clauses out of 178062 with flag 4085000/4085000
334.43/333.22	c cleaning 89971 clauses out of 180050 with flag 4176000/4176000
342.14/340.92	c cleaning 91002 clauses out of 182080 with flag 4268001/4268001
355.35/354.10	c cleaning 92003 clauses out of 184077 with flag 4361000/4361000
363.96/362.78	c cleaning 92983 clauses out of 186074 with flag 4455000/4455000
372.07/370.86	c cleaning 94029 clauses out of 188092 with flag 4550001/4550001
381.58/380.33	c cleaning 94985 clauses out of 190063 with flag 4646001/4646001
390.10/388.83	c cleaning 96003 clauses out of 192077 with flag 4743000/4743000
404.71/403.49	c cleaning 97026 clauses out of 194074 with flag 4841000/4841000
412.54/411.20	c cleaning 98002 clauses out of 196049 with flag 4940001/4940001
421.45/420.17	c cleaning 98987 clauses out of 198046 with flag 5040000/5040000
431.07/429.73	c cleaning 99969 clauses out of 200060 with flag 5141001/5141001
443.78/442.44	c cleaning 101013 clauses out of 202090 with flag 5243000/5243000
456.40/455.03	c cleaning 102012 clauses out of 204077 with flag 5346000/5346000
464.72/463.34	c cleaning 103017 clauses out of 206065 with flag 5450000/5450000
474.43/473.04	c cleaning 103950 clauses out of 208048 with flag 5555000/5555000
487.65/486.27	c cleaning 105024 clauses out of 210098 with flag 5661000/5661000
499.56/498.12	c cleaning 105976 clauses out of 212075 with flag 5768001/5768001
517.78/516.31	c cleaning 107030 clauses out of 214098 with flag 5876000/5876000
527.21/525.76	c cleaning 107997 clauses out of 216069 with flag 5985001/5985001
537.31/535.82	c cleaning 109019 clauses out of 218072 with flag 6095001/6095001
549.72/548.27	c cleaning 110000 clauses out of 220054 with flag 6206002/6206002
563.54/562.07	c cleaning 110996 clauses out of 222052 with flag 6318000/6318000
579.26/577.76	c cleaning 112001 clauses out of 224057 with flag 6431001/6431001
589.98/588.41	c cleaning 112988 clauses out of 226056 with flag 6545001/6545001
599.59/598.04	c cleaning 114024 clauses out of 228068 with flag 6660001/6660001
612.80/611.23	c cleaning 114986 clauses out of 230045 with flag 6776002/6776002
627.42/625.88	c cleaning 115993 clauses out of 232057 with flag 6893000/6893000
646.14/644.56	c cleaning 116981 clauses out of 234066 with flag 7011002/7011002
666.96/665.35	c cleaning 118018 clauses out of 236083 with flag 7130000/7130000
676.48/674.89	c cleaning 118997 clauses out of 238065 with flag 7250000/7250000
688.59/686.96	c cleaning 120004 clauses out of 240069 with flag 7371001/7371001
702.80/701.11	c cleaning 120960 clauses out of 242064 with flag 7493000/7493000
717.42/715.76	c cleaning 122008 clauses out of 244105 with flag 7616001/7616001
733.84/732.13	c cleaning 123002 clauses out of 246098 with flag 7740002/7740002
750.76/749.09	c cleaning 124022 clauses out of 248094 with flag 7865000/7865000
761.68/760.00	c cleaning 124996 clauses out of 250076 with flag 7991004/7991004
774.79/773.09	c cleaning 126014 clauses out of 252076 with flag 8118000/8118000
791.90/790.10	c cleaning 127003 clauses out of 254063 with flag 8246001/8246001
812.03/810.25	c cleaning 127990 clauses out of 256059 with flag 8375000/8375000
830.35/828.52	c cleaning 128979 clauses out of 258071 with flag 8505002/8505002
849.27/847.45	c cleaning 130017 clauses out of 260091 with flag 8636001/8636001
860.39/858.50	c cleaning 131008 clauses out of 262075 with flag 8768002/8768002
874.70/872.85	c cleaning 132002 clauses out of 264065 with flag 8901000/8901000
889.82/887.99	c cleaning 132998 clauses out of 266063 with flag 9035000/9035000
906.53/904.63	c cleaning 133982 clauses out of 268065 with flag 9170000/9170000
928.06/926.11	c cleaning 135017 clauses out of 270083 with flag 9306000/9306000
951.18/949.23	c cleaning 136006 clauses out of 272066 with flag 9443000/9443000
965.52/963.51	c cleaning 137000 clauses out of 274060 with flag 9581000/9581000
977.73/975.74	c cleaning 137989 clauses out of 276060 with flag 9720000/9720000
994.94/992.91	c cleaning 138997 clauses out of 278072 with flag 9860001/9860001
1016.36/1014.38	c cleaning 139980 clauses out of 280074 with flag 10001000/10001000
1039.88/1037.88	c cleaning 141013 clauses out of 282096 with flag 10143002/10143002
1061.81/1059.71	c cleaning 142003 clauses out of 284081 with flag 10286000/10286000
1090.94/1088.90	c cleaning 142978 clauses out of 286078 with flag 10430000/10430000
1103.67/1101.54	c cleaning 144027 clauses out of 288101 with flag 10575001/10575001
1117.97/1115.80	c cleaning 144999 clauses out of 290073 with flag 10721000/10721000
1136.49/1134.37	c cleaning 146007 clauses out of 292075 with flag 10868001/10868001
1157.21/1155.02	c cleaning 146967 clauses out of 294067 with flag 11016000/11016000
1178.03/1175.89	c cleaning 148036 clauses out of 296100 with flag 11165000/11165000
1202.95/1200.72	c cleaning 148985 clauses out of 298065 with flag 11315001/11315001
1233.78/1231.58	c cleaning 149943 clauses out of 300081 with flag 11466002/11466002
1247.52/1245.22	c cleaning 151014 clauses out of 302136 with flag 11618000/11618000
1263.93/1261.64	c cleaning 152041 clauses out of 304123 with flag 11771001/11771001
1284.04/1281.75	c cleaning 152963 clauses out of 306082 with flag 11925001/11925001
1302.37/1300.01	c starts		: 2768
1302.37/1300.01	c conflicts		: 12062921
1302.37/1300.01	c decisions		: 19087163
1302.37/1300.01	c propagations		: 469176215
1302.37/1300.01	c inspects		: 13067118330
1302.37/1300.01	c shortcuts		: 0
1302.37/1300.01	c learnt literals	: 0
1302.37/1300.01	c learnt binary clauses	: 0
1302.37/1300.01	c learnt ternary clauses	: 0
1302.37/1300.01	c learnt constraints	: 12062921
1302.37/1300.01	c ignored constraints	: 0
1302.37/1300.01	c root simplifications	: 2768
1302.37/1300.01	c removed literals (reason simplification)	: 59806764
1302.37/1300.01	c reason swapping (by a shorter reason)	: 0
1302.37/1300.01	c Calls to reduceDB	: 150
1302.37/1300.01	c speed (assignments/second)	: 361013.93190402945
1302.37/1300.01	c non guided choices	198624
1302.37/1300.04	c learnt constraints type 
1302.37/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 291101
1302.37/1300.04	c constraints type 
1302.37/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256424
1302.37/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3192
1302.37/1300.04	s UNKNOWN
1302.37/1300.04	c Total wall clock time (in seconds) : 1299.913

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 5,7

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.39 3.84 3.61 6/243 18213
/proc/meminfo: memFree=16059112/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=11800 CPUtime=0 cores=5,7
/proc/18213/stat : 18213 (runsolver) R 18211 18213 16143 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 462902825 12083200 55 33554432000 4194304 5434984 140737179079328 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/18213/statm: 2950 55 34 303 0 2644 0

[startup+0.0563579 s]
/proc/loadavg: 3.39 3.84 3.61 6/243 18213
/proc/meminfo: memFree=16059112/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 8941 0 1 0 3 1 0 0 25 0 13 0 462902825 7746035712 8637 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1891122 8637 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.111505 s]
/proc/loadavg: 3.39 3.84 3.61 6/243 18213
/proc/meminfo: memFree=16059112/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7635780 CPUtime=0.11 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 10634 0 1 0 10 1 0 0 25 0 18 0 462902825 7819038720 10330 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1908945 10330 2093 9 0 1899683 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7635780

[startup+0.300442 s]
/proc/loadavg: 3.39 3.84 3.61 6/243 18213
/proc/meminfo: memFree=16059112/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7635956 CPUtime=0.41 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 14315 0 1 0 39 2 0 0 25 0 18 0 462902825 7819218944 13739 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1908989 13740 2197 9 0 1899727 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7635956

[startup+0.700361 s]
/proc/loadavg: 3.39 3.84 3.61 6/243 18213
/proc/meminfo: memFree=16059112/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7636984 CPUtime=1.06 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 21320 0 1 0 103 3 0 0 25 0 19 0 462902825 7820271616 18930 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1909246 18930 2220 9 0 1899984 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7636984

[startup+1.50122 s]
/proc/loadavg: 3.39 3.84 3.61 6/262 18232
/proc/meminfo: memFree=15984992/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7655764 CPUtime=2.23 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 39609 0 1 0 218 5 0 0 25 0 19 0 462902825 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1913941 35277 2252 9 0 1904679 0
[pid=18213/tid=18215] ppid=18211 vsize=7655764 CPUtime=1.34 cores=5,7
/proc/18213/task/18215/stat : 18215 (java) R 18211 18213 16143 0 -1 4202560 15742 0 1 0 132 2 0 0 25 0 19 0 462902826 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 46912505621468 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18213/tid=18216] ppid=18211 vsize=7655764 CPUtime=0.02 cores=5,7
/proc/18213/task/18216/stat : 18216 (java) S 18211 18213 16143 0 -1 4202560 3366 0 0 0 2 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18217] ppid=18211 vsize=7655764 CPUtime=0.02 cores=5,7
/proc/18213/task/18217/stat : 18217 (java) S 18211 18213 16143 0 -1 4202560 1799 0 0 0 2 0 0 0 18 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18218] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18218/stat : 18218 (java) S 18211 18213 16143 0 -1 4202560 583 0 0 0 0 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18219] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18219/stat : 18219 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18220] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18220/stat : 18220 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462902827 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=0.07 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 5720 0 0 0 7 0 0 0 15 0 19 0 462902828 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 19 0 19 0 462902831 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.29 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2003 0 0 0 29 0 0 0 18 0 19 0 462902831 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 35277 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 7655764

[startup+3.10089 s]
/proc/loadavg: 3.76 3.91 3.63 6/262 18232
/proc/meminfo: memFree=15916196/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7655764 CPUtime=3.85 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 40023 0 1 0 379 6 0 0 25 0 19 0 462902825 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1913941 35689 2254 9 0 1904679 0
[pid=18213/tid=18215] ppid=18211 vsize=7655764 CPUtime=2.81 cores=5,7
/proc/18213/task/18215/stat : 18215 (java) R 18211 18213 16143 0 -1 4202560 15744 0 1 0 279 2 0 0 25 0 19 0 462902826 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 46912505607060 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18213/tid=18216] ppid=18211 vsize=7655764 CPUtime=0.03 cores=5,7
/proc/18213/task/18216/stat : 18216 (java) S 18211 18213 16143 0 -1 4202560 3452 0 0 0 3 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18217] ppid=18211 vsize=7655764 CPUtime=0.02 cores=5,7
/proc/18213/task/18217/stat : 18217 (java) S 18211 18213 16143 0 -1 4202560 1802 0 0 0 2 0 0 0 16 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18218] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18218/stat : 18218 (java) S 18211 18213 16143 0 -1 4202560 583 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18219] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18219/stat : 18219 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18220] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18220/stat : 18220 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=0.19 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 5881 0 0 0 19 0 0 0 15 0 19 0 462902828 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 15 0 19 0 462902831 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.3 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2015 0 0 0 30 0 0 0 15 0 19 0 462902831 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 35689 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 7655764

[startup+6.30134 s]
/proc/loadavg: 3.76 3.91 3.63 6/262 18233
/proc/meminfo: memFree=15911768/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7655764 CPUtime=7.05 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 41043 0 1 0 699 6 0 0 25 0 19 0 462902825 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1913941 36653 2254 9 0 1904679 0
[pid=18213/tid=18215] ppid=18211 vsize=7655764 CPUtime=5.7 cores=5,7
/proc/18213/task/18215/stat : 18215 (java) R 18211 18213 16143 0 -1 4202560 15747 0 1 0 568 2 0 0 25 0 19 0 462902826 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 46912505718063 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18213/tid=18216] ppid=18211 vsize=7655764 CPUtime=0.03 cores=5,7
/proc/18213/task/18216/stat : 18216 (java) S 18211 18213 16143 0 -1 4202560 3459 0 0 0 3 0 0 0 16 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18217] ppid=18211 vsize=7655764 CPUtime=0.02 cores=5,7
/proc/18213/task/18217/stat : 18217 (java) S 18211 18213 16143 0 -1 4202560 1802 0 0 0 2 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18218] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18218/stat : 18218 (java) S 18211 18213 16143 0 -1 4202560 583 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18219] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18219/stat : 18219 (java) S 18211 18213 16143 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18220] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18220/stat : 18220 (java) S 18211 18213 16143 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 462902827 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=0.47 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 6723 0 0 0 47 0 0 0 16 0 19 0 462902828 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 15 0 19 0 462902831 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.32 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2018 0 0 0 32 0 0 0 15 0 19 0 462902831 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 36653 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 7655764

[startup+12.7012 s]

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

[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0.33 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1587 0 0 0 33 0 0 0 15 0 19 0 462902827 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0.46 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 258 0 0 0 46 0 0 0 16 0 19 0 462902827 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0.34 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 2427 0 0 0 34 0 0 0 15 0 19 0 462902827 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=15.67 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 21457 0 0 0 1564 3 0 0 15 0 19 0 462902828 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 15 0 19 0 462902831 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.34 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2020 0 0 0 34 0 0 0 15 0 19 0 462902831 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) S 18211 18213 16143 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 71107 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1124.49
Current children cumulated vsize (KiB) 7655764

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.89 6/262 18276
/proc/meminfo: memFree=15434380/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7655764 CPUtime=1184.55 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 76744 0 1 0 118444 11 0 0 25 0 19 0 462902825 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1913941 71874 2255 9 0 1904679 0
[pid=18213/tid=18215] ppid=18211 vsize=7655764 CPUtime=1164.4 cores=5,7
/proc/18213/task/18215/stat : 18215 (java) R 18211 18213 16143 0 -1 4202560 23764 0 1 0 116436 4 0 0 25 0 19 0 462902826 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 46912505621468 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18213/tid=18216] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18216/stat : 18216 (java) S 18211 18213 16143 0 -1 4202560 5164 0 0 0 43 0 0 0 15 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18217] ppid=18211 vsize=7655764 CPUtime=0.41 cores=5,7
/proc/18213/task/18217/stat : 18217 (java) S 18211 18213 16143 0 -1 4202560 4563 0 0 0 41 0 0 0 16 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18218] ppid=18211 vsize=7655764 CPUtime=0.36 cores=5,7
/proc/18213/task/18218/stat : 18218 (java) S 18211 18213 16143 0 -1 4202560 1372 0 0 0 36 0 0 0 15 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18219] ppid=18211 vsize=7655764 CPUtime=0.4 cores=5,7
/proc/18213/task/18219/stat : 18219 (java) S 18211 18213 16143 0 -1 4202560 2389 0 0 0 40 0 0 0 15 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18220] ppid=18211 vsize=7655764 CPUtime=0.35 cores=5,7
/proc/18213/task/18220/stat : 18220 (java) S 18211 18213 16143 0 -1 4202560 629 0 0 0 35 0 0 0 15 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0.35 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1587 0 0 0 35 0 0 0 15 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0.49 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 263 0 0 0 49 0 0 0 16 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0.36 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 2427 0 0 0 36 0 0 0 15 0 19 0 462902827 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=16.15 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 22107 0 0 0 1612 3 0 0 15 0 19 0 462902828 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 15 0 19 0 462902831 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.34 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2020 0 0 0 34 0 0 0 15 0 19 0 462902831 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) S 18211 18213 16143 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 71874 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1184.55
Current children cumulated vsize (KiB) 7655764

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.90 6/262 18277
/proc/meminfo: memFree=15403100/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7655764 CPUtime=1244.61 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 83107 0 1 0 124449 12 0 0 25 0 19 0 462902825 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1913941 78218 2255 9 0 1904679 0
[pid=18213/tid=18215] ppid=18211 vsize=7655764 CPUtime=1224.05 cores=5,7
/proc/18213/task/18215/stat : 18215 (java) R 18211 18213 16143 0 -1 4202560 26054 0 1 0 122401 4 0 0 25 0 19 0 462902826 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 46912505607359 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18213/tid=18216] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18216/stat : 18216 (java) S 18211 18213 16143 0 -1 4202560 5164 0 0 0 43 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18217] ppid=18211 vsize=7655764 CPUtime=0.41 cores=5,7
/proc/18213/task/18217/stat : 18217 (java) S 18211 18213 16143 0 -1 4202560 4563 0 0 0 41 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18218] ppid=18211 vsize=7655764 CPUtime=0.36 cores=5,7
/proc/18213/task/18218/stat : 18218 (java) S 18211 18213 16143 0 -1 4202560 1375 0 0 0 36 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18219] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18219/stat : 18219 (java) S 18211 18213 16143 0 -1 4202560 3876 0 0 0 43 0 0 0 16 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18220] ppid=18211 vsize=7655764 CPUtime=0.41 cores=5,7
/proc/18213/task/18220/stat : 18220 (java) S 18211 18213 16143 0 -1 4202560 2201 0 0 0 41 0 0 0 16 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0.35 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1589 0 0 0 35 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0.49 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 263 0 0 0 49 0 0 0 16 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0.38 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 2427 0 0 0 38 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=16.43 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 23112 0 0 0 1640 3 0 0 15 0 19 0 462902828 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 15 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.34 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2020 0 0 0 34 0 0 0 15 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) S 18211 18213 16143 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1244.61
Current children cumulated vsize (KiB) 7655764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.91 2/199 18305
/proc/meminfo: memFree=16028168/32951124 swapFree=67111528/67111528
[pid=18213] ppid=18211 vsize=7655764 CPUtime=1302.37 cores=5,7
/proc/18213/stat : 18213 (java) S 18211 18213 16143 0 -1 4202496 83116 0 1 0 130225 12 0 0 25 0 19 0 462902825 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18213/statm: 1913941 78218 2255 9 0 1904679 0
[pid=18213/tid=18215] ppid=18211 vsize=7655764 CPUtime=1281.23 cores=5,7
/proc/18213/task/18215/stat : 18215 (java) R 18211 18213 16143 0 -1 4202560 26057 0 1 0 128119 4 0 0 25 0 19 0 462902826 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 46912505587559 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18213/tid=18216] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18216/stat : 18216 (java) S 18211 18213 16143 0 -1 4202560 5164 0 0 0 43 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18217] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18217/stat : 18217 (java) S 18211 18213 16143 0 -1 4202560 4563 0 0 0 43 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18218] ppid=18211 vsize=7655764 CPUtime=0.36 cores=5,7
/proc/18213/task/18218/stat : 18218 (java) S 18211 18213 16143 0 -1 4202560 1375 0 0 0 36 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18219] ppid=18211 vsize=7655764 CPUtime=0.45 cores=5,7
/proc/18213/task/18219/stat : 18219 (java) S 18211 18213 16143 0 -1 4202560 3876 0 0 0 45 0 0 0 16 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18220] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18220/stat : 18220 (java) S 18211 18213 16143 0 -1 4202560 2201 0 0 0 43 0 0 0 16 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18221] ppid=18211 vsize=7655764 CPUtime=0.36 cores=5,7
/proc/18213/task/18221/stat : 18221 (java) S 18211 18213 16143 0 -1 4202560 1589 0 0 0 36 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18222] ppid=18211 vsize=7655764 CPUtime=0.5 cores=5,7
/proc/18213/task/18222/stat : 18222 (java) S 18211 18213 16143 0 -1 4202560 263 0 0 0 50 0 0 0 15 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18223] ppid=18211 vsize=7655764 CPUtime=0.4 cores=5,7
/proc/18213/task/18223/stat : 18223 (java) S 18211 18213 16143 0 -1 4202560 2427 0 0 0 40 0 0 0 16 0 19 0 462902827 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18224] ppid=18211 vsize=7655764 CPUtime=16.91 cores=5,7
/proc/18213/task/18224/stat : 18224 (java) S 18211 18213 16143 0 -1 4202560 23114 0 0 0 1688 3 0 0 15 0 19 0 462902828 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 0 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18225] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18225/stat : 18225 (java) S 18211 18213 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18226] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18226/stat : 18226 (java) S 18211 18213 16143 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462902829 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18227] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18227/stat : 18227 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652683185 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18228] ppid=18211 vsize=7655764 CPUtime=0.43 cores=5,7
/proc/18213/task/18228/stat : 18228 (java) S 18211 18213 16143 0 -1 4202560 9240 0 0 0 42 1 0 0 15 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18229] ppid=18211 vsize=7655764 CPUtime=0.34 cores=5,7
/proc/18213/task/18229/stat : 18229 (java) S 18211 18213 16143 0 -1 4202560 2020 0 0 0 34 0 0 0 15 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 5 0 0 0
[pid=18213/tid=18230] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18230/stat : 18230 (java) S 18211 18213 16143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652675481 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
[pid=18213/tid=18231] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18231/stat : 18231 (java) R 18211 18213 16143 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462902831 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18213/tid=18232] ppid=18211 vsize=7655764 CPUtime=0 cores=5,7
/proc/18213/task/18232/stat : 18232 (java) S 18211 18213 16143 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462902866 7839502336 78218 33554432000 1073741824 1073778376 140733430030000 18446744073709551615 253652676096 0 4 0 16800975 18446604471145003136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1302.37
Current children cumulated vsize (KiB) 7655764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.06
CPU time (s): 1302.47
CPU user time (s): 1302.33
CPU system time (s): 0.145977
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 7655764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.33
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83151
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= 31059
involuntary context switches= 6734

runsolver used 2.24366 second user time and 4.85426 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 00:57:04
IDJOB=3249674
IDBENCH=83180
IDSOLVER=1611
FILE ID=node106/3249674-1303513024
RUNJOBID= node106-1303513022-17936
PBS_JOBID= 13134227
Free space on /tmp= 71340 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x38.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-3249674-1303513024/watcher-3249674-1303513024 -o /tmp/evaluation-result-3249674-1303513024/solver-3249674-1303513024 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3249674-1303513024.cnf

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

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=1056415095

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16059268 kB
Buffers:       1571380 kB
Cached:       14426000 kB
SwapCached:          0 kB
Active:        9620652 kB
Inactive:      6714632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16059268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13556 kB
Writeback:          36 kB
AnonPages:      337752 kB
Mapped:          23696 kB
Slab:           490804 kB
PageTables:       6156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22080248 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= 71348 MiB
End job on node106 at 2011-04-23 01:18:46