Trace number 3259004

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.09	c Expensive reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483647s
0.07/0.09	c DB Simplification allowed=true
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-3259004-1303505562.cnf
0.07/0.09	c reading problem ... 
0.54/0.45	c ... done. Wall clock time 0.362s.
0.54/0.45	c #vars     2400
0.54/0.45	c #constraints  266431
0.54/0.45	c constraints type 
0.54/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.54/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
2.59/2.15	c cleaning 2500 clauses out of 5001 with flag 5001/5001
4.84/4.16	c cleaning 4245 clauses out of 8501 with flag 11001/11001
7.25/6.53	c cleaning 5607 clauses out of 11256 with flag 18001/18001
10.05/9.35	c cleaning 6814 clauses out of 13649 with flag 26001/26001
13.18/12.48	c cleaning 7904 clauses out of 15834 with flag 35000/35000
16.99/16.26	c cleaning 8947 clauses out of 17931 with flag 45001/45001
21.29/20.57	c cleaning 9981 clauses out of 19984 with flag 56001/56001
26.20/25.44	c cleaning 10980 clauses out of 22002 with flag 68000/68000
31.61/30.84	c cleaning 11990 clauses out of 24023 with flag 81001/81001
37.61/36.81	c cleaning 12996 clauses out of 26032 with flag 95000/95000
44.21/43.49	c cleaning 14008 clauses out of 28037 with flag 110001/110001
51.43/50.65	c cleaning 14992 clauses out of 30029 with flag 126001/126001
59.73/58.93	c cleaning 15987 clauses out of 32037 with flag 143001/143001
68.23/67.44	c cleaning 16982 clauses out of 34051 with flag 161002/161002
77.64/76.90	c cleaning 18002 clauses out of 36067 with flag 180000/180000
87.75/86.98	c cleaning 19012 clauses out of 38067 with flag 200002/200002
98.66/97.85	c cleaning 19996 clauses out of 40054 with flag 221001/221001
110.06/109.29	c cleaning 21009 clauses out of 42060 with flag 243003/243003
123.07/122.24	c cleaning 22019 clauses out of 44048 with flag 266000/266000
136.77/135.92	c cleaning 22971 clauses out of 46029 with flag 290000/290000
151.38/150.51	c cleaning 23982 clauses out of 48060 with flag 315002/315002
166.89/166.03	c cleaning 25005 clauses out of 50076 with flag 341000/341000
183.90/183.09	c cleaning 26009 clauses out of 52072 with flag 368001/368001
201.82/200.95	c cleaning 26998 clauses out of 54062 with flag 396000/396000
221.32/220.44	c cleaning 27978 clauses out of 56064 with flag 425000/425000
241.43/240.54	c cleaning 29004 clauses out of 58088 with flag 455002/455002
262.84/261.97	c cleaning 29993 clauses out of 60083 with flag 486001/486001
286.55/285.68	c cleaning 30991 clauses out of 62090 with flag 518001/518001
311.16/310.27	c cleaning 32003 clauses out of 64100 with flag 551002/551002
337.07/336.13	c cleaning 33000 clauses out of 66097 with flag 585002/585002
365.48/364.59	c cleaning 34001 clauses out of 68095 with flag 620000/620000
393.89/392.93	c cleaning 35000 clauses out of 70094 with flag 656000/656000
425.50/424.53	c cleaning 36022 clauses out of 72096 with flag 693002/693002
456.61/455.64	c cleaning 37003 clauses out of 74072 with flag 731000/731000
489.12/488.14	c cleaning 38016 clauses out of 76070 with flag 770001/770001
523.44/522.50	c cleaning 39002 clauses out of 78054 with flag 810001/810001
559.64/558.65	c cleaning 39983 clauses out of 80053 with flag 851002/851002
595.45/594.48	c cleaning 40986 clauses out of 82068 with flag 893000/893000
633.66/632.64	c cleaning 42011 clauses out of 84083 with flag 936001/936001
674.28/673.26	c cleaning 42969 clauses out of 86072 with flag 980001/980001
716.58/715.59	c cleaning 44018 clauses out of 88102 with flag 1025000/1025000
760.11/759.02	c cleaning 45004 clauses out of 90084 with flag 1071000/1071000
810.62/809.59	c cleaning 46012 clauses out of 92083 with flag 1118003/1118003
858.54/857.41	c cleaning 46967 clauses out of 94068 with flag 1166000/1166000
910.54/909.43	c cleaning 48032 clauses out of 96104 with flag 1215003/1215003
964.26/963.13	c cleaning 48965 clauses out of 98069 with flag 1265000/1265000
1017.38/1016.29	c cleaning 50025 clauses out of 100104 with flag 1316000/1316000
1073.71/1072.53	c cleaning 51007 clauses out of 102079 with flag 1368000/1368000
1131.61/1130.45	c cleaning 51997 clauses out of 104074 with flag 1421002/1421002
1190.74/1189.53	c cleaning 52970 clauses out of 106079 with flag 1475004/1475004
1253.65/1252.41	c cleaning 54005 clauses out of 108105 with flag 1530000/1530000
1301.27/1300.01	c starts		: 1423
1301.27/1300.01	c conflicts		: 1571802
1301.27/1300.01	c decisions		: 3629242
1301.27/1300.01	c propagations		: 300208427
1301.27/1300.01	c inspects		: 11316374257
1301.27/1300.01	c shortcuts		: 0
1301.27/1300.01	c learnt literals	: 0
1301.27/1300.01	c learnt binary clauses	: 0
1301.27/1300.01	c learnt ternary clauses	: 0
1301.27/1300.01	c learnt constraints	: 1571802
1301.27/1300.01	c ignored constraints	: 0
1301.27/1300.01	c root simplifications	: 1423
1301.27/1300.01	c removed literals (reason simplification)	: 91590806
1301.27/1300.01	c reason swapping (by a shorter reason)	: 0
1301.27/1300.01	c Calls to reduceDB	: 51
1301.27/1300.01	c speed (assignments/second)	: 231008.8176405136
1301.27/1300.01	c non guided choices	252
1301.27/1300.04	c learnt constraints type 
1301.27/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95909
1301.27/1300.04	c constraints type 
1301.27/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1301.27/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
1301.27/1300.04	s UNKNOWN
1301.27/1300.04	c Total wall clock time (in seconds) : 1299.916

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259004-1303505562/watcher-3259004-1303505562 -o /tmp/evaluation-result-3259004-1303505562/solver-3259004-1303505562 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259004-1303505562.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.46 3.89 3.72 7/241 17547
/proc/meminfo: memFree=12842852/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=11800 CPUtime=0 cores=0,2
/proc/17547/stat : 17547 (runsolver) R 17545 17547 16977 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 462152901 12083200 54 33554432000 4194304 5434984 140733638924544 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/17547/statm: 2950 54 34 303 0 2644 0

[startup+0.083593 s]
/proc/loadavg: 3.46 3.89 3.72 7/241 17547
/proc/meminfo: memFree=12842852/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7569940 CPUtime=0.07 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 9496 0 1 0 6 1 0 0 21 0 18 0 462152901 7751618560 9192 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1892485 9192 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.100591 s]
/proc/loadavg: 3.46 3.89 3.72 7/241 17547
/proc/meminfo: memFree=12842852/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7569940 CPUtime=0.09 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 9991 0 1 0 8 1 0 0 21 0 18 0 462152901 7751618560 9687 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1892485 9687 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.300549 s]
/proc/loadavg: 3.46 3.89 3.72 7/241 17547
/proc/meminfo: memFree=12842852/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7643628 CPUtime=0.37 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 15120 0 1 0 36 1 0 0 21 0 18 0 462152901 7827075072 14057 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1910907 14057 2195 9 0 1901645 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7643628

[startup+0.700472 s]
/proc/loadavg: 3.46 3.89 3.72 7/241 17547
/proc/meminfo: memFree=12842852/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7644500 CPUtime=1.06 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 21182 0 1 0 104 2 0 0 21 0 19 0 462152901 7827968000 17782 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1911125 17782 2218 9 0 1901863 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7644500

[startup+1.50137 s]
/proc/loadavg: 3.46 3.89 3.72 10/262 17568
/proc/meminfo: memFree=12714308/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7644500 CPUtime=1.98 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 22036 0 1 0 196 2 0 0 21 0 19 0 462152901 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1911125 18635 2224 9 0 1901863 0
[pid=17547/tid=17549] ppid=17545 vsize=7644500 CPUtime=1.42 cores=0,2
/proc/17547/task/17549/stat : 17549 (java) R 17545 17547 16977 0 -1 4202560 14180 0 1 0 141 1 0 0 25 0 19 0 462152902 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 46912505778032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152903 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 462152904 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 462152904 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152904 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7644500 CPUtime=0.4 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 3456 0 0 0 40 0 0 0 16 0 19 0 462152907 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7644500 CPUtime=0.14 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3239 0 0 0 14 0 0 0 22 0 19 0 462152907 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152907 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7644500 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7827968000 18635 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7644500

[startup+3.10106 s]
/proc/loadavg: 3.46 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12630484/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7659152 CPUtime=3.82 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 36285 0 1 0 378 4 0 0 21 0 19 0 462152901 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1914788 31016 2251 9 0 1905526 0
[pid=17547/tid=17549] ppid=17545 vsize=7659152 CPUtime=2.91 cores=0,2
/proc/17547/task/17549/stat : 17549 (java) R 17545 17547 16977 0 -1 4202560 14775 0 1 0 290 1 0 0 18 0 19 0 462152902 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 46912505738776 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=7659152 CPUtime=0.01 cores=0,2
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16977 0 -1 4202560 1745 0 0 0 1 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16977 0 -1 4202560 398 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16977 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 274 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7659152 CPUtime=0.01 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 1620 0 0 0 1 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7659152 CPUtime=0.06 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 4026 0 0 0 6 0 0 0 16 0 19 0 462152904 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7659152 CPUtime=0.61 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 8985 0 0 0 61 0 0 0 16 0 19 0 462152907 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7659152 CPUtime=0.15 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3279 0 0 0 15 0 0 0 16 0 19 0 462152907 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152907 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7842971648 31016 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 7659152

[startup+6.30141 s]
/proc/loadavg: 3.50 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12564416/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7659152 CPUtime=7.05 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 38083 0 1 0 700 5 0 0 21 0 19 0 462152901 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1914788 32527 2253 9 0 1905526 0
[pid=17547/tid=17549] ppid=17545 vsize=7659152 CPUtime=6.04 cores=0,2
/proc/17547/task/17549/stat : 17549 (java) R 17545 17547 16977 0 -1 4202560 14778 0 1 0 603 1 0 0 25 0 19 0 462152902 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 46912505739001 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=7659152 CPUtime=0.01 cores=0,2
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16977 0 -1 4202560 1745 0 0 0 1 0 0 0 18 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16977 0 -1 4202560 398 0 0 0 0 0 0 0 17 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16977 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16977 0 -1 4202560 570 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 1097 0 0 0 0 0 0 0 18 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7659152 CPUtime=0.01 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 1620 0 0 0 1 0 0 0 18 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 462152903 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7659152 CPUtime=0.11 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 4433 0 0 0 11 0 0 0 16 0 19 0 462152904 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7659152 CPUtime=0.63 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 8985 0 0 0 63 0 0 0 15 0 19 0 462152907 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7659152 CPUtime=0.16 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3281 0 0 0 16 0 0 0 16 0 19 0 462152907 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152907 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7842971648 32527 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 7659152

[startup+12.7011 s]

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

[pid=17547/tid=17555] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 3888 0 0 0 10 0 0 0 16 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7659152 CPUtime=0.13 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 2424 0 0 0 13 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 512 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7659152 CPUtime=3.81 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 9930 0 0 0 380 1 0 0 15 0 19 0 462152904 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7659152 CPUtime=0.63 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 8985 0 0 0 63 0 0 0 16 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7659152 CPUtime=0.2 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3289 0 0 0 20 0 0 0 15 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.52
Current children cumulated vsize (KiB) 7659152

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/262 17612
/proc/meminfo: memFree=12222488/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7659152 CPUtime=1183.53 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 65401 0 1 0 118342 11 0 0 21 0 19 0 462152901 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1914788 59672 2253 9 0 1905526 0
[pid=17547/tid=17549] ppid=17545 vsize=7659152 CPUtime=1177.81 cores=0,2
/proc/17547/task/17549/stat : 17549 (java) R 17545 17547 16977 0 -1 4202560 21694 0 1 0 117776 5 0 0 25 0 19 0 462152902 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 46912505739001 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=7659152 CPUtime=0.11 cores=0,2
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16977 0 -1 4202560 7376 0 0 0 11 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16977 0 -1 4202560 457 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=7659152 CPUtime=0.11 cores=0,2
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16977 0 -1 4202560 1160 0 0 0 11 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=7659152 CPUtime=0.14 cores=0,2
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16977 0 -1 4202560 2616 0 0 0 14 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=7659152 CPUtime=0.08 cores=0,2
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16977 0 -1 4202560 1849 0 0 0 8 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=7659152 CPUtime=0.11 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 3888 0 0 0 11 0 0 0 16 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7659152 CPUtime=0.13 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 2424 0 0 0 13 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 512 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7659152 CPUtime=3.9 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 9932 0 0 0 389 1 0 0 15 0 19 0 462152904 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7659152 CPUtime=0.63 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 8985 0 0 0 63 0 0 0 16 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7659152 CPUtime=0.2 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3289 0 0 0 20 0 0 0 15 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462152907 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7842971648 59672 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.53
Current children cumulated vsize (KiB) 7659152

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/262 17613
/proc/meminfo: memFree=12209556/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7659152 CPUtime=1243.55 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 66983 0 1 0 124343 12 0 0 21 0 19 0 462152901 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1914788 61247 2253 9 0 1905526 0
[pid=17547/tid=17549] ppid=17545 vsize=7659152 CPUtime=1237.72 cores=0,2
/proc/17547/task/17549/stat : 17549 (java) R 17545 17547 16977 0 -1 4202560 22535 0 1 0 123766 6 0 0 25 0 19 0 462152902 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 46912505683642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=7659152 CPUtime=0.11 cores=0,2
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16977 0 -1 4202560 7490 0 0 0 11 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16977 0 -1 4202560 457 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=7659152 CPUtime=0.11 cores=0,2
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16977 0 -1 4202560 1160 0 0 0 11 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=7659152 CPUtime=0.15 cores=0,2
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16977 0 -1 4202560 2808 0 0 0 15 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=7659152 CPUtime=0.08 cores=0,2
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16977 0 -1 4202560 1849 0 0 0 8 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=7659152 CPUtime=0.12 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 4248 0 0 0 12 0 0 0 16 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7659152 CPUtime=0.13 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 2424 0 0 0 13 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 513 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7659152 CPUtime=3.99 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 10002 0 0 0 398 1 0 0 15 0 19 0 462152904 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7659152 CPUtime=0.63 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 8985 0 0 0 63 0 0 0 16 0 19 0 462152907 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7659152 CPUtime=0.2 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3289 0 0 0 20 0 0 0 15 0 19 0 462152907 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462152907 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7842971648 61247 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.55
Current children cumulated vsize (KiB) 7659152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 3/203 17624
/proc/meminfo: memFree=12710588/32950928 swapFree=67111528/67111528
[pid=17547] ppid=17545 vsize=7659152 CPUtime=1301.27 cores=0,2
/proc/17547/stat : 17547 (java) S 17545 17547 16977 0 -1 4202496 67173 0 1 0 130115 12 0 0 21 0 19 0 462152901 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 1914788 61430 2253 9 0 1905526 0
[pid=17547/tid=17549] ppid=17545 vsize=7659152 CPUtime=1295.33 cores=0,2
/proc/17547/task/17549/stat : 17549 (java) R 17545 17547 16977 0 -1 4202560 22536 0 1 0 129527 6 0 0 25 0 19 0 462152902 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 46912505683616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=7659152 CPUtime=0.12 cores=0,2
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16977 0 -1 4202560 7490 0 0 0 12 0 0 0 16 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16977 0 -1 4202560 457 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=7659152 CPUtime=0.12 cores=0,2
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16977 0 -1 4202560 1160 0 0 0 12 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=7659152 CPUtime=0.15 cores=0,2
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16977 0 -1 4202560 2808 0 0 0 15 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=7659152 CPUtime=0.08 cores=0,2
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16977 0 -1 4202560 1849 0 0 0 8 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=7659152 CPUtime=0.12 cores=0,2
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16977 0 -1 4202560 4248 0 0 0 12 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=7659152 CPUtime=0.13 cores=0,2
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16977 0 -1 4202560 2424 0 0 0 13 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=7659152 CPUtime=0.1 cores=0,2
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16977 0 -1 4202560 513 0 0 0 10 0 0 0 15 0 19 0 462152903 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=7659152 CPUtime=4.08 cores=0,2
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16977 0 -1 4202560 10187 0 0 0 407 1 0 0 15 0 19 0 462152904 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 0 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152904 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512515505 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=7659152 CPUtime=0.63 cores=0,2
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16977 0 -1 4202560 8985 0 0 0 63 0 0 0 16 0 19 0 462152907 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=7659152 CPUtime=0.2 cores=0,2
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16977 0 -1 4202560 3289 0 0 0 20 0 0 0 15 0 19 0 462152907 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 0 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152907 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512507801 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462152907 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=7659152 CPUtime=0 cores=0,2
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462152947 7842971648 61430 33554432000 1073741824 1073778376 140733406649200 18446744073709551615 254512508416 0 4 0 16800975 18446604445481260288 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.27
Current children cumulated vsize (KiB) 7659152

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.36
CPU user time (s): 1301.22
CPU system time (s): 0.140978
CPU usage (%): 100.1
Max. virtual memory (cumulated for all children) (KiB): 7659152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.22
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67211
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= 28176
involuntary context switches= 5032

runsolver used 2.26565 second user time and 4.84826 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:52:42
IDJOB=3259004
IDBENCH=71471
IDSOLVER=1611
FILE ID=node149/3259004-1303505562
RUNJOBID= node149-1303505561-17453
PBS_JOBID= 13134233
Free space on /tmp= 72136 MiB

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

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=964854714

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12843256 kB
Buffers:       1795404 kB
Cached:       17596824 kB
SwapCached:          0 kB
Active:        9411656 kB
Inactive:     10159504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12843256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8236 kB
Writeback:           0 kB
AnonPages:      178580 kB
Mapped:          22632 kB
Slab:           472732 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21999180 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= 72136 MiB
End job on node149 at 2011-04-22 23:14:24