Trace number 3289765

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483647s
0.10/0.10	c DB Simplification allowed=true
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3289765-1303787131.cnf
0.10/0.10	c reading problem ... 
0.33/0.29	c ... done. Wall clock time 0.195s.
0.33/0.29	c #vars     48639
0.33/0.29	c #constraints  154473
0.33/0.29	c constraints type 
0.33/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78658
0.33/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74207
3.90/3.24	c cleaning 2477 clauses out of 4954 with flag 5000/5000
8.00/6.82	c cleaning 4222 clauses out of 8447 with flag 11002/11002
12.20/11.09	c cleaning 5581 clauses out of 11199 with flag 18001/18001
17.20/16.10	c cleaning 6798 clauses out of 13596 with flag 26002/26002
22.30/21.11	c cleaning 7881 clauses out of 15785 with flag 35000/35000
27.60/26.43	c cleaning 8932 clauses out of 17904 with flag 45001/45001
33.60/32.45	c cleaning 9954 clauses out of 19948 with flag 56000/56000
40.39/39.22	c cleaning 10979 clauses out of 21988 with flag 68000/68000
47.58/46.44	c cleaning 11964 clauses out of 24009 with flag 81000/81000
55.58/54.42	c cleaning 13010 clauses out of 26047 with flag 95002/95002
64.18/63.06	c cleaning 14000 clauses out of 28036 with flag 110001/110001
74.37/73.26	c cleaning 15000 clauses out of 30032 with flag 126000/126000
85.26/84.17	c cleaning 15993 clauses out of 32031 with flag 143000/143000
97.25/96.17	c cleaning 16972 clauses out of 34028 with flag 161001/161001
109.94/108.90	c cleaning 18025 clauses out of 36056 with flag 180001/180001
123.01/121.98	c cleaning 18981 clauses out of 38029 with flag 200000/200000
136.49/135.46	c cleaning 20006 clauses out of 40048 with flag 221001/221001
152.97/151.95	c cleaning 21001 clauses out of 42039 with flag 243000/243000
169.64/168.63	c cleaning 21977 clauses out of 44040 with flag 266003/266003
185.71/184.77	c cleaning 22979 clauses out of 46062 with flag 290002/290002
203.58/202.64	c cleaning 23996 clauses out of 48081 with flag 315000/315000
221.26/220.35	c cleaning 25030 clauses out of 50088 with flag 341003/341003
243.84/242.96	c cleaning 25982 clauses out of 52056 with flag 368001/368001
263.54/262.68	c cleaning 27026 clauses out of 54074 with flag 396001/396001
284.15/283.21	c cleaning 27976 clauses out of 56046 with flag 425000/425000
309.46/308.58	c cleaning 29004 clauses out of 58070 with flag 455000/455000
333.57/332.60	c cleaning 29993 clauses out of 60067 with flag 486001/486001
359.27/358.32	c cleaning 30836 clauses out of 61851 with flag 518003/518003
386.88/385.98	c cleaning 31944 clauses out of 64013 with flag 551001/551001
413.40/412.48	c cleaning 33008 clauses out of 66047 with flag 585000/585000
440.90/440.00	c cleaning 33989 clauses out of 68039 with flag 620000/620000
468.51/467.55	c cleaning 34991 clauses out of 70050 with flag 656001/656001
498.91/497.99	c cleaning 36020 clauses out of 72057 with flag 693000/693000
529.52/528.53	c cleaning 36980 clauses out of 74036 with flag 731001/731001
564.14/563.15	c cleaning 38010 clauses out of 76055 with flag 770000/770000
596.94/595.96	c cleaning 38991 clauses out of 78046 with flag 810001/810001
631.95/630.91	c cleaning 40010 clauses out of 80052 with flag 851000/851000
667.86/666.82	c cleaning 40991 clauses out of 82042 with flag 893001/893001
708.07/707.09	c cleaning 41973 clauses out of 84025 with flag 936000/936000
743.67/742.68	c cleaning 43002 clauses out of 86051 with flag 980000/980000
784.69/783.65	c cleaning 44023 clauses out of 88050 with flag 1025001/1025001
825.80/824.73	c cleaning 44919 clauses out of 90030 with flag 1071004/1071004
869.88/868.88	c cleaning 45991 clauses out of 92107 with flag 1118000/1118000
914.03/913.04	c cleaning 47023 clauses out of 94116 with flag 1166000/1166000
958.96/958.03	c cleaning 48041 clauses out of 96093 with flag 1215000/1215000
1013.26/1012.50	c cleaning 48973 clauses out of 98023 with flag 1265000/1265000
1061.08/1060.32	c cleaning 49967 clauses out of 100036 with flag 1316001/1316001
1113.85/1113.13	c cleaning 51008 clauses out of 102071 with flag 1368003/1368003
1161.80/1161.10	c cleaning 52000 clauses out of 104061 with flag 1421001/1421001
1202.76/1202.13	c cleaning 52972 clauses out of 106017 with flag 1475000/1475000
1252.55/1251.93	c cleaning 53996 clauses out of 108046 with flag 1530001/1530001
1300.64/1300.01	c starts		: 1421
1300.64/1300.01	c conflicts		: 1581123
1300.64/1300.01	c decisions		: 2929837
1300.64/1300.01	c propagations		: 2282174813
1300.64/1300.01	c inspects		: 8645900707
1300.64/1300.01	c shortcuts		: 0
1300.64/1300.01	c learnt literals	: 100
1300.64/1300.01	c learnt binary clauses	: 1898
1300.64/1300.01	c learnt ternary clauses	: 5505
1300.64/1300.01	c learnt constraints	: 1581022
1300.64/1300.01	c ignored constraints	: 0
1300.64/1300.01	c root simplifications	: 1521
1300.64/1300.01	c removed literals (reason simplification)	: 40493657
1300.64/1300.01	c reason swapping (by a shorter reason)	: 0
1300.64/1300.01	c Calls to reduceDB	: 51
1300.64/1300.01	c speed (assignments/second)	: 1755897.280183424
1300.64/1300.01	c non guided choices	3656
1300.64/1300.06	c learnt constraints type 
1300.64/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1837
1300.64/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103364
1300.64/1300.06	c constraints type 
1300.64/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78658
1300.64/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74207
1300.64/1300.06	s UNKNOWN
1300.64/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-3289765-1303787131/watcher-3289765-1303787131 -o /tmp/evaluation-result-3289765-1303787131/solver-3289765-1303787131 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289765-1303787131.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.82 3.96 3.60 6/202 20689
/proc/meminfo: memFree=21552820/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=11800 CPUtime=0 cores=4,6
/proc/20689/stat : 20689 (runsolver) R 20687 20689 20390 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 1 0 490311339 12083200 51 33554432000 4194304 5434984 140736906409792 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/20689/statm: 2950 51 31 303 0 2644 0

[startup+0.098473 s]
/proc/loadavg: 3.82 3.96 3.60 6/202 20689
/proc/meminfo: memFree=21552820/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7636240 CPUtime=0.09 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 10387 0 1 0 8 1 0 0 25 0 18 0 490311339 7819509760 10083 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1909060 10084 2093 9 0 1899798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636240

[startup+0.102747 s]
/proc/loadavg: 3.82 3.96 3.60 6/202 20689
/proc/meminfo: memFree=21552820/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7636240 CPUtime=0.1 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 10895 0 1 0 9 1 0 0 25 0 18 0 490311339 7819509760 10591 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1909060 10591 2093 9 0 1899798 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636240

[startup+0.303016 s]
/proc/loadavg: 3.82 3.96 3.60 6/202 20689
/proc/meminfo: memFree=21552820/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7636384 CPUtime=0.41 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 16419 0 1 0 39 2 0 0 25 0 18 0 490311339 7819657216 15975 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1909096 15975 2204 9 0 1899834 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7636384

[startup+0.700946 s]
/proc/loadavg: 3.82 3.96 3.60 6/202 20689
/proc/meminfo: memFree=21552820/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=1.2 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 20673 0 1 0 117 3 0 0 25 0 19 0 490311339 7826694144 18580 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 18580 2221 9 0 1901552 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 7643256

[startup+1.50083 s]
/proc/loadavg: 3.82 3.96 3.60 7/266 20761
/proc/meminfo: memFree=21334024/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=2.19 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 20832 0 1 0 216 3 0 0 25 0 19 0 490311339 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 18738 2226 9 0 1901552 0
[pid=20689/tid=20691] ppid=20687 vsize=7643256 CPUtime=1.47 cores=4,6
/proc/20689/task/20691/stat : 20691 (java) R 20687 20689 20390 0 -1 4202560 14402 0 1 0 146 1 0 0 21 0 19 0 490311340 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 46912505641383 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20689/tid=20697] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20697/stat : 20697 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20698] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20698/stat : 20698 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20699] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20699/stat : 20699 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20700] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20700/stat : 20700 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20701] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20701/stat : 20701 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 490311343 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 490311343 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 490311343 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.3 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2801 0 0 0 30 0 0 0 20 0 19 0 490311345 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.39 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 2468 0 0 0 39 0 0 0 19 0 19 0 490311345 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 18738 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 7643256

[startup+3.10157 s]
/proc/loadavg: 3.82 3.96 3.60 5/266 20761
/proc/meminfo: memFree=21319144/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=3.79 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 21065 0 1 0 376 3 0 0 25 0 19 0 490311339 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 18970 2226 9 0 1901552 0
[pid=20689/tid=20691] ppid=20687 vsize=7643256 CPUtime=3.06 cores=4,6
/proc/20689/task/20691/stat : 20691 (java) R 20687 20689 20390 0 -1 4202560 14635 0 1 0 305 1 0 0 19 0 19 0 490311340 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 46912505632608 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20689/tid=20697] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20697/stat : 20697 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20698] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20698/stat : 20698 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20699] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20699/stat : 20699 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20700] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20700/stat : 20700 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20701] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20701/stat : 20701 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311341 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490311343 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 490311343 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 490311343 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.3 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2801 0 0 0 30 0 0 0 20 0 19 0 490311345 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.4 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 2468 0 0 0 40 0 0 0 15 0 19 0 490311345 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 18970 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 7643256

[startup+6.30096 s]
/proc/loadavg: 3.91 3.98 3.61 5/266 20761
/proc/meminfo: memFree=21165836/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=7.49 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 38972 0 1 0 742 7 0 0 25 0 19 0 490311339 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 32383 2252 9 0 1901552 0
[pid=20689/tid=20691] ppid=20687 vsize=7643256 CPUtime=6.13 cores=4,6
/proc/20689/task/20691/stat : 20691 (java) R 20687 20689 20390 0 -1 4202560 14656 0 1 0 612 1 0 0 25 0 19 0 490311340 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 46912505641473 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20689/tid=20697] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20697/stat : 20697 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20698] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20698/stat : 20698 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20699] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20699/stat : 20699 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20700] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20700/stat : 20700 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20701] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20701/stat : 20701 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 377 0 0 0 0 0 0 0 18 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0.02 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 2745 0 0 0 2 0 0 0 18 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0.02 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 2292 0 0 0 2 0 0 0 18 0 19 0 490311341 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=0.06 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 5319 0 0 0 6 0 0 0 15 0 19 0 490311343 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.31 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2839 0 0 0 31 0 0 0 16 0 19 0 490311345 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.87 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 9589 0 0 0 85 2 0 0 16 0 19 0 490311345 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 32383 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 7643256

[startup+12.7008 s]

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

[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0.09 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 695 0 0 0 9 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0.11 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 3036 0 0 0 11 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0.13 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 3841 0 0 0 13 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=3.66 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 9046 0 0 0 365 1 0 0 15 0 19 0 490311343 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.33 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2841 0 0 0 33 0 0 0 15 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.9 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 9590 0 0 0 88 2 0 0 15 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.06
Current children cumulated vsize (KiB) 7643256

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 3.90 5/266 20793
/proc/meminfo: memFree=21068852/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=1182.98 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 45780 0 1 0 118289 9 0 0 25 0 19 0 490311339 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 36406 2254 9 0 1901552 0
[pid=20689/tid=20691] ppid=20687 vsize=7643256 CPUtime=1177.17 cores=4,6
/proc/20689/task/20691/stat : 20691 (java) R 20687 20689 20390 0 -1 4202560 14705 0 1 0 117715 2 0 0 25 0 19 0 490311340 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 46912505632973 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20689/tid=20697] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20697/stat : 20697 (java) S 20687 20689 20390 0 -1 4202560 179 0 0 0 7 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20698] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20698/stat : 20698 (java) S 20687 20689 20390 0 -1 4202560 239 0 0 0 7 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20699] ppid=20687 vsize=7643256 CPUtime=0.1 cores=4,6
/proc/20689/task/20699/stat : 20699 (java) S 20687 20689 20390 0 -1 4202560 10 0 0 0 10 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20700] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20700/stat : 20700 (java) S 20687 20689 20390 0 -1 4202560 85 0 0 0 7 0 0 0 16 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20701] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20701/stat : 20701 (java) S 20687 20689 20390 0 -1 4202560 295 0 0 0 7 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0.09 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 695 0 0 0 9 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0.11 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 3036 0 0 0 11 0 0 0 15 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0.14 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 3841 0 0 0 14 0 0 0 16 0 19 0 490311341 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=3.74 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 9048 0 0 0 373 1 0 0 15 0 19 0 490311343 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.33 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2841 0 0 0 33 0 0 0 15 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.9 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 9590 0 0 0 88 2 0 0 15 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 36406 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (KiB) 7643256

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.91 5/266 20794
/proc/meminfo: memFree=21063856/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=1242.95 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 45933 0 1 0 124286 9 0 0 25 0 19 0 490311339 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 36552 2254 9 0 1901552 0
[pid=20689/tid=20691] ppid=20687 vsize=7643256 CPUtime=1237.04 cores=4,6
/proc/20689/task/20691/stat : 20691 (java) R 20687 20689 20390 0 -1 4202560 14706 0 1 0 123702 2 0 0 25 0 19 0 490311340 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 46912505727672 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20689/tid=20697] ppid=20687 vsize=7643256 CPUtime=0.08 cores=4,6
/proc/20689/task/20697/stat : 20697 (java) S 20687 20689 20390 0 -1 4202560 183 0 0 0 8 0 0 0 16 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20698] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20698/stat : 20698 (java) S 20687 20689 20390 0 -1 4202560 239 0 0 0 7 0 0 0 15 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20699] ppid=20687 vsize=7643256 CPUtime=0.11 cores=4,6
/proc/20689/task/20699/stat : 20699 (java) S 20687 20689 20390 0 -1 4202560 10 0 0 0 11 0 0 0 16 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20700] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20700/stat : 20700 (java) S 20687 20689 20390 0 -1 4202560 85 0 0 0 7 0 0 0 15 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20701] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20701/stat : 20701 (java) S 20687 20689 20390 0 -1 4202560 295 0 0 0 7 0 0 0 15 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0.09 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 695 0 0 0 9 0 0 0 15 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0.11 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 3036 0 0 0 11 0 0 0 15 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0.14 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 3841 0 0 0 14 0 0 0 15 0 19 0 490311341 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=3.82 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 9192 0 0 0 381 1 0 0 15 0 19 0 490311343 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.33 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2841 0 0 0 33 0 0 0 15 0 19 0 490311345 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.9 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 9590 0 0 0 88 2 0 0 15 0 19 0 490311345 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 36552 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.95
Current children cumulated vsize (KiB) 7643256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.92 4/247 20799
/proc/meminfo: memFree=21174432/32951124 swapFree=67111352/67111528
[pid=20689] ppid=20687 vsize=7643256 CPUtime=1300.64 cores=4,6
/proc/20689/stat : 20689 (java) S 20687 20689 20390 0 -1 4202496 46069 0 1 0 130055 9 0 0 25 0 19 0 490311339 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20689/statm: 1910814 36681 2254 9 0 1901552 0
[pid=20689/tid=20691] ppid=20687 vsize=7643256 CPUtime=1294.64 cores=4,6
/proc/20689/task/20691/stat : 20691 (java) R 20687 20689 20390 0 -1 4202560 14707 0 1 0 129462 2 0 0 25 0 19 0 490311340 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 46912505632859 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20689/tid=20697] ppid=20687 vsize=7643256 CPUtime=0.08 cores=4,6
/proc/20689/task/20697/stat : 20697 (java) S 20687 20689 20390 0 -1 4202560 183 0 0 0 8 0 0 0 15 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20698] ppid=20687 vsize=7643256 CPUtime=0.08 cores=4,6
/proc/20689/task/20698/stat : 20698 (java) S 20687 20689 20390 0 -1 4202560 241 0 0 0 8 0 0 0 15 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20699] ppid=20687 vsize=7643256 CPUtime=0.11 cores=4,6
/proc/20689/task/20699/stat : 20699 (java) S 20687 20689 20390 0 -1 4202560 10 0 0 0 11 0 0 0 15 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20700] ppid=20687 vsize=7643256 CPUtime=0.08 cores=4,6
/proc/20689/task/20700/stat : 20700 (java) S 20687 20689 20390 0 -1 4202560 85 0 0 0 8 0 0 0 15 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20701] ppid=20687 vsize=7643256 CPUtime=0.07 cores=4,6
/proc/20689/task/20701/stat : 20701 (java) S 20687 20689 20390 0 -1 4202560 295 0 0 0 7 0 0 0 16 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20702] ppid=20687 vsize=7643256 CPUtime=0.09 cores=4,6
/proc/20689/task/20702/stat : 20702 (java) S 20687 20689 20390 0 -1 4202560 695 0 0 0 9 0 0 0 16 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20703] ppid=20687 vsize=7643256 CPUtime=0.11 cores=4,6
/proc/20689/task/20703/stat : 20703 (java) S 20687 20689 20390 0 -1 4202560 3036 0 0 0 11 0 0 0 15 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20704] ppid=20687 vsize=7643256 CPUtime=0.14 cores=4,6
/proc/20689/task/20704/stat : 20704 (java) S 20687 20689 20390 0 -1 4202560 3841 0 0 0 14 0 0 0 15 0 19 0 490311341 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20707] ppid=20687 vsize=7643256 CPUtime=3.9 cores=4,6
/proc/20689/task/20707/stat : 20707 (java) S 20687 20689 20390 0 -1 4202560 9321 0 0 0 389 1 0 0 15 0 19 0 490311343 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 0 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20708] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20708/stat : 20708 (java) S 20687 20689 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20709] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20709/stat : 20709 (java) S 20687 20689 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311343 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20721] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20721/stat : 20721 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490311345 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528657841 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20722] ppid=20687 vsize=7643256 CPUtime=0.33 cores=4,6
/proc/20689/task/20722/stat : 20722 (java) S 20687 20689 20390 0 -1 4202560 2841 0 0 0 33 0 0 0 15 0 19 0 490311345 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20723] ppid=20687 vsize=7643256 CPUtime=0.9 cores=4,6
/proc/20689/task/20723/stat : 20723 (java) S 20687 20689 20390 0 -1 4202560 9590 0 0 0 88 2 0 0 15 0 19 0 490311345 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20724] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20724/stat : 20724 (java) S 20687 20689 20390 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490311345 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650137 0 4 0 16800975 18446604443269241600 0 0 -1 6 0 0 0
[pid=20689/tid=20725] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20725/stat : 20725 (java) S 20687 20689 20390 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 490311345 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
[pid=20689/tid=20759] ppid=20687 vsize=7643256 CPUtime=0 cores=4,6
/proc/20689/task/20759/stat : 20759 (java) S 20687 20689 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311372 7826694144 36681 33554432000 1073741824 1073778376 140734220353952 18446744073709551615 246528650752 0 4 0 16800975 18446604443269241600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.64
Current children cumulated vsize (KiB) 7643256

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): 1300.78
CPU user time (s): 1300.67
CPU system time (s): 0.107983
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 7643256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.67
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46104
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= 27951
involuntary context switches= 28635

runsolver used 2.30065 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 05:05:31
IDJOB=3289765
IDBENCH=83135
IDSOLVER=1611
FILE ID=node134/3289765-1303787131
RUNJOBID= node134-1303785829-20409
PBS_JOBID= 13157245
Free space on /tmp= 71640 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.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-3289765-1303787131/watcher-3289765-1303787131 -o /tmp/evaluation-result-3289765-1303787131/solver-3289765-1303787131 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289765-1303787131.cnf

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=2039760952

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21553348 kB
Buffers:       2309508 kB
Cached:        8440372 kB
SwapCached:         64 kB
Active:        4168704 kB
Inactive:      6680456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21553348 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            7904 kB
Writeback:           0 kB
AnonPages:       98492 kB
Mapped:          21836 kB
Slab:           484228 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7459572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71636 MiB
End job on node134 at 2011-04-26 05:27:13