Trace number 3259136

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.25 1300.05

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		6997539544
0.08/0.10	c Max memory 		7034241024
0.08/0.10	c Total memory 		7034241024
0.08/0.10	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3259136-1303506855.cnf
0.08/0.10	c reading problem ... 
0.40/0.32	c ... done. Wall clock time 0.227s.
0.40/0.32	c #vars     2400
0.40/0.32	c #constraints  266431
0.40/0.32	c constraints type 
0.40/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.40/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
2.27/1.83	c cleaning 2498 clauses out of 5002 with flag 5002/5002
4.19/3.53	c cleaning 4240 clauses out of 8504 with flag 11002/11002
6.20/5.57	c cleaning 5625 clauses out of 11262 with flag 18000/18000
8.59/7.91	c cleaning 6807 clauses out of 13639 with flag 26002/26002
11.42/10.77	c cleaning 7895 clauses out of 15831 with flag 35001/35001
14.73/14.00	c cleaning 8966 clauses out of 17935 with flag 45000/45000
18.24/17.58	c cleaning 9976 clauses out of 19969 with flag 56000/56000
22.44/21.73	c cleaning 10977 clauses out of 21993 with flag 68000/68000
26.95/26.27	c cleaning 11984 clauses out of 24016 with flag 81000/81000
32.05/31.33	c cleaning 13001 clauses out of 26035 with flag 95003/95003
37.76/37.07	c cleaning 13987 clauses out of 28031 with flag 110000/110000
43.96/43.22	c cleaning 15004 clauses out of 30045 with flag 126001/126001
50.47/49.78	c cleaning 15994 clauses out of 32042 with flag 143002/143002
57.88/57.16	c cleaning 16991 clauses out of 34046 with flag 161000/161000
65.78/65.05	c cleaning 18000 clauses out of 36057 with flag 180002/180002
74.49/73.78	c cleaning 18999 clauses out of 38055 with flag 200000/200000
84.09/83.33	c cleaning 19996 clauses out of 40057 with flag 221001/221001
93.80/93.08	c cleaning 21017 clauses out of 42063 with flag 243003/243003
104.70/103.98	c cleaning 21997 clauses out of 44046 with flag 266003/266003
115.91/115.17	c cleaning 22979 clauses out of 46047 with flag 290001/290001
128.21/127.49	c cleaning 24004 clauses out of 48067 with flag 315000/315000
141.42/140.61	c cleaning 24983 clauses out of 50064 with flag 341001/341001
155.32/154.57	c cleaning 26017 clauses out of 52080 with flag 368000/368000
170.53/169.70	c cleaning 26993 clauses out of 54063 with flag 396000/396000
186.24/185.47	c cleaning 28017 clauses out of 56071 with flag 425001/425001
203.64/202.86	c cleaning 28987 clauses out of 58053 with flag 455000/455000
222.06/221.23	c cleaning 29974 clauses out of 60066 with flag 486000/486000
240.97/240.14	c cleaning 31005 clauses out of 62094 with flag 518002/518002
261.27/260.46	c cleaning 32004 clauses out of 64087 with flag 551000/551000
282.28/281.48	c cleaning 32981 clauses out of 66084 with flag 585001/585001
304.29/303.44	c cleaning 34017 clauses out of 68106 with flag 620004/620004
327.69/326.84	c cleaning 34989 clauses out of 70087 with flag 656002/656002
352.80/351.91	c cleaning 36010 clauses out of 72096 with flag 693000/693000
377.81/376.94	c cleaning 36998 clauses out of 74088 with flag 731002/731002
406.93/406.01	c cleaning 38001 clauses out of 76090 with flag 770002/770002
435.74/434.84	c cleaning 38974 clauses out of 78087 with flag 810000/810000
466.35/465.42	c cleaning 40013 clauses out of 80114 with flag 851001/851001
497.45/496.56	c cleaning 41019 clauses out of 82100 with flag 893000/893000
531.96/531.07	c cleaning 41984 clauses out of 84081 with flag 936000/936000
566.67/565.75	c cleaning 43003 clauses out of 86097 with flag 980000/980000
603.38/602.44	c cleaning 44003 clauses out of 88094 with flag 1025000/1025000
641.89/640.97	c cleaning 44992 clauses out of 90091 with flag 1071000/1071000
684.20/683.25	c cleaning 46021 clauses out of 92101 with flag 1118002/1118002
725.82/724.85	c cleaning 46988 clauses out of 94079 with flag 1166001/1166001
775.72/774.73	c cleaning 47992 clauses out of 96093 with flag 1215003/1215003
826.14/825.11	c cleaning 48992 clauses out of 98099 with flag 1265001/1265001
878.25/877.21	c cleaning 50008 clauses out of 100106 with flag 1316000/1316000
933.37/932.39	c cleaning 51016 clauses out of 102099 with flag 1368001/1368001
985.28/984.29	c cleaning 51993 clauses out of 104082 with flag 1421000/1421000
1035.09/1034.01	c cleaning 52996 clauses out of 106089 with flag 1475000/1475000
1092.30/1091.25	c cleaning 54015 clauses out of 108097 with flag 1530004/1530004
1148.12/1147.07	c cleaning 54969 clauses out of 110080 with flag 1586002/1586002
1208.83/1207.77	c cleaning 55987 clauses out of 112110 with flag 1643001/1643001
1270.55/1269.42	c cleaning 57019 clauses out of 114122 with flag 1701000/1701000
1301.16/1300.01	c starts		: 1477
1301.16/1300.01	c conflicts		: 1733561
1301.16/1300.01	c decisions		: 4042661
1301.16/1300.01	c propagations		: 318986437
1301.16/1300.01	c inspects		: 12933303159
1301.16/1300.01	c shortcuts		: 0
1301.16/1300.01	c learnt literals	: 0
1301.16/1300.01	c learnt binary clauses	: 0
1301.16/1300.01	c learnt ternary clauses	: 0
1301.16/1300.01	c learnt constraints	: 1733561
1301.16/1300.01	c ignored constraints	: 0
1301.16/1300.01	c root simplifications	: 1477
1301.16/1300.01	c removed literals (reason simplification)	: 100838983
1301.16/1300.01	c reason swapping (by a shorter reason)	: 0
1301.16/1300.01	c Calls to reduceDB	: 54
1301.16/1300.01	c speed (assignments/second)	: 245432.9151050751
1301.16/1300.01	c non guided choices	354
1301.16/1300.04	c learnt constraints type 
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89671
1301.16/1300.04	c constraints type 
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
1301.16/1300.04	s UNKNOWN
1301.16/1300.04	c Total wall clock time (in seconds) : 1299.917

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

running on 2 cores: 4,6

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.71 3.94 3.89 5/220 16428
/proc/meminfo: memFree=24063280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=11800 CPUtime=0 cores=4,6
/proc/16428/stat : 16428 (runsolver) R 16426 16428 15880 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 462288279 12083200 52 33554432000 4194304 5434984 140735719402112 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/16428/statm: 2950 52 31 303 0 2644 0

[startup+0.091004 s]
/proc/loadavg: 3.71 3.94 3.89 5/220 16428
/proc/meminfo: memFree=24063280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7569940 CPUtime=0.07 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 9607 0 1 0 6 1 0 0 22 0 18 0 462288279 7751618560 9303 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1892485 9303 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.100994 s]
/proc/loadavg: 3.71 3.94 3.89 5/220 16428
/proc/meminfo: memFree=24063280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 9997 0 1 0 7 1 0 0 22 0 18 0 462288279 7751618560 9693 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1892485 9693 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300962 s]
/proc/loadavg: 3.71 3.94 3.89 5/220 16428
/proc/meminfo: memFree=24063280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7572376 CPUtime=0.4 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 14338 0 1 0 38 2 0 0 22 0 18 0 462288279 7754113024 13975 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1893094 13975 2197 9 0 1883832 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7572376

[startup+0.70089 s]
/proc/loadavg: 3.71 3.94 3.89 5/220 16428
/proc/meminfo: memFree=24063280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7580260 CPUtime=1.12 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 18480 0 1 0 109 3 0 0 22 0 19 0 462288279 7762186240 17178 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1895065 17178 2219 9 0 1885803 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 7580260

[startup+1.50074 s]
/proc/loadavg: 3.71 3.94 3.89 7/262 16475
/proc/meminfo: memFree=23895400/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7580260 CPUtime=1.96 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 19480 0 1 0 193 3 0 0 22 0 19 0 462288279 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1895065 18177 2224 9 0 1885803 0
[pid=16428/tid=16430] ppid=16426 vsize=7580260 CPUtime=1.46 cores=4,6
/proc/16428/task/16430/stat : 16430 (java) R 16426 16428 15880 0 -1 4202560 14441 0 1 0 144 2 0 0 25 0 19 0 462288280 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 46912505629943 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16428/tid=16431] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16431/stat : 16431 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16432] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16432/stat : 16432 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16433] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16433/stat : 16433 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16434] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16434/stat : 16434 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16435] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16435/stat : 16435 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16436] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288282 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 462288283 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 462288283 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288283 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7580260 CPUtime=0.26 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 115 0 0 0 26 0 0 0 23 0 19 0 462288285 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7580260 CPUtime=0.22 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 3764 0 0 0 22 0 0 0 24 0 19 0 462288285 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288285 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7580260 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7762186240 18177 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7580260

[startup+3.10154 s]
/proc/loadavg: 3.71 3.94 3.89 5/262 16475
/proc/meminfo: memFree=23803280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7597556 CPUtime=3.78 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 33931 0 1 0 373 5 0 0 22 0 19 0 462288279 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1899389 30685 2251 9 0 1890127 0
[pid=16428/tid=16430] ppid=16426 vsize=7597556 CPUtime=2.97 cores=4,6
/proc/16428/task/16430/stat : 16430 (java) R 16426 16428 15880 0 -1 4202560 14761 0 1 0 295 2 0 0 25 0 19 0 462288280 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 46912505638048 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16428/tid=16431] ppid=16426 vsize=7597556 CPUtime=0.01 cores=4,6
/proc/16428/task/16431/stat : 16431 (java) S 16426 16428 15880 0 -1 4202560 2209 0 0 0 1 0 0 0 18 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16432] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16432/stat : 16432 (java) S 16426 16428 15880 0 -1 4202560 430 0 0 0 0 0 0 0 17 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16433] ppid=16426 vsize=7597556 CPUtime=0.01 cores=4,6
/proc/16428/task/16433/stat : 16433 (java) S 16426 16428 15880 0 -1 4202560 1336 0 0 0 1 0 0 0 18 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16434] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16434/stat : 16434 (java) S 16426 16428 15880 0 -1 4202560 86 0 0 0 0 0 0 0 17 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16435] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16435/stat : 16435 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16436] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462288282 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7597556 CPUtime=0.06 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 4030 0 0 0 6 0 0 0 15 0 19 0 462288283 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7597556 CPUtime=0.27 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 116 0 0 0 27 0 0 0 17 0 19 0 462288285 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7597556 CPUtime=0.41 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 9809 0 0 0 40 1 0 0 17 0 19 0 462288285 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288285 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7779897344 30685 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 7597556

[startup+6.30093 s]
/proc/loadavg: 3.73 3.95 3.89 5/262 16475
/proc/meminfo: memFree=23793956/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7597556 CPUtime=6.99 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 36023 0 1 0 694 5 0 0 22 0 19 0 462288279 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1899389 32774 2253 9 0 1890127 0
[pid=16428/tid=16430] ppid=16426 vsize=7597556 CPUtime=6.03 cores=4,6
/proc/16428/task/16430/stat : 16430 (java) R 16426 16428 15880 0 -1 4202560 14764 0 1 0 601 2 0 0 25 0 19 0 462288280 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 46912505814675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16428/tid=16431] ppid=16426 vsize=7597556 CPUtime=0.01 cores=4,6
/proc/16428/task/16431/stat : 16431 (java) S 16426 16428 15880 0 -1 4202560 2209 0 0 0 1 0 0 0 15 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16432] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16432/stat : 16432 (java) S 16426 16428 15880 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16433] ppid=16426 vsize=7597556 CPUtime=0.02 cores=4,6
/proc/16428/task/16433/stat : 16433 (java) S 16426 16428 15880 0 -1 4202560 1340 0 0 0 2 0 0 0 16 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16434] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16434/stat : 16434 (java) S 16426 16428 15880 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16435] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16435/stat : 16435 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16436] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 702 0 0 0 0 0 0 0 16 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 700 0 0 0 0 0 0 0 15 0 19 0 462288282 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7597556 CPUtime=0.15 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 4712 0 0 0 15 0 0 0 16 0 19 0 462288283 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7597556 CPUtime=0.28 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 118 0 0 0 28 0 0 0 15 0 19 0 462288285 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7597556 CPUtime=0.44 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 9810 0 0 0 43 1 0 0 15 0 19 0 462288285 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288285 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7779897344 32774 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 7597556

[startup+12.7008 s]

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

[pid=16428/tid=16436] ppid=16426 vsize=7597556 CPUtime=0.05 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1176 0 0 0 5 0 0 0 15 0 19 0 462288282 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7597556 CPUtime=0.1 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 2031 0 0 0 10 0 0 0 15 0 19 0 462288282 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7597556 CPUtime=0.08 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 3149 0 0 0 8 0 0 0 15 0 19 0 462288282 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7597556 CPUtime=3.66 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 10133 0 0 0 365 1 0 0 15 0 19 0 462288283 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7597556 CPUtime=0.28 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 118 0 0 0 28 0 0 0 15 0 19 0 462288285 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7597556 CPUtime=0.47 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 9820 0 0 0 46 1 0 0 15 0 19 0 462288285 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 462288285 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7779897344 61050 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.41
Current children cumulated vsize (KiB) 7597556

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/262 16506
/proc/meminfo: memFree=23492820/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7597556 CPUtime=1183.43 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 64806 0 1 0 118331 12 0 0 22 0 19 0 462288279 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1899389 61383 2253 9 0 1890127 0
[pid=16428/tid=16430] ppid=16426 vsize=7597556 CPUtime=1177.92 cores=4,6
/proc/16428/task/16430/stat : 16430 (java) R 16426 16428 15880 0 -1 4202560 22715 0 1 0 117787 5 0 0 25 0 19 0 462288280 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 46912505586920 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16428/tid=16431] ppid=16426 vsize=7597556 CPUtime=0.16 cores=4,6
/proc/16428/task/16431/stat : 16431 (java) S 16426 16428 15880 0 -1 4202560 6151 0 0 0 15 1 0 0 15 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16432] ppid=16426 vsize=7597556 CPUtime=0.14 cores=4,6
/proc/16428/task/16432/stat : 16432 (java) S 16426 16428 15880 0 -1 4202560 3362 0 0 0 14 0 0 0 15 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16433] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16433/stat : 16433 (java) S 16426 16428 15880 0 -1 4202560 2358 0 0 0 11 0 0 0 15 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16434] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16434/stat : 16434 (java) S 16426 16428 15880 0 -1 4202560 435 0 0 0 11 0 0 0 16 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16435] ppid=16426 vsize=7597556 CPUtime=0.13 cores=4,6
/proc/16428/task/16435/stat : 16435 (java) S 16426 16428 15880 0 -1 4202560 2141 0 0 0 13 0 0 0 16 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16436] ppid=16426 vsize=7597556 CPUtime=0.05 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1176 0 0 0 5 0 0 0 15 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7597556 CPUtime=0.1 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 2031 0 0 0 10 0 0 0 15 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7597556 CPUtime=0.08 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 3149 0 0 0 8 0 0 0 16 0 19 0 462288282 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7597556 CPUtime=3.77 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 10135 0 0 0 376 1 0 0 15 0 19 0 462288283 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7597556 CPUtime=0.28 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 118 0 0 0 28 0 0 0 15 0 19 0 462288285 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7597556 CPUtime=0.47 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 9820 0 0 0 46 1 0 0 15 0 19 0 462288285 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 462288285 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7779897344 61383 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.43
Current children cumulated vsize (KiB) 7597556

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/262 16508
/proc/meminfo: memFree=23485696/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7597556 CPUtime=1243.44 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 65874 0 1 0 124332 12 0 0 22 0 19 0 462288279 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1899389 62444 2253 9 0 1890127 0
[pid=16428/tid=16430] ppid=16426 vsize=7597556 CPUtime=1237.83 cores=4,6
/proc/16428/task/16430/stat : 16430 (java) R 16426 16428 15880 0 -1 4202560 23773 0 1 0 123777 6 0 0 25 0 19 0 462288280 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 46912505720121 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16428/tid=16431] ppid=16426 vsize=7597556 CPUtime=0.16 cores=4,6
/proc/16428/task/16431/stat : 16431 (java) S 16426 16428 15880 0 -1 4202560 6151 0 0 0 15 1 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16432] ppid=16426 vsize=7597556 CPUtime=0.16 cores=4,6
/proc/16428/task/16432/stat : 16432 (java) S 16426 16428 15880 0 -1 4202560 3366 0 0 0 16 0 0 0 16 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16433] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16433/stat : 16433 (java) S 16426 16428 15880 0 -1 4202560 2358 0 0 0 11 0 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16434] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16434/stat : 16434 (java) S 16426 16428 15880 0 -1 4202560 435 0 0 0 11 0 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16435] ppid=16426 vsize=7597556 CPUtime=0.13 cores=4,6
/proc/16428/task/16435/stat : 16435 (java) S 16426 16428 15880 0 -1 4202560 2141 0 0 0 13 0 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16436] ppid=16426 vsize=7597556 CPUtime=0.05 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1176 0 0 0 5 0 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7597556 CPUtime=0.1 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 2031 0 0 0 10 0 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7597556 CPUtime=0.1 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 3149 0 0 0 10 0 0 0 15 0 19 0 462288282 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7597556 CPUtime=3.85 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 10137 0 0 0 384 1 0 0 15 0 19 0 462288283 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7597556 CPUtime=0.28 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 118 0 0 0 28 0 0 0 15 0 19 0 462288285 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7597556 CPUtime=0.47 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 9820 0 0 0 46 1 0 0 15 0 19 0 462288285 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 462288285 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7779897344 62444 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.44
Current children cumulated vsize (KiB) 7597556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.94 3/222 16515
/proc/meminfo: memFree=23771280/32951124 swapFree=67051468/67111528
[pid=16428] ppid=16426 vsize=7597556 CPUtime=1301.16 cores=4,6
/proc/16428/stat : 16428 (java) S 16426 16428 15880 0 -1 4202496 66078 0 1 0 130104 12 0 0 22 0 19 0 462288279 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16428/statm: 1899389 62641 2253 9 0 1890127 0
[pid=16428/tid=16430] ppid=16426 vsize=7597556 CPUtime=1295.44 cores=4,6
/proc/16428/task/16430/stat : 16430 (java) R 16426 16428 15880 0 -1 4202560 23774 0 1 0 129538 6 0 0 25 0 19 0 462288280 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 46912505584272 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16428/tid=16431] ppid=16426 vsize=7597556 CPUtime=0.18 cores=4,6
/proc/16428/task/16431/stat : 16431 (java) S 16426 16428 15880 0 -1 4202560 6151 0 0 0 17 1 0 0 16 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16432] ppid=16426 vsize=7597556 CPUtime=0.16 cores=4,6
/proc/16428/task/16432/stat : 16432 (java) S 16426 16428 15880 0 -1 4202560 3366 0 0 0 16 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16433] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16433/stat : 16433 (java) S 16426 16428 15880 0 -1 4202560 2358 0 0 0 11 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16434] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16434/stat : 16434 (java) S 16426 16428 15880 0 -1 4202560 435 0 0 0 11 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16435] ppid=16426 vsize=7597556 CPUtime=0.13 cores=4,6
/proc/16428/task/16435/stat : 16435 (java) S 16426 16428 15880 0 -1 4202560 2141 0 0 0 13 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16436] ppid=16426 vsize=7597556 CPUtime=0.05 cores=4,6
/proc/16428/task/16436/stat : 16436 (java) S 16426 16428 15880 0 -1 4202560 1176 0 0 0 5 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16437] ppid=16426 vsize=7597556 CPUtime=0.11 cores=4,6
/proc/16428/task/16437/stat : 16437 (java) S 16426 16428 15880 0 -1 4202560 2031 0 0 0 11 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16438] ppid=16426 vsize=7597556 CPUtime=0.1 cores=4,6
/proc/16428/task/16438/stat : 16438 (java) S 16426 16428 15880 0 -1 4202560 3149 0 0 0 10 0 0 0 15 0 19 0 462288282 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16439] ppid=16426 vsize=7597556 CPUtime=3.93 cores=4,6
/proc/16428/task/16439/stat : 16439 (java) S 16426 16428 15880 0 -1 4202560 10336 0 0 0 392 1 0 0 15 0 19 0 462288283 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 0 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16440] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16440/stat : 16440 (java) S 16426 16428 15880 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16441] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16441/stat : 16441 (java) S 16426 16428 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462288283 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16442] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16442/stat : 16442 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382780849 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16443] ppid=16426 vsize=7597556 CPUtime=0.28 cores=4,6
/proc/16428/task/16443/stat : 16443 (java) S 16426 16428 15880 0 -1 4202560 118 0 0 0 28 0 0 0 15 0 19 0 462288285 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16444] ppid=16426 vsize=7597556 CPUtime=0.47 cores=4,6
/proc/16428/task/16444/stat : 16444 (java) S 16426 16428 15880 0 -1 4202560 9820 0 0 0 46 1 0 0 15 0 19 0 462288285 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
[pid=16428/tid=16445] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16445/stat : 16445 (java) S 16426 16428 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288285 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773145 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16446] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16446/stat : 16446 (java) S 16426 16428 15880 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 462288285 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 6 0 0 0
[pid=16428/tid=16447] ppid=16426 vsize=7597556 CPUtime=0 cores=4,6
/proc/16428/task/16447/stat : 16447 (java) S 16426 16428 15880 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462288312 7779897344 62641 33554432000 1073741824 1073778376 140735422115984 18446744073709551615 218382773760 0 4 0 16800975 18446604453941379200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 7597556

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.25
CPU user time (s): 1301.11
CPU system time (s): 0.139978
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 7597556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.11
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66115
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= 28027
involuntary context switches= 5825

runsolver used 2.25766 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-22 23:14:15
IDJOB=3259136
IDBENCH=71492
IDSOLVER=1611
FILE ID=node101/3259136-1303506855
RUNJOBID= node101-1303506853-16361
PBS_JOBID= 13134232
Free space on /tmp= 71852 MiB

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

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1495477900

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24064304 kB
Buffers:       1584572 kB
Cached:        6711908 kB
SwapCached:      33708 kB
Active:        5421140 kB
Inactive:      2997484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24064304 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            5112 kB
Writeback:           0 kB
AnonPages:      109340 kB
Mapped:          17088 kB
Slab:           403168 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14737128 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= 71852 MiB
End job on node101 at 2011-04-22 23:35:57