Trace number 3190278

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.192
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.17	c no version file found!!!
0.01/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.17	c java.vm.version	19.1-b02
0.01/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.17	c sun.arch.data.model	64
0.01/0.17	c java.version		1.6.0_24
0.01/0.17	c os.name		Linux
0.01/0.17	c os.version		2.6.18-164.el5
0.01/0.17	c os.arch		amd64
0.01/0.17	c Free memory 		6997539544
0.01/0.17	c Max memory 		7034241024
0.01/0.17	c Total memory 		7034241024
0.01/0.17	c Number of processors 	8
0.01/0.17	c --- Begin Solver configuration ---
0.01/0.17	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.01/0.17	c Learn all clauses as in MiniSAT
0.01/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.17	c Expensive reason simplification
0.01/0.17	c Armin Biere (Picosat) restarts strategy
0.01/0.17	c Glucose learned constraints deletion strategy
0.01/0.17	c timeout=2147483647s
0.01/0.17	c DB Simplification allowed=true
0.01/0.17	c --- End Solver configuration ---
0.01/0.17	c solving HOME/instance-3190278-1302597985.cnf
0.01/0.17	c reading problem ... 
0.39/0.35	c ... done. Wall clock time 0.249s.
0.39/0.35	c #vars     35000
0.39/0.35	c #constraints  147000
0.39/0.35	c constraints type 
0.39/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
5.71/5.36	c cleaning 2495 clauses out of 5000 with flag 5000/5000
10.86/10.47	c cleaning 4251 clauses out of 8505 with flag 11000/11000
17.06/16.60	c cleaning 5626 clauses out of 11254 with flag 18000/18000
24.08/23.62	c cleaning 6813 clauses out of 13629 with flag 26001/26001
31.78/31.33	c cleaning 7902 clauses out of 15817 with flag 35002/35002
40.39/39.96	c cleaning 8954 clauses out of 17914 with flag 45001/45001
49.70/49.24	c cleaning 9980 clauses out of 19963 with flag 56004/56004
60.21/59.76	c cleaning 10985 clauses out of 21980 with flag 68001/68001
71.52/71.06	c cleaning 11995 clauses out of 23995 with flag 81001/81001
83.92/83.42	c cleaning 12993 clauses out of 26000 with flag 95001/95001
97.34/96.85	c cleaning 14000 clauses out of 28009 with flag 110003/110003
111.55/111.09	c cleaning 14999 clauses out of 30007 with flag 126001/126001
126.65/126.12	c cleaning 15999 clauses out of 32008 with flag 143001/143001
142.47/141.98	c cleaning 16995 clauses out of 34008 with flag 161000/161000
159.57/159.01	c cleaning 17997 clauses out of 36013 with flag 180000/180000
177.78/177.22	c cleaning 19000 clauses out of 38016 with flag 200000/200000
196.70/196.12	c cleaning 20001 clauses out of 40016 with flag 221000/221000
216.81/216.24	c cleaning 21005 clauses out of 42015 with flag 243000/243000
237.41/236.87	c cleaning 21999 clauses out of 44010 with flag 266000/266000
258.83/258.23	c cleaning 23002 clauses out of 46011 with flag 290000/290000
281.54/280.93	c cleaning 24000 clauses out of 48009 with flag 315000/315000
305.55/304.94	c cleaning 24997 clauses out of 50010 with flag 341001/341001
330.27/329.63	c cleaning 26005 clauses out of 52012 with flag 368000/368000
355.67/355.09	c cleaning 27001 clauses out of 54007 with flag 396000/396000
382.39/381.77	c cleaning 27995 clauses out of 56006 with flag 425000/425000
410.60/409.97	c cleaning 29003 clauses out of 58012 with flag 455001/455001
438.61/437.91	c cleaning 29996 clauses out of 60008 with flag 486000/486000
468.13/467.41	c cleaning 30997 clauses out of 62013 with flag 518001/518001
498.44/497.75	c cleaning 32005 clauses out of 64016 with flag 551001/551001
529.76/529.03	c cleaning 32987 clauses out of 66010 with flag 585000/585000
563.17/562.46	c cleaning 34001 clauses out of 68024 with flag 620001/620001
596.49/595.76	c cleaning 34995 clauses out of 70022 with flag 656000/656000
632.21/631.41	c cleaning 36013 clauses out of 72027 with flag 693000/693000
667.12/666.40	c cleaning 36994 clauses out of 74015 with flag 731001/731001
704.84/704.09	c cleaning 38002 clauses out of 76020 with flag 770000/770000
742.45/741.60	c cleaning 38997 clauses out of 78018 with flag 810000/810000
782.47/781.60	c cleaning 39997 clauses out of 80021 with flag 851000/851000
822.37/821.58	c cleaning 41006 clauses out of 82028 with flag 893004/893004
865.59/864.75	c cleaning 42001 clauses out of 84018 with flag 936000/936000
908.12/907.21	c cleaning 42995 clauses out of 86017 with flag 980000/980000
952.93/952.08	c cleaning 44009 clauses out of 88023 with flag 1025001/1025001
997.35/996.46	c cleaning 44987 clauses out of 90013 with flag 1071000/1071000
1044.27/1043.34	c cleaning 46010 clauses out of 92027 with flag 1118001/1118001
1091.10/1090.11	c cleaning 46998 clauses out of 94016 with flag 1166000/1166000
1138.71/1137.74	c cleaning 47999 clauses out of 96018 with flag 1215000/1215000
1188.93/1187.90	c cleaning 49002 clauses out of 98020 with flag 1265001/1265001
1238.65/1237.63	c cleaning 50000 clauses out of 100017 with flag 1316000/1316000
1293.18/1292.19	c cleaning 50999 clauses out of 102019 with flag 1368002/1368002
1301.11/1300.01	c starts		: 1357
1301.11/1300.01	c conflicts		: 1376096
1301.11/1300.01	c decisions		: 5395836
1301.11/1300.01	c propagations		: 1650259794
1301.11/1300.01	c inspects		: 4077748055
1301.11/1300.01	c shortcuts		: 0
1301.11/1300.01	c learnt literals	: 0
1301.11/1300.01	c learnt binary clauses	: 0
1301.11/1300.01	c learnt ternary clauses	: 72
1301.11/1300.01	c learnt constraints	: 1376095
1301.11/1300.01	c ignored constraints	: 0
1301.11/1300.01	c root simplifications	: 1357
1301.11/1300.01	c removed literals (reason simplification)	: 19745736
1301.11/1300.01	c reason swapping (by a shorter reason)	: 0
1301.11/1300.01	c Calls to reduceDB	: 48
1301.11/1300.01	c speed (assignments/second)	: 1269766.1821542147
1301.11/1300.01	c non guided choices	3141
1301.11/1300.03	c learnt constraints type 
1301.11/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59120
1301.11/1300.03	c constraints type 
1301.11/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
1301.11/1300.03	s UNKNOWN
1301.11/1300.03	c Total wall clock time (in seconds) : 1299.907

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190278-1302597985/watcher-3190278-1302597985 -o /tmp/evaluation-result-3190278-1302597985/solver-3190278-1302597985 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190278-1302597985.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: 4.01 4.00 3.38 13/212 15021
/proc/meminfo: memFree=11121708/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=9020 CPUtime=0 cores=0,2
/proc/15021/stat : 15021 (java) R 15011 15021 14712 0 -1 4194304 136 0 0 0 0 0 0 0 25 0 1 0 450029224 9236480 87 33554432000 1073741824 1073778376 140734052533952 18446744073709551615 224279963185 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15021/statm: 2255 88 71 9 0 34 0

[startup+0.0348171 s]
/proc/loadavg: 4.01 4.00 3.38 13/212 15021
/proc/meminfo: memFree=11121708/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7562296 CPUtime=0.01 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 8518 0 1 0 1 0 0 0 25 0 11 0 450029224 7743791104 8215 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1890574 8215 1623 9 0 1881322 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7562296

[startup+0.178353 s]
/proc/loadavg: 4.01 4.00 3.38 13/212 15021
/proc/meminfo: memFree=11121708/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7636824 CPUtime=0.2 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 12074 0 1 0 19 1 0 0 25 0 18 0 450029224 7820107776 11691 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1909206 11691 2179 9 0 1899944 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 7636824

[startup+0.300293 s]
/proc/loadavg: 4.01 4.00 3.38 13/212 15021
/proc/meminfo: memFree=11121708/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7636824 CPUtime=0.39 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 14810 0 1 0 37 2 0 0 25 0 18 0 450029224 7820107776 14286 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1909206 14287 2197 9 0 1899944 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7636824

[startup+0.70017 s]
/proc/loadavg: 4.01 4.00 3.38 13/212 15021
/proc/meminfo: memFree=11121708/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7645716 CPUtime=1.06 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 20309 0 1 0 103 3 0 0 25 0 19 0 450029224 7829213184 18598 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911429 18598 2221 9 0 1902167 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7645716

[startup+1.50104 s]
/proc/loadavg: 4.01 4.00 3.38 5/262 15074
/proc/meminfo: memFree=10936176/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7645716 CPUtime=1.92 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 20814 0 1 0 189 3 0 0 25 0 19 0 450029224 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911429 19103 2224 9 0 1902167 0
[pid=15021/tid=15024] ppid=15011 vsize=7645716 CPUtime=1.37 cores=0,2
/proc/15021/task/15024/stat : 15024 (java) R 15011 15021 14712 0 -1 4202560 14878 0 1 0 135 2 0 0 25 0 19 0 450029225 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 46912505628273 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15021/tid=15028] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15028/stat : 15028 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15029] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15029/stat : 15029 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15030] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15030/stat : 15030 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15031] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15031/stat : 15031 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15032] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15032/stat : 15032 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15033] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 450029228 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 450029228 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029228 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7645716 CPUtime=0.32 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2834 0 0 0 32 0 0 0 16 0 19 0 450029230 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7645716 CPUtime=0.2 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1939 0 0 0 20 0 0 0 16 0 19 0 450029230 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450029230 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7829213184 19103 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7645716

[startup+3.10077 s]
/proc/loadavg: 4.01 4.00 3.38 5/262 15074
/proc/meminfo: memFree=10921980/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7645716 CPUtime=3.52 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 21316 0 1 0 349 3 0 0 25 0 19 0 450029224 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911429 19604 2224 9 0 1902167 0
[pid=15021/tid=15024] ppid=15011 vsize=7645716 CPUtime=2.97 cores=0,2
/proc/15021/task/15024/stat : 15024 (java) R 15011 15021 14712 0 -1 4202560 15380 0 1 0 295 2 0 0 25 0 19 0 450029225 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 46912505738744 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15021/tid=15028] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15028/stat : 15028 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15029] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15029/stat : 15029 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15030] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15030/stat : 15030 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15031] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15031/stat : 15031 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15032] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15032/stat : 15032 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15033] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450029227 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 450029228 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 450029228 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029228 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7645716 CPUtime=0.33 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2834 0 0 0 33 0 0 0 15 0 19 0 450029230 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7645716 CPUtime=0.2 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1939 0 0 0 20 0 0 0 16 0 19 0 450029230 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450029230 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7645716 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7829213184 19604 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 7645716

[startup+6.30124 s]
/proc/loadavg: 4.01 4.00 3.38 11/262 15074
/proc/meminfo: memFree=10860848/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7644924 CPUtime=6.76 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 33543 0 1 0 672 4 0 0 25 0 19 0 450029224 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911231 31728 2250 9 0 1901969 0
[pid=15021/tid=15024] ppid=15011 vsize=7644924 CPUtime=5.99 cores=0,2
/proc/15021/task/15024/stat : 15024 (java) R 15011 15021 14712 0 -1 4202560 16027 0 1 0 597 2 0 0 19 0 19 0 450029225 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 46912505649544 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15021/tid=15028] ppid=15011 vsize=7644924 CPUtime=0.02 cores=0,2
/proc/15021/task/15028/stat : 15028 (java) S 15011 15021 14712 0 -1 4202560 1679 0 0 0 2 0 0 0 18 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15011 vsize=7644924 CPUtime=0.02 cores=0,2
/proc/15021/task/15029/stat : 15029 (java) S 15011 15021 14712 0 -1 4202560 2308 0 0 0 2 0 0 0 18 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15030/stat : 15030 (java) S 15011 15021 14712 0 -1 4202560 455 0 0 0 0 0 0 0 18 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15011 vsize=7644924 CPUtime=0.01 cores=0,2
/proc/15021/task/15031/stat : 15031 (java) S 15011 15021 14712 0 -1 4202560 784 0 0 0 1 0 0 0 18 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15032] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15032/stat : 15032 (java) S 15011 15021 14712 0 -1 4202560 64 0 0 0 0 0 0 0 17 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 450029227 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7644924 CPUtime=0.09 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 6286 0 0 0 9 0 0 0 17 0 19 0 450029228 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7644924 CPUtime=0.36 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2844 0 0 0 36 0 0 0 15 0 19 0 450029230 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1940 0 0 0 21 0 0 0 15 0 19 0 450029230 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450029230 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7828402176 31728 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 7644924

[startup+12.7012 s]

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

[pid=15021/tid=15033] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 7048 0 0 0 21 0 0 0 15 0 19 0 450029227 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7644924 CPUtime=0.1 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 2530 0 0 0 10 0 0 0 16 0 19 0 450029227 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7644924 CPUtime=0.15 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 2308 0 0 0 15 0 0 0 16 0 19 0 450029227 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7644924 CPUtime=4.47 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 9895 0 0 0 446 1 0 0 15 0 19 0 450029228 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7644924 CPUtime=0.41 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2862 0 0 0 41 0 0 0 15 0 19 0 450029230 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1940 0 0 0 21 0 0 0 15 0 19 0 450029230 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 450029230 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7828402176 74337 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 7644924

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.82 5/262 15115
/proc/meminfo: memFree=10152556/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7644924 CPUtime=1183.33 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 77565 0 1 0 118319 14 0 0 25 0 19 0 450029224 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911231 75366 2252 9 0 1901969 0
[pid=15021/tid=15024] ppid=15011 vsize=7644924 CPUtime=1176.87 cores=0,2
/proc/15021/task/15024/stat : 15024 (java) R 15011 15021 14712 0 -1 4202560 32262 0 1 0 117679 8 0 0 25 0 19 0 450029225 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 46912505628247 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15011 vsize=7644924 CPUtime=0.09 cores=0,2
/proc/15021/task/15028/stat : 15028 (java) S 15011 15021 14712 0 -1 4202560 4233 0 0 0 9 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15029] ppid=15011 vsize=7644924 CPUtime=0.1 cores=0,2
/proc/15021/task/15029/stat : 15029 (java) S 15011 15021 14712 0 -1 4202560 4421 0 0 0 10 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15030] ppid=15011 vsize=7644924 CPUtime=0.13 cores=0,2
/proc/15021/task/15030/stat : 15030 (java) S 15011 15021 14712 0 -1 4202560 1243 0 0 0 13 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15031] ppid=15011 vsize=7644924 CPUtime=0.18 cores=0,2
/proc/15021/task/15031/stat : 15031 (java) S 15011 15021 14712 0 -1 4202560 3928 0 0 0 18 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15032] ppid=15011 vsize=7644924 CPUtime=0.16 cores=0,2
/proc/15021/task/15032/stat : 15032 (java) S 15011 15021 14712 0 -1 4202560 3650 0 0 0 16 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15033] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 7048 0 0 0 21 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7644924 CPUtime=0.12 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 2552 0 0 0 12 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7644924 CPUtime=0.15 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 2308 0 0 0 15 0 0 0 15 0 19 0 450029227 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7644924 CPUtime=4.57 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 9897 0 0 0 456 1 0 0 15 0 19 0 450029228 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7644924 CPUtime=0.41 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2862 0 0 0 41 0 0 0 15 0 19 0 450029230 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1940 0 0 0 21 0 0 0 15 0 19 0 450029230 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 450029230 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7828402176 75366 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.33
Current children cumulated vsize (KiB) 7644924

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.83 5/262 15117
/proc/meminfo: memFree=10094452/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7644924 CPUtime=1243.38 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 89153 0 1 0 124323 15 0 0 25 0 19 0 450029224 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911231 86944 2252 9 0 1901969 0
[pid=15021/tid=15024] ppid=15011 vsize=7644924 CPUtime=1236.61 cores=0,2
/proc/15021/task/15024/stat : 15024 (java) R 15011 15021 14712 0 -1 4202560 33552 0 1 0 123652 9 0 0 25 0 19 0 450029225 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 46912505674583 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15011 vsize=7644924 CPUtime=0.11 cores=0,2
/proc/15021/task/15028/stat : 15028 (java) S 15011 15021 14712 0 -1 4202560 4249 0 0 0 11 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15029] ppid=15011 vsize=7644924 CPUtime=0.1 cores=0,2
/proc/15021/task/15029/stat : 15029 (java) S 15011 15021 14712 0 -1 4202560 4421 0 0 0 10 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15030] ppid=15011 vsize=7644924 CPUtime=0.14 cores=0,2
/proc/15021/task/15030/stat : 15030 (java) S 15011 15021 14712 0 -1 4202560 1249 0 0 0 14 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15031] ppid=15011 vsize=7644924 CPUtime=0.2 cores=0,2
/proc/15021/task/15031/stat : 15031 (java) S 15011 15021 14712 0 -1 4202560 8556 0 0 0 20 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15032] ppid=15011 vsize=7644924 CPUtime=0.19 cores=0,2
/proc/15021/task/15032/stat : 15032 (java) S 15011 15021 14712 0 -1 4202560 8711 0 0 0 19 0 0 0 16 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15033] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 7048 0 0 0 21 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7644924 CPUtime=0.14 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 2593 0 0 0 14 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7644924 CPUtime=0.15 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 2308 0 0 0 15 0 0 0 15 0 19 0 450029227 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7644924 CPUtime=4.79 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 10439 0 0 0 478 1 0 0 15 0 19 0 450029228 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7644924 CPUtime=0.41 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2862 0 0 0 41 0 0 0 15 0 19 0 450029230 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1940 0 0 0 21 0 0 0 15 0 19 0 450029230 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 450029230 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7828402176 86944 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.38
Current children cumulated vsize (KiB) 7644924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.84 5/245 15125
/proc/meminfo: memFree=10172524/32951124 swapFree=67110456/67111528
[pid=15021] ppid=15011 vsize=7644924 CPUtime=1301.11 cores=0,2
/proc/15021/stat : 15021 (java) S 15011 15021 14712 0 -1 4202496 92866 0 1 0 130095 16 0 0 25 0 19 0 450029224 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15021/statm: 1911231 90650 2252 9 0 1901969 0
[pid=15021/tid=15024] ppid=15011 vsize=7644924 CPUtime=1294.15 cores=0,2
/proc/15021/task/15024/stat : 15024 (java) R 15011 15021 14712 0 -1 4202560 33912 0 1 0 129406 9 0 0 25 0 19 0 450029225 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 46912505627982 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15011 vsize=7644924 CPUtime=0.11 cores=0,2
/proc/15021/task/15028/stat : 15028 (java) S 15011 15021 14712 0 -1 4202560 4249 0 0 0 11 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15029] ppid=15011 vsize=7644924 CPUtime=0.1 cores=0,2
/proc/15021/task/15029/stat : 15029 (java) S 15011 15021 14712 0 -1 4202560 4421 0 0 0 10 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15030] ppid=15011 vsize=7644924 CPUtime=0.14 cores=0,2
/proc/15021/task/15030/stat : 15030 (java) S 15011 15021 14712 0 -1 4202560 1249 0 0 0 14 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15031] ppid=15011 vsize=7644924 CPUtime=0.2 cores=0,2
/proc/15021/task/15031/stat : 15031 (java) S 15011 15021 14712 0 -1 4202560 8556 0 0 0 20 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15032] ppid=15011 vsize=7644924 CPUtime=0.19 cores=0,2
/proc/15021/task/15032/stat : 15032 (java) S 15011 15021 14712 0 -1 4202560 8711 0 0 0 19 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15033] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15033/stat : 15033 (java) S 15011 15021 14712 0 -1 4202560 7048 0 0 0 21 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15034] ppid=15011 vsize=7644924 CPUtime=0.17 cores=0,2
/proc/15021/task/15034/stat : 15034 (java) S 15011 15021 14712 0 -1 4202560 3965 0 0 0 17 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15035] ppid=15011 vsize=7644924 CPUtime=0.17 cores=0,2
/proc/15021/task/15035/stat : 15035 (java) S 15011 15021 14712 0 -1 4202560 4283 0 0 0 17 0 0 0 15 0 19 0 450029227 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15036] ppid=15011 vsize=7644924 CPUtime=4.94 cores=0,2
/proc/15021/task/15036/stat : 15036 (java) S 15011 15021 14712 0 -1 4202560 10441 0 0 0 493 1 0 0 15 0 19 0 450029228 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 0 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15042] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15042/stat : 15042 (java) S 15011 15021 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15043] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15043/stat : 15043 (java) S 15011 15021 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029228 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15049] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15049/stat : 15049 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450029230 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296749489 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15050] ppid=15011 vsize=7644924 CPUtime=0.41 cores=0,2
/proc/15021/task/15050/stat : 15050 (java) S 15011 15021 14712 0 -1 4202560 2862 0 0 0 41 0 0 0 15 0 19 0 450029230 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15051] ppid=15011 vsize=7644924 CPUtime=0.21 cores=0,2
/proc/15021/task/15051/stat : 15051 (java) S 15011 15021 14712 0 -1 4202560 1940 0 0 0 21 0 0 0 15 0 19 0 450029230 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 0 0 0 0
[pid=15021/tid=15052] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15052/stat : 15052 (java) S 15011 15021 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029230 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296741785 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15053] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15053/stat : 15053 (java) S 15011 15021 14712 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 450029230 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
[pid=15021/tid=15073] ppid=15011 vsize=7644924 CPUtime=0 cores=0,2
/proc/15021/task/15073/stat : 15073 (java) S 15011 15021 14712 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450029265 7828402176 90650 33554432000 1073741824 1073778376 140737092496000 18446744073709551615 224296742400 0 4 0 16800975 18446604451508187200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.11
Current children cumulated vsize (KiB) 7644924

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.2
CPU user time (s): 1301.02
CPU system time (s): 0.182972
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 7645716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.02
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92901
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= 27993
involuntary context switches= 5190

runsolver used 2.25866 second user time and 4.85326 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-12 10:46:26
IDJOB=3190278
IDBENCH=82609
IDSOLVER=1611
FILE ID=node118/3190278-1302597985
RUNJOBID= node118-1302596683-14730
PBS_JOBID= 12958088
Free space on /tmp= 71912 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.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-3190278-1302597985/watcher-3190278-1302597985 -o /tmp/evaluation-result-3190278-1302597985/solver-3190278-1302597985 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190278-1302597985.cnf

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=224955595

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11125400 kB
Buffers:        712320 kB
Cached:       20524556 kB
SwapCached:        640 kB
Active:        9768904 kB
Inactive:     11595880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11125400 kB
SwapTotal:    67111528 kB
SwapFree:     67110456 kB
Dirty:            9040 kB
Writeback:           0 kB
AnonPages:      126220 kB
Mapped:          23168 kB
Slab:           396728 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14680808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71912 MiB
End job on node118 at 2011-04-12 11:08:08