Trace number 3249542

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.16 1300.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
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 variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3249542-1303513022.cnf
0.03/0.09	c reading problem ... 
0.40/0.34	c ... done. Wall clock time 0.246s.
0.40/0.34	c #vars     1836
0.40/0.34	c #constraints  194157
0.40/0.34	c constraints type 
0.40/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191403
0.40/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2754
1.28/0.98	c cleaning 2496 clauses out of 5001 with flag 5001/5001
2.10/1.59	c cleaning 4237 clauses out of 8504 with flag 11000/11000
2.70/2.19	c cleaning 5628 clauses out of 11267 with flag 18000/18000
3.39/2.84	c cleaning 6812 clauses out of 13642 with flag 26003/26003
4.09/3.59	c cleaning 7893 clauses out of 15827 with flag 35000/35000
4.89/4.37	c cleaning 8967 clauses out of 17935 with flag 45001/45001
5.70/5.17	c cleaning 9976 clauses out of 19968 with flag 56001/56001
6.59/6.09	c cleaning 10987 clauses out of 21993 with flag 68002/68002
7.58/7.02	c cleaning 11990 clauses out of 24006 with flag 81002/81002
8.58/8.00	c cleaning 12997 clauses out of 26014 with flag 95000/95000
9.58/9.09	c cleaning 13996 clauses out of 28017 with flag 110000/110000
10.67/10.19	c cleaning 14998 clauses out of 30022 with flag 126001/126001
11.87/11.36	c cleaning 16006 clauses out of 32024 with flag 143001/143001
13.17/12.63	c cleaning 16993 clauses out of 34018 with flag 161001/161001
14.48/13.91	c cleaning 17994 clauses out of 36024 with flag 180000/180000
15.78/15.29	c cleaning 18993 clauses out of 38030 with flag 200000/200000
17.28/16.78	c cleaning 20014 clauses out of 40039 with flag 221002/221002
18.88/18.31	c cleaning 21010 clauses out of 42024 with flag 243001/243001
20.40/19.89	c cleaning 21992 clauses out of 44014 with flag 266001/266001
21.89/21.38	c cleaning 22998 clauses out of 46021 with flag 290000/290000
23.60/23.09	c cleaning 23988 clauses out of 48023 with flag 315000/315000
25.50/24.90	c cleaning 25004 clauses out of 50035 with flag 341000/341000
27.30/26.79	c cleaning 25989 clauses out of 52032 with flag 368001/368001
29.11/28.53	c cleaning 27014 clauses out of 54042 with flag 396000/396000
31.21/30.60	c cleaning 28003 clauses out of 56029 with flag 425001/425001
33.31/32.71	c cleaning 29001 clauses out of 58025 with flag 455000/455000
35.11/34.59	c cleaning 29985 clauses out of 60024 with flag 486000/486000
37.42/36.85	c cleaning 30999 clauses out of 62040 with flag 518001/518001
39.72/39.17	c cleaning 32014 clauses out of 64044 with flag 551004/551004
41.92/41.33	c cleaning 32992 clauses out of 66026 with flag 585000/585000
44.63/44.02	c cleaning 33998 clauses out of 68034 with flag 620000/620000
47.03/46.44	c cleaning 35002 clauses out of 70036 with flag 656000/656000
49.73/49.13	c cleaning 36017 clauses out of 72035 with flag 693001/693001
52.24/51.65	c cleaning 36975 clauses out of 74019 with flag 731002/731002
55.34/54.74	c cleaning 37998 clauses out of 76043 with flag 770001/770001
57.95/57.31	c cleaning 38979 clauses out of 78044 with flag 810000/810000
61.06/60.42	c cleaning 40018 clauses out of 80066 with flag 851001/851001
63.75/63.11	c cleaning 41013 clauses out of 82048 with flag 893001/893001
67.06/66.43	c cleaning 41992 clauses out of 84034 with flag 936000/936000
70.26/69.63	c cleaning 43005 clauses out of 86042 with flag 980000/980000
73.66/73.00	c cleaning 44008 clauses out of 88037 with flag 1025000/1025000
76.57/75.99	c cleaning 44972 clauses out of 90029 with flag 1071000/1071000
80.47/79.86	c cleaning 46017 clauses out of 92057 with flag 1118000/1118000
83.58/82.90	c cleaning 46997 clauses out of 94040 with flag 1166000/1166000
87.18/86.53	c cleaning 48009 clauses out of 96044 with flag 1215001/1215001
91.09/90.48	c cleaning 48987 clauses out of 98034 with flag 1265000/1265000
94.39/93.72	c cleaning 49965 clauses out of 100048 with flag 1316001/1316001
98.71/98.04	c cleaning 51001 clauses out of 102083 with flag 1368001/1368001
102.32/101.65	c cleaning 52020 clauses out of 104081 with flag 1421000/1421000
106.02/105.35	c cleaning 53007 clauses out of 106061 with flag 1475000/1475000
110.53/109.90	c cleaning 54001 clauses out of 108056 with flag 1530002/1530002
114.64/113.99	c cleaning 55011 clauses out of 110055 with flag 1586002/1586002
119.34/118.62	c cleaning 55994 clauses out of 112042 with flag 1643000/1643000
123.55/122.83	c cleaning 56989 clauses out of 114049 with flag 1701001/1701001
127.95/127.28	c cleaning 57969 clauses out of 116060 with flag 1760001/1760001
132.56/131.80	c cleaning 59011 clauses out of 118093 with flag 1820003/1820003
137.37/136.66	c cleaning 60013 clauses out of 120079 with flag 1881000/1881000
142.17/141.40	c cleaning 61035 clauses out of 122069 with flag 1943003/1943003
146.58/145.82	c cleaning 62008 clauses out of 124032 with flag 2006001/2006001
151.28/150.56	c cleaning 62976 clauses out of 126026 with flag 2070003/2070003
156.09/155.31	c cleaning 63993 clauses out of 128047 with flag 2135000/2135000
162.19/161.40	c cleaning 64979 clauses out of 130056 with flag 2201002/2201002
167.70/166.94	c cleaning 66025 clauses out of 132075 with flag 2268000/2268000
172.71/171.94	c cleaning 66973 clauses out of 134050 with flag 2336000/2336000
178.51/177.79	c cleaning 68008 clauses out of 136077 with flag 2405000/2405000
185.32/184.57	c cleaning 69029 clauses out of 138070 with flag 2475001/2475001
190.33/189.57	c cleaning 70005 clauses out of 140040 with flag 2546000/2546000
196.95/196.17	c cleaning 70973 clauses out of 142036 with flag 2618001/2618001
204.36/203.52	c cleaning 72012 clauses out of 144063 with flag 2691001/2691001
209.88/209.09	c cleaning 72994 clauses out of 146050 with flag 2765000/2765000
215.28/214.42	c cleaning 74020 clauses out of 148058 with flag 2840002/2840002
222.30/221.47	c cleaning 74983 clauses out of 150037 with flag 2916001/2916001
230.82/229.92	c cleaning 76014 clauses out of 152056 with flag 2993003/2993003
236.42/235.50	c cleaning 76974 clauses out of 154039 with flag 3071000/3071000
243.23/242.38	c cleaning 78012 clauses out of 156065 with flag 3150000/3150000
250.84/249.95	c cleaning 78999 clauses out of 158053 with flag 3230000/3230000
258.25/257.31	c cleaning 80001 clauses out of 160054 with flag 3311000/3311000
264.36/263.50	c cleaning 80974 clauses out of 162053 with flag 3393000/3393000
272.16/271.27	c cleaning 82018 clauses out of 164079 with flag 3476000/3476000
280.17/279.22	c cleaning 83030 clauses out of 166063 with flag 3560002/3560002
290.19/289.29	c cleaning 83976 clauses out of 168032 with flag 3645001/3645001
297.59/296.67	c cleaning 85011 clauses out of 170055 with flag 3731000/3731000
306.00/305.01	c cleaning 85990 clauses out of 172046 with flag 3818002/3818002
315.92/314.94	c cleaning 86964 clauses out of 174055 with flag 3906001/3906001
327.83/326.81	c cleaning 88033 clauses out of 176090 with flag 3995000/3995000
334.35/333.35	c cleaning 88981 clauses out of 178058 with flag 4085001/4085001
342.45/341.49	c cleaning 90009 clauses out of 180078 with flag 4176002/4176002
351.16/350.14	c cleaning 90984 clauses out of 182067 with flag 4268000/4268000
361.27/360.23	c cleaning 91970 clauses out of 184084 with flag 4361001/4361001
369.29/368.30	c cleaning 93033 clauses out of 186115 with flag 4455002/4455002
377.70/376.67	c cleaning 94013 clauses out of 188082 with flag 4550002/4550002
386.90/385.88	c cleaning 95003 clauses out of 190070 with flag 4646003/4646003
399.22/398.19	c cleaning 95982 clauses out of 192064 with flag 4743000/4743000
411.73/410.60	c cleaning 97022 clauses out of 194082 with flag 4841000/4841000
419.45/418.39	c cleaning 97997 clauses out of 196061 with flag 4940001/4940001
428.06/426.96	c cleaning 99015 clauses out of 198064 with flag 5040001/5040001
439.28/438.16	c cleaning 99978 clauses out of 200048 with flag 5141000/5141000
453.49/452.30	c cleaning 100996 clauses out of 202070 with flag 5243000/5243000
464.71/463.58	c cleaning 102003 clauses out of 204074 with flag 5346000/5346000
472.82/471.60	c cleaning 103012 clauses out of 206072 with flag 5450001/5450001
482.83/481.65	c cleaning 103988 clauses out of 208060 with flag 5555001/5555001
493.04/491.85	c cleaning 104966 clauses out of 210074 with flag 5661003/5661003
505.85/504.60	c cleaning 106029 clauses out of 212105 with flag 5768000/5768000
522.97/521.75	c cleaning 107013 clauses out of 214077 with flag 5876001/5876001
531.79/530.50	c cleaning 107949 clauses out of 216063 with flag 5985000/5985000
542.40/541.11	c cleaning 109022 clauses out of 218114 with flag 6095000/6095000
553.41/552.19	c cleaning 110020 clauses out of 220093 with flag 6206001/6206001
566.92/565.63	c cleaning 111001 clauses out of 222072 with flag 6318000/6318000
584.95/583.66	c cleaning 112024 clauses out of 224071 with flag 6431000/6431000
594.76/593.48	c cleaning 112993 clauses out of 226047 with flag 6545000/6545000
605.47/604.10	c cleaning 114016 clauses out of 228054 with flag 6660000/6660000
618.98/617.61	c cleaning 115015 clauses out of 230042 with flag 6776004/6776004
633.50/632.11	c cleaning 115963 clauses out of 232024 with flag 6893001/6893001
653.41/652.04	c cleaning 116997 clauses out of 234062 with flag 7011002/7011002
669.83/668.42	c cleaning 118015 clauses out of 236064 with flag 7130001/7130001
679.75/678.31	c cleaning 118990 clauses out of 238049 with flag 7250001/7250001
691.06/689.60	c cleaning 119973 clauses out of 240058 with flag 7371000/7371000
704.47/703.08	c cleaning 121005 clauses out of 242085 with flag 7493000/7493000
719.88/718.42	c cleaning 121972 clauses out of 244081 with flag 7616001/7616001
743.60/742.17	c cleaning 123030 clauses out of 246108 with flag 7740000/7740000
759.72/758.24	c cleaning 124022 clauses out of 248079 with flag 7865001/7865001
770.74/769.21	c cleaning 124991 clauses out of 250057 with flag 7991001/7991001
783.55/782.03	c cleaning 125985 clauses out of 252065 with flag 8118000/8118000
799.56/798.04	c cleaning 126957 clauses out of 254081 with flag 8246001/8246001
816.38/814.82	c cleaning 128029 clauses out of 256123 with flag 8375000/8375000
836.50/834.98	c cleaning 128997 clauses out of 258094 with flag 8505000/8505000
853.12/851.57	c cleaning 130030 clauses out of 260097 with flag 8636000/8636000
863.84/862.26	c cleaning 131013 clauses out of 262067 with flag 8768000/8768000
879.15/877.55	c cleaning 132010 clauses out of 264054 with flag 8901000/8901000
895.77/894.13	c cleaning 133010 clauses out of 266045 with flag 9035001/9035001
912.98/911.38	c cleaning 133992 clauses out of 268036 with flag 9170002/9170002
938.20/936.57	c cleaning 134958 clauses out of 270044 with flag 9306002/9306002
957.13/955.48	c cleaning 136008 clauses out of 272084 with flag 9443000/9443000
970.85/969.14	c cleaning 137012 clauses out of 274076 with flag 9581000/9581000
984.06/982.33	c cleaning 137981 clauses out of 276064 with flag 9720000/9720000
1001.67/999.92	c cleaning 139002 clauses out of 278084 with flag 9860001/9860001
1020.48/1018.73	c cleaning 139974 clauses out of 280081 with flag 10001000/10001000
1041.61/1039.86	c cleaning 141019 clauses out of 282112 with flag 10143005/10143005
1068.84/1067.03	c cleaning 142001 clauses out of 284089 with flag 10286001/10286001
1100.25/1098.43	c cleaning 143026 clauses out of 286088 with flag 10430001/10430001
1112.78/1110.97	c cleaning 144007 clauses out of 288062 with flag 10575001/10575001
1128.59/1126.71	c cleaning 145007 clauses out of 290055 with flag 10721001/10721001
1148.20/1146.35	c cleaning 145979 clauses out of 292049 with flag 10868002/10868002
1169.32/1167.40	c cleaning 146994 clauses out of 294070 with flag 11016002/11016002
1187.34/1185.44	c cleaning 148023 clauses out of 296074 with flag 11165000/11165000
1206.76/1204.88	c cleaning 148980 clauses out of 298052 with flag 11315001/11315001
1231.78/1229.89	c cleaning 150000 clauses out of 300075 with flag 11466004/11466004
1246.30/1244.36	c cleaning 151008 clauses out of 302072 with flag 11618001/11618001
1263.51/1261.54	c cleaning 151998 clauses out of 304064 with flag 11771001/11771001
1280.63/1278.67	c cleaning 153012 clauses out of 306066 with flag 11925001/11925001
1301.55/1299.57	c cleaning 153974 clauses out of 308053 with flag 12080000/12080000
1302.08/1300.01	c starts		: 2769
1302.08/1300.01	c conflicts		: 12084913
1302.08/1300.01	c decisions		: 18941408
1302.08/1300.01	c propagations		: 479806688
1302.08/1300.01	c inspects		: 12679054649
1302.08/1300.01	c shortcuts		: 0
1302.08/1300.01	c learnt literals	: 0
1302.08/1300.01	c learnt binary clauses	: 0
1302.08/1300.01	c learnt ternary clauses	: 0
1302.08/1300.01	c learnt constraints	: 12084912
1302.08/1300.01	c ignored constraints	: 0
1302.08/1300.01	c root simplifications	: 2769
1302.08/1300.01	c removed literals (reason simplification)	: 56616254
1302.08/1300.01	c reason swapping (by a shorter reason)	: 0
1302.08/1300.01	c Calls to reduceDB	: 151
1302.08/1300.01	c speed (assignments/second)	: 369175.4974912882
1302.08/1300.01	c non guided choices	153437
1302.08/1300.04	c learnt constraints type 
1302.08/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159076
1302.08/1300.04	c constraints type 
1302.08/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191403
1302.08/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2754
1302.08/1300.04	s UNKNOWN
1302.08/1300.04	c Total wall clock time (in seconds) : 1299.917

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-3249542-1303513022/watcher-3249542-1303513022 -o /tmp/evaluation-result-3249542-1303513022/solver-3249542-1303513022 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3249542-1303513022.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.39 3.84 3.61 1/174 17945
/proc/meminfo: memFree=16346820/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=23028 CPUtime=0 cores=1,3
/proc/17945/stat : 17945 (java) R 17943 17945 16143 0 -1 4202496 951 0 0 0 0 0 0 0 22 0 1 0 462902604 23580672 694 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253635896808 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17945/statm: 5757 694 511 9 0 124 0

[startup+0.041921 s]
/proc/loadavg: 3.39 3.84 3.61 1/174 17945
/proc/meminfo: memFree=16346820/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7629888 CPUtime=0.03 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 8758 0 1 0 2 1 0 0 22 0 13 0 462902604 7813005312 8454 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1907472 8454 1674 9 0 1898220 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7629888

[startup+0.104998 s]
/proc/loadavg: 3.39 3.84 3.61 1/174 17945
/proc/meminfo: memFree=16346820/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7635912 CPUtime=0.1 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 10586 0 1 0 9 1 0 0 22 0 18 0 462902604 7819173888 10281 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1908978 10282 2093 9 0 1899716 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7635912

[startup+0.300912 s]
/proc/loadavg: 3.39 3.84 3.61 1/174 17945
/proc/meminfo: memFree=16346820/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7637000 CPUtime=0.4 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 14277 0 1 0 38 2 0 0 22 0 18 0 462902604 7820288000 13811 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1909250 13811 2197 9 0 1899988 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637000

[startup+0.700808 s]
/proc/loadavg: 3.39 3.84 3.61 1/174 17945
/proc/meminfo: memFree=16346820/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7641992 CPUtime=1.05 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 17891 0 1 0 102 3 0 0 22 0 19 0 462902604 7825399808 16803 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1910498 16803 2223 9 0 1901236 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 7641992

[startup+1.50066 s]
/proc/loadavg: 3.39 3.84 3.61 5/210 18124
/proc/meminfo: memFree=16247836/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7662032 CPUtime=2.1 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 33917 0 1 0 206 4 0 0 22 0 19 0 462902604 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1915508 30650 2253 9 0 1906246 0
[pid=17945/tid=17947] ppid=17943 vsize=7662032 CPUtime=1.36 cores=1,3
/proc/17945/task/17947/stat : 17947 (java) R 17943 17945 16143 0 -1 4202560 14114 0 1 0 134 2 0 0 25 0 19 0 462902605 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 46912505603198 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17945/tid=17948] ppid=17943 vsize=7662032 CPUtime=0.02 cores=1,3
/proc/17945/task/17948/stat : 17948 (java) S 17943 17945 16143 0 -1 4202560 2347 0 0 0 2 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17949] ppid=17943 vsize=7662032 CPUtime=0.01 cores=1,3
/proc/17945/task/17949/stat : 17949 (java) S 17943 17945 16143 0 -1 4202560 1541 0 0 0 1 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17950] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17950/stat : 17950 (java) S 17943 17945 16143 0 -1 4202560 493 0 0 0 0 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17951] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17951/stat : 17951 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17952] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17952/stat : 17952 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462902606 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=0.06 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 4364 0 0 0 6 0 0 0 16 0 19 0 462902607 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.16 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1326 0 0 0 16 0 0 0 16 0 19 0 462902610 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 16 0 19 0 462902610 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 30650 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 7662032

[startup+3.10137 s]
/proc/loadavg: 3.39 3.84 3.61 8/241 18208
/proc/meminfo: memFree=16058392/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7662032 CPUtime=3.7 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 34611 0 1 0 366 4 0 0 22 0 19 0 462902604 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1915508 31341 2255 9 0 1906246 0
[pid=17945/tid=17947] ppid=17943 vsize=7662032 CPUtime=2.75 cores=1,3
/proc/17945/task/17947/stat : 17947 (java) R 17943 17945 16143 0 -1 4202560 14117 0 1 0 273 2 0 0 25 0 19 0 462902605 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 46912505688018 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17945/tid=17948] ppid=17943 vsize=7662032 CPUtime=0.02 cores=1,3
/proc/17945/task/17948/stat : 17948 (java) S 17943 17945 16143 0 -1 4202560 2347 0 0 0 2 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17949] ppid=17943 vsize=7662032 CPUtime=0.01 cores=1,3
/proc/17945/task/17949/stat : 17949 (java) S 17943 17945 16143 0 -1 4202560 1554 0 0 0 1 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17950] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17950/stat : 17950 (java) S 17943 17945 16143 0 -1 4202560 494 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17951] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17951/stat : 17951 (java) S 17943 17945 16143 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17952] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17952/stat : 17952 (java) S 17943 17945 16143 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=0.22 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 4550 0 0 0 22 0 0 0 16 0 19 0 462902607 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.2 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1333 0 0 0 20 0 0 0 15 0 19 0 462902610 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 15 0 19 0 462902610 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 31341 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7662032

[startup+6.30079 s]
/proc/loadavg: 3.76 3.91 3.63 7/262 18233
/proc/meminfo: memFree=15912104/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7662032 CPUtime=6.89 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 35163 0 1 0 684 5 0 0 22 0 19 0 462902604 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1915508 31880 2255 9 0 1906246 0
[pid=17945/tid=17947] ppid=17943 vsize=7662032 CPUtime=5.67 cores=1,3
/proc/17945/task/17947/stat : 17947 (java) R 17943 17945 16143 0 -1 4202560 14122 0 1 0 565 2 0 0 25 0 19 0 462902605 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 46912505682681 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17945/tid=17948] ppid=17943 vsize=7662032 CPUtime=0.02 cores=1,3
/proc/17945/task/17948/stat : 17948 (java) S 17943 17945 16143 0 -1 4202560 2348 0 0 0 2 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17949] ppid=17943 vsize=7662032 CPUtime=0.01 cores=1,3
/proc/17945/task/17949/stat : 17949 (java) S 17943 17945 16143 0 -1 4202560 1556 0 0 0 1 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17950] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17950/stat : 17950 (java) S 17943 17945 16143 0 -1 4202560 494 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17951] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17951/stat : 17951 (java) S 17943 17945 16143 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17952] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17952/stat : 17952 (java) S 17943 17945 16143 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 462902606 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=0.47 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 5090 0 0 0 47 0 0 0 16 0 19 0 462902607 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.21 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1333 0 0 0 21 0 0 0 15 0 19 0 462902610 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 15 0 19 0 462902610 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 31880 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 7662032

[startup+12.7007 s]

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

[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0.35 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 2795 0 0 0 35 0 0 0 15 0 19 0 462902606 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0.34 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 3905 0 0 0 34 0 0 0 15 0 19 0 462902606 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0.37 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 1353 0 0 0 37 0 0 0 16 0 19 0 462902606 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=13.05 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 18263 0 0 0 1303 2 0 0 15 0 19 0 462902607 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.24 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1339 0 0 0 24 0 0 0 15 0 19 0 462902610 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 15 0 19 0 462902610 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 69812 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1124.19
Current children cumulated vsize (KiB) 7662032

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/262 18276
/proc/meminfo: memFree=15434380/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7662032 CPUtime=1184.24 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 73721 0 1 0 118412 12 0 0 22 0 19 0 462902604 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1915508 70145 2256 9 0 1906246 0
[pid=17945/tid=17947] ppid=17943 vsize=7662032 CPUtime=1167.22 cores=1,3
/proc/17945/task/17947/stat : 17947 (java) R 17943 17945 16143 0 -1 4202560 24810 0 1 0 116717 5 0 0 25 0 19 0 462902605 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 46912505616219 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17945/tid=17948] ppid=17943 vsize=7662032 CPUtime=0.24 cores=1,3
/proc/17945/task/17948/stat : 17948 (java) S 17943 17945 16143 0 -1 4202560 2449 0 0 0 24 0 0 0 15 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17949] ppid=17943 vsize=7662032 CPUtime=0.29 cores=1,3
/proc/17945/task/17949/stat : 17949 (java) S 17943 17945 16143 0 -1 4202560 3211 0 0 0 29 0 0 0 15 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17950] ppid=17943 vsize=7662032 CPUtime=0.39 cores=1,3
/proc/17945/task/17950/stat : 17950 (java) S 17943 17945 16143 0 -1 4202560 1701 0 0 0 39 0 0 0 15 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17951] ppid=17943 vsize=7662032 CPUtime=0.4 cores=1,3
/proc/17945/task/17951/stat : 17951 (java) S 17943 17945 16143 0 -1 4202560 3614 0 0 0 40 0 0 0 15 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17952] ppid=17943 vsize=7662032 CPUtime=0.34 cores=1,3
/proc/17945/task/17952/stat : 17952 (java) S 17943 17945 16143 0 -1 4202560 150 0 0 0 34 0 0 0 16 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0.39 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 2795 0 0 0 39 0 0 0 16 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0.35 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 3905 0 0 0 35 0 0 0 15 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0.37 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 1353 0 0 0 37 0 0 0 15 0 19 0 462902606 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=13.46 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 18599 0 0 0 1344 2 0 0 15 0 19 0 462902607 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.24 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1339 0 0 0 24 0 0 0 15 0 19 0 462902610 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 15 0 19 0 462902610 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 70145 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1184.24
Current children cumulated vsize (KiB) 7662032

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.90 5/262 18277
/proc/meminfo: memFree=15403348/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7662032 CPUtime=1244.3 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 74324 0 1 0 124417 13 0 0 22 0 19 0 462902604 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1915508 70737 2256 9 0 1906246 0
[pid=17945/tid=17947] ppid=17943 vsize=7662032 CPUtime=1226.8 cores=1,3
/proc/17945/task/17947/stat : 17947 (java) R 17943 17945 16143 0 -1 4202560 24813 0 1 0 122675 5 0 0 25 0 19 0 462902605 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 46912505644678 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17945/tid=17948] ppid=17943 vsize=7662032 CPUtime=0.24 cores=1,3
/proc/17945/task/17948/stat : 17948 (java) S 17943 17945 16143 0 -1 4202560 2449 0 0 0 24 0 0 0 16 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17949] ppid=17943 vsize=7662032 CPUtime=0.31 cores=1,3
/proc/17945/task/17949/stat : 17949 (java) S 17943 17945 16143 0 -1 4202560 3211 0 0 0 31 0 0 0 15 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17950] ppid=17943 vsize=7662032 CPUtime=0.4 cores=1,3
/proc/17945/task/17950/stat : 17950 (java) S 17943 17945 16143 0 -1 4202560 1701 0 0 0 40 0 0 0 15 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17951] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17951/stat : 17951 (java) S 17943 17945 16143 0 -1 4202560 3614 0 0 0 44 0 0 0 16 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17952] ppid=17943 vsize=7662032 CPUtime=0.34 cores=1,3
/proc/17945/task/17952/stat : 17952 (java) S 17943 17945 16143 0 -1 4202560 150 0 0 0 34 0 0 0 15 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0.41 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 2798 0 0 0 41 0 0 0 16 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0.37 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 3905 0 0 0 37 0 0 0 16 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0.39 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 1356 0 0 0 39 0 0 0 16 0 19 0 462902606 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=13.82 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 19189 0 0 0 1380 2 0 0 15 0 19 0 462902607 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.24 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1339 0 0 0 24 0 0 0 15 0 19 0 462902610 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 15 0 19 0 462902610 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 70737 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1244.3
Current children cumulated vsize (KiB) 7662032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.91 5/262 18279
/proc/meminfo: memFree=15397356/32951124 swapFree=67111528/67111528
[pid=17945] ppid=17943 vsize=7662032 CPUtime=1302.08 cores=1,3
/proc/17945/stat : 17945 (java) S 17943 17945 16143 0 -1 4202496 74866 0 1 0 130195 13 0 0 22 0 19 0 462902604 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17945/statm: 1915508 71267 2256 9 0 1906246 0
[pid=17945/tid=17947] ppid=17943 vsize=7662032 CPUtime=1283.91 cores=1,3
/proc/17945/task/17947/stat : 17947 (java) R 17943 17945 16143 0 -1 4202560 24817 0 1 0 128386 5 0 0 25 0 19 0 462902605 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 46912505616010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17945/tid=17948] ppid=17943 vsize=7662032 CPUtime=0.26 cores=1,3
/proc/17945/task/17948/stat : 17948 (java) S 17943 17945 16143 0 -1 4202560 2449 0 0 0 26 0 0 0 15 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17949] ppid=17943 vsize=7662032 CPUtime=0.32 cores=1,3
/proc/17945/task/17949/stat : 17949 (java) S 17943 17945 16143 0 -1 4202560 3211 0 0 0 32 0 0 0 15 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17950] ppid=17943 vsize=7662032 CPUtime=0.42 cores=1,3
/proc/17945/task/17950/stat : 17950 (java) S 17943 17945 16143 0 -1 4202560 1701 0 0 0 42 0 0 0 15 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17951] ppid=17943 vsize=7662032 CPUtime=0.46 cores=1,3
/proc/17945/task/17951/stat : 17951 (java) S 17943 17945 16143 0 -1 4202560 3614 0 0 0 46 0 0 0 16 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17952] ppid=17943 vsize=7662032 CPUtime=0.38 cores=1,3
/proc/17945/task/17952/stat : 17952 (java) S 17943 17945 16143 0 -1 4202560 150 0 0 0 38 0 0 0 16 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17953] ppid=17943 vsize=7662032 CPUtime=0.41 cores=1,3
/proc/17945/task/17953/stat : 17953 (java) S 17943 17945 16143 0 -1 4202560 2798 0 0 0 41 0 0 0 15 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17954] ppid=17943 vsize=7662032 CPUtime=0.37 cores=1,3
/proc/17945/task/17954/stat : 17954 (java) S 17943 17945 16143 0 -1 4202560 3905 0 0 0 37 0 0 0 15 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17955] ppid=17943 vsize=7662032 CPUtime=0.41 cores=1,3
/proc/17945/task/17955/stat : 17955 (java) S 17943 17945 16143 0 -1 4202560 1356 0 0 0 41 0 0 0 15 0 19 0 462902606 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17956] ppid=17943 vsize=7662032 CPUtime=14.35 cores=1,3
/proc/17945/task/17956/stat : 17956 (java) S 17943 17945 16143 0 -1 4202560 19723 0 0 0 1433 2 0 0 16 0 19 0 462902607 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 0 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17957] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17957/stat : 17957 (java) S 17943 17945 16143 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17958] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17958/stat : 17958 (java) S 17943 17945 16143 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462902608 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17959] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17959/stat : 17959 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462902610 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652683185 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17960] ppid=17943 vsize=7662032 CPUtime=0.24 cores=1,3
/proc/17945/task/17960/stat : 17960 (java) S 17943 17945 16143 0 -1 4202560 1339 0 0 0 24 0 0 0 15 0 19 0 462902610 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=17961] ppid=17943 vsize=7662032 CPUtime=0.44 cores=1,3
/proc/17945/task/17961/stat : 17961 (java) S 17943 17945 16143 0 -1 4202560 8576 0 0 0 43 1 0 0 15 0 19 0 462902610 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17962] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17962/stat : 17962 (java) S 17943 17945 16143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462902610 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652675481 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
[pid=17945/tid=17963] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/17963/stat : 17963 (java) S 17943 17945 16143 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462902610 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 3 0 0 0
[pid=17945/tid=18019] ppid=17943 vsize=7662032 CPUtime=0 cores=1,3
/proc/17945/task/18019/stat : 18019 (java) S 17943 17945 16143 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462902639 7845920768 71267 33554432000 1073741824 1073778376 140737278230288 18446744073709551615 253652676096 0 4 0 16800975 18446604471129977024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 7662032

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.16
CPU user time (s): 1302.01
CPU system time (s): 0.146977
CPU usage (%): 100.162
Max. virtual memory (cumulated for all children) (KiB): 7662032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.01
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74900
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= 31242
involuntary context switches= 6531

runsolver used 2.09668 second user time and 5.00924 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 00:57:02
IDJOB=3249542
IDBENCH=83173
IDSOLVER=1611
FILE ID=node106/3249542-1303513022
RUNJOBID= node106-1303513022-17935
PBS_JOBID= 13134227
Free space on /tmp= 71348 MiB

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

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=1749197230

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:      16347100 kB
Buffers:       1571304 kB
Cached:       14415156 kB
SwapCached:          0 kB
Active:        9336780 kB
Inactive:      6713052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16347100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4832 kB
Writeback:           0 kB
AnonPages:       63652 kB
Mapped:          14484 kB
Slab:           489936 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193404 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= 71340 MiB
End job on node106 at 2011-04-23 01:18:44