Trace number 3257772

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) 1299.4 1300.07

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
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.07/2.03	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/2.03	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/2.03	c See www.sat4j.org for details.
0.07/2.03	c no version file found!!!
0.07/2.03	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/2.03	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/2.03	c java.vm.version	19.1-b02
0.07/2.03	c java.vm.vendor	Sun Microsystems Inc.
0.07/2.03	c sun.arch.data.model	64
0.07/2.03	c java.version		1.6.0_24
0.07/2.03	c os.name		Linux
0.07/2.03	c os.version		2.6.18-164.el5
0.07/2.03	c os.arch		amd64
0.07/2.03	c Free memory 		6997539544
0.07/2.03	c Max memory 		7034241024
0.07/2.03	c Total memory 		7034241024
0.07/2.03	c Number of processors 	8
0.07/2.07	c --- Begin Solver configuration ---
0.07/2.07	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.07/2.07	c Learn all clauses as in MiniSAT
0.07/2.07	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/2.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/2.07	c Expensive reason simplification
0.07/2.07	c Armin Biere (Picosat) restarts strategy
0.07/2.07	c Glucose learned constraints deletion strategy
0.07/2.07	c timeout=2147483647s
0.07/2.07	c DB Simplification allowed=true
0.07/2.07	c --- End Solver configuration ---
0.07/2.07	c solving HOME/instance-3257772-1303472942.cnf
0.07/2.07	c reading problem ... 
0.32/2.29	c ... done. Wall clock time 0.223s.
0.32/2.29	c #vars     2400
0.32/2.29	c #constraints  266431
0.32/2.29	c constraints type 
0.32/2.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.32/2.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
2.38/3.80	c cleaning 2482 clauses out of 5000 with flag 5000/5000
4.20/5.47	c cleaning 4250 clauses out of 8518 with flag 11000/11000
6.20/7.43	c cleaning 5613 clauses out of 11268 with flag 18000/18000
8.50/9.77	c cleaning 6816 clauses out of 13656 with flag 26001/26001
11.31/12.54	c cleaning 7887 clauses out of 15839 with flag 35000/35000
14.51/15.70	c cleaning 8957 clauses out of 17953 with flag 45001/45001
18.11/19.34	c cleaning 9991 clauses out of 19995 with flag 56000/56000
22.22/23.43	c cleaning 10968 clauses out of 22004 with flag 68000/68000
26.82/28.03	c cleaning 11993 clauses out of 24038 with flag 81002/81002
32.03/33.23	c cleaning 12993 clauses out of 26043 with flag 95000/95000
37.63/38.80	c cleaning 13998 clauses out of 28052 with flag 110002/110002
43.74/44.97	c cleaning 15005 clauses out of 30052 with flag 126000/126000
50.64/51.84	c cleaning 15995 clauses out of 32047 with flag 143000/143000
58.45/59.64	c cleaning 16995 clauses out of 34053 with flag 161001/161001
66.45/67.69	c cleaning 17989 clauses out of 36058 with flag 180001/180001
75.37/76.54	c cleaning 19008 clauses out of 38068 with flag 200000/200000
84.97/86.12	c cleaning 20002 clauses out of 40061 with flag 221001/221001
95.38/96.54	c cleaning 21012 clauses out of 42060 with flag 243002/243002
106.69/107.82	c cleaning 21991 clauses out of 44048 with flag 266002/266002
118.49/119.62	c cleaning 22992 clauses out of 46056 with flag 290001/290001
131.40/132.55	c cleaning 23982 clauses out of 48063 with flag 315000/315000
146.10/147.28	c cleaning 25020 clauses out of 50082 with flag 341001/341001
161.62/162.75	c cleaning 26006 clauses out of 52063 with flag 368002/368002
177.72/178.85	c cleaning 26946 clauses out of 54056 with flag 396001/396001
195.13/196.26	c cleaning 28021 clauses out of 56110 with flag 425001/425001
213.74/214.88	c cleaning 29022 clauses out of 58088 with flag 455000/455000
233.25/234.34	c cleaning 30012 clauses out of 60067 with flag 486001/486001
253.55/254.67	c cleaning 31001 clauses out of 62057 with flag 518003/518003
274.27/275.38	c cleaning 31993 clauses out of 64055 with flag 551002/551002
297.48/298.53	c cleaning 32959 clauses out of 66064 with flag 585004/585004
322.08/323.15	c cleaning 34019 clauses out of 68102 with flag 620001/620001
349.09/350.14	c cleaning 34984 clauses out of 70083 with flag 656001/656001
376.00/377.03	c cleaning 36022 clauses out of 72098 with flag 693000/693000
405.62/406.61	c cleaning 37002 clauses out of 74076 with flag 731000/731000
435.33/436.32	c cleaning 37985 clauses out of 76076 with flag 770002/770002
468.94/469.97	c cleaning 38988 clauses out of 78089 with flag 810000/810000
502.05/503.05	c cleaning 39997 clauses out of 80103 with flag 851002/851002
535.56/536.54	c cleaning 41017 clauses out of 82105 with flag 893001/893001
571.96/572.94	c cleaning 41989 clauses out of 84087 with flag 936000/936000
610.27/611.27	c cleaning 42956 clauses out of 86100 with flag 980002/980002
651.19/652.18	c cleaning 44026 clauses out of 88146 with flag 1025004/1025004
694.70/695.64	c cleaning 44997 clauses out of 90116 with flag 1071000/1071000
740.52/741.43	c cleaning 46041 clauses out of 92121 with flag 1118002/1118002
788.53/789.47	c cleaning 46967 clauses out of 94078 with flag 1166000/1166000
836.84/837.71	c cleaning 48005 clauses out of 96112 with flag 1215001/1215001
884.95/885.89	c cleaning 49005 clauses out of 98106 with flag 1265000/1265000
935.67/936.58	c cleaning 49987 clauses out of 100103 with flag 1316002/1316002
989.80/990.66	c cleaning 51012 clauses out of 102116 with flag 1368002/1368002
1044.12/1044.95	c cleaning 52041 clauses out of 104104 with flag 1421002/1421002
1101.92/1102.78	c cleaning 52971 clauses out of 106061 with flag 1475000/1475000
1161.35/1162.17	c cleaning 53982 clauses out of 108091 with flag 1530001/1530001
1225.26/1226.00	c cleaning 54993 clauses out of 110108 with flag 1586000/1586000
1289.28/1290.07	c cleaning 55980 clauses out of 112116 with flag 1643001/1643001
1299.30/1300.03	c starts		: 1431
1299.30/1300.03	c conflicts		: 1653617
1299.30/1300.03	c decisions		: 3827532
1299.30/1300.03	c propagations		: 329671732
1299.30/1300.03	c inspects		: 12819416698
1299.30/1300.03	c shortcuts		: 0
1299.30/1300.03	c learnt literals	: 0
1299.30/1300.03	c learnt binary clauses	: 0
1299.30/1300.03	c learnt ternary clauses	: 0
1299.30/1300.03	c learnt constraints	: 1653617
1299.30/1300.03	c ignored constraints	: 0
1299.30/1300.03	c root simplifications	: 1431
1299.30/1300.03	c removed literals (reason simplification)	: 91879768
1299.30/1300.03	c reason swapping (by a shorter reason)	: 0
1299.30/1300.03	c Calls to reduceDB	: 53
1299.30/1300.03	c speed (assignments/second)	: 254037.15484950272
1299.30/1300.03	c non guided choices	304
1299.30/1300.05	c learnt constraints type 
1299.30/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66758
1299.30/1300.05	c constraints type 
1299.30/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1299.30/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
1299.30/1300.05	s UNKNOWN
1299.30/1300.05	c Total wall clock time (in seconds) : 1297.955

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.65 3.91 3.71 1/174 20843
/proc/meminfo: memFree=14919588/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=11800 CPUtime=0 cores=5,7
/proc/20843/stat : 20843 (runsolver) D 20841 20843 20214 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 458894942 12083200 54 33554432000 4194304 5434984 140734377913056 18446744073709551615 5055495 0 0 4096 24578 18446744071562234166 0 0 17 5 0 0 0
/proc/20843/statm: 2950 54 34 303 0 2644 0

[startup+0.0717991 s]
/proc/loadavg: 3.65 3.91 3.71 1/174 20843
/proc/meminfo: memFree=14919588/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=2464 CPUtime=0 cores=5,7
/proc/20843/stat : 20843 (java) D 20841 20843 20214 0 -1 4194304 91 0 1 0 0 0 0 0 17 0 1 0 458894942 2523136 44 33554432000 1073741824 1073778376 140734179541216 18446744073709551615 222916853479 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 2
/proc/20843/statm: 616 44 35 9 0 27 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2464

[startup+0.100786 s]
/proc/loadavg: 3.65 3.91 3.71 1/174 20843
/proc/meminfo: memFree=14919588/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=3528 CPUtime=0 cores=5,7
/proc/20843/stat : 20843 (java) D 20841 20843 20214 0 -1 4194304 91 0 1 0 0 0 0 0 17 0 1 0 458894942 3612672 44 33554432000 1073741824 1073778376 140734179541216 18446744073709551615 222916856742 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 4
/proc/20843/statm: 882 44 35 9 0 27 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3528

[startup+0.300763 s]
/proc/loadavg: 3.65 3.91 3.71 1/174 20843
/proc/meminfo: memFree=14919588/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=23028 CPUtime=0 cores=5,7
/proc/20843/stat : 20843 (java) D 20841 20843 20214 0 -1 4202496 581 0 7 0 0 0 0 0 17 0 1 0 458894942 23580672 330 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 7 0 0 21
/proc/20843/statm: 5757 330 253 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.700675 s]
/proc/loadavg: 3.65 3.91 3.71 1/174 20843
/proc/meminfo: memFree=14919588/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=23028 CPUtime=0 cores=5,7
/proc/20843/stat : 20843 (java) D 20841 20843 20214 0 -1 4202496 936 0 26 0 0 0 0 0 17 0 1 0 458894942 23580672 704 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 47671363398192 0 0 4096 0 18446744071562234166 0 0 17 7 0 0 64
/proc/20843/statm: 5757 704 521 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+1.50053 s]
/proc/loadavg: 3.65 3.91 3.71 1/190 20874
/proc/meminfo: memFree=14902592/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7551740 CPUtime=0.01 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 7577 0 53 0 0 1 0 0 17 0 10 0 458894942 7732981760 7326 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1887935 7326 1058 9 0 1878683 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551740

[startup+3.10122 s]
/proc/loadavg: 3.65 3.91 3.71 7/258 20942
/proc/meminfo: memFree=14765788/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7646232 CPUtime=1.64 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 19230 0 88 0 161 3 0 0 17 0 19 0 458894942 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1911558 17808 2224 9 0 1902296 0
[pid=20843/tid=20877] ppid=20841 vsize=7646232 CPUtime=1.1 cores=5,7
/proc/20843/task/20877/stat : 20877 (java) R 20841 20843 20214 0 -1 4202560 13927 0 41 0 108 2 0 0 20 0 19 0 458895064 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 46912505703595 0 4 0 16800975 0 0 0 -1 7 0 0 70
[pid=20843/tid=20890] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20890/stat : 20890 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20896] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20896/stat : 20896 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20898] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20898/stat : 20898 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20902] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20902/stat : 20902 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20903] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20903/stat : 20903 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20905] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895086 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 458895109 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 458895114 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 458895114 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7646232 CPUtime=0.26 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 2886 0 0 0 26 0 0 0 15 0 19 0 458895133 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7646232 CPUtime=0.26 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1300 0 1 0 26 0 0 0 17 0 19 0 458895133 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20941] ppid=20841 vsize=7646232 CPUtime=0 cores=5,7
/proc/20843/task/20941/stat : 20941 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895133 7829741568 17808 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 7646232
heavy processes:

[startup+6.30064 s]
/proc/loadavg: 3.68 3.91 3.71 5/262 20947
/proc/meminfo: memFree=14544732/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7661172 CPUtime=5.1 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 35073 0 88 0 505 5 0 0 17 0 19 0 458894942 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1915293 31784 2253 9 0 1906031 0
[pid=20843/tid=20877] ppid=20841 vsize=7661172 CPUtime=4.14 cores=5,7
/proc/20843/task/20877/stat : 20877 (java) R 20841 20843 20214 0 -1 4202560 14628 0 41 0 412 2 0 0 25 0 19 0 458895064 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 46912505733090 0 4 0 16800975 0 0 0 -1 5 0 0 70
[pid=20843/tid=20890] ppid=20841 vsize=7661172 CPUtime=0.01 cores=5,7
/proc/20843/task/20890/stat : 20890 (java) S 20841 20843 20214 0 -1 4202560 1826 0 0 0 1 0 0 0 18 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20896] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20896/stat : 20896 (java) S 20841 20843 20214 0 -1 4202560 529 0 0 0 0 0 0 0 18 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20898] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20898/stat : 20898 (java) S 20841 20843 20214 0 -1 4202560 735 0 0 0 0 0 0 0 16 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20902] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20902/stat : 20902 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20903] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20903/stat : 20903 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20905] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 477 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7661172 CPUtime=0.01 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 1649 0 0 0 1 0 0 0 18 0 19 0 458895086 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7661172 CPUtime=0.1 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 4330 0 0 0 10 0 0 0 16 0 19 0 458895109 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7661172 CPUtime=0.48 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 8389 0 0 0 48 0 0 0 15 0 19 0 458895133 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7661172 CPUtime=0.27 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1396 0 1 0 27 0 0 0 15 0 19 0 458895133 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20941] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20941/stat : 20941 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895133 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20946] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20946/stat : 20946 (java) S 20841 20843 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895173 7845040128 31784 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 7661172

[startup+12.7015 s]
/proc/loadavg: 3.70 3.91 3.71 5/262 20947
/proc/meminfo: memFree=14533528/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7661172 CPUtime=11.51 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 36264 0 88 0 1146 5 0 0 17 0 19 0 458894942 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1915293 32824 2253 9 0 1906031 0
[pid=20843/tid=20877] ppid=20841 vsize=7661172 CPUtime=10.3 cores=5,7
/proc/20843/task/20877/stat : 20877 (java) R 20841 20843 20214 0 -1 4202560 14631 0 41 0 1028 2 0 0 25 0 19 0 458895064 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 46912505687990 0 4 0 16800975 0 0 0 -1 5 0 0 70
[pid=20843/tid=20890] ppid=20841 vsize=7661172 CPUtime=0.01 cores=5,7
/proc/20843/task/20890/stat : 20890 (java) S 20841 20843 20214 0 -1 4202560 1826 0 0 0 1 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20896] ppid=20841 vsize=7661172 CPUtime=0.01 cores=5,7
/proc/20843/task/20896/stat : 20896 (java) S 20841 20843 20214 0 -1 4202560 534 0 0 0 1 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20898] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20898/stat : 20898 (java) S 20841 20843 20214 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20902] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20902/stat : 20902 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20903] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20903/stat : 20903 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20905] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7661172 CPUtime=0.02 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 1860 0 0 0 2 0 0 0 15 0 19 0 458895086 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7661172 CPUtime=0.28 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 4733 0 0 0 28 0 0 0 16 0 19 0 458895109 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7661172 CPUtime=0.48 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 8389 0 0 0 48 0 0 0 15 0 19 0 458895133 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7661172 CPUtime=0.31 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1728 0 1 0 31 0 0 0 15 0 19 0 458895133 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7845040128 32824 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0

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

[pid=20843/tid=20905] ppid=20841 vsize=7661172 CPUtime=0.08 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 3345 0 0 0 8 0 0 0 15 0 19 0 458895086 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7661172 CPUtime=0.11 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 3843 0 0 0 11 0 0 0 15 0 19 0 458895086 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7661172 CPUtime=0.12 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 4499 0 0 0 12 0 0 0 15 0 19 0 458895086 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7661172 CPUtime=3.61 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 9922 0 0 0 360 1 0 0 15 0 19 0 458895109 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7661172 CPUtime=0.48 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 8389 0 0 0 48 0 0 0 15 0 19 0 458895133 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7661172 CPUtime=0.31 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1728 0 1 0 31 0 0 0 15 0 19 0 458895133 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20941] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20941/stat : 20941 (java) S 20841 20843 20214 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 458895133 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20946] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20946/stat : 20946 (java) S 20841 20843 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895173 7845040128 60662 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1121.55
Current children cumulated vsize (KiB) 7661172

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/262 20990
/proc/meminfo: memFree=14224932/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7661172 CPUtime=1181.56 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 64518 0 88 0 118143 13 0 0 17 0 19 0 458894942 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1915293 60905 2253 9 0 1906031 0
[pid=20843/tid=20877] ppid=20841 vsize=7661172 CPUtime=1176.08 cores=5,7
/proc/20843/task/20877/stat : 20877 (java) R 20841 20843 20214 0 -1 4202560 21990 0 41 0 117602 6 0 0 25 0 19 0 458895064 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 46912505687033 0 4 0 16800975 0 0 0 -1 5 0 0 70
[pid=20843/tid=20890] ppid=20841 vsize=7661172 CPUtime=0.09 cores=5,7
/proc/20843/task/20890/stat : 20890 (java) S 20841 20843 20214 0 -1 4202560 4229 0 0 0 9 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20896] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20896/stat : 20896 (java) S 20841 20843 20214 0 -1 4202560 2422 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20898] ppid=20841 vsize=7661172 CPUtime=0.1 cores=5,7
/proc/20843/task/20898/stat : 20898 (java) S 20841 20843 20214 0 -1 4202560 1094 0 0 0 10 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20902] ppid=20841 vsize=7661172 CPUtime=0.09 cores=5,7
/proc/20843/task/20902/stat : 20902 (java) S 20841 20843 20214 0 -1 4202560 1076 0 0 0 9 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20903] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20903/stat : 20903 (java) S 20841 20843 20214 0 -1 4202560 557 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20905] ppid=20841 vsize=7661172 CPUtime=0.08 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 3345 0 0 0 8 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 3843 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 4499 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7661172 CPUtime=3.69 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 10167 0 0 0 368 1 0 0 15 0 19 0 458895109 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7661172 CPUtime=0.48 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 8389 0 0 0 48 0 0 0 15 0 19 0 458895133 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7661172 CPUtime=0.31 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1728 0 1 0 31 0 0 0 15 0 19 0 458895133 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20941] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20941/stat : 20941 (java) S 20841 20843 20214 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 458895133 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20946] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20946/stat : 20946 (java) S 20841 20843 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895173 7845040128 60905 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1181.56
Current children cumulated vsize (KiB) 7661172

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 20992
/proc/meminfo: memFree=14208908/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7661172 CPUtime=1241.58 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 64773 0 88 0 124145 13 0 0 17 0 19 0 458894942 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1915293 61153 2253 9 0 1906031 0
[pid=20843/tid=20877] ppid=20841 vsize=7661172 CPUtime=1235.95 cores=5,7
/proc/20843/task/20877/stat : 20877 (java) R 20841 20843 20214 0 -1 4202560 22237 0 41 0 123589 6 0 0 25 0 19 0 458895064 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 46912505760030 0 4 0 16800975 0 0 0 -1 5 0 0 70
[pid=20843/tid=20890] ppid=20841 vsize=7661172 CPUtime=0.09 cores=5,7
/proc/20843/task/20890/stat : 20890 (java) S 20841 20843 20214 0 -1 4202560 4229 0 0 0 9 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20896] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20896/stat : 20896 (java) S 20841 20843 20214 0 -1 4202560 2422 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20898] ppid=20841 vsize=7661172 CPUtime=0.1 cores=5,7
/proc/20843/task/20898/stat : 20898 (java) S 20841 20843 20214 0 -1 4202560 1094 0 0 0 10 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20902] ppid=20841 vsize=7661172 CPUtime=0.09 cores=5,7
/proc/20843/task/20902/stat : 20902 (java) S 20841 20843 20214 0 -1 4202560 1076 0 0 0 9 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20903] ppid=20841 vsize=7661172 CPUtime=0.14 cores=5,7
/proc/20843/task/20903/stat : 20903 (java) S 20841 20843 20214 0 -1 4202560 558 0 0 0 14 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20905] ppid=20841 vsize=7661172 CPUtime=0.1 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 3346 0 0 0 10 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 3843 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 4499 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7661172 CPUtime=3.8 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 10169 0 0 0 379 1 0 0 15 0 19 0 458895109 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7661172 CPUtime=0.48 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 8389 0 0 0 48 0 0 0 15 0 19 0 458895133 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7661172 CPUtime=0.31 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1728 0 1 0 31 0 0 0 15 0 19 0 458895133 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20941] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20941/stat : 20941 (java) S 20841 20843 20214 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 458895133 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20946] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20946/stat : 20946 (java) S 20841 20843 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895173 7845040128 61153 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1241.58
Current children cumulated vsize (KiB) 7661172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 20993
/proc/meminfo: memFree=14203912/32951124 swapFree=67111528/67111528
[pid=20843] ppid=20841 vsize=7661172 CPUtime=1299.3 cores=5,7
/proc/20843/stat : 20843 (java) S 20841 20843 20214 0 -1 4202496 65010 0 88 0 129917 13 0 0 17 0 19 0 458894942 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 117
/proc/20843/statm: 1915293 61383 2253 9 0 1906031 0
[pid=20843/tid=20877] ppid=20841 vsize=7661172 CPUtime=1293.56 cores=5,7
/proc/20843/task/20877/stat : 20877 (java) R 20841 20843 20214 0 -1 4202560 22398 0 41 0 129350 6 0 0 25 0 19 0 458895064 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 70
[pid=20843/tid=20890] ppid=20841 vsize=7661172 CPUtime=0.09 cores=5,7
/proc/20843/task/20890/stat : 20890 (java) S 20841 20843 20214 0 -1 4202560 4229 0 0 0 9 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20896] ppid=20841 vsize=7661172 CPUtime=0.14 cores=5,7
/proc/20843/task/20896/stat : 20896 (java) S 20841 20843 20214 0 -1 4202560 2422 0 0 0 14 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20898] ppid=20841 vsize=7661172 CPUtime=0.1 cores=5,7
/proc/20843/task/20898/stat : 20898 (java) S 20841 20843 20214 0 -1 4202560 1094 0 0 0 10 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20902] ppid=20841 vsize=7661172 CPUtime=0.09 cores=5,7
/proc/20843/task/20902/stat : 20902 (java) S 20841 20843 20214 0 -1 4202560 1076 0 0 0 9 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20903] ppid=20841 vsize=7661172 CPUtime=0.14 cores=5,7
/proc/20843/task/20903/stat : 20903 (java) S 20841 20843 20214 0 -1 4202560 558 0 0 0 14 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20905] ppid=20841 vsize=7661172 CPUtime=0.1 cores=5,7
/proc/20843/task/20905/stat : 20905 (java) S 20841 20843 20214 0 -1 4202560 3346 0 0 0 10 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20907] ppid=20841 vsize=7661172 CPUtime=0.13 cores=5,7
/proc/20843/task/20907/stat : 20907 (java) S 20841 20843 20214 0 -1 4202560 3843 0 0 0 13 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20909] ppid=20841 vsize=7661172 CPUtime=0.14 cores=5,7
/proc/20843/task/20909/stat : 20909 (java) S 20841 20843 20214 0 -1 4202560 4499 0 0 0 14 0 0 0 15 0 19 0 458895086 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20914] ppid=20841 vsize=7661172 CPUtime=3.89 cores=5,7
/proc/20843/task/20914/stat : 20914 (java) S 20841 20843 20214 0 -1 4202560 10241 0 0 0 388 1 0 0 15 0 19 0 458895109 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 0 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20918] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20918/stat : 20918 (java) S 20841 20843 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20922] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20922/stat : 20922 (java) S 20841 20843 20214 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 458895114 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20925] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20925/stat : 20925 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933600689 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20929] ppid=20841 vsize=7661172 CPUtime=0.48 cores=5,7
/proc/20843/task/20929/stat : 20929 (java) S 20841 20843 20214 0 -1 4202560 8389 0 0 0 48 0 0 0 15 0 19 0 458895133 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
[pid=20843/tid=20933] ppid=20841 vsize=7661172 CPUtime=0.31 cores=5,7
/proc/20843/task/20933/stat : 20933 (java) S 20841 20843 20214 0 -1 4202560 1728 0 1 0 31 0 0 0 15 0 19 0 458895133 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 2
[pid=20843/tid=20937] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20937/stat : 20937 (java) S 20841 20843 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933592985 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20941] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20941/stat : 20941 (java) S 20841 20843 20214 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 458895133 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 7 0 0 0
[pid=20843/tid=20946] ppid=20841 vsize=7661172 CPUtime=0 cores=5,7
/proc/20843/task/20946/stat : 20946 (java) S 20841 20843 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895173 7845040128 61383 33554432000 1073741824 1073778376 140735014869968 18446744073709551615 222933593600 0 4 0 16800975 18446604471130539840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1299.3
Current children cumulated vsize (KiB) 7661172

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.07
CPU time (s): 1299.4
CPU user time (s): 1299.25
CPU system time (s): 0.143978
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 7661172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65422
page faults= 88
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28822
involuntary context switches= 4746

runsolver used 2.08968 second user time and 5.03323 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-22 13:49:02
IDJOB=3257772
IDBENCH=71270
IDSOLVER=1611
FILE ID=node109/3257772-1303472942
RUNJOBID= node109-1303472942-20834
PBS_JOBID= 13107200
Free space on /tmp= 71276 MiB

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

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=2063609093

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14919736 kB
Buffers:       1349768 kB
Cached:       16060540 kB
SwapCached:          0 kB
Active:        9004988 kB
Inactive:      8469144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14919736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3512 kB
Writeback:           0 kB
AnonPages:       64164 kB
Mapped:          14500 kB
Slab:           493208 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193972 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= 71272 MiB
End job on node109 at 2011-04-22 14:10:44