Trace number 3257860

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1300.19 1300.05

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.8949
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.05/1.74	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/1.74	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/1.74	c See www.sat4j.org for details.
0.05/1.74	c no version file found!!!
0.05/1.74	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/1.74	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/1.74	c java.vm.version	19.1-b02
0.05/1.74	c java.vm.vendor	Sun Microsystems Inc.
0.05/1.74	c sun.arch.data.model	64
0.05/1.74	c java.version		1.6.0_24
0.05/1.74	c os.name		Linux
0.05/1.74	c os.version		2.6.18-164.el5
0.05/1.74	c os.arch		amd64
0.05/1.74	c Free memory 		6997539544
0.05/1.74	c Max memory 		7034241024
0.05/1.74	c Total memory 		7034241024
0.05/1.74	c Number of processors 	8
0.05/1.78	c --- Begin Solver configuration ---
0.05/1.78	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.05/1.78	c Learn all clauses as in MiniSAT
0.05/1.78	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/1.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/1.78	c Expensive reason simplification
0.05/1.78	c Armin Biere (Picosat) restarts strategy
0.05/1.78	c Glucose learned constraints deletion strategy
0.05/1.78	c timeout=2147483647s
0.05/1.78	c DB Simplification allowed=true
0.05/1.78	c --- End Solver configuration ---
0.05/1.78	c solving HOME/instance-3257860-1303472942.cnf
0.05/1.78	c reading problem ... 
0.31/1.90	c ... done. Wall clock time 0.127s.
0.31/1.90	c #vars     1150
0.31/1.90	c #constraints  84314
0.31/1.90	c constraints type 
0.31/1.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.31/1.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84264
1.49/2.86	c cleaning 2494 clauses out of 5000 with flag 5000/5000
2.90/4.05	c cleaning 4245 clauses out of 8509 with flag 11003/11003
4.39/5.52	c cleaning 5622 clauses out of 11262 with flag 18001/18001
6.30/7.42	c cleaning 6811 clauses out of 13641 with flag 26002/26002
8.62/9.79	c cleaning 7908 clauses out of 15828 with flag 35000/35000
11.63/12.70	c cleaning 8935 clauses out of 17921 with flag 45001/45001
14.93/16.00	c cleaning 9969 clauses out of 19985 with flag 56000/56000
18.93/20.08	c cleaning 11002 clauses out of 22019 with flag 68003/68003
23.24/24.35	c cleaning 11998 clauses out of 24014 with flag 81000/81000
28.34/29.49	c cleaning 12997 clauses out of 26017 with flag 95001/95001
34.15/35.22	c cleaning 13994 clauses out of 28020 with flag 110001/110001
40.85/41.94	c cleaning 14994 clauses out of 30026 with flag 126001/126001
48.46/49.52	c cleaning 15981 clauses out of 32032 with flag 143001/143001
56.56/57.65	c cleaning 16998 clauses out of 34050 with flag 161000/161000
65.66/66.77	c cleaning 18017 clauses out of 36056 with flag 180004/180004
75.67/76.79	c cleaning 18986 clauses out of 38035 with flag 200000/200000
86.47/87.50	c cleaning 20015 clauses out of 40049 with flag 221000/221000
98.87/99.94	c cleaning 20996 clauses out of 42035 with flag 243001/243001
111.88/112.93	c cleaning 21989 clauses out of 44038 with flag 266000/266000
126.49/127.56	c cleaning 23003 clauses out of 46050 with flag 290001/290001
143.39/144.40	c cleaning 23990 clauses out of 48048 with flag 315002/315002
159.50/160.54	c cleaning 25014 clauses out of 50056 with flag 341000/341000
178.32/179.34	c cleaning 26002 clauses out of 52045 with flag 368003/368003
197.72/198.72	c cleaning 26987 clauses out of 54041 with flag 396001/396001
220.13/221.19	c cleaning 28005 clauses out of 56053 with flag 425000/425000
243.74/244.72	c cleaning 28996 clauses out of 58048 with flag 455000/455000
268.74/269.77	c cleaning 29993 clauses out of 60052 with flag 486000/486000
296.85/297.81	c cleaning 31009 clauses out of 62060 with flag 518001/518001
325.76/326.79	c cleaning 32014 clauses out of 64053 with flag 551003/551003
357.26/358.21	c cleaning 32985 clauses out of 66037 with flag 585001/585001
390.27/391.28	c cleaning 34011 clauses out of 68053 with flag 620002/620002
424.58/425.50	c cleaning 35008 clauses out of 70044 with flag 656004/656004
460.68/461.64	c cleaning 35994 clauses out of 72034 with flag 693002/693002
500.71/501.70	c cleaning 37004 clauses out of 74042 with flag 731004/731004
541.21/542.14	c cleaning 37996 clauses out of 76034 with flag 770000/770000
583.32/584.23	c cleaning 38997 clauses out of 78038 with flag 810000/810000
631.14/631.85	c cleaning 39991 clauses out of 80041 with flag 851000/851000
682.78/683.02	c cleaning 41014 clauses out of 82053 with flag 893003/893003
733.70/733.78	c cleaning 41994 clauses out of 84039 with flag 936003/936003
787.61/787.64	c cleaning 43009 clauses out of 86043 with flag 980001/980001
841.50/841.56	c cleaning 43994 clauses out of 88034 with flag 1025001/1025001
897.01/897.01	c cleaning 45008 clauses out of 90039 with flag 1071000/1071000
959.72/959.78	c cleaning 46000 clauses out of 92031 with flag 1118000/1118000
1025.14/1025.13	c cleaning 46992 clauses out of 94031 with flag 1166000/1166000
1088.55/1088.59	c cleaning 47991 clauses out of 96040 with flag 1215001/1215001
1154.76/1154.79	c cleaning 48998 clauses out of 98052 with flag 1265004/1265004
1225.47/1225.42	c cleaning 50009 clauses out of 100051 with flag 1316001/1316001
1298.98/1298.96	c cleaning 51004 clauses out of 102041 with flag 1368000/1368000
1300.10/1300.01	c starts		: 1351
1300.10/1300.01	c conflicts		: 1369150
1300.10/1300.01	c decisions		: 2318855
1300.10/1300.01	c propagations		: 193585485
1300.10/1300.01	c inspects		: 12853887850
1300.10/1300.01	c shortcuts		: 0
1300.10/1300.01	c learnt literals	: 0
1300.10/1300.01	c learnt binary clauses	: 1
1300.10/1300.01	c learnt ternary clauses	: 15
1300.10/1300.01	c learnt constraints	: 1369150
1300.10/1300.01	c ignored constraints	: 0
1300.10/1300.01	c root simplifications	: 1351
1300.10/1300.01	c removed literals (reason simplification)	: 52549927
1300.10/1300.01	c reason swapping (by a shorter reason)	: 0
1300.10/1300.01	c Calls to reduceDB	: 48
1300.10/1300.01	c speed (assignments/second)	: 149129.47883990806
1300.10/1300.01	c non guided choices	176
1300.10/1300.04	c learnt constraints type 
1300.10/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1300.10/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52229
1300.10/1300.04	c constraints type 
1300.10/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
1300.10/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84264
1300.10/1300.04	s UNKNOWN
1300.10/1300.04	c Total wall clock time (in seconds) : 1298.231

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.65 3.91 3.71 1/184 20863
/proc/meminfo: memFree=14913592/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=23028 CPUtime=0 cores=0,2
/proc/20863/stat : 20863 (java) D 20861 20863 20214 0 -1 4202496 588 0 0 0 0 0 0 0 22 0 1 0 458894971 23580672 330 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/20863/statm: 5757 330 253 9 0 124 0

[startup+0.063588 s]
/proc/loadavg: 3.65 3.91 3.71 1/184 20863
/proc/meminfo: memFree=14913592/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=23028 CPUtime=0 cores=0,2
/proc/20863/stat : 20863 (java) D 20861 20863 20214 0 -1 4202496 588 0 0 0 0 0 0 0 22 0 1 0 458894971 23580672 330 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/20863/statm: 5757 330 253 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100603 s]
/proc/loadavg: 3.65 3.91 3.71 1/184 20863
/proc/meminfo: memFree=14913592/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=23028 CPUtime=0 cores=0,2
/proc/20863/stat : 20863 (java) D 20861 20863 20214 0 -1 4202496 668 0 2 0 0 0 0 0 18 0 1 0 458894971 23580672 412 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 9
/proc/20863/statm: 5757 412 313 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.300625 s]
/proc/loadavg: 3.65 3.91 3.71 1/184 20863
/proc/meminfo: memFree=14913592/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=23028 CPUtime=0 cores=0,2
/proc/20863/stat : 20863 (java) D 20861 20863 20214 0 -1 4202496 829 0 12 0 0 0 0 0 18 0 1 0 458894971 23580672 583 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 27
/proc/20863/statm: 5757 583 433 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.700533 s]
/proc/loadavg: 3.65 3.91 3.71 1/184 20863
/proc/meminfo: memFree=14913592/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=23028 CPUtime=0 cores=0,2
/proc/20863/stat : 20863 (java) D 20861 20863 20214 0 -1 4202496 990 0 27 0 0 0 0 0 18 0 1 0 458894971 23580672 759 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 47573741886272 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 67
/proc/20863/statm: 5757 759 558 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+1.50034 s]
/proc/loadavg: 3.65 3.91 3.71 1/194 20878
/proc/meminfo: memFree=14898456/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7564352 CPUtime=0.03 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 8755 0 80 0 2 1 0 0 18 0 13 0 458894971 7745896448 8529 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1891088 8529 1679 9 0 1881836 0
[pid=20863/tid=20878] ppid=20861 vsize=7564352 CPUtime=0.02 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 7644 0 41 0 2 0 0 0 18 0 13 0 458895064 7745896448 8529 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933603787 0 4 0 16784584 0 0 0 -1 2 0 0 49
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+3.101 s]
/proc/loadavg: 3.65 3.91 3.71 15/262 20946
/proc/meminfo: memFree=14710512/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7658020 CPUtime=2 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 25418 0 81 0 196 4 0 0 18 0 19 0 458894971 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1914505 22067 2252 9 0 1905243 0
[pid=20863/tid=20878] ppid=20861 vsize=7658020 CPUtime=1.33 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 10931 0 41 0 132 1 0 0 20 0 19 0 458895064 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 46912505329156 0 4 0 16800975 0 0 0 -1 2 0 0 69
[pid=20863/tid=20880] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20880/stat : 20880 (java) S 20861 20863 20214 0 -1 4202560 1081 0 0 0 0 0 0 0 18 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20881] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20881/stat : 20881 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20883] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20883/stat : 20883 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20885] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20885/stat : 20885 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20887] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20887/stat : 20887 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20891] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 394 0 0 0 0 0 0 0 16 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895086 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7658020 CPUtime=0.02 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 1484 0 0 0 2 0 0 0 15 0 19 0 458895109 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 0 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7658020 CPUtime=0.15 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2556 0 1 0 15 0 0 0 15 0 19 0 458895133 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 1
[pid=20863/tid=20931] ppid=20861 vsize=7658020 CPUtime=0.45 cores=0,2
/proc/20863/task/20931/stat : 20931 (java) S 20861 20863 20214 0 -1 4202560 7852 0 0 0 44 1 0 0 16 0 19 0 458895133 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20935] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20935/stat : 20935 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458895133 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20939] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20939/stat : 20939 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895133 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20944] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20944/stat : 20944 (java) S 20861 20863 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895163 7841812480 22067 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7658020
heavy processes:

[startup+6.30147 s]
/proc/loadavg: 3.68 3.91 3.71 5/262 20947
/proc/meminfo: memFree=14537416/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7658020 CPUtime=5.19 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 26788 0 81 0 515 4 0 0 18 0 19 0 458894971 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1914505 23434 2254 9 0 1905243 0
[pid=20863/tid=20878] ppid=20861 vsize=7658020 CPUtime=4.43 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 10934 0 41 0 442 1 0 0 25 0 19 0 458895064 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 46912505622674 0 4 0 16800975 0 0 0 -1 0 0 0 69
[pid=20863/tid=20880] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20880/stat : 20880 (java) S 20861 20863 20214 0 -1 4202560 1081 0 0 0 0 0 0 0 18 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20881] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20881/stat : 20881 (java) S 20861 20863 20214 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20883] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20883/stat : 20883 (java) S 20861 20863 20214 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20885] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20885/stat : 20885 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20887] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20887/stat : 20887 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20891] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 394 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7658020 CPUtime=0.06 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 2027 0 0 0 6 0 0 0 15 0 19 0 458895109 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 0 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7658020 CPUtime=0.18 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2570 0 1 0 18 0 0 0 15 0 19 0 458895133 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 1
[pid=20863/tid=20931] ppid=20861 vsize=7658020 CPUtime=0.45 cores=0,2
/proc/20863/task/20931/stat : 20931 (java) S 20861 20863 20214 0 -1 4202560 7852 0 0 0 44 1 0 0 15 0 19 0 458895133 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20935] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20935/stat : 20935 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458895133 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20939] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20939/stat : 20939 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895133 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20944] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20944/stat : 20944 (java) S 20861 20863 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895163 7841812480 23434 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 7658020

[startup+12.7013 s]
/proc/loadavg: 3.70 3.91 3.71 5/262 20947
/proc/meminfo: memFree=14532668/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7658020 CPUtime=11.63 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 27134 0 81 0 1159 4 0 0 18 0 19 0 458894971 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1914505 23760 2254 9 0 1905243 0
[pid=20863/tid=20878] ppid=20861 vsize=7658020 CPUtime=10.75 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 10936 0 41 0 1074 1 0 0 25 0 19 0 458895064 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 46912505847408 0 4 0 16800975 0 0 0 -1 0 0 0 69
[pid=20863/tid=20880] ppid=20861 vsize=7658020 CPUtime=0.01 cores=0,2
/proc/20863/task/20880/stat : 20880 (java) S 20861 20863 20214 0 -1 4202560 1230 0 0 0 1 0 0 0 15 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20881] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20881/stat : 20881 (java) S 20861 20863 20214 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20883] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20883/stat : 20883 (java) S 20861 20863 20214 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20885] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20885/stat : 20885 (java) S 20861 20863 20214 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20887] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20887/stat : 20887 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20891] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 394 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 19 0 458895086 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7658020 CPUtime=0.13 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 2140 0 0 0 13 0 0 0 15 0 19 0 458895109 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 0 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7658020 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7658020 CPUtime=0.21 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2578 0 1 0 21 0 0 0 15 0 19 0 458895133 7841812480 23760 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 1

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

[pid=20863/tid=20891] ppid=20861 vsize=7657196 CPUtime=0.12 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 2360 0 0 0 12 0 0 0 15 0 19 0 458895086 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7657196 CPUtime=0.04 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 1118 0 0 0 4 0 0 0 16 0 19 0 458895086 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7657196 CPUtime=0.03 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 486 0 0 0 3 0 0 0 15 0 19 0 458895086 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7657196 CPUtime=1.82 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 6665 0 0 0 182 0 0 0 15 0 19 0 458895109 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 0 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7657196 CPUtime=0.31 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2589 0 1 0 31 0 0 0 15 0 19 0 458895133 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 1
[pid=20863/tid=20931] ppid=20861 vsize=7657196 CPUtime=1.25 cores=0,2
/proc/20863/task/20931/stat : 20931 (java) S 20861 20863 20214 0 -1 4202560 9368 0 0 0 124 1 0 0 16 0 19 0 458895133 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20935] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20935/stat : 20935 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458895133 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20939] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20939/stat : 20939 (java) S 20861 20863 20214 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 458895133 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20944] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20944/stat : 20944 (java) S 20861 20863 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895163 7840968704 39748 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 7657196

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 20990
/proc/meminfo: memFree=14224932/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7657196 CPUtime=1182.37 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 45165 0 81 0 118228 9 0 0 18 0 19 0 458894971 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1914299 39913 2255 9 0 1905037 0
[pid=20863/tid=20878] ppid=20861 vsize=7657196 CPUtime=1178.24 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 15341 0 41 0 117819 5 0 0 25 0 19 0 458895064 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 46912505639117 0 4 0 16800975 0 0 0 -1 0 0 0 69
[pid=20863/tid=20880] ppid=20861 vsize=7657196 CPUtime=0.09 cores=0,2
/proc/20863/task/20880/stat : 20880 (java) S 20861 20863 20214 0 -1 4202560 1758 0 0 0 9 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20881] ppid=20861 vsize=7657196 CPUtime=0.08 cores=0,2
/proc/20863/task/20881/stat : 20881 (java) S 20861 20863 20214 0 -1 4202560 1287 0 0 0 8 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20883] ppid=20861 vsize=7657196 CPUtime=0.1 cores=0,2
/proc/20863/task/20883/stat : 20883 (java) S 20861 20863 20214 0 -1 4202560 1456 0 0 0 10 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20885] ppid=20861 vsize=7657196 CPUtime=0.08 cores=0,2
/proc/20863/task/20885/stat : 20885 (java) S 20861 20863 20214 0 -1 4202560 431 0 0 0 8 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20887] ppid=20861 vsize=7657196 CPUtime=0.05 cores=0,2
/proc/20863/task/20887/stat : 20887 (java) S 20861 20863 20214 0 -1 4202560 957 0 0 0 5 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20891] ppid=20861 vsize=7657196 CPUtime=0.12 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 2360 0 0 0 12 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7657196 CPUtime=0.04 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 1118 0 0 0 4 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7657196 CPUtime=0.03 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 486 0 0 0 3 0 0 0 15 0 19 0 458895086 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7657196 CPUtime=1.87 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 6832 0 0 0 187 0 0 0 15 0 19 0 458895109 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 0 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7657196 CPUtime=0.31 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2589 0 1 0 31 0 0 0 15 0 19 0 458895133 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 1
[pid=20863/tid=20931] ppid=20861 vsize=7657196 CPUtime=1.25 cores=0,2
/proc/20863/task/20931/stat : 20931 (java) S 20861 20863 20214 0 -1 4202560 9368 0 0 0 124 1 0 0 16 0 19 0 458895133 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20935] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20935/stat : 20935 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458895133 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20939] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20939/stat : 20939 (java) S 20861 20863 20214 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 458895133 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20944] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20944/stat : 20944 (java) S 20861 20863 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895163 7840968704 39913 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 7657196

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 20992
/proc/meminfo: memFree=14208908/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7657196 CPUtime=1242.38 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 48440 0 81 0 124229 9 0 0 18 0 19 0 458894971 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1914299 43177 2255 9 0 1905037 0
[pid=20863/tid=20878] ppid=20861 vsize=7657196 CPUtime=1238.17 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 15670 0 41 0 123812 5 0 0 25 0 19 0 458895064 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 46912505605951 0 4 0 16800975 0 0 0 -1 0 0 0 69
[pid=20863/tid=20880] ppid=20861 vsize=7657196 CPUtime=0.09 cores=0,2
/proc/20863/task/20880/stat : 20880 (java) S 20861 20863 20214 0 -1 4202560 1758 0 0 0 9 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20881] ppid=20861 vsize=7657196 CPUtime=0.1 cores=0,2
/proc/20863/task/20881/stat : 20881 (java) S 20861 20863 20214 0 -1 4202560 2124 0 0 0 10 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20883] ppid=20861 vsize=7657196 CPUtime=0.1 cores=0,2
/proc/20863/task/20883/stat : 20883 (java) S 20861 20863 20214 0 -1 4202560 1456 0 0 0 10 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20885] ppid=20861 vsize=7657196 CPUtime=0.1 cores=0,2
/proc/20863/task/20885/stat : 20885 (java) S 20861 20863 20214 0 -1 4202560 2158 0 0 0 10 0 0 0 16 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20887] ppid=20861 vsize=7657196 CPUtime=0.05 cores=0,2
/proc/20863/task/20887/stat : 20887 (java) S 20861 20863 20214 0 -1 4202560 957 0 0 0 5 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20891] ppid=20861 vsize=7657196 CPUtime=0.12 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 2360 0 0 0 12 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7657196 CPUtime=0.04 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 1118 0 0 0 4 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7657196 CPUtime=0.03 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 486 0 0 0 3 0 0 0 15 0 19 0 458895086 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7657196 CPUtime=1.93 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 7210 0 0 0 193 0 0 0 15 0 19 0 458895109 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 0 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7657196 CPUtime=0.31 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2589 0 1 0 31 0 0 0 15 0 19 0 458895133 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 1
[pid=20863/tid=20931] ppid=20861 vsize=7657196 CPUtime=1.25 cores=0,2
/proc/20863/task/20931/stat : 20931 (java) S 20861 20863 20214 0 -1 4202560 9368 0 0 0 124 1 0 0 16 0 19 0 458895133 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20935] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20935/stat : 20935 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458895133 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20939] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20939/stat : 20939 (java) S 20861 20863 20214 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 458895133 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20944] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20944/stat : 20944 (java) S 20861 20863 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895163 7840968704 43177 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1242.38
Current children cumulated vsize (KiB) 7657196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 3/222 20999
/proc/meminfo: memFree=14581316/32951124 swapFree=67111528/67111528
[pid=20863] ppid=20861 vsize=7657196 CPUtime=1300.1 cores=0,2
/proc/20863/stat : 20863 (java) S 20861 20863 20214 0 -1 4202496 48448 0 81 0 130001 9 0 0 18 0 19 0 458894971 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 92
/proc/20863/statm: 1914299 43178 2255 9 0 1905037 0
[pid=20863/tid=20878] ppid=20861 vsize=7657196 CPUtime=1295.8 cores=0,2
/proc/20863/task/20878/stat : 20878 (java) R 20861 20863 20214 0 -1 4202560 15671 0 41 0 129575 5 0 0 25 0 19 0 458895064 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 46912505876689 0 4 0 16800975 0 0 0 -1 0 0 0 69
[pid=20863/tid=20880] ppid=20861 vsize=7657196 CPUtime=0.09 cores=0,2
/proc/20863/task/20880/stat : 20880 (java) S 20861 20863 20214 0 -1 4202560 1758 0 0 0 9 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20881] ppid=20861 vsize=7657196 CPUtime=0.1 cores=0,2
/proc/20863/task/20881/stat : 20881 (java) S 20861 20863 20214 0 -1 4202560 2124 0 0 0 10 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20883] ppid=20861 vsize=7657196 CPUtime=0.11 cores=0,2
/proc/20863/task/20883/stat : 20883 (java) S 20861 20863 20214 0 -1 4202560 1456 0 0 0 11 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20885] ppid=20861 vsize=7657196 CPUtime=0.1 cores=0,2
/proc/20863/task/20885/stat : 20885 (java) S 20861 20863 20214 0 -1 4202560 2158 0 0 0 10 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20887] ppid=20861 vsize=7657196 CPUtime=0.05 cores=0,2
/proc/20863/task/20887/stat : 20887 (java) S 20861 20863 20214 0 -1 4202560 957 0 0 0 5 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20891] ppid=20861 vsize=7657196 CPUtime=0.13 cores=0,2
/proc/20863/task/20891/stat : 20891 (java) S 20861 20863 20214 0 -1 4202560 2361 0 0 0 13 0 0 0 16 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20893] ppid=20861 vsize=7657196 CPUtime=0.04 cores=0,2
/proc/20863/task/20893/stat : 20893 (java) S 20861 20863 20214 0 -1 4202560 1118 0 0 0 4 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20897] ppid=20861 vsize=7657196 CPUtime=0.03 cores=0,2
/proc/20863/task/20897/stat : 20897 (java) S 20861 20863 20214 0 -1 4202560 486 0 0 0 3 0 0 0 15 0 19 0 458895086 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20912] ppid=20861 vsize=7657196 CPUtime=2 cores=0,2
/proc/20863/task/20912/stat : 20912 (java) S 20861 20863 20214 0 -1 4202560 7212 0 0 0 200 0 0 0 16 0 19 0 458895109 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 0 0 16800975 18446604453841881088 0 0 -1 0 0 0 0
[pid=20863/tid=20915] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20915/stat : 20915 (java) S 20861 20863 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20919] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20919/stat : 20919 (java) S 20861 20863 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20923] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20923/stat : 20923 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895133 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933600689 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20927] ppid=20861 vsize=7657196 CPUtime=0.31 cores=0,2
/proc/20863/task/20927/stat : 20927 (java) S 20861 20863 20214 0 -1 4202560 2589 0 1 0 31 0 0 0 15 0 19 0 458895133 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 0 0 0 1
[pid=20863/tid=20931] ppid=20861 vsize=7657196 CPUtime=1.25 cores=0,2
/proc/20863/task/20931/stat : 20931 (java) S 20861 20863 20214 0 -1 4202560 9368 0 0 0 124 1 0 0 16 0 19 0 458895133 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20935] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20935/stat : 20935 (java) S 20861 20863 20214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458895133 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933592985 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20939] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20939/stat : 20939 (java) S 20861 20863 20214 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 458895133 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
[pid=20863/tid=20944] ppid=20861 vsize=7657196 CPUtime=0 cores=0,2
/proc/20863/task/20944/stat : 20944 (java) S 20861 20863 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895163 7840968704 43178 33554432000 1073741824 1073778376 140736317135488 18446744073709551615 222933593600 0 4 0 16800975 18446604453841881088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.1
Current children cumulated vsize (KiB) 7657196

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.05
CPU time (s): 1300.19
CPU user time (s): 1300.08
CPU system time (s): 0.108983
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 7662456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.08
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48484
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28569
involuntary context switches= 7138

runsolver used 2.33065 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-22 13:49:02
IDJOB=3257860
IDBENCH=71273
IDSOLVER=1611
FILE ID=node109/3257860-1303472942
RUNJOBID= node109-1303472942-20831
PBS_JOBID= 13107200
Free space on /tmp= 71272 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g1.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-3257860-1303472942/watcher-3257860-1303472942 -o /tmp/evaluation-result-3257860-1303472942/solver-3257860-1303472942 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3257860-1303472942.cnf

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=2063609093

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14913872 kB
Buffers:       1349796 kB
Cached:       16064216 kB
SwapCached:          0 kB
Active:        9009940 kB
Inactive:      8470104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14913872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5840 kB
Writeback:           0 kB
AnonPages:       65536 kB
Mapped:          15456 kB
Slab:           493564 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236484 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= 71276 MiB
End job on node109 at 2011-04-22 14:10:44