Trace number 3289811

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.8 1300.09

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3289811-1303787131.cnf
0.00/0.09	c reading problem ... 
0.42/0.33	c ... done. Wall clock time 0.241s.
0.42/0.33	c #vars     57800
0.42/0.33	c #constraints  183736
0.42/0.33	c constraints type 
0.42/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 94196
0.42/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87665
5.10/4.46	c cleaning 2464 clauses out of 4935 with flag 5001/5001
10.09/8.90	c cleaning 4205 clauses out of 8439 with flag 11000/11000
14.31/13.11	c cleaning 5591 clauses out of 11224 with flag 18000/18000
19.72/18.58	c cleaning 6793 clauses out of 13614 with flag 26000/26000
25.83/24.63	c cleaning 7903 clauses out of 15817 with flag 35002/35002
32.53/31.32	c cleaning 8947 clauses out of 17904 with flag 45001/45001
40.54/39.34	c cleaning 9921 clauses out of 19862 with flag 56001/56001
48.34/47.14	c cleaning 10949 clauses out of 21937 with flag 68001/68001
57.55/56.32	c cleaning 11966 clauses out of 23979 with flag 81000/81000
67.06/65.80	c cleaning 12995 clauses out of 26012 with flag 95000/95000
76.97/75.79	c cleaning 13974 clauses out of 28021 with flag 110005/110005
87.98/86.79	c cleaning 14992 clauses out of 30042 with flag 126000/126000
100.48/99.22	c cleaning 15979 clauses out of 32045 with flag 143001/143001
112.30/111.04	c cleaning 16996 clauses out of 34065 with flag 161000/161000
126.40/125.11	c cleaning 18013 clauses out of 36062 with flag 180000/180000
141.21/139.96	c cleaning 18988 clauses out of 38040 with flag 200000/200000
156.02/154.71	c cleaning 19972 clauses out of 40027 with flag 221000/221000
172.13/170.86	c cleaning 20974 clauses out of 42002 with flag 243000/243000
191.54/190.22	c cleaning 21929 clauses out of 44030 with flag 266002/266002
210.25/208.91	c cleaning 23046 clauses out of 46100 with flag 290001/290001
230.46/229.18	c cleaning 23944 clauses out of 47987 with flag 315000/315000
251.57/250.24	c cleaning 25009 clauses out of 50044 with flag 341001/341001
275.08/273.74	c cleaning 25960 clauses out of 51975 with flag 368002/368002
295.29/293.99	c cleaning 26988 clauses out of 54014 with flag 396001/396001
321.30/319.94	c cleaning 27994 clauses out of 56023 with flag 425000/425000
347.91/346.53	c cleaning 28985 clauses out of 58031 with flag 455002/455002
375.62/374.28	c cleaning 30003 clauses out of 60045 with flag 486001/486001
403.43/402.03	c cleaning 31003 clauses out of 62041 with flag 518001/518001
431.64/430.29	c cleaning 32006 clauses out of 64037 with flag 551000/551000
462.75/461.34	c cleaning 33001 clauses out of 66024 with flag 585002/585002
503.86/502.50	c cleaning 33998 clauses out of 68022 with flag 620001/620001
536.37/534.99	c cleaning 35003 clauses out of 70020 with flag 656000/656000
569.48/568.01	c cleaning 35995 clauses out of 72019 with flag 693002/693002
603.49/602.08	c cleaning 36968 clauses out of 74023 with flag 731001/731001
641.90/640.41	c cleaning 37966 clauses out of 76054 with flag 770000/770000
680.52/679.05	c cleaning 39003 clauses out of 78047 with flag 810000/810000
728.64/727.11	c cleaning 39990 clauses out of 80043 with flag 851000/851000
770.84/769.38	c cleaning 40942 clauses out of 82054 with flag 893001/893001
812.26/810.79	c cleaning 41983 clauses out of 84008 with flag 936000/936000
853.67/852.15	c cleaning 42991 clauses out of 86024 with flag 980001/980001
901.58/900.05	c cleaning 43954 clauses out of 88030 with flag 1025001/1025001
949.09/947.58	c cleaning 45009 clauses out of 90076 with flag 1071001/1071001
1002.00/1000.44	c cleaning 45969 clauses out of 92064 with flag 1118001/1118001
1054.23/1052.66	c cleaning 46970 clauses out of 94092 with flag 1166000/1166000
1109.93/1108.32	c cleaning 48047 clauses out of 96118 with flag 1215001/1215001
1167.24/1165.64	c cleaning 49028 clauses out of 98067 with flag 1265002/1265002
1218.07/1216.42	c cleaning 49943 clauses out of 100037 with flag 1316000/1316000
1280.78/1279.11	c cleaning 51032 clauses out of 102092 with flag 1368000/1368000
1301.70/1300.01	c starts		: 1325
1301.70/1300.01	c conflicts		: 1386430
1301.70/1300.01	c decisions		: 2652988
1301.70/1300.01	c propagations		: 2275863474
1301.70/1300.01	c inspects		: 7985873342
1301.70/1300.01	c shortcuts		: 0
1301.70/1300.01	c learnt literals	: 114
1301.70/1300.01	c learnt binary clauses	: 1981
1301.70/1300.01	c learnt ternary clauses	: 5935
1301.70/1300.01	c learnt constraints	: 1386316
1301.70/1300.01	c ignored constraints	: 0
1301.70/1300.01	c root simplifications	: 1439
1301.70/1300.01	c removed literals (reason simplification)	: 30887415
1301.70/1300.01	c reason swapping (by a shorter reason)	: 0
1301.70/1300.01	c Calls to reduceDB	: 48
1301.70/1300.01	c speed (assignments/second)	: 1751103.3336051963
1301.70/1300.01	c non guided choices	4469
1301.70/1300.08	c learnt constraints type 
1301.70/1300.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1890
1301.70/1300.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67623
1301.70/1300.08	c constraints type 
1301.70/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 94196
1301.70/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87665
1301.70/1300.08	s UNKNOWN
1301.70/1300.08	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-3289811-1303787131/watcher-3289811-1303787131 -o /tmp/evaluation-result-3289811-1303787131/solver-3289811-1303787131 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289811-1303787131.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.82 3.96 3.60 5/206 20696
/proc/meminfo: memFree=21529168/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=23028 CPUtime=0 cores=0,2
/proc/20696/stat : 20696 (java) R 20694 20696 20390 0 -1 4202496 950 0 0 0 0 0 0 0 22 0 1 0 490311341 23580672 693 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246511871464 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20696/statm: 5757 693 509 9 0 124 0

[startup+0.0126981 s]
/proc/loadavg: 3.82 3.96 3.60 5/206 20696
/proc/meminfo: memFree=21529168/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7540840 CPUtime=0 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 2883 0 1 0 0 0 0 0 22 0 2 0 490311341 7721820160 2584 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1885210 2590 919 9 0 1876366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.106813 s]
/proc/loadavg: 3.82 3.96 3.60 5/206 20696
/proc/meminfo: memFree=21529168/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7636172 CPUtime=0.1 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 10894 0 1 0 9 1 0 0 22 0 18 0 490311341 7819440128 10590 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1909043 10591 2116 9 0 1899781 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636172

[startup+0.300651 s]
/proc/loadavg: 3.82 3.96 3.60 5/206 20696
/proc/meminfo: memFree=21529168/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7637792 CPUtime=0.42 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 15553 0 1 0 40 2 0 0 22 0 18 0 490311341 7821099008 15042 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1909448 15043 2197 9 0 1900186 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7637792

[startup+0.700577 s]
/proc/loadavg: 3.82 3.96 3.60 5/206 20696
/proc/meminfo: memFree=21529168/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7643344 CPUtime=1.14 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 19984 0 1 0 112 2 0 0 22 0 19 0 490311341 7826784256 18640 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1910836 18640 2220 9 0 1901574 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7643344

[startup+1.50144 s]
/proc/loadavg: 3.82 3.96 3.60 10/266 20761
/proc/meminfo: memFree=21329188/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7643156 CPUtime=2.16 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 20208 0 1 0 214 2 0 0 22 0 19 0 490311341 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1910789 18727 2223 9 0 1901527 0
[pid=20696/tid=20706] ppid=20694 vsize=7643156 CPUtime=1.49 cores=0,2
/proc/20696/task/20706/stat : 20706 (java) R 20694 20696 20390 0 -1 4202560 15575 0 1 0 147 2 0 0 25 0 19 0 490311342 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 46912505802050 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20696/tid=20710] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20710/stat : 20710 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20711] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20711/stat : 20711 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20712] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20712/stat : 20712 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20713] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20713/stat : 20713 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20714] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20714/stat : 20714 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20715] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490311343 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 490311344 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 490311345 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 490311345 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7643156 CPUtime=0.18 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) R 20694 20696 20390 0 -1 4202560 244 0 0 0 18 0 0 0 19 0 19 0 490311347 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 47380275361841 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7643156 CPUtime=0.49 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3227 0 0 0 49 0 0 0 15 0 19 0 490311347 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490311347 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7643156 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7826591744 18727 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 7643156

[startup+3.10117 s]
/proc/loadavg: 3.82 3.96 3.60 6/266 20761
/proc/meminfo: memFree=21318896/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7643324 CPUtime=3.78 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 20404 0 1 0 376 2 0 0 22 0 19 0 490311341 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1910831 18921 2225 9 0 1901569 0
[pid=20696/tid=20706] ppid=20694 vsize=7643324 CPUtime=3.09 cores=0,2
/proc/20696/task/20706/stat : 20706 (java) R 20694 20696 20390 0 -1 4202560 15747 0 1 0 307 2 0 0 25 0 19 0 490311342 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 46912505802078 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20696/tid=20710] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20710/stat : 20710 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20711] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20711/stat : 20711 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20712] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20712/stat : 20712 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20713] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20713/stat : 20713 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20714] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20714/stat : 20714 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20715] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490311343 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490311344 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 490311345 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 490311345 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7643324 CPUtime=0.19 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) S 20694 20696 20390 0 -1 4202560 267 0 0 0 19 0 0 0 15 0 19 0 490311347 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7643324 CPUtime=0.49 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3227 0 0 0 49 0 0 0 15 0 19 0 490311347 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490311347 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7643324 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7826763776 18921 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 7643324

[startup+6.30158 s]
/proc/loadavg: 3.91 3.98 3.61 6/266 20761
/proc/meminfo: memFree=21165836/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7658060 CPUtime=7.46 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 39004 0 1 0 742 4 0 0 22 0 19 0 490311341 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1914515 35339 2251 9 0 1905253 0
[pid=20696/tid=20706] ppid=20694 vsize=7658060 CPUtime=6.13 cores=0,2
/proc/20696/task/20706/stat : 20706 (java) R 20694 20696 20390 0 -1 4202560 15882 0 1 0 611 2 0 0 25 0 19 0 490311342 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 46912505677394 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20696/tid=20710] ppid=20694 vsize=7658060 CPUtime=0.05 cores=0,2
/proc/20696/task/20710/stat : 20710 (java) S 20694 20696 20390 0 -1 4202560 4140 0 0 0 5 0 0 0 17 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20711] ppid=20694 vsize=7658060 CPUtime=0.01 cores=0,2
/proc/20696/task/20711/stat : 20711 (java) S 20694 20696 20390 0 -1 4202560 2047 0 0 0 1 0 0 0 17 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20712] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20712/stat : 20712 (java) S 20694 20696 20390 0 -1 4202560 142 0 0 0 0 0 0 0 18 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20713] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20713/stat : 20713 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20714] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20714/stat : 20714 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20715] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490311343 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7658060 CPUtime=0.09 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 6323 0 0 0 9 0 0 0 15 0 19 0 490311344 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311345 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311345 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7658060 CPUtime=0.63 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) S 20694 20696 20390 0 -1 4202560 6084 0 0 0 63 0 0 0 16 0 19 0 490311347 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7658060 CPUtime=0.49 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3229 0 0 0 49 0 0 0 15 0 19 0 490311347 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490311347 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7658060 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7841853440 35339 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 7658060

[startup+12.7014 s]

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

[pid=20696/tid=20715] ppid=20694 vsize=7651376 CPUtime=0.09 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 9 0 0 0 15 0 19 0 490311343 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7651376 CPUtime=0.07 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 490311343 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1163 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7651376 CPUtime=4.47 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 9928 0 0 0 446 1 0 0 15 0 19 0 490311344 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7651376 CPUtime=0.68 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) S 20694 20696 20390 0 -1 4202560 6086 0 0 0 68 0 0 0 15 0 19 0 490311347 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7651376 CPUtime=0.52 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3231 0 0 0 52 0 0 0 15 0 19 0 490311347 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 490311347 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7835009024 39493 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.94
Current children cumulated vsize (KiB) 7651376

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 3.90 6/266 20793
/proc/meminfo: memFree=21068852/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7651376 CPUtime=1183.97 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 45052 0 1 0 118389 8 0 0 22 0 19 0 490311341 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1912844 39620 2253 9 0 1903582 0
[pid=20696/tid=20706] ppid=20694 vsize=7651376 CPUtime=1177.16 cores=0,2
/proc/20696/task/20706/stat : 20706 (java) R 20694 20696 20390 0 -1 4202560 15928 0 1 0 117713 3 0 0 25 0 19 0 490311342 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 46912505802083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20696/tid=20710] ppid=20694 vsize=7651376 CPUtime=0.13 cores=0,2
/proc/20696/task/20710/stat : 20710 (java) S 20694 20696 20390 0 -1 4202560 4749 0 0 0 13 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20711] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20711/stat : 20711 (java) S 20694 20696 20390 0 -1 4202560 2061 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20712] ppid=20694 vsize=7651376 CPUtime=0.13 cores=0,2
/proc/20696/task/20712/stat : 20712 (java) S 20694 20696 20390 0 -1 4202560 425 0 0 0 13 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20713] ppid=20694 vsize=7651376 CPUtime=0.13 cores=0,2
/proc/20696/task/20713/stat : 20713 (java) S 20694 20696 20390 0 -1 4202560 119 0 0 0 13 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20714] ppid=20694 vsize=7651376 CPUtime=0.11 cores=0,2
/proc/20696/task/20714/stat : 20714 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 11 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20715] ppid=20694 vsize=7651376 CPUtime=0.09 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 9 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7651376 CPUtime=0.07 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1163 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7651376 CPUtime=4.57 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 10050 0 0 0 456 1 0 0 15 0 19 0 490311344 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7651376 CPUtime=0.68 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) S 20694 20696 20390 0 -1 4202560 6086 0 0 0 68 0 0 0 15 0 19 0 490311347 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7651376 CPUtime=0.52 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3231 0 0 0 52 0 0 0 15 0 19 0 490311347 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 490311347 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7835009024 39620 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.97
Current children cumulated vsize (KiB) 7651376

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.91 6/266 20794
/proc/meminfo: memFree=21063856/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7651376 CPUtime=1243.98 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 45418 0 1 0 124390 8 0 0 22 0 19 0 490311341 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1912844 39979 2253 9 0 1903582 0
[pid=20696/tid=20706] ppid=20694 vsize=7651376 CPUtime=1237.04 cores=0,2
/proc/20696/task/20706/stat : 20706 (java) R 20694 20696 20390 0 -1 4202560 15929 0 1 0 123701 3 0 0 25 0 19 0 490311342 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 46912505639576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20696/tid=20710] ppid=20694 vsize=7651376 CPUtime=0.13 cores=0,2
/proc/20696/task/20710/stat : 20710 (java) S 20694 20696 20390 0 -1 4202560 4749 0 0 0 13 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20711] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20711/stat : 20711 (java) S 20694 20696 20390 0 -1 4202560 2061 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20712] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20712/stat : 20712 (java) S 20694 20696 20390 0 -1 4202560 512 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20713] ppid=20694 vsize=7651376 CPUtime=0.15 cores=0,2
/proc/20696/task/20713/stat : 20713 (java) S 20694 20696 20390 0 -1 4202560 119 0 0 0 15 0 0 0 16 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20714] ppid=20694 vsize=7651376 CPUtime=0.11 cores=0,2
/proc/20696/task/20714/stat : 20714 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 11 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20715] ppid=20694 vsize=7651376 CPUtime=0.09 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 9 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7651376 CPUtime=0.07 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1163 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7651376 CPUtime=4.67 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 10324 0 0 0 466 1 0 0 15 0 19 0 490311344 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7651376 CPUtime=0.68 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) S 20694 20696 20390 0 -1 4202560 6086 0 0 0 68 0 0 0 15 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7651376 CPUtime=0.52 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3231 0 0 0 52 0 0 0 15 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.98
Current children cumulated vsize (KiB) 7651376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.92 6/249 20802
/proc/meminfo: memFree=21174432/32951124 swapFree=67111352/67111528
[pid=20696] ppid=20694 vsize=7651376 CPUtime=1301.7 cores=0,2
/proc/20696/stat : 20696 (java) S 20694 20696 20390 0 -1 4202496 45425 0 1 0 130162 8 0 0 22 0 19 0 490311341 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20696/statm: 1912844 39979 2253 9 0 1903582 0
[pid=20696/tid=20706] ppid=20694 vsize=7651376 CPUtime=1294.6 cores=0,2
/proc/20696/task/20706/stat : 20706 (java) R 20694 20696 20390 0 -1 4202560 15930 0 1 0 129457 3 0 0 25 0 19 0 490311342 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 46912505802078 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20696/tid=20710] ppid=20694 vsize=7651376 CPUtime=0.13 cores=0,2
/proc/20696/task/20710/stat : 20710 (java) S 20694 20696 20390 0 -1 4202560 4749 0 0 0 13 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20711] ppid=20694 vsize=7651376 CPUtime=0.15 cores=0,2
/proc/20696/task/20711/stat : 20711 (java) S 20694 20696 20390 0 -1 4202560 2061 0 0 0 15 0 0 0 16 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20712] ppid=20694 vsize=7651376 CPUtime=0.15 cores=0,2
/proc/20696/task/20712/stat : 20712 (java) S 20694 20696 20390 0 -1 4202560 512 0 0 0 15 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20713] ppid=20694 vsize=7651376 CPUtime=0.15 cores=0,2
/proc/20696/task/20713/stat : 20713 (java) S 20694 20696 20390 0 -1 4202560 119 0 0 0 15 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20714] ppid=20694 vsize=7651376 CPUtime=0.11 cores=0,2
/proc/20696/task/20714/stat : 20714 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 11 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20715] ppid=20694 vsize=7651376 CPUtime=0.09 cores=0,2
/proc/20696/task/20715/stat : 20715 (java) S 20694 20696 20390 0 -1 4202560 6 0 0 0 9 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20716] ppid=20694 vsize=7651376 CPUtime=0.07 cores=0,2
/proc/20696/task/20716/stat : 20716 (java) S 20694 20696 20390 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20717] ppid=20694 vsize=7651376 CPUtime=0.14 cores=0,2
/proc/20696/task/20717/stat : 20717 (java) S 20694 20696 20390 0 -1 4202560 1163 0 0 0 14 0 0 0 15 0 19 0 490311343 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20718] ppid=20694 vsize=7651376 CPUtime=4.81 cores=0,2
/proc/20696/task/20718/stat : 20718 (java) S 20694 20696 20390 0 -1 4202560 10326 0 0 0 480 1 0 0 15 0 19 0 490311344 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 0 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20719] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20719/stat : 20719 (java) S 20694 20696 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20720] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20720/stat : 20720 (java) S 20694 20696 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311345 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20726] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20726/stat : 20726 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528657841 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20727] ppid=20694 vsize=7651376 CPUtime=0.68 cores=0,2
/proc/20696/task/20727/stat : 20727 (java) S 20694 20696 20390 0 -1 4202560 6086 0 0 0 68 0 0 0 15 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20728] ppid=20694 vsize=7651376 CPUtime=0.52 cores=0,2
/proc/20696/task/20728/stat : 20728 (java) S 20694 20696 20390 0 -1 4202560 3231 0 0 0 52 0 0 0 15 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20729] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20729/stat : 20729 (java) S 20694 20696 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650137 0 4 0 16800975 18446604443054791360 0 0 -1 0 0 0 0
[pid=20696/tid=20730] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20730/stat : 20730 (java) S 20694 20696 20390 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 490311347 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
[pid=20696/tid=20760] ppid=20694 vsize=7651376 CPUtime=0 cores=0,2
/proc/20696/task/20760/stat : 20760 (java) S 20694 20696 20390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490311380 7835009024 39979 33554432000 1073741824 1073778376 140736687193856 18446744073709551615 246528650752 0 4 0 16800975 18446604443054791360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.7
Current children cumulated vsize (KiB) 7651376

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.09
CPU time (s): 1301.8
CPU user time (s): 1301.71
CPU system time (s): 0.090986
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 7662448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.71
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45462
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= 27962
involuntary context switches= 6246

runsolver used 2.42463 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 05:05:31
IDJOB=3289811
IDBENCH=83137
IDSOLVER=1611
FILE ID=node134/3289811-1303787131
RUNJOBID= node134-1303785829-20408
PBS_JOBID= 13157245
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
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:      21534284 kB
Buffers:       2309512 kB
Cached:        8441920 kB
SwapCached:         64 kB
Active:        4190180 kB
Inactive:      6677876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21534284 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            8680 kB
Writeback:           0 kB
AnonPages:      115952 kB
Mapped:          23000 kB
Slab:           484228 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14676400 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:14