Trace number 3258652

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3258652-1303504255.cnf
0.03/0.09	c reading problem ... 
0.54/0.46	c ... done. Wall clock time 0.365s.
0.54/0.46	c #vars     2640
0.54/0.46	c #constraints  305320
0.54/0.46	c constraints type 
0.54/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.54/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
2.53/2.08	c cleaning 2487 clauses out of 5005 with flag 5005/5005
4.60/3.84	c cleaning 4232 clauses out of 8515 with flag 11002/11002
6.81/6.07	c cleaning 5629 clauses out of 11281 with flag 18000/18000
9.62/8.89	c cleaning 6796 clauses out of 13655 with flag 26003/26003
12.84/12.07	c cleaning 7907 clauses out of 15856 with flag 35000/35000
16.44/15.65	c cleaning 8958 clauses out of 17949 with flag 45000/45000
20.55/19.79	c cleaning 9967 clauses out of 19992 with flag 56001/56001
25.25/24.47	c cleaning 11000 clauses out of 22024 with flag 68000/68000
30.46/29.65	c cleaning 11987 clauses out of 24024 with flag 81000/81000
36.56/35.70	c cleaning 12997 clauses out of 26039 with flag 95002/95002
43.07/42.22	c cleaning 13992 clauses out of 28041 with flag 110001/110001
50.38/49.53	c cleaning 14995 clauses out of 30048 with flag 126000/126000
58.18/57.35	c cleaning 15976 clauses out of 32053 with flag 143000/143000
66.69/65.88	c cleaning 17004 clauses out of 34077 with flag 161000/161000
75.99/75.18	c cleaning 17990 clauses out of 36073 with flag 180000/180000
86.20/85.31	c cleaning 18995 clauses out of 38086 with flag 200003/200003
97.01/96.18	c cleaning 20001 clauses out of 40088 with flag 221000/221000
109.11/108.28	c cleaning 21023 clauses out of 42088 with flag 243001/243001
122.22/121.37	c cleaning 21997 clauses out of 44064 with flag 266000/266000
135.73/134.82	c cleaning 22988 clauses out of 46067 with flag 290000/290000
150.64/149.76	c cleaning 23974 clauses out of 48081 with flag 315002/315002
166.84/165.93	c cleaning 25009 clauses out of 50106 with flag 341001/341001
184.16/183.28	c cleaning 26017 clauses out of 52096 with flag 368000/368000
202.57/201.70	c cleaning 26995 clauses out of 54079 with flag 396000/396000
221.98/221.03	c cleaning 27999 clauses out of 56084 with flag 425000/425000
242.38/241.47	c cleaning 28995 clauses out of 58085 with flag 455000/455000
264.59/263.64	c cleaning 29982 clauses out of 60090 with flag 486000/486000
287.80/286.85	c cleaning 30981 clauses out of 62109 with flag 518001/518001
312.50/311.56	c cleaning 32016 clauses out of 64127 with flag 551000/551000
339.03/338.09	c cleaning 32989 clauses out of 66112 with flag 585001/585001
367.84/366.88	c cleaning 34027 clauses out of 68123 with flag 620001/620001
397.35/396.33	c cleaning 35004 clauses out of 70095 with flag 656000/656000
429.15/428.11	c cleaning 36004 clauses out of 72092 with flag 693001/693001
460.36/459.30	c cleaning 36969 clauses out of 74092 with flag 731005/731005
494.18/493.13	c cleaning 37982 clauses out of 76120 with flag 770002/770002
528.79/527.78	c cleaning 39022 clauses out of 78137 with flag 810001/810001
564.91/563.84	c cleaning 39979 clauses out of 80114 with flag 851000/851000
602.31/601.24	c cleaning 41006 clauses out of 82138 with flag 893003/893003
641.53/640.43	c cleaning 42031 clauses out of 84129 with flag 936000/936000
684.15/683.00	c cleaning 42992 clauses out of 86099 with flag 980001/980001
727.06/725.99	c cleaning 44021 clauses out of 88107 with flag 1025001/1025001
770.86/769.72	c cleaning 44981 clauses out of 90088 with flag 1071003/1071003
817.98/816.88	c cleaning 46002 clauses out of 92104 with flag 1118000/1118000
866.30/865.13	c cleaning 47000 clauses out of 94102 with flag 1166000/1166000
919.11/917.91	c cleaning 47982 clauses out of 96102 with flag 1215000/1215000
972.83/971.65	c cleaning 49008 clauses out of 98120 with flag 1265000/1265000
1026.23/1025.04	c cleaning 49992 clauses out of 100112 with flag 1316000/1316000
1082.07/1080.85	c cleaning 51024 clauses out of 102120 with flag 1368000/1368000
1145.19/1143.92	c cleaning 51989 clauses out of 104096 with flag 1421000/1421000
1210.00/1208.73	c cleaning 52970 clauses out of 106107 with flag 1475000/1475000
1274.22/1272.96	c cleaning 54017 clauses out of 108138 with flag 1530001/1530001
1301.34/1300.01	c starts		: 1421
1301.34/1300.01	c conflicts		: 1556499
1301.34/1300.01	c decisions		: 4198379
1301.34/1300.01	c propagations		: 307471339
1301.34/1300.01	c inspects		: 10991903336
1301.34/1300.01	c shortcuts		: 0
1301.34/1300.01	c learnt literals	: 0
1301.34/1300.01	c learnt binary clauses	: 0
1301.34/1300.01	c learnt ternary clauses	: 0
1301.34/1300.01	c learnt constraints	: 1556499
1301.34/1300.01	c ignored constraints	: 0
1301.34/1300.01	c root simplifications	: 1421
1301.34/1300.01	c removed literals (reason simplification)	: 89025237
1301.34/1300.01	c reason swapping (by a shorter reason)	: 0
1301.34/1300.01	c Calls to reduceDB	: 51
1301.34/1300.01	c speed (assignments/second)	: 236598.17583149872
1301.34/1300.01	c non guided choices	291
1301.34/1300.04	c learnt constraints type 
1301.34/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80627
1301.34/1300.04	c constraints type 
1301.34/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1301.34/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
1301.34/1300.04	s UNKNOWN
1301.34/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-3258652-1303504255/watcher-3258652-1303504255 -o /tmp/evaluation-result-3258652-1303504255/solver-3258652-1303504255 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258652-1303504255.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.24 4.01 3.08 5/243 17318
/proc/meminfo: memFree=12785028/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=11800 CPUtime=0 cores=0,2
/proc/17318/stat : 17318 (runsolver) R 17316 17318 16977 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 462022227 12083200 51 33554432000 4194304 5434984 140736188320368 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/17318/statm: 2950 51 31 303 0 2644 0

[startup+0.051258 s]
/proc/loadavg: 4.24 4.01 3.08 5/243 17318
/proc/meminfo: memFree=12785028/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7564352 CPUtime=0.03 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 8891 0 1 0 2 1 0 0 22 0 13 0 462022227 7745896448 8586 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1891088 8586 1684 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100235 s]
/proc/loadavg: 4.24 4.01 3.08 5/243 17318
/proc/meminfo: memFree=12785028/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 9705 0 1 0 7 1 0 0 22 0 18 0 462022227 7751618560 9400 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1892485 9400 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300199 s]
/proc/loadavg: 4.24 4.01 3.08 5/243 17318
/proc/meminfo: memFree=12785028/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7583168 CPUtime=0.34 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 14697 0 1 0 32 2 0 0 22 0 18 0 462022227 7765164032 13409 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1895792 13409 2190 9 0 1886530 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 7583168

[startup+0.701117 s]
/proc/loadavg: 4.24 4.01 3.08 5/243 17318
/proc/meminfo: memFree=12785028/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7650436 CPUtime=1.05 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 20297 0 1 0 102 3 0 0 22 0 19 0 462022227 7834046464 18734 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1912609 18734 2217 9 0 1903347 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 7650436

[startup+1.50102 s]
/proc/loadavg: 4.24 4.01 3.08 6/262 17337
/proc/meminfo: memFree=12598452/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7650436 CPUtime=2.03 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 21129 0 1 0 199 4 0 0 22 0 19 0 462022227 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1912609 19565 2224 9 0 1903347 0
[pid=17318/tid=17320] ppid=17316 vsize=7650436 CPUtime=1.4 cores=0,2
/proc/17318/task/17320/stat : 17320 (java) R 17316 17318 16977 0 -1 4202560 14812 0 1 0 137 3 0 0 20 0 19 0 462022228 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 46912505752889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17318/tid=17321] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17321/stat : 17321 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17322] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17322/stat : 17322 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17323] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17323/stat : 17323 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17324] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17324/stat : 17324 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17325] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17325/stat : 17325 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17326] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022230 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 462022231 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 462022231 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022231 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7650436 CPUtime=0.26 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 1371 0 0 0 26 0 0 0 24 0 19 0 462022233 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7650436 CPUtime=0.35 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3783 0 0 0 35 0 0 0 24 0 19 0 462022233 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462022233 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7650436 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7834046464 19565 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 7650436

[startup+3.10064 s]
/proc/loadavg: 4.24 4.01 3.08 10/262 17337
/proc/meminfo: memFree=12575960/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7663056 CPUtime=3.87 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 35723 0 1 0 382 5 0 0 22 0 19 0 462022227 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1915764 32218 2251 9 0 1906502 0
[pid=17318/tid=17320] ppid=17316 vsize=7663056 CPUtime=2.89 cores=0,2
/proc/17318/task/17320/stat : 17320 (java) R 17316 17318 16977 0 -1 4202560 15306 0 1 0 286 3 0 0 25 0 19 0 462022228 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 46912505752856 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17318/tid=17321] ppid=17316 vsize=7663056 CPUtime=0.02 cores=0,2
/proc/17318/task/17321/stat : 17321 (java) S 17316 17318 16977 0 -1 4202560 2386 0 0 0 2 0 0 0 17 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17322] ppid=17316 vsize=7663056 CPUtime=0.02 cores=0,2
/proc/17318/task/17322/stat : 17322 (java) S 17316 17318 16977 0 -1 4202560 1690 0 0 0 2 0 0 0 18 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17323] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17323/stat : 17323 (java) S 17316 17318 16977 0 -1 4202560 338 0 0 0 0 0 0 0 18 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17324] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17324/stat : 17324 (java) S 17316 17318 16977 0 -1 4202560 96 0 0 0 0 0 0 0 17 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17325] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17325/stat : 17325 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17326] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022230 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7663056 CPUtime=0.06 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 4482 0 0 0 6 0 0 0 17 0 19 0 462022231 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7663056 CPUtime=0.46 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 6477 0 0 0 46 0 0 0 17 0 19 0 462022233 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7663056 CPUtime=0.36 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3791 0 0 0 36 0 0 0 16 0 19 0 462022233 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462022233 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7846969344 32218 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 7663056

[startup+6.30101 s]
/proc/loadavg: 4.22 4.01 3.09 5/262 17337
/proc/meminfo: memFree=12517084/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7663056 CPUtime=7.12 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 37630 0 1 0 706 6 0 0 22 0 19 0 462022227 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1915764 34122 2253 9 0 1906502 0
[pid=17318/tid=17320] ppid=17316 vsize=7663056 CPUtime=5.95 cores=0,2
/proc/17318/task/17320/stat : 17320 (java) R 17316 17318 16977 0 -1 4202560 15310 0 1 0 592 3 0 0 25 0 19 0 462022228 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 46912505752889 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17318/tid=17321] ppid=17316 vsize=7663056 CPUtime=0.02 cores=0,2
/proc/17318/task/17321/stat : 17321 (java) S 17316 17318 16977 0 -1 4202560 2386 0 0 0 2 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17322] ppid=17316 vsize=7663056 CPUtime=0.02 cores=0,2
/proc/17318/task/17322/stat : 17322 (java) S 17316 17318 16977 0 -1 4202560 1691 0 0 0 2 0 0 0 16 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17323] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17323/stat : 17323 (java) S 17316 17318 16977 0 -1 4202560 338 0 0 0 0 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17324] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17324/stat : 17324 (java) S 17316 17318 16977 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17325] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17325/stat : 17325 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17326] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 705 0 0 0 0 0 0 0 15 0 19 0 462022230 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7663056 CPUtime=0.18 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 5123 0 0 0 18 0 0 0 16 0 19 0 462022231 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7663056 CPUtime=0.48 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 6477 0 0 0 48 0 0 0 15 0 19 0 462022233 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7663056 CPUtime=0.39 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3793 0 0 0 39 0 0 0 15 0 19 0 462022233 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462022233 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7846969344 34122 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 7663056

[startup+12.7008 s]

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

[pid=17318/tid=17326] ppid=17316 vsize=7663056 CPUtime=0.04 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 281 0 0 0 4 0 0 0 15 0 19 0 462022230 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 1824 0 0 0 12 0 0 0 16 0 19 0 462022230 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 1819 0 0 0 12 0 0 0 16 0 19 0 462022230 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7663056 CPUtime=4.17 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 10136 0 0 0 417 0 0 0 15 0 19 0 462022231 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7663056 CPUtime=0.51 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 6484 0 0 0 51 0 0 0 15 0 19 0 462022233 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7663056 CPUtime=0.39 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3793 0 0 0 39 0 0 0 15 0 19 0 462022233 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 462022233 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7846969344 60139 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.58
Current children cumulated vsize (KiB) 7663056

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/262 17369
/proc/meminfo: memFree=12073060/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7663056 CPUtime=1183.6 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 64583 0 1 0 118346 14 0 0 22 0 19 0 462022227 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1915764 60903 2253 9 0 1906502 0
[pid=17318/tid=17320] ppid=17316 vsize=7663056 CPUtime=1177.42 cores=0,2
/proc/17318/task/17320/stat : 17320 (java) R 17316 17318 16977 0 -1 4202560 22556 0 1 0 117733 9 0 0 25 0 19 0 462022228 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 46912505752889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17318/tid=17321] ppid=17316 vsize=7663056 CPUtime=0.14 cores=0,2
/proc/17318/task/17321/stat : 17321 (java) S 17316 17318 16977 0 -1 4202560 3076 0 0 0 14 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17322] ppid=17316 vsize=7663056 CPUtime=0.1 cores=0,2
/proc/17318/task/17322/stat : 17322 (java) S 17316 17318 16977 0 -1 4202560 3434 0 0 0 10 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17323] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17323/stat : 17323 (java) S 17316 17318 16977 0 -1 4202560 4701 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17324] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17324/stat : 17324 (java) S 17316 17318 16977 0 -1 4202560 1963 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17325] ppid=17316 vsize=7663056 CPUtime=0.14 cores=0,2
/proc/17318/task/17325/stat : 17325 (java) S 17316 17318 16977 0 -1 4202560 3282 0 0 0 14 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17326] ppid=17316 vsize=7663056 CPUtime=0.06 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 282 0 0 0 6 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 1824 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 1819 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7663056 CPUtime=4.27 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 10148 0 0 0 427 0 0 0 15 0 19 0 462022231 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7663056 CPUtime=0.51 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 6484 0 0 0 51 0 0 0 15 0 19 0 462022233 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7663056 CPUtime=0.39 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3793 0 0 0 39 0 0 0 15 0 19 0 462022233 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 462022233 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7846969344 60903 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.6
Current children cumulated vsize (KiB) 7663056

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.75 5/262 17370
/proc/meminfo: memFree=12060620/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7663056 CPUtime=1243.61 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 66623 0 1 0 124347 14 0 0 22 0 19 0 462022227 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1915764 62936 2253 9 0 1906502 0
[pid=17318/tid=17320] ppid=17316 vsize=7663056 CPUtime=1237.3 cores=0,2
/proc/17318/task/17320/stat : 17320 (java) R 17316 17318 16977 0 -1 4202560 23230 0 1 0 123721 9 0 0 25 0 19 0 462022228 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 46912505748950 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17318/tid=17321] ppid=17316 vsize=7663056 CPUtime=0.14 cores=0,2
/proc/17318/task/17321/stat : 17321 (java) S 17316 17318 16977 0 -1 4202560 3080 0 0 0 14 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17322] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17322/stat : 17322 (java) S 17316 17318 16977 0 -1 4202560 3858 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17323] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17323/stat : 17323 (java) S 17316 17318 16977 0 -1 4202560 4701 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17324] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17324/stat : 17324 (java) S 17316 17318 16977 0 -1 4202560 1963 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17325] ppid=17316 vsize=7663056 CPUtime=0.14 cores=0,2
/proc/17318/task/17325/stat : 17325 (java) S 17316 17318 16977 0 -1 4202560 3282 0 0 0 14 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17326] ppid=17316 vsize=7663056 CPUtime=0.06 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 282 0 0 0 6 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7663056 CPUtime=0.13 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 2421 0 0 0 13 0 0 0 16 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 1819 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7663056 CPUtime=4.36 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 10485 0 0 0 436 0 0 0 15 0 19 0 462022231 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7663056 CPUtime=0.51 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 6484 0 0 0 51 0 0 0 15 0 19 0 462022233 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7663056 CPUtime=0.39 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3793 0 0 0 39 0 0 0 15 0 19 0 462022233 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 462022233 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7846969344 62936 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.61
Current children cumulated vsize (KiB) 7663056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.96 3.74 2/202 17381
/proc/meminfo: memFree=12700540/32950928 swapFree=67111528/67111528
[pid=17318] ppid=17316 vsize=7663056 CPUtime=1301.34 cores=0,2
/proc/17318/stat : 17318 (java) S 17316 17318 16977 0 -1 4202496 66808 0 1 0 130120 14 0 0 22 0 19 0 462022227 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17318/statm: 1915764 63114 2253 9 0 1906502 0
[pid=17318/tid=17320] ppid=17316 vsize=7663056 CPUtime=1294.91 cores=0,2
/proc/17318/task/17320/stat : 17320 (java) R 17316 17318 16977 0 -1 4202560 23231 0 1 0 129482 9 0 0 25 0 19 0 462022228 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 46912505752889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17318/tid=17321] ppid=17316 vsize=7663056 CPUtime=0.15 cores=0,2
/proc/17318/task/17321/stat : 17321 (java) S 17316 17318 16977 0 -1 4202560 3082 0 0 0 15 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17322] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17322/stat : 17322 (java) S 17316 17318 16977 0 -1 4202560 3858 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17323] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17323/stat : 17323 (java) S 17316 17318 16977 0 -1 4202560 4701 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17324] ppid=17316 vsize=7663056 CPUtime=0.13 cores=0,2
/proc/17318/task/17324/stat : 17324 (java) S 17316 17318 16977 0 -1 4202560 1963 0 0 0 13 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17325] ppid=17316 vsize=7663056 CPUtime=0.14 cores=0,2
/proc/17318/task/17325/stat : 17325 (java) S 17316 17318 16977 0 -1 4202560 3282 0 0 0 14 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17326] ppid=17316 vsize=7663056 CPUtime=0.06 cores=0,2
/proc/17318/task/17326/stat : 17326 (java) S 17316 17318 16977 0 -1 4202560 282 0 0 0 6 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17327] ppid=17316 vsize=7663056 CPUtime=0.13 cores=0,2
/proc/17318/task/17327/stat : 17327 (java) S 17316 17318 16977 0 -1 4202560 2421 0 0 0 13 0 0 0 16 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17328] ppid=17316 vsize=7663056 CPUtime=0.12 cores=0,2
/proc/17318/task/17328/stat : 17328 (java) S 17316 17318 16977 0 -1 4202560 1819 0 0 0 12 0 0 0 15 0 19 0 462022230 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17329] ppid=17316 vsize=7663056 CPUtime=4.45 cores=0,2
/proc/17318/task/17329/stat : 17329 (java) S 17316 17318 16977 0 -1 4202560 10663 0 0 0 445 0 0 0 15 0 19 0 462022231 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 0 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17330] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17330/stat : 17330 (java) S 17316 17318 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17331] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17331/stat : 17331 (java) S 17316 17318 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 462022231 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17332] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17332/stat : 17332 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512515505 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17333] ppid=17316 vsize=7663056 CPUtime=0.51 cores=0,2
/proc/17318/task/17333/stat : 17333 (java) S 17316 17318 16977 0 -1 4202560 6484 0 0 0 51 0 0 0 15 0 19 0 462022233 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17334] ppid=17316 vsize=7663056 CPUtime=0.39 cores=0,2
/proc/17318/task/17334/stat : 17334 (java) S 17316 17318 16977 0 -1 4202560 3793 0 0 0 39 0 0 0 15 0 19 0 462022233 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
[pid=17318/tid=17335] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17335/stat : 17335 (java) S 17316 17318 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022233 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512507801 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17336] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17336/stat : 17336 (java) S 17316 17318 16977 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 462022233 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 2 0 0 0
[pid=17318/tid=17337] ppid=17316 vsize=7663056 CPUtime=0 cores=0,2
/proc/17318/task/17337/stat : 17337 (java) S 17316 17318 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462022274 7846969344 63114 33554432000 1073741824 1073778376 140735561301040 18446744073709551615 254512508416 0 4 0 16800975 18446604445481261184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 7663056

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.43
CPU user time (s): 1301.27
CPU system time (s): 0.161975
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 7663056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.27
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66846
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= 28015
involuntary context switches= 5074

runsolver used 2.18967 second user time and 4.92125 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:30:55
IDJOB=3258652
IDBENCH=71408
IDSOLVER=1611
FILE ID=node149/3258652-1303504255
RUNJOBID= node149-1303502950-16995
PBS_JOBID= 13134233
Free space on /tmp= 72132 MiB

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

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=1969000651

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:      12785184 kB
Buffers:       1795332 kB
Cached:       17600152 kB
SwapCached:          0 kB
Active:        9469948 kB
Inactive:     10158988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12785184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12640 kB
Writeback:           0 kB
AnonPages:      232868 kB
Mapped:          23188 kB
Slab:           473096 kB
PageTables:       6444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22017668 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= 72140 MiB
End job on node149 at 2011-04-22 22:52:37