Trace number 3289581

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

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.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3289581-1303786758.cnf
0.08/0.10	c reading problem ... 
0.31/0.26	c ... done. Wall clock time 0.165s.
0.31/0.26	c #vars     36410
0.31/0.26	c #constraints  115431
0.31/0.26	c constraints type 
0.31/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58011
0.31/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56175
3.77/3.14	c cleaning 2466 clauses out of 4949 with flag 5002/5002
7.04/6.00	c cleaning 4223 clauses out of 8446 with flag 11000/11000
10.05/8.98	c cleaning 5603 clauses out of 11211 with flag 18000/18000
13.46/12.36	c cleaning 6777 clauses out of 13577 with flag 26003/26003
17.58/16.41	c cleaning 7874 clauses out of 15796 with flag 35000/35000
21.78/20.68	c cleaning 8955 clauses out of 17922 with flag 45000/45000
26.98/25.80	c cleaning 9965 clauses out of 19955 with flag 56000/56000
32.29/31.11	c cleaning 10941 clauses out of 21952 with flag 68001/68001
38.50/37.40	c cleaning 11909 clauses out of 23829 with flag 81003/81003
45.00/43.85	c cleaning 12946 clauses out of 25915 with flag 95000/95000
52.40/51.26	c cleaning 13983 clauses out of 27969 with flag 110000/110000
59.51/58.39	c cleaning 14985 clauses out of 29986 with flag 126000/126000
68.32/67.19	c cleaning 15992 clauses out of 31995 with flag 143000/143000
78.52/77.38	c cleaning 16975 clauses out of 34003 with flag 161000/161000
89.63/88.43	c cleaning 17979 clauses out of 36028 with flag 180000/180000
100.93/99.77	c cleaning 19001 clauses out of 38034 with flag 200002/200002
112.84/111.65	c cleaning 20002 clauses out of 40024 with flag 221001/221001
125.24/124.02	c cleaning 20975 clauses out of 42012 with flag 243001/243001
137.95/136.75	c cleaning 21972 clauses out of 44037 with flag 266001/266001
151.06/149.89	c cleaning 23016 clauses out of 46062 with flag 290001/290001
165.66/164.44	c cleaning 23986 clauses out of 48045 with flag 315000/315000
181.97/180.72	c cleaning 24993 clauses out of 50058 with flag 341001/341001
198.09/196.86	c cleaning 26024 clauses out of 52064 with flag 368000/368000
217.00/215.72	c cleaning 26969 clauses out of 54040 with flag 396000/396000
235.90/234.62	c cleaning 28019 clauses out of 56068 with flag 425000/425000
254.81/253.51	c cleaning 29012 clauses out of 58049 with flag 455000/455000
273.51/272.23	c cleaning 30012 clauses out of 60038 with flag 486001/486001
293.62/292.32	c cleaning 31004 clauses out of 62020 with flag 518001/518001
317.23/315.91	c cleaning 32002 clauses out of 64015 with flag 551000/551000
340.23/338.99	c cleaning 32986 clauses out of 66013 with flag 585000/585000
364.25/362.97	c cleaning 33994 clauses out of 68030 with flag 620003/620003
388.15/386.85	c cleaning 34995 clauses out of 70033 with flag 656000/656000
413.96/412.67	c cleaning 35960 clauses out of 72002 with flag 693002/693002
438.86/437.56	c cleaning 36979 clauses out of 74040 with flag 731000/731000
464.67/463.38	c cleaning 37994 clauses out of 76059 with flag 770000/770000
495.48/494.11	c cleaning 39002 clauses out of 78066 with flag 810001/810001
525.79/524.46	c cleaning 40002 clauses out of 80065 with flag 851002/851002
557.70/556.38	c cleaning 40890 clauses out of 81835 with flag 893000/893000
591.60/590.28	c cleaning 41969 clauses out of 83945 with flag 936000/936000
624.91/623.51	c cleaning 42954 clauses out of 85976 with flag 980000/980000
661.52/660.14	c cleaning 43984 clauses out of 88024 with flag 1025002/1025002
697.33/695.90	c cleaning 44962 clauses out of 90001 with flag 1071001/1071001
733.94/732.59	c cleaning 46010 clauses out of 92041 with flag 1118003/1118003
770.45/769.09	c cleaning 46982 clauses out of 94022 with flag 1166000/1166000
813.06/811.68	c cleaning 48011 clauses out of 96041 with flag 1215001/1215001
852.97/851.57	c cleaning 49004 clauses out of 98030 with flag 1265001/1265001
892.77/891.32	c cleaning 49997 clauses out of 100022 with flag 1316000/1316000
936.89/935.48	c cleaning 50991 clauses out of 102025 with flag 1368000/1368000
979.91/978.43	c cleaning 52003 clauses out of 104024 with flag 1421001/1421001
1022.92/1021.45	c cleaning 52991 clauses out of 106021 with flag 1475001/1475001
1069.43/1067.96	c cleaning 54006 clauses out of 108029 with flag 1530000/1530000
1116.34/1114.88	c cleaning 54986 clauses out of 110023 with flag 1586001/1586001
1161.95/1160.42	c cleaning 55961 clauses out of 112036 with flag 1643000/1643000
1210.86/1209.39	c cleaning 57022 clauses out of 114075 with flag 1701000/1701000
1259.57/1258.02	c cleaning 58020 clauses out of 116052 with flag 1760000/1760000
1301.58/1300.01	c starts		: 1482
1301.58/1300.01	c conflicts		: 1807873
1301.58/1300.01	c decisions		: 2918187
1301.58/1300.01	c propagations		: 2363610434
1301.58/1300.01	c inspects		: 10049532265
1301.58/1300.01	c shortcuts		: 0
1301.58/1300.01	c learnt literals	: 79
1301.58/1300.01	c learnt binary clauses	: 1380
1301.58/1300.01	c learnt ternary clauses	: 3737
1301.58/1300.01	c learnt constraints	: 1807794
1301.58/1300.01	c ignored constraints	: 0
1301.58/1300.01	c root simplifications	: 1561
1301.58/1300.01	c removed literals (reason simplification)	: 50474023
1301.58/1300.01	c reason swapping (by a shorter reason)	: 0
1301.58/1300.01	c Calls to reduceDB	: 55
1301.58/1300.01	c speed (assignments/second)	: 1818518.5817217994
1301.58/1300.01	c non guided choices	1102
1301.58/1300.05	c learnt constraints type 
1301.58/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1319
1301.58/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104600
1301.58/1300.05	c constraints type 
1301.58/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58011
1301.58/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56175
1301.58/1300.05	s UNKNOWN
1301.58/1300.05	c Total wall clock time (in seconds) : 1299.912

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

running on 2 cores: 5,7

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.04 3.72 3.56 3/182 13990
/proc/meminfo: memFree=23254604/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=23028 CPUtime=0 cores=5,7
/proc/13990/stat : 13990 (java) R 13988 13990 12230 0 -1 4202496 974 0 0 0 0 0 0 0 23 0 1 0 490273711 23580672 717 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 47869461721246 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13990/statm: 5757 729 535 9 0 124 0

[startup+0.08309 s]
/proc/loadavg: 3.04 3.72 3.56 3/182 13990
/proc/meminfo: memFree=23254604/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 9465 0 1 0 5 1 0 0 23 0 18 0 490273711 7751618560 9161 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1892485 9161 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.101098 s]
/proc/loadavg: 3.04 3.72 3.56 3/182 13990
/proc/meminfo: memFree=23254604/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7570236 CPUtime=0.08 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 9874 0 2 0 7 1 0 0 23 0 18 0 490273711 7751921664 9571 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1892559 9571 1916 9 0 1883297 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570236

[startup+0.301018 s]
/proc/loadavg: 3.04 3.72 3.56 3/182 13990
/proc/meminfo: memFree=23254604/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7639244 CPUtime=0.42 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 15267 0 10 0 39 3 0 0 23 0 19 0 490273711 7822585856 14818 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1909811 14818 2208 9 0 1900549 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7639244

[startup+0.700946 s]
/proc/loadavg: 3.04 3.72 3.56 3/182 13990
/proc/meminfo: memFree=23254604/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7640260 CPUtime=1.22 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 20249 0 10 0 119 3 0 0 23 0 19 0 490273711 7823626240 16940 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1910065 16940 2222 9 0 1900803 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 7640260

[startup+1.50083 s]
/proc/loadavg: 3.68 3.84 3.60 8/266 14085
/proc/meminfo: memFree=22978944/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7640260 CPUtime=2.13 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 20399 0 10 0 209 4 0 0 23 0 19 0 490273711 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1910065 17089 2223 9 0 1900803 0
[pid=13990/tid=13992] ppid=13988 vsize=7640260 CPUtime=1.47 cores=5,7
/proc/13990/task/13992/stat : 13992 (java) R 13988 13990 12230 0 -1 4202560 12926 0 2 0 145 2 0 0 20 0 19 0 490273712 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 46912505667532 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13990/tid=13993] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13993/stat : 13993 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13994] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13994/stat : 13994 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13995] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13995/stat : 13995 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13996] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13996/stat : 13996 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13997] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13997/stat : 13997 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13998] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 19 0 490273715 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273715 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273715 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7640260 CPUtime=0.57 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 5919 0 8 0 57 0 0 0 16 0 19 0 490273717 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7640260 CPUtime=0.06 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 392 0 0 0 6 0 0 0 20 0 19 0 490273717 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273717 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7640260 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7823626240 17089 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7640260

[startup+3.10153 s]
/proc/loadavg: 3.68 3.84 3.60 6/266 14085
/proc/meminfo: memFree=22975428/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7640808 CPUtime=3.77 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 20781 0 10 0 373 4 0 0 23 0 19 0 490273711 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1910202 17469 2226 9 0 1900940 0
[pid=13990/tid=13992] ppid=13988 vsize=7640808 CPUtime=3.07 cores=5,7
/proc/13990/task/13992/stat : 13992 (java) R 13988 13990 12230 0 -1 4202560 13194 0 2 0 305 2 0 0 25 0 19 0 490273712 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 46912505747432 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13990/tid=13993] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13993/stat : 13993 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13994] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13994/stat : 13994 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13995] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13995/stat : 13995 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13996] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13996/stat : 13996 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13997] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13997/stat : 13997 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13998] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273713 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490273715 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273715 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273715 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7640808 CPUtime=0.58 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 5919 0 8 0 58 0 0 0 15 0 19 0 490273717 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7640808 CPUtime=0.09 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 506 0 0 0 9 0 0 0 15 0 19 0 490273717 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273717 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7640808 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7824187392 17469 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 7640808

[startup+6.30094 s]
/proc/loadavg: 3.68 3.84 3.60 5/266 14086
/proc/meminfo: memFree=22721796/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7653736 CPUtime=7.45 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 35197 0 10 0 739 6 0 0 23 0 19 0 490273711 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1913434 29229 2254 9 0 1904172 0
[pid=13990/tid=13992] ppid=13988 vsize=7653736 CPUtime=6.11 cores=5,7
/proc/13990/task/13992/stat : 13992 (java) R 13988 13990 12230 0 -1 4202560 13204 0 2 0 609 2 0 0 25 0 19 0 490273712 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 46912505620558 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13990/tid=13993] ppid=13988 vsize=7653736 CPUtime=0.02 cores=5,7
/proc/13990/task/13993/stat : 13993 (java) S 13988 13990 12230 0 -1 4202560 2032 0 0 0 2 0 0 0 18 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13994] ppid=13988 vsize=7653736 CPUtime=0.01 cores=5,7
/proc/13990/task/13994/stat : 13994 (java) S 13988 13990 12230 0 -1 4202560 1507 0 0 0 1 0 0 0 17 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13995] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/13995/stat : 13995 (java) S 13988 13990 12230 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13996] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/13996/stat : 13996 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13997] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/13997/stat : 13997 (java) S 13988 13990 12230 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13998] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 490273713 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 4144 0 0 0 10 0 0 0 16 0 19 0 490273715 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7653736 CPUtime=1.02 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 11773 0 8 0 100 2 0 0 15 0 19 0 490273717 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 513 0 0 0 11 0 0 0 15 0 19 0 490273717 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) R 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273717 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7837425664 29229 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 7653736

[startup+12.7008 s]

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

[pid=13990/tid=13998] ppid=13988 vsize=7653736 CPUtime=0.05 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 1080 0 0 0 5 0 0 0 15 0 19 0 490273713 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 360 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 229 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7653736 CPUtime=3.38 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 7487 0 0 0 337 1 0 0 15 0 19 0 490273715 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7653736 CPUtime=1.04 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 11775 0 8 0 102 2 0 0 15 0 19 0 490273717 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 513 0 0 0 11 0 0 0 15 0 19 0 490273717 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7653736 CPUtime=0.01 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) S 13988 13990 12230 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 490273717 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7837425664 34408 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.85
Current children cumulated vsize (KiB) 7653736

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 3.91 5/266 14129
/proc/meminfo: memFree=22661804/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7653736 CPUtime=1183.86 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 40580 0 10 0 118378 8 0 0 23 0 19 0 490273711 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1913434 34429 2254 9 0 1904172 0
[pid=13990/tid=13992] ppid=13988 vsize=7653736 CPUtime=1178.42 cores=5,7
/proc/13990/task/13992/stat : 13992 (java) R 13988 13990 12230 0 -1 4202560 13255 0 2 0 117840 2 0 0 25 0 19 0 490273712 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 46912505728129 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13990/tid=13993] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13993/stat : 13993 (java) S 13988 13990 12230 0 -1 4202560 2040 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13994] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13994/stat : 13994 (java) S 13988 13990 12230 0 -1 4202560 1515 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13995] ppid=13988 vsize=7653736 CPUtime=0.04 cores=5,7
/proc/13990/task/13995/stat : 13995 (java) S 13988 13990 12230 0 -1 4202560 453 0 0 0 4 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13996] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13996/stat : 13996 (java) S 13988 13990 12230 0 -1 4202560 77 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13997] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/13997/stat : 13997 (java) S 13988 13990 12230 0 -1 4202560 554 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13998] ppid=13988 vsize=7653736 CPUtime=0.06 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 1080 0 0 0 6 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 360 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 229 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7653736 CPUtime=3.45 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 7510 0 0 0 344 1 0 0 15 0 19 0 490273715 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7653736 CPUtime=1.04 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 11775 0 8 0 102 2 0 0 15 0 19 0 490273717 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 513 0 0 0 11 0 0 0 15 0 19 0 490273717 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7653736 CPUtime=0.01 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) S 13988 13990 12230 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 490273717 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7837425664 34429 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.86
Current children cumulated vsize (KiB) 7653736

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 3.91 5/266 14131
/proc/meminfo: memFree=22659280/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7653736 CPUtime=1243.87 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 40691 0 10 0 124379 8 0 0 23 0 19 0 490273711 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1913434 34533 2254 9 0 1904172 0
[pid=13990/tid=13992] ppid=13988 vsize=7653736 CPUtime=1238.34 cores=5,7
/proc/13990/task/13992/stat : 13992 (java) R 13988 13990 12230 0 -1 4202560 13256 0 2 0 123832 2 0 0 25 0 19 0 490273712 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 46912505727888 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13990/tid=13993] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13993/stat : 13993 (java) S 13988 13990 12230 0 -1 4202560 2040 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13994] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13994/stat : 13994 (java) S 13988 13990 12230 0 -1 4202560 1515 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13995] ppid=13988 vsize=7653736 CPUtime=0.04 cores=5,7
/proc/13990/task/13995/stat : 13995 (java) S 13988 13990 12230 0 -1 4202560 453 0 0 0 4 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13996] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13996/stat : 13996 (java) S 13988 13990 12230 0 -1 4202560 77 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13997] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/13997/stat : 13997 (java) S 13988 13990 12230 0 -1 4202560 554 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13998] ppid=13988 vsize=7653736 CPUtime=0.06 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 1080 0 0 0 6 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7653736 CPUtime=0.12 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 360 0 0 0 12 0 0 0 16 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 229 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7653736 CPUtime=3.52 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 7616 0 0 0 351 1 0 0 15 0 19 0 490273715 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7653736 CPUtime=1.04 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 11775 0 8 0 102 2 0 0 15 0 19 0 490273717 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 513 0 0 0 11 0 0 0 15 0 19 0 490273717 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7653736 CPUtime=0.01 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) S 13988 13990 12230 0 -1 4202560 73 0 0 0 1 0 0 0 15 0 19 0 490273717 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7837425664 34533 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.87
Current children cumulated vsize (KiB) 7653736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.91 5/266 14132
/proc/meminfo: memFree=22658352/32951124 swapFree=67111524/67111528
[pid=13990] ppid=13988 vsize=7653736 CPUtime=1301.58 cores=5,7
/proc/13990/stat : 13990 (java) S 13988 13990 12230 0 -1 4202496 40759 0 10 0 130150 8 0 0 23 0 19 0 490273711 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13990/statm: 1913434 34594 2254 9 0 1904172 0
[pid=13990/tid=13992] ppid=13988 vsize=7653736 CPUtime=1295.97 cores=5,7
/proc/13990/task/13992/stat : 13992 (java) R 13988 13990 12230 0 -1 4202560 13257 0 2 0 129595 2 0 0 25 0 19 0 490273712 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 46912505673857 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13990/tid=13993] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13993/stat : 13993 (java) S 13988 13990 12230 0 -1 4202560 2040 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13994] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/13994/stat : 13994 (java) S 13988 13990 12230 0 -1 4202560 1518 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13995] ppid=13988 vsize=7653736 CPUtime=0.04 cores=5,7
/proc/13990/task/13995/stat : 13995 (java) S 13988 13990 12230 0 -1 4202560 453 0 0 0 4 0 0 0 16 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13996] ppid=13988 vsize=7653736 CPUtime=0.1 cores=5,7
/proc/13990/task/13996/stat : 13996 (java) S 13988 13990 12230 0 -1 4202560 77 0 0 0 10 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13997] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/13997/stat : 13997 (java) S 13988 13990 12230 0 -1 4202560 554 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13998] ppid=13988 vsize=7653736 CPUtime=0.06 cores=5,7
/proc/13990/task/13998/stat : 13998 (java) S 13988 13990 12230 0 -1 4202560 1080 0 0 0 6 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=13999] ppid=13988 vsize=7653736 CPUtime=0.12 cores=5,7
/proc/13990/task/13999/stat : 13999 (java) S 13988 13990 12230 0 -1 4202560 360 0 0 0 12 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14000] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14000/stat : 14000 (java) S 13988 13990 12230 0 -1 4202560 229 0 0 0 11 0 0 0 15 0 19 0 490273713 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14001] ppid=13988 vsize=7653736 CPUtime=3.59 cores=5,7
/proc/13990/task/14001/stat : 14001 (java) S 13988 13990 12230 0 -1 4202560 7676 0 0 0 358 1 0 0 15 0 19 0 490273715 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 0 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14002] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14002/stat : 14002 (java) S 13988 13990 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14003] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14003/stat : 14003 (java) S 13988 13990 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273715 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14004] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14004/stat : 14004 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389125041 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14005] ppid=13988 vsize=7653736 CPUtime=1.04 cores=5,7
/proc/13990/task/14005/stat : 14005 (java) S 13988 13990 12230 0 -1 4202560 11775 0 8 0 102 2 0 0 15 0 19 0 490273717 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14006] ppid=13988 vsize=7653736 CPUtime=0.11 cores=5,7
/proc/13990/task/14006/stat : 14006 (java) S 13988 13990 12230 0 -1 4202560 513 0 0 0 11 0 0 0 15 0 19 0 490273717 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14007] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14007/stat : 14007 (java) S 13988 13990 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273717 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117337 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
[pid=13990/tid=14008] ppid=13988 vsize=7653736 CPUtime=0.01 cores=5,7
/proc/13990/task/14008/stat : 14008 (java) S 13988 13990 12230 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 490273717 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 7 0 0 0
[pid=13990/tid=14082] ppid=13988 vsize=7653736 CPUtime=0 cores=5,7
/proc/13990/task/14082/stat : 14082 (java) S 13988 13990 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273741 7837425664 34594 33554432000 1073741824 1073778376 140736326964416 18446744073709551615 255389117952 0 4 0 16800975 18446604462658140992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 7653736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.67
CPU user time (s): 1301.58
CPU system time (s): 0.088986
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 7659176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.58
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40796
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28219
involuntary context switches= 4380

runsolver used 2.47662 second user time and 5.62514 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 04:59:18
IDJOB=3289581
IDBENCH=83127
IDSOLVER=1611
FILE ID=node135/3289581-1303786758
RUNJOBID= node135-1303786758-13973
PBS_JOBID= 13157209
Free space on /tmp= 71628 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=530269078

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23255256 kB
Buffers:       1827004 kB
Cached:        7220228 kB
SwapCached:          4 kB
Active:         558472 kB
Inactive:      8559636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23255256 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5132 kB
Writeback:           0 kB
AnonPages:       70092 kB
Mapped:          14504 kB
Slab:           514704 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   201764 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= 71620 MiB
End job on node135 at 2011-04-26 05:21:00