Trace number 3264108

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) 1301.95 1300.07

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.01/0.10	c --- Begin Solver configuration ---
0.01/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.01/0.10	c Learn all clauses as in MiniSAT
0.01/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.10	c Expensive reason simplification
0.01/0.10	c Armin Biere (Picosat) restarts strategy
0.01/0.10	c Glucose learned constraints deletion strategy
0.01/0.10	c timeout=2147483647s
0.01/0.10	c DB Simplification allowed=true
0.01/0.10	c --- End Solver configuration ---
0.01/0.10	c solving HOME/instance-3264108-1303574061.cnf
0.01/0.10	c reading problem ... 
0.28/0.24	c ... done. Wall clock time 0.128s.
0.28/0.24	c #vars     1120
0.28/0.24	c #constraints  43179
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43099
1.28/0.95	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.51/1.85	c cleaning 4247 clauses out of 8501 with flag 11000/11000
4.07/3.04	c cleaning 5627 clauses out of 11254 with flag 18000/18000
6.01/4.58	c cleaning 6796 clauses out of 13628 with flag 26001/26001
7.92/6.41	c cleaning 7891 clauses out of 15831 with flag 35000/35000
10.13/8.61	c cleaning 8959 clauses out of 17942 with flag 45002/45002
12.73/11.22	c cleaning 9968 clauses out of 19982 with flag 56001/56001
15.74/14.28	c cleaning 10988 clauses out of 22013 with flag 68000/68000
19.33/17.85	c cleaning 11995 clauses out of 24025 with flag 81000/81000
23.34/21.80	c cleaning 12997 clauses out of 26030 with flag 95000/95000
27.84/26.35	c cleaning 14008 clauses out of 28033 with flag 110000/110000
32.94/31.43	c cleaning 14992 clauses out of 30026 with flag 126001/126001
38.64/37.11	c cleaning 15998 clauses out of 32035 with flag 143002/143002
44.95/43.45	c cleaning 17003 clauses out of 34036 with flag 161001/161001
51.65/50.15	c cleaning 17997 clauses out of 36032 with flag 180000/180000
59.05/57.55	c cleaning 19011 clauses out of 38035 with flag 200000/200000
67.35/65.85	c cleaning 20004 clauses out of 40025 with flag 221001/221001
76.26/74.77	c cleaning 20989 clauses out of 42021 with flag 243001/243001
86.07/84.54	c cleaning 22001 clauses out of 44031 with flag 266000/266000
96.68/95.13	c cleaning 22997 clauses out of 46030 with flag 290000/290000
107.68/106.17	c cleaning 23990 clauses out of 48033 with flag 315000/315000
120.48/118.98	c cleaning 24998 clauses out of 50044 with flag 341001/341001
133.39/131.88	c cleaning 26004 clauses out of 52045 with flag 368000/368000
147.39/145.80	c cleaning 26994 clauses out of 54041 with flag 396000/396000
162.29/160.79	c cleaning 27995 clauses out of 56048 with flag 425001/425001
178.50/176.98	c cleaning 29019 clauses out of 58052 with flag 455000/455000
196.00/194.45	c cleaning 30010 clauses out of 60035 with flag 486002/486002
214.92/213.34	c cleaning 30988 clauses out of 62025 with flag 518002/518002
233.91/232.37	c cleaning 32005 clauses out of 64035 with flag 551000/551000
255.03/253.41	c cleaning 32992 clauses out of 66031 with flag 585001/585001
276.73/275.19	c cleaning 34005 clauses out of 68041 with flag 620003/620003
300.04/298.44	c cleaning 35008 clauses out of 70035 with flag 656002/656002
323.44/321.83	c cleaning 35987 clauses out of 72027 with flag 693002/693002
349.25/347.67	c cleaning 37001 clauses out of 74039 with flag 731001/731001
377.05/375.49	c cleaning 38003 clauses out of 76038 with flag 770001/770001
404.56/402.93	c cleaning 38997 clauses out of 78034 with flag 810000/810000
434.47/432.80	c cleaning 40004 clauses out of 80039 with flag 851002/851002
464.97/463.36	c cleaning 40999 clauses out of 82033 with flag 893000/893000
499.18/497.53	c cleaning 42007 clauses out of 84035 with flag 936001/936001
533.08/531.47	c cleaning 42996 clauses out of 86027 with flag 980000/980000
568.79/567.16	c cleaning 43513 clauses out of 87032 with flag 1024001/1024001
605.20/603.56	c cleaning 43747 clauses out of 87520 with flag 1068002/1068002
640.51/638.86	c cleaning 43855 clauses out of 87772 with flag 1112001/1112001
675.72/674.02	c cleaning 43950 clauses out of 87919 with flag 1156003/1156003
709.52/707.83	c cleaning 43974 clauses out of 87967 with flag 1200001/1200001
744.23/742.57	c cleaning 43986 clauses out of 87997 with flag 1244005/1244005
780.13/778.43	c cleaning 43984 clauses out of 88007 with flag 1288001/1288001
815.93/814.29	c cleaning 43981 clauses out of 88025 with flag 1332003/1332003
854.94/853.24	c cleaning 44007 clauses out of 88041 with flag 1376000/1376000
888.75/887.04	c cleaning 43993 clauses out of 88034 with flag 1420000/1420000
921.26/919.53	c cleaning 44003 clauses out of 88041 with flag 1464000/1464000
954.46/952.74	c cleaning 43996 clauses out of 88038 with flag 1508000/1508000
989.36/987.65	c cleaning 43994 clauses out of 88044 with flag 1552002/1552002
1021.48/1019.78	c cleaning 44012 clauses out of 88050 with flag 1596002/1596002
1056.28/1054.56	c cleaning 43990 clauses out of 88036 with flag 1640000/1640000
1089.29/1087.54	c cleaning 44020 clauses out of 88046 with flag 1684000/1684000
1121.19/1119.46	c cleaning 43983 clauses out of 88026 with flag 1728000/1728000
1154.99/1153.26	c cleaning 43994 clauses out of 88044 with flag 1772001/1772001
1190.70/1188.97	c cleaning 44009 clauses out of 88053 with flag 1816004/1816004
1224.81/1223.02	c cleaning 44001 clauses out of 88040 with flag 1860000/1860000
1258.11/1256.36	c cleaning 43995 clauses out of 88041 with flag 1904002/1904002
1290.02/1288.25	c cleaning 44007 clauses out of 88044 with flag 1948000/1948000
1301.83/1300.01	c starts		: 1537
1301.83/1300.01	c conflicts		: 1966621
1301.83/1300.01	c decisions		: 2896763
1301.83/1300.01	c propagations		: 297309293
1301.83/1300.01	c inspects		: 16480686133
1301.83/1300.01	c shortcuts		: 0
1301.83/1300.01	c learnt literals	: 0
1301.83/1300.01	c learnt binary clauses	: 15
1301.83/1300.01	c learnt ternary clauses	: 134
1301.83/1300.01	c learnt constraints	: 1966621
1301.83/1300.01	c ignored constraints	: 0
1301.83/1300.01	c root simplifications	: 1537
1301.83/1300.01	c removed literals (reason simplification)	: 64028098
1301.83/1300.01	c reason swapping (by a shorter reason)	: 0
1301.83/1300.01	c Calls to reduceDB	: 62
1301.83/1300.01	c speed (assignments/second)	: 228736.96228689776
1301.83/1300.01	c non guided choices	108
1301.83/1300.04	c learnt constraints type 
1301.83/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1301.83/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62676
1301.83/1300.06	c constraints type 
1301.83/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1301.83/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43099
1301.83/1300.06	s UNKNOWN
1301.83/1300.06	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-3264108-1303574061/watcher-3264108-1303574061 -o /tmp/evaluation-result-3264108-1303574061/solver-3264108-1303574061 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3264108-1303574061.cnf 

running on 2 cores: 4,6

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.46 3.87 3.82 5/243 19899
/proc/meminfo: memFree=17265568/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=30528 CPUtime=0 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 1247 0 0 0 0 0 0 0 25 0 2 0 449821964 31260672 966 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 7632 966 739 9 0 383 0
[pid=19899/tid=19900] ppid=19897 vsize=30528 CPUtime=0 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 132 0 0 0 0 0 0 0 25 0 2 0 449821965 31260672 966 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220816236288 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0342111 s]
/proc/loadavg: 3.46 3.87 3.82 5/243 19899
/proc/meminfo: memFree=17265568/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7562296 CPUtime=0.01 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 8405 0 1 0 1 0 0 0 25 0 11 0 449821964 7743791104 8103 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1890574 8103 1566 9 0 1881322 0
[pid=19899/tid=19900] ppid=19897 vsize=7562296 CPUtime=0.01 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) S 19897 19899 19057 0 -1 4202560 7282 0 1 0 1 0 0 0 25 0 11 0 449821965 7743791104 8103 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16784584 18446604453946019968 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7562296

[startup+0.107807 s]
/proc/loadavg: 3.46 3.87 3.82 5/243 19899
/proc/meminfo: memFree=17265568/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7636220 CPUtime=0.1 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 10490 0 1 0 9 1 0 0 25 0 18 0 449821964 7819489280 10186 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1909055 10186 2093 9 0 1899793 0
[pid=19899/tid=19900] ppid=19897 vsize=7636220 CPUtime=0.09 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 8704 0 1 0 8 1 0 0 18 0 18 0 449821965 7819489280 10186 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636220

[startup+0.300726 s]
/proc/loadavg: 3.46 3.87 3.82 5/243 19899
/proc/meminfo: memFree=17265568/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7642424 CPUtime=0.48 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 13513 0 1 0 47 1 0 0 25 0 19 0 449821964 7825842176 12321 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1910606 12321 2210 9 0 1901344 0
[pid=19899/tid=19900] ppid=19897 vsize=7642424 CPUtime=0.28 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 9446 0 1 0 27 1 0 0 19 0 19 0 449821965 7825842176 12321 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 47694683702150 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7642424

[startup+0.700706 s]
/proc/loadavg: 3.46 3.87 3.82 5/243 19899
/proc/meminfo: memFree=17265568/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7642596 CPUtime=1.08 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 13969 0 1 0 107 1 0 0 25 0 19 0 449821964 7826018304 12777 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1910649 12777 2222 9 0 1901387 0
[pid=19899/tid=19900] ppid=19897 vsize=7642596 CPUtime=0.68 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 9805 0 1 0 67 1 0 0 19 0 19 0 449821965 7826018304 12777 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505619364 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 7642596

[startup+1.50157 s]
/proc/loadavg: 3.50 3.87 3.82 6/262 19918
/proc/meminfo: memFree=17207084/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7663240 CPUtime=2.09 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 22873 0 1 0 206 3 0 0 25 0 19 0 449821964 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1915810 19745 2251 9 0 1906548 0
[pid=19899/tid=19900] ppid=19897 vsize=7663240 CPUtime=1.45 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 10023 0 1 0 144 1 0 0 20 0 19 0 449821965 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505589287 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19899/tid=19902] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19902/stat : 19902 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19903] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19903/stat : 19903 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19904] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19904/stat : 19904 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19905] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19905/stat : 19905 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19906] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19906/stat : 19906 (java) S 19897 19899 19057 0 -1 4202560 119 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19907] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 95 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 640 0 0 0 0 0 0 0 17 0 19 0 449821967 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7663240 CPUtime=0.01 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 863 0 0 0 1 0 0 0 17 0 19 0 449821968 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7663240 CPUtime=0.34 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) S 19897 19899 19057 0 -1 4202560 8058 0 0 0 34 0 0 0 22 0 19 0 449821970 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7663240 CPUtime=0.24 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1916 0 0 0 24 0 0 0 21 0 19 0 449821970 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19916] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19916/stat : 19916 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19917] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19917/stat : 19917 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821970 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19918] ppid=19897 vsize=7663240 CPUtime=0 cores=4,6
/proc/19899/task/19918/stat : 19918 (java) S 19897 19899 19057 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449821987 7847157760 19745 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 7663240

[startup+3.10189 s]
/proc/loadavg: 3.50 3.87 3.82 7/262 19918
/proc/meminfo: memFree=17197200/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7664192 CPUtime=4.22 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 24327 0 1 0 419 3 0 0 25 0 19 0 449821964 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1916048 21195 2254 9 0 1906786 0
[pid=19899/tid=19900] ppid=19897 vsize=7664192 CPUtime=3 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 10030 0 1 0 299 1 0 0 25 0 19 0 449821965 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828062389 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19899/tid=19902] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19902/stat : 19902 (java) S 19897 19899 19057 0 -1 4202560 320 0 0 0 0 0 0 0 15 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19903] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19903/stat : 19903 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19904] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19904/stat : 19904 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19905] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19905/stat : 19905 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19906] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19906/stat : 19906 (java) S 19897 19899 19057 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19907] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 892 0 0 0 0 0 0 0 15 0 19 0 449821967 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7664192 CPUtime=0.04 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 1229 0 0 0 4 0 0 0 15 0 19 0 449821968 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7664192 CPUtime=0.79 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) R 19897 19899 19057 0 -1 4202560 8526 0 0 0 79 0 0 0 15 0 19 0 449821970 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 47694687219511 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7664192 CPUtime=0.33 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1945 0 0 0 33 0 0 0 15 0 19 0 449821970 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19916] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19916/stat : 19916 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19917] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19917/stat : 19917 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821970 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19918] ppid=19897 vsize=7664192 CPUtime=0 cores=4,6
/proc/19899/task/19918/stat : 19918 (java) S 19897 19899 19057 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449821987 7848132608 21195 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 7664192

[startup+6.30067 s]
/proc/loadavg: 3.50 3.87 3.82 6/262 19918
/proc/meminfo: memFree=17201016/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7662424 CPUtime=7.82 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 25244 0 1 0 779 3 0 0 25 0 19 0 449821964 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1915606 20980 2254 9 0 1906344 0
[pid=19899/tid=19900] ppid=19897 vsize=7662424 CPUtime=6.16 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 10032 0 1 0 615 1 0 0 25 0 19 0 449821965 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505366563 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19899/tid=19902] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19902/stat : 19902 (java) S 19897 19899 19057 0 -1 4202560 320 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19903] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19903/stat : 19903 (java) S 19897 19899 19057 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19904] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19904/stat : 19904 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19905] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19905/stat : 19905 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19906] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19906/stat : 19906 (java) S 19897 19899 19057 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19907] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 892 0 0 0 0 0 0 0 15 0 19 0 449821967 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 1229 0 0 0 7 0 0 0 15 0 19 0 449821968 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7662424 CPUtime=1.2 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) S 19897 19899 19057 0 -1 4202560 9252 0 0 0 119 1 0 0 15 0 19 0 449821970 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7662424 CPUtime=0.35 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1945 0 0 0 35 0 0 0 15 0 19 0 449821970 7846322176 20980 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0

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

[pid=19899/tid=19907] ppid=19897 vsize=7662424 CPUtime=0.04 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 409 0 0 0 4 0 0 0 15 0 19 0 449821967 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7662424 CPUtime=0.05 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 349 0 0 0 5 0 0 0 15 0 19 0 449821967 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 2089 0 0 0 7 0 0 0 15 0 19 0 449821967 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7662424 CPUtime=1.68 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 4916 0 0 0 168 0 0 0 15 0 19 0 449821968 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7662424 CPUtime=1.2 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) S 19897 19899 19057 0 -1 4202560 9252 0 0 0 119 1 0 0 15 0 19 0 449821970 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7662424 CPUtime=0.36 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1945 0 0 0 36 0 0 0 15 0 19 0 449821970 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19916] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19916/stat : 19916 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19917] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19917/stat : 19917 (java) S 19897 19899 19057 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 449821970 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19918] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19918/stat : 19918 (java) S 19897 19899 19057 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449821987 7846322176 32109 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1124.09
Current children cumulated vsize (KiB) 7662424

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.92 5/262 20005
/proc/meminfo: memFree=17018784/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7662424 CPUtime=1184.1 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 36593 0 1 0 118402 8 0 0 25 0 19 0 449821964 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1915606 32139 2254 9 0 1906344 0
[pid=19899/tid=19900] ppid=19897 vsize=7662424 CPUtime=1180.24 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 13327 0 1 0 118020 4 0 0 25 0 19 0 449821965 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505857681 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19899/tid=19902] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19902/stat : 19902 (java) S 19897 19899 19057 0 -1 4202560 677 0 0 0 7 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19903] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19903/stat : 19903 (java) S 19897 19899 19057 0 -1 4202560 792 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19904] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19904/stat : 19904 (java) S 19897 19899 19057 0 -1 4202560 768 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19905] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19905/stat : 19905 (java) S 19897 19899 19057 0 -1 4202560 659 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19906] ppid=19897 vsize=7662424 CPUtime=0.04 cores=4,6
/proc/19899/task/19906/stat : 19906 (java) S 19897 19899 19057 0 -1 4202560 164 0 0 0 4 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19907] ppid=19897 vsize=7662424 CPUtime=0.04 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 409 0 0 0 4 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7662424 CPUtime=0.05 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 349 0 0 0 5 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 2089 0 0 0 7 0 0 0 15 0 19 0 449821967 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7662424 CPUtime=1.71 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 4943 0 0 0 171 0 0 0 15 0 19 0 449821968 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7662424 CPUtime=1.2 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) S 19897 19899 19057 0 -1 4202560 9252 0 0 0 119 1 0 0 15 0 19 0 449821970 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7662424 CPUtime=0.36 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1945 0 0 0 36 0 0 0 15 0 19 0 449821970 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19916] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19916/stat : 19916 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19917] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19917/stat : 19917 (java) S 19897 19899 19057 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 449821970 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19918] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19918/stat : 19918 (java) S 19897 19899 19057 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449821987 7846322176 32139 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1184.1
Current children cumulated vsize (KiB) 7662424

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/262 20006
/proc/meminfo: memFree=17015476/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7662424 CPUtime=1244.11 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 37051 0 1 0 124403 8 0 0 25 0 19 0 449821964 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1915606 32587 2254 9 0 1906344 0
[pid=19899/tid=19900] ppid=19897 vsize=7662424 CPUtime=1240.15 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 13570 0 1 0 124011 4 0 0 25 0 19 0 449821965 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505575552 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19899/tid=19902] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19902/stat : 19902 (java) S 19897 19899 19057 0 -1 4202560 677 0 0 0 7 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19903] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19903/stat : 19903 (java) S 19897 19899 19057 0 -1 4202560 792 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19904] ppid=19897 vsize=7662424 CPUtime=0.09 cores=4,6
/proc/19899/task/19904/stat : 19904 (java) S 19897 19899 19057 0 -1 4202560 768 0 0 0 9 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19905] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19905/stat : 19905 (java) S 19897 19899 19057 0 -1 4202560 659 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19906] ppid=19897 vsize=7662424 CPUtime=0.04 cores=4,6
/proc/19899/task/19906/stat : 19906 (java) S 19897 19899 19057 0 -1 4202560 166 0 0 0 4 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19907] ppid=19897 vsize=7662424 CPUtime=0.04 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 409 0 0 0 4 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7662424 CPUtime=0.06 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 349 0 0 0 6 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 2089 0 0 0 7 0 0 0 15 0 19 0 449821967 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7662424 CPUtime=1.79 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 5152 0 0 0 179 0 0 0 15 0 19 0 449821968 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7662424 CPUtime=1.2 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) S 19897 19899 19057 0 -1 4202560 9252 0 0 0 119 1 0 0 15 0 19 0 449821970 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7662424 CPUtime=0.36 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1945 0 0 0 36 0 0 0 15 0 19 0 449821970 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19916] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19916/stat : 19916 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19917] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19917/stat : 19917 (java) S 19897 19899 19057 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 449821970 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19918] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19918/stat : 19918 (java) S 19897 19899 19057 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449821987 7846322176 32587 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.11
Current children cumulated vsize (KiB) 7662424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.93 3/216 20048
/proc/meminfo: memFree=17185376/32951124 swapFree=67111528/67111528
[pid=19899] ppid=19897 vsize=7662424 CPUtime=1301.83 cores=4,6
/proc/19899/stat : 19899 (java) S 19897 19899 19057 0 -1 4202496 37062 0 1 0 130175 8 0 0 25 0 19 0 449821964 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19899/statm: 1915606 32588 2254 9 0 1906344 0
[pid=19899/tid=19900] ppid=19897 vsize=7662424 CPUtime=1297.78 cores=4,6
/proc/19899/task/19900/stat : 19900 (java) R 19897 19899 19057 0 -1 4202560 13572 0 1 0 129774 4 0 0 25 0 19 0 449821965 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 46912505643173 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19899/tid=19902] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19902/stat : 19902 (java) S 19897 19899 19057 0 -1 4202560 678 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19903] ppid=19897 vsize=7662424 CPUtime=0.08 cores=4,6
/proc/19899/task/19903/stat : 19903 (java) S 19897 19899 19057 0 -1 4202560 792 0 0 0 8 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19904] ppid=19897 vsize=7662424 CPUtime=0.09 cores=4,6
/proc/19899/task/19904/stat : 19904 (java) S 19897 19899 19057 0 -1 4202560 768 0 0 0 9 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19905] ppid=19897 vsize=7662424 CPUtime=0.09 cores=4,6
/proc/19899/task/19905/stat : 19905 (java) S 19897 19899 19057 0 -1 4202560 659 0 0 0 9 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19906] ppid=19897 vsize=7662424 CPUtime=0.05 cores=4,6
/proc/19899/task/19906/stat : 19906 (java) S 19897 19899 19057 0 -1 4202560 166 0 0 0 5 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19907] ppid=19897 vsize=7662424 CPUtime=0.04 cores=4,6
/proc/19899/task/19907/stat : 19907 (java) S 19897 19899 19057 0 -1 4202560 409 0 0 0 4 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19908] ppid=19897 vsize=7662424 CPUtime=0.06 cores=4,6
/proc/19899/task/19908/stat : 19908 (java) S 19897 19899 19057 0 -1 4202560 349 0 0 0 6 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19909] ppid=19897 vsize=7662424 CPUtime=0.07 cores=4,6
/proc/19899/task/19909/stat : 19909 (java) S 19897 19899 19057 0 -1 4202560 2089 0 0 0 7 0 0 0 15 0 19 0 449821967 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19910] ppid=19897 vsize=7662424 CPUtime=1.86 cores=4,6
/proc/19899/task/19910/stat : 19910 (java) S 19897 19899 19057 0 -1 4202560 5156 0 0 0 186 0 0 0 15 0 19 0 449821968 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 0 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19911] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19911/stat : 19911 (java) S 19897 19899 19057 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19912] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19912/stat : 19912 (java) S 19897 19899 19057 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449821968 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19913] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19913/stat : 19913 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828060081 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19914] ppid=19897 vsize=7662424 CPUtime=1.2 cores=4,6
/proc/19899/task/19914/stat : 19914 (java) S 19897 19899 19057 0 -1 4202560 9252 0 0 0 119 1 0 0 15 0 19 0 449821970 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
[pid=19899/tid=19915] ppid=19897 vsize=7662424 CPUtime=0.36 cores=4,6
/proc/19899/task/19915/stat : 19915 (java) S 19897 19899 19057 0 -1 4202560 1945 0 0 0 36 0 0 0 15 0 19 0 449821970 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19916] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19916/stat : 19916 (java) S 19897 19899 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821970 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052377 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19917] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19917/stat : 19917 (java) S 19897 19899 19057 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 449821970 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 6 0 0 0
[pid=19899/tid=19918] ppid=19897 vsize=7662424 CPUtime=0 cores=4,6
/proc/19899/task/19918/stat : 19918 (java) S 19897 19899 19057 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449821987 7846322176 32588 33554432000 1073741824 1073778376 140735700294400 18446744073709551615 220828052992 0 4 0 16800975 18446604453946019968 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 7662424

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.07
CPU time (s): 1301.95
CPU user time (s): 1301.86
CPU system time (s): 0.093985
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 7666696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.86
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37096
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= 28309
involuntary context switches= 4881

runsolver used 2.32265 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 17:54:21
IDJOB=3264108
IDBENCH=84554
IDSOLVER=1611
FILE ID=node147/3264108-1303574061
RUNJOBID= node147-1303574057-19758
PBS_JOBID= 13150315
Free space on /tmp= 72288 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.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-3264108-1303574061/watcher-3264108-1303574061 -o /tmp/evaluation-result-3264108-1303574061/solver-3264108-1303574061 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3264108-1303574061.cnf

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=1248637389

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17265584 kB
Buffers:       1728500 kB
Cached:       13145644 kB
SwapCached:          0 kB
Active:        7907708 kB
Inactive:      7233560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17265584 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2200 kB
Writeback:           0 kB
AnonPages:      267232 kB
Mapped:          23424 kB
Slab:           480540 kB
PageTables:       6088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22071724 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= 72288 MiB
End job on node147 at 2011-04-23 18:16:03