Trace number 3287465

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.04 1300.08

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c no version file found!!!
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		6997539544
0.02/0.08	c Max memory 		7034241024
0.02/0.08	c Total memory 		7034241024
0.02/0.08	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3287465-1303778056.cnf
0.02/0.09	c reading problem ... 
0.55/0.42	c ... done. Wall clock time 0.327s.
0.55/0.42	c #vars     89190
0.55/0.42	c #constraints  265718
0.55/0.42	c constraints type 
0.55/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88572
0.55/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177144
4.91/4.39	c cleaning 2478 clauses out of 4964 with flag 5000/5000
8.21/7.17	c cleaning 4226 clauses out of 8486 with flag 11000/11000
12.02/10.91	c cleaning 5593 clauses out of 11263 with flag 18003/18003
16.03/14.95	c cleaning 6792 clauses out of 13669 with flag 26002/26002
20.35/19.25	c cleaning 7933 clauses out of 15876 with flag 35002/35002
24.86/23.72	c cleaning 8967 clauses out of 17943 with flag 45002/45002
29.67/28.58	c cleaning 9981 clauses out of 19975 with flag 56001/56001
35.77/34.61	c cleaning 10983 clauses out of 21993 with flag 68000/68000
41.98/40.85	c cleaning 11986 clauses out of 24010 with flag 81000/81000
48.69/47.54	c cleaning 12938 clauses out of 26023 with flag 95000/95000
56.60/55.42	c cleaning 13925 clauses out of 28085 with flag 110000/110000
64.51/63.34	c cleaning 15061 clauses out of 30160 with flag 126000/126000
72.62/71.41	c cleaning 16017 clauses out of 32099 with flag 143000/143000
81.53/80.37	c cleaning 17030 clauses out of 34084 with flag 161002/161002
90.83/89.61	c cleaning 17978 clauses out of 36053 with flag 180001/180001
100.74/99.55	c cleaning 18952 clauses out of 38074 with flag 200000/200000
111.95/110.78	c cleaning 19990 clauses out of 40122 with flag 221000/221000
123.27/122.01	c cleaning 21042 clauses out of 42132 with flag 243000/243000
134.77/133.53	c cleaning 21949 clauses out of 44090 with flag 266000/266000
147.28/146.09	c cleaning 22954 clauses out of 46141 with flag 290000/290000
159.39/158.14	c cleaning 24069 clauses out of 48188 with flag 315001/315001
173.20/171.97	c cleaning 24853 clauses out of 50118 with flag 341000/341000
187.91/186.61	c cleaning 26109 clauses out of 52266 with flag 368001/368001
200.92/199.68	c cleaning 26917 clauses out of 54157 with flag 396001/396001
218.54/217.20	c cleaning 28049 clauses out of 56240 with flag 425001/425001
233.75/232.41	c cleaning 28995 clauses out of 58190 with flag 455000/455000
249.76/248.45	c cleaning 30045 clauses out of 60196 with flag 486001/486001
267.08/265.70	c cleaning 31048 clauses out of 62150 with flag 518000/518000
283.59/282.26	c cleaning 31977 clauses out of 64103 with flag 551001/551001
300.90/299.51	c cleaning 32939 clauses out of 66125 with flag 585000/585000
320.61/319.24	c cleaning 33883 clauses out of 68187 with flag 620001/620001
342.43/341.07	c cleaning 35119 clauses out of 70303 with flag 656000/656000
364.24/362.82	c cleaning 35966 clauses out of 72186 with flag 693002/693002
384.05/382.68	c cleaning 37032 clauses out of 74220 with flag 731003/731003
407.76/406.31	c cleaning 37905 clauses out of 76185 with flag 770000/770000
430.68/429.21	c cleaning 39096 clauses out of 78281 with flag 810001/810001
456.09/454.60	c cleaning 39875 clauses out of 80185 with flag 851001/851001
478.60/477.16	c cleaning 41025 clauses out of 82309 with flag 893000/893000
501.71/500.22	c cleaning 42014 clauses out of 84285 with flag 936001/936001
527.73/526.28	c cleaning 43085 clauses out of 86271 with flag 980001/980001
559.34/557.87	c cleaning 44079 clauses out of 88186 with flag 1025001/1025001
585.16/583.62	c cleaning 45011 clauses out of 90109 with flag 1071003/1071003
609.07/607.54	c cleaning 45994 clauses out of 92095 with flag 1118000/1118000
634.88/633.36	c cleaning 46956 clauses out of 94103 with flag 1166002/1166002
661.10/659.52	c cleaning 47947 clauses out of 96145 with flag 1215000/1215000
690.81/689.26	c cleaning 49061 clauses out of 98198 with flag 1265000/1265000
718.83/717.22	c cleaning 49979 clauses out of 100138 with flag 1316001/1316001
751.75/750.20	c cleaning 50937 clauses out of 102159 with flag 1368001/1368001
781.06/779.44	c cleaning 51942 clauses out of 104221 with flag 1421000/1421000
812.57/810.99	c cleaning 53044 clauses out of 106279 with flag 1475000/1475000
848.98/847.37	c cleaning 53957 clauses out of 108235 with flag 1530000/1530000
883.20/881.50	c cleaning 55069 clauses out of 110280 with flag 1586002/1586002
924.92/923.25	c cleaning 55976 clauses out of 112209 with flag 1643000/1643000
960.85/959.17	c cleaning 56914 clauses out of 114233 with flag 1701000/1701000
995.45/993.73	c cleaning 58090 clauses out of 116320 with flag 1760001/1760001
1036.97/1035.29	c cleaning 59075 clauses out of 118230 with flag 1820001/1820001
1077.69/1075.97	c cleaning 59980 clauses out of 120154 with flag 1881000/1881000
1114.51/1112.74	c cleaning 60970 clauses out of 122174 with flag 1943000/1943000
1153.02/1151.26	c cleaning 61851 clauses out of 124204 with flag 2006000/2006000
1193.84/1192.08	c cleaning 63039 clauses out of 126354 with flag 2070001/2070001
1236.66/1234.83	c cleaning 64144 clauses out of 128314 with flag 2135000/2135000
1280.38/1278.53	c cleaning 65006 clauses out of 130170 with flag 2201000/2201000
1301.90/1300.01	c starts		: 1625
1301.90/1300.01	c conflicts		: 2238206
1301.90/1300.01	c decisions		: 6466858
1301.90/1300.01	c propagations		: 2146344330
1301.90/1300.01	c inspects		: 7967598836
1301.90/1300.01	c shortcuts		: 0
1301.90/1300.01	c learnt literals	: 37
1301.90/1300.01	c learnt binary clauses	: 3649
1301.90/1300.01	c learnt ternary clauses	: 17475
1301.90/1300.01	c learnt constraints	: 2238169
1301.90/1300.01	c ignored constraints	: 0
1301.90/1300.01	c root simplifications	: 1662
1301.90/1300.01	c removed literals (reason simplification)	: 29155816
1301.90/1300.01	c reason swapping (by a shorter reason)	: 0
1301.90/1300.01	c Calls to reduceDB	: 62
1301.90/1300.01	c speed (assignments/second)	: 1651557.6328805746
1301.90/1300.01	c non guided choices	438839
1301.90/1300.05	c learnt constraints type 
1301.90/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3648
1301.90/1300.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98751
1301.90/1300.07	c constraints type 
1301.90/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88572
1301.90/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177144
1301.90/1300.07	s UNKNOWN
1301.90/1300.07	c Total wall clock time (in seconds) : 1299.916

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

running on 2 cores: 0,2

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.29 3.86 4.08 3/178 7051
/proc/meminfo: memFree=11260016/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=23028 CPUtime=0 cores=0,2
/proc/7051/stat : 7051 (java) R 7049 7051 6092 0 -1 4202496 953 0 0 0 0 0 0 0 21 0 1 0 568036320 23580672 696 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218875602833 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7051/statm: 5757 697 514 9 0 124 0

[startup+0.03163 s]
/proc/loadavg: 3.29 3.86 4.08 3/178 7051
/proc/meminfo: memFree=11260016/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7551884 CPUtime=0.02 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 8288 0 1 0 1 1 0 0 21 0 10 0 568036320 7733129216 7986 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1887971 7986 1517 9 0 1878719 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7551884

[startup+0.103879 s]
/proc/loadavg: 3.29 3.86 4.08 3/178 7051
/proc/meminfo: memFree=11260016/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7570368 CPUtime=0.09 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 10815 0 1 0 8 1 0 0 21 0 18 0 568036320 7752056832 10511 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1908976 10512 2011 9 0 1899714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570368

[startup+0.300607 s]
/proc/loadavg: 3.29 3.86 4.08 3/178 7051
/proc/meminfo: memFree=11260016/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7636036 CPUtime=0.44 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 15337 0 1 0 42 2 0 0 21 0 18 0 568036320 7819300864 14369 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909009 14371 2198 9 0 1899747 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7636036

[startup+0.70962 s]
/proc/loadavg: 3.29 3.86 4.08 3/178 7051
/proc/meminfo: memFree=11260016/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7637096 CPUtime=1.13 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 23415 0 1 0 110 3 0 0 21 0 19 0 568036320 7820386304 21370 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909274 21370 2221 9 0 1900012 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 7637096

[startup+1.50139 s]
/proc/loadavg: 3.29 3.86 4.08 6/261 7145
/proc/meminfo: memFree=10902608/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7637424 CPUtime=2.06 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 24236 0 1 0 203 3 0 0 21 0 19 0 568036320 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909356 21549 2226 9 0 1900094 0
[pid=7051/tid=7053] ppid=7049 vsize=7637424 CPUtime=1.47 cores=0,2
/proc/7051/task/7053/stat : 7053 (java) R 7049 7051 6092 0 -1 4202560 18189 0 1 0 145 2 0 0 20 0 19 0 568036321 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 46912505648890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7051/tid=7054] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7054/stat : 7054 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7055] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7055/stat : 7055 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7056] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7056/stat : 7056 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7057] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7057/stat : 7057 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7058] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7058/stat : 7058 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7059] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 568036324 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568036324 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568036324 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7637424 CPUtime=0.42 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 3437 0 0 0 42 0 0 0 15 0 19 0 568036327 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7637424 CPUtime=0.15 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1449 0 0 0 15 0 0 0 20 0 19 0 568036327 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568036327 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7637424 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7820722176 21549 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 7637424

[startup+3.10112 s]
/proc/loadavg: 3.51 3.89 4.09 5/262 7146
/proc/meminfo: memFree=10879200/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7637564 CPUtime=3.7 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 24346 0 1 0 367 3 0 0 21 0 19 0 568036320 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909391 21657 2227 9 0 1900129 0
[pid=7051/tid=7053] ppid=7049 vsize=7637564 CPUtime=3.07 cores=0,2
/proc/7051/task/7053/stat : 7053 (java) R 7049 7051 6092 0 -1 4202560 18267 0 1 0 305 2 0 0 25 0 19 0 568036321 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 46912505675623 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7051/tid=7054] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7054/stat : 7054 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7055] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7055/stat : 7055 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7056] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7056/stat : 7056 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7057] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7057/stat : 7057 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7058] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7058/stat : 7058 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7059] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036323 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 568036324 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568036324 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568036324 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7637564 CPUtime=0.42 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 3437 0 0 0 42 0 0 0 15 0 19 0 568036327 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7637564 CPUtime=0.18 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1480 0 0 0 18 0 0 0 15 0 19 0 568036327 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568036327 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7820865536 21657 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7637564

[startup+6.30156 s]
/proc/loadavg: 3.51 3.89 4.09 5/262 7146
/proc/meminfo: memFree=10700584/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7637564 CPUtime=7.38 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 51477 0 1 0 730 8 0 0 21 0 19 0 568036320 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909391 43325 2252 9 0 1900129 0
[pid=7051/tid=7053] ppid=7049 vsize=7637564 CPUtime=6.06 cores=0,2
/proc/7051/task/7053/stat : 7053 (java) R 7049 7051 6092 0 -1 4202560 18387 0 1 0 604 2 0 0 25 0 19 0 568036321 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 46912505600116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7051/tid=7054] ppid=7049 vsize=7637564 CPUtime=0.05 cores=0,2
/proc/7051/task/7054/stat : 7054 (java) S 7049 7051 6092 0 -1 4202560 3671 0 0 0 5 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7055] ppid=7049 vsize=7637564 CPUtime=0.04 cores=0,2
/proc/7051/task/7055/stat : 7055 (java) S 7049 7051 6092 0 -1 4202560 4584 0 0 0 4 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7056] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7056/stat : 7056 (java) S 7049 7051 6092 0 -1 4202560 365 0 0 0 0 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7057] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7057/stat : 7057 (java) S 7049 7051 6092 0 -1 4202560 250 0 0 0 0 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7058] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7058/stat : 7058 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7059] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 568036323 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7637564 CPUtime=0.14 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 10962 0 0 0 13 1 0 0 15 0 19 0 568036324 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036324 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036324 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7637564 CPUtime=0.83 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 10621 0 0 0 81 2 0 0 15 0 19 0 568036327 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7637564 CPUtime=0.2 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1482 0 0 0 20 0 0 0 15 0 19 0 568036327 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568036327 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7637564 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7820865536 43325 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 7637564

[startup+12.7014 s]

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

[pid=7051/tid=7059] ppid=7049 vsize=7638444 CPUtime=0.05 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 8 0 0 0 5 0 0 0 15 0 19 0 568036323 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7638444 CPUtime=0.15 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 18 0 0 0 15 0 0 0 15 0 19 0 568036323 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7638444 CPUtime=0.18 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 18 0 0 0 16 0 19 0 568036323 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7638444 CPUtime=8 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 15864 0 0 0 797 3 0 0 15 0 19 0 568036324 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7638444 CPUtime=0.85 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 10621 0 0 0 83 2 0 0 15 0 19 0 568036327 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7638444 CPUtime=0.23 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1650 0 0 0 23 0 0 0 15 0 19 0 568036327 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 568036327 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7821766656 48598 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1124.12
Current children cumulated vsize (KiB) 7638444

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.01 5/262 7227
/proc/meminfo: memFree=10414936/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7638444 CPUtime=1184.14 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 57176 0 1 0 118403 11 0 0 21 0 19 0 568036320 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909611 48834 2254 9 0 1900349 0
[pid=7051/tid=7053] ppid=7049 vsize=7638444 CPUtime=1173.33 cores=0,2
/proc/7051/task/7053/stat : 7053 (java) R 7049 7051 6092 0 -1 4202560 18446 0 1 0 117329 4 0 0 25 0 19 0 568036321 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 46912505648895 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7051/tid=7054] ppid=7049 vsize=7638444 CPUtime=0.28 cores=0,2
/proc/7051/task/7054/stat : 7054 (java) S 7049 7051 6092 0 -1 4202560 3688 0 0 0 28 0 0 0 15 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7055] ppid=7049 vsize=7638444 CPUtime=0.24 cores=0,2
/proc/7051/task/7055/stat : 7055 (java) S 7049 7051 6092 0 -1 4202560 4699 0 0 0 24 0 0 0 15 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7056] ppid=7049 vsize=7638444 CPUtime=0.19 cores=0,2
/proc/7051/task/7056/stat : 7056 (java) S 7049 7051 6092 0 -1 4202560 438 0 0 0 19 0 0 0 15 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7057] ppid=7049 vsize=7638444 CPUtime=0.15 cores=0,2
/proc/7051/task/7057/stat : 7057 (java) S 7049 7051 6092 0 -1 4202560 261 0 0 0 15 0 0 0 15 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7058] ppid=7049 vsize=7638444 CPUtime=0.24 cores=0,2
/proc/7051/task/7058/stat : 7058 (java) S 7049 7051 6092 0 -1 4202560 20 0 0 0 24 0 0 0 16 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7059] ppid=7049 vsize=7638444 CPUtime=0.07 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7638444 CPUtime=0.15 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 18 0 0 0 15 0 0 0 15 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7638444 CPUtime=0.18 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 18 0 0 0 16 0 19 0 568036323 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7638444 CPUtime=8.15 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 16099 0 0 0 812 3 0 0 15 0 19 0 568036324 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7638444 CPUtime=0.85 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 10621 0 0 0 83 2 0 0 15 0 19 0 568036327 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7638444 CPUtime=0.23 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1650 0 0 0 23 0 0 0 15 0 19 0 568036327 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 568036327 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7821766656 48834 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1184.14
Current children cumulated vsize (KiB) 7638444

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 4.01 5/262 7228
/proc/meminfo: memFree=10409940/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7638444 CPUtime=1244.18 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 57315 0 1 0 124407 11 0 0 21 0 19 0 568036320 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909611 48965 2254 9 0 1900349 0
[pid=7051/tid=7053] ppid=7049 vsize=7638444 CPUtime=1232.94 cores=0,2
/proc/7051/task/7053/stat : 7053 (java) R 7049 7051 6092 0 -1 4202560 18448 0 1 0 123290 4 0 0 25 0 19 0 568036321 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 46912505632544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7051/tid=7054] ppid=7049 vsize=7638444 CPUtime=0.29 cores=0,2
/proc/7051/task/7054/stat : 7054 (java) S 7049 7051 6092 0 -1 4202560 3689 0 0 0 29 0 0 0 15 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7055] ppid=7049 vsize=7638444 CPUtime=0.26 cores=0,2
/proc/7051/task/7055/stat : 7055 (java) S 7049 7051 6092 0 -1 4202560 4699 0 0 0 26 0 0 0 15 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7056] ppid=7049 vsize=7638444 CPUtime=0.2 cores=0,2
/proc/7051/task/7056/stat : 7056 (java) S 7049 7051 6092 0 -1 4202560 438 0 0 0 20 0 0 0 15 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7057] ppid=7049 vsize=7638444 CPUtime=0.16 cores=0,2
/proc/7051/task/7057/stat : 7057 (java) S 7049 7051 6092 0 -1 4202560 261 0 0 0 16 0 0 0 16 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7058] ppid=7049 vsize=7638444 CPUtime=0.26 cores=0,2
/proc/7051/task/7058/stat : 7058 (java) S 7049 7051 6092 0 -1 4202560 20 0 0 0 26 0 0 0 16 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7059] ppid=7049 vsize=7638444 CPUtime=0.07 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7638444 CPUtime=0.15 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 18 0 0 0 15 0 0 0 15 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7638444 CPUtime=0.18 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 18 0 0 0 15 0 19 0 568036323 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7638444 CPUtime=8.5 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 16233 0 0 0 847 3 0 0 15 0 19 0 568036324 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7638444 CPUtime=0.85 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 10621 0 0 0 83 2 0 0 15 0 19 0 568036327 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7638444 CPUtime=0.23 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1650 0 0 0 23 0 0 0 15 0 19 0 568036327 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 568036327 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7821766656 48965 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.18
Current children cumulated vsize (KiB) 7638444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.04 4.01 5/262 7230
/proc/meminfo: memFree=10405576/32950928 swapFree=67111528/67111528
[pid=7051] ppid=7049 vsize=7638444 CPUtime=1301.9 cores=0,2
/proc/7051/stat : 7051 (java) S 7049 7051 6092 0 -1 4202496 58151 0 1 0 130179 11 0 0 21 0 19 0 568036320 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7051/statm: 1909611 49794 2254 9 0 1900349 0
[pid=7051/tid=7053] ppid=7049 vsize=7638444 CPUtime=1290.48 cores=0,2
/proc/7051/task/7053/stat : 7053 (java) R 7049 7051 6092 0 -1 4202560 18449 0 1 0 129044 4 0 0 25 0 19 0 568036321 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 46912505648890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7051/tid=7054] ppid=7049 vsize=7638444 CPUtime=0.31 cores=0,2
/proc/7051/task/7054/stat : 7054 (java) S 7049 7051 6092 0 -1 4202560 3915 0 0 0 31 0 0 0 16 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7055] ppid=7049 vsize=7638444 CPUtime=0.26 cores=0,2
/proc/7051/task/7055/stat : 7055 (java) S 7049 7051 6092 0 -1 4202560 4699 0 0 0 26 0 0 0 15 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7056] ppid=7049 vsize=7638444 CPUtime=0.2 cores=0,2
/proc/7051/task/7056/stat : 7056 (java) S 7049 7051 6092 0 -1 4202560 438 0 0 0 20 0 0 0 15 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7057] ppid=7049 vsize=7638444 CPUtime=0.16 cores=0,2
/proc/7051/task/7057/stat : 7057 (java) S 7049 7051 6092 0 -1 4202560 261 0 0 0 16 0 0 0 15 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7058] ppid=7049 vsize=7638444 CPUtime=0.26 cores=0,2
/proc/7051/task/7058/stat : 7058 (java) S 7049 7051 6092 0 -1 4202560 20 0 0 0 26 0 0 0 15 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7059] ppid=7049 vsize=7638444 CPUtime=0.09 cores=0,2
/proc/7051/task/7059/stat : 7059 (java) S 7049 7051 6092 0 -1 4202560 424 0 0 0 9 0 0 0 16 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7060] ppid=7049 vsize=7638444 CPUtime=0.15 cores=0,2
/proc/7051/task/7060/stat : 7060 (java) S 7049 7051 6092 0 -1 4202560 18 0 0 0 15 0 0 0 16 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7061] ppid=7049 vsize=7638444 CPUtime=0.18 cores=0,2
/proc/7051/task/7061/stat : 7061 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 18 0 0 0 16 0 19 0 568036323 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7066] ppid=7049 vsize=7638444 CPUtime=8.65 cores=0,2
/proc/7051/task/7066/stat : 7066 (java) S 7049 7051 6092 0 -1 4202560 16422 0 0 0 862 3 0 0 15 0 19 0 568036324 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 0 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7067] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7067/stat : 7067 (java) S 7049 7051 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7068] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7068/stat : 7068 (java) S 7049 7051 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036324 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
[pid=7051/tid=7069] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7069/stat : 7069 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892388785 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7071] ppid=7049 vsize=7638444 CPUtime=0.85 cores=0,2
/proc/7051/task/7071/stat : 7071 (java) S 7049 7051 6092 0 -1 4202560 10621 0 0 0 83 2 0 0 15 0 19 0 568036327 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7072] ppid=7049 vsize=7638444 CPUtime=0.23 cores=0,2
/proc/7051/task/7072/stat : 7072 (java) S 7049 7051 6092 0 -1 4202560 1650 0 0 0 23 0 0 0 15 0 19 0 568036327 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7073] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7073/stat : 7073 (java) S 7049 7051 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036327 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381081 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7074] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7074/stat : 7074 (java) S 7049 7051 6092 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 568036327 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 2 0 0 0
[pid=7051/tid=7144] ppid=7049 vsize=7638444 CPUtime=0 cores=0,2
/proc/7051/task/7144/stat : 7144 (java) S 7049 7051 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036368 7821766656 49794 33554432000 1073741824 1073778376 140735856499136 18446744073709551615 218892381696 0 4 0 16800975 18446604453948739968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 7638444

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.08
CPU time (s): 1302.04
CPU user time (s): 1301.91
CPU system time (s): 0.12898
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 7638444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.91
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58696
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= 28359
involuntary context switches= 5563

runsolver used 2.15467 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-26 02:34:17
IDJOB=3287465
IDBENCH=82467
IDSOLVER=1611
FILE ID=node112/3287465-1303778056
RUNJOBID= node112-1303778056-7031
PBS_JOBID= 13157186
Free space on /tmp= 72500 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.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-3287465-1303778056/watcher-3287465-1303778056 -o /tmp/evaluation-result-3287465-1303778056/solver-3287465-1303778056 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3287465-1303778056.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1355745640

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11260172 kB
Buffers:       1978548 kB
Cached:       19092192 kB
SwapCached:          0 kB
Active:        9995112 kB
Inactive:     11148228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11260172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12736 kB
Writeback:           0 kB
AnonPages:       71940 kB
Mapped:          14500 kB
Slab:           482472 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199548 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= 72488 MiB
End job on node112 at 2011-04-26 02:55:59