Trace number 3259356

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes10.cnf
MD5SUM601a386973128161e9173e2bdf583672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.58791
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c no version file found!!!
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		6997539544
0.02/0.07	c Max memory 		7034241024
0.02/0.07	c Total memory 		7034241024
0.02/0.07	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3259356-1303507306.cnf
0.02/0.09	c reading problem ... 
0.28/0.24	c ... done. Wall clock time 0.149s.
0.28/0.24	c #vars     945
0.28/0.24	c #constraints  61409
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1.64/1.22	c cleaning 2499 clauses out of 5002 with flag 5002/5002
2.93/2.37	c cleaning 4247 clauses out of 8501 with flag 11000/11000
4.33/3.76	c cleaning 5619 clauses out of 11257 with flag 18003/18003
6.04/5.50	c cleaning 6807 clauses out of 13637 with flag 26002/26002
8.13/7.59	c cleaning 7899 clauses out of 15832 with flag 35004/35004
10.63/10.05	c cleaning 8956 clauses out of 17929 with flag 45000/45000
13.53/12.91	c cleaning 9972 clauses out of 19973 with flag 56000/56000
16.93/16.37	c cleaning 10990 clauses out of 22004 with flag 68003/68003
20.73/20.12	c cleaning 11986 clauses out of 24011 with flag 81000/81000
25.04/24.41	c cleaning 12994 clauses out of 26025 with flag 95000/95000
29.84/29.24	c cleaning 14003 clauses out of 28031 with flag 110000/110000
35.34/34.70	c cleaning 15003 clauses out of 30030 with flag 126002/126002
41.14/40.60	c cleaning 15992 clauses out of 32025 with flag 143000/143000
48.05/47.40	c cleaning 17003 clauses out of 34034 with flag 161001/161001
55.25/54.61	c cleaning 17995 clauses out of 36033 with flag 180003/180003
63.85/63.22	c cleaning 19006 clauses out of 38035 with flag 200000/200000
72.66/72.01	c cleaning 19995 clauses out of 40031 with flag 221002/221002
82.07/81.48	c cleaning 20981 clauses out of 42034 with flag 243000/243000
92.48/91.86	c cleaning 22013 clauses out of 44055 with flag 266002/266002
103.78/103.14	c cleaning 22996 clauses out of 46040 with flag 290000/290000
116.09/115.40	c cleaning 24001 clauses out of 48044 with flag 315000/315000
129.39/128.76	c cleaning 24991 clauses out of 50043 with flag 341000/341000
143.49/142.86	c cleaning 26016 clauses out of 52052 with flag 368000/368000
159.90/159.24	c cleaning 27006 clauses out of 54036 with flag 396000/396000
176.00/175.33	c cleaning 28005 clauses out of 56030 with flag 425000/425000
192.91/192.26	c cleaning 28995 clauses out of 58025 with flag 455000/455000
210.82/210.17	c cleaning 29992 clauses out of 60030 with flag 486000/486000
231.22/230.56	c cleaning 31012 clauses out of 62040 with flag 518002/518002
252.73/252.08	c cleaning 31999 clauses out of 64028 with flag 551002/551002
276.64/275.90	c cleaning 32989 clauses out of 66027 with flag 585000/585000
302.95/302.29	c cleaning 33996 clauses out of 68038 with flag 620000/620000
328.86/328.13	c cleaning 34995 clauses out of 70042 with flag 656000/656000
356.77/356.08	c cleaning 36009 clauses out of 72048 with flag 693001/693001
386.17/385.40	c cleaning 36991 clauses out of 74038 with flag 731000/731000
417.78/417.08	c cleaning 37999 clauses out of 76047 with flag 770000/770000
447.30/446.53	c cleaning 39000 clauses out of 78049 with flag 810001/810001
481.89/481.13	c cleaning 40008 clauses out of 80053 with flag 851005/851005
516.50/515.72	c cleaning 41000 clauses out of 82040 with flag 893000/893000
554.31/553.55	c cleaning 41997 clauses out of 84041 with flag 936001/936001
591.72/590.91	c cleaning 43002 clauses out of 86045 with flag 980002/980002
632.83/632.05	c cleaning 44004 clauses out of 88043 with flag 1025002/1025002
674.54/673.79	c cleaning 44999 clauses out of 90038 with flag 1071001/1071001
718.45/717.61	c cleaning 46010 clauses out of 92042 with flag 1118004/1118004
767.17/766.34	c cleaning 47001 clauses out of 94028 with flag 1166000/1166000
815.47/814.68	c cleaning 47999 clauses out of 96027 with flag 1215000/1215000
868.69/867.81	c cleaning 48995 clauses out of 98029 with flag 1265001/1265001
922.29/921.41	c cleaning 49993 clauses out of 100035 with flag 1316002/1316002
977.73/976.86	c cleaning 51013 clauses out of 102042 with flag 1368002/1368002
1037.33/1036.42	c cleaning 52002 clauses out of 104029 with flag 1421002/1421002
1099.54/1098.63	c cleaning 52997 clauses out of 106025 with flag 1475000/1475000
1162.75/1161.87	c cleaning 54009 clauses out of 108030 with flag 1530002/1530002
1225.87/1224.95	c cleaning 54977 clauses out of 110019 with flag 1586000/1586000
1292.58/1291.63	c cleaning 56008 clauses out of 112046 with flag 1643004/1643004
1301.00/1300.01	c starts		: 1431
1301.00/1300.01	c conflicts		: 1652787
1301.00/1300.01	c decisions		: 2584472
1301.00/1300.01	c propagations		: 178467534
1301.00/1300.01	c inspects		: 14856332571
1301.00/1300.01	c shortcuts		: 0
1301.00/1300.01	c learnt literals	: 0
1301.00/1300.01	c learnt binary clauses	: 0
1301.00/1300.01	c learnt ternary clauses	: 0
1301.00/1300.01	c learnt constraints	: 1652787
1301.00/1300.01	c ignored constraints	: 0
1301.00/1300.01	c root simplifications	: 1431
1301.00/1300.01	c removed literals (reason simplification)	: 59211363
1301.00/1300.01	c reason swapping (by a shorter reason)	: 0
1301.00/1300.01	c Calls to reduceDB	: 53
1301.00/1300.01	c speed (assignments/second)	: 137307.2225197112
1301.00/1300.01	c non guided choices	117
1301.00/1300.04	c learnt constraints type 
1301.00/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65833
1301.00/1300.04	c constraints type 
1301.00/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1301.00/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1301.00/1300.04	s UNKNOWN
1301.00/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-3259356-1303507306/watcher-3259356-1303507306 -o /tmp/evaluation-result-3259356-1303507306/solver-3259356-1303507306 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259356-1303507306.cnf 

running on 2 cores: 1,3

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: 0.93 1.94 2.90 7/200 26680
/proc/meminfo: memFree=15732488/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=23028 CPUtime=0 cores=1,3
/proc/26680/stat : 26680 (java) R 26678 26680 26269 0 -1 4202496 576 0 0 0 0 0 0 0 18 0 1 0 462328323 23580672 319 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218900768512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26680/statm: 5757 327 251 9 0 124 0

[startup+0.0277479 s]
/proc/loadavg: 0.93 1.94 2.90 7/200 26680
/proc/meminfo: memFree=15732488/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7551884 CPUtime=0.02 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 8219 0 1 0 1 1 0 0 18 0 10 0 462328323 7733129216 7916 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1887971 7917 1517 9 0 1878719 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7551884

[startup+0.1007 s]
/proc/loadavg: 0.93 1.94 2.90 7/200 26680
/proc/meminfo: memFree=15732488/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7570988 CPUtime=0.1 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 10396 0 1 0 9 1 0 0 18 0 18 0 462328323 7752691712 10091 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1892747 10091 2094 9 0 1883485 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7570988

[startup+0.300662 s]
/proc/loadavg: 0.93 1.94 2.90 7/200 26680
/proc/meminfo: memFree=15732488/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7576472 CPUtime=0.46 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 13124 0 1 0 45 1 0 0 18 0 19 0 462328323 7758307328 12371 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1894118 12371 2209 9 0 1884856 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7576472

[startup+0.700591 s]
/proc/loadavg: 0.93 1.94 2.90 7/200 26680
/proc/meminfo: memFree=15732488/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7579408 CPUtime=1.13 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 14699 0 1 0 112 1 0 0 18 0 19 0 462328323 7761313792 13510 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1894852 13510 2223 9 0 1885590 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 7579408

[startup+1.50145 s]
/proc/loadavg: 0.93 1.94 2.90 7/262 26748
/proc/meminfo: memFree=15569944/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7662828 CPUtime=2.13 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 24263 0 1 0 210 3 0 0 18 0 19 0 462328323 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1915707 21138 2252 9 0 1906445 0
[pid=26680/tid=26684] ppid=26678 vsize=7662828 CPUtime=1.43 cores=1,3
/proc/26680/task/26684/stat : 26684 (java) R 26678 26680 26269 0 -1 4202560 10601 0 1 0 142 1 0 0 25 0 19 0 462328324 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 46912505634227 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26680/tid=26690] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26690/stat : 26690 (java) S 26678 26680 26269 0 -1 4202560 999 0 0 0 0 0 0 0 17 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26691] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26691/stat : 26691 (java) S 26678 26680 26269 0 -1 4202560 189 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26692] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26692/stat : 26692 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26693] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26693/stat : 26693 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26694] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26694/stat : 26694 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26695] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462328325 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7662828 CPUtime=0.02 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 1188 0 0 0 2 0 0 0 16 0 19 0 462328326 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7662828 CPUtime=0.41 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7625 0 0 0 40 1 0 0 17 0 19 0 462328329 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7662828 CPUtime=0.23 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2503 0 0 0 23 0 0 0 17 0 19 0 462328329 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328329 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7846735872 21138 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7662828

[startup+3.10119 s]
/proc/loadavg: 0.93 1.94 2.90 6/262 26748
/proc/meminfo: memFree=15425116/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7662828 CPUtime=3.73 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 25379 0 1 0 370 3 0 0 18 0 19 0 462328323 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1915707 22252 2254 9 0 1906445 0
[pid=26680/tid=26684] ppid=26678 vsize=7662828 CPUtime=2.97 cores=1,3
/proc/26680/task/26684/stat : 26684 (java) R 26678 26680 26269 0 -1 4202560 10604 0 1 0 296 1 0 0 18 0 19 0 462328324 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 46912505594237 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26680/tid=26690] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26690/stat : 26690 (java) S 26678 26680 26269 0 -1 4202560 999 0 0 0 0 0 0 0 15 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26691] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26691/stat : 26691 (java) S 26678 26680 26269 0 -1 4202560 189 0 0 0 0 0 0 0 18 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26692] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26692/stat : 26692 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26693] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26693/stat : 26693 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26694] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26694/stat : 26694 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26695] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 822 0 0 0 0 0 0 0 16 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7662828 CPUtime=0.04 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 1468 0 0 0 4 0 0 0 15 0 19 0 462328326 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7662828 CPUtime=0.42 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7625 0 0 0 41 1 0 0 16 0 19 0 462328329 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7662828 CPUtime=0.25 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2515 0 0 0 25 0 0 0 16 0 19 0 462328329 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328329 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7662828 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7846735872 22252 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 7662828

[startup+6.30061 s]
/proc/loadavg: 1.17 1.97 2.91 5/262 26748
/proc/meminfo: memFree=15405860/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7659500 CPUtime=6.93 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 25872 0 1 0 690 3 0 0 18 0 19 0 462328323 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1914875 21963 2254 9 0 1905613 0
[pid=26680/tid=26684] ppid=26678 vsize=7659500 CPUtime=6.08 cores=1,3
/proc/26680/task/26684/stat : 26684 (java) R 26678 26680 26269 0 -1 4202560 10606 0 1 0 607 1 0 0 25 0 19 0 462328324 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 46912505634259 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26680/tid=26690] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26690/stat : 26690 (java) S 26678 26680 26269 0 -1 4202560 999 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26691] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26691/stat : 26691 (java) S 26678 26680 26269 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26692] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26692/stat : 26692 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26693] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26693/stat : 26693 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26694] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26694/stat : 26694 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26695] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 1057 0 0 0 0 0 0 0 16 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462328325 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7659500 CPUtime=0.09 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 1710 0 0 0 9 0 0 0 15 0 19 0 462328326 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7659500 CPUtime=0.45 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7637 0 0 0 44 1 0 0 15 0 19 0 462328329 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7659500 CPUtime=0.25 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2515 0 0 0 25 0 0 0 15 0 19 0 462328329 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462328329 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7843328000 21963 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 7659500

[startup+12.7015 s]

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

[pid=26680/tid=26695] ppid=26678 vsize=7659500 CPUtime=0.09 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 2134 0 0 0 9 0 0 0 15 0 19 0 462328325 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7659500 CPUtime=0.07 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 1287 0 0 0 7 0 0 0 15 0 19 0 462328325 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7659500 CPUtime=0.07 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 763 0 0 0 7 0 0 0 15 0 19 0 462328325 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7659500 CPUtime=1.74 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 6854 0 0 0 174 0 0 0 15 0 19 0 462328326 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7659500 CPUtime=0.46 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7637 0 0 0 45 1 0 0 15 0 19 0 462328329 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7659500 CPUtime=0.25 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2515 0 0 0 25 0 0 0 15 0 19 0 462328329 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 462328329 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7843328000 42451 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 7659500

[startup+1182.3 s]
/proc/loadavg: 4.10 3.99 3.68 5/262 26779
/proc/meminfo: memFree=15053448/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7659500 CPUtime=1183.27 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 46974 0 1 0 118318 9 0 0 18 0 19 0 462328323 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1914875 42884 2254 9 0 1905613 0
[pid=26680/tid=26684] ppid=26678 vsize=7659500 CPUtime=1180.03 cores=1,3
/proc/26680/task/26684/stat : 26684 (java) R 26678 26680 26269 0 -1 4202560 16221 0 1 0 117999 4 0 0 25 0 19 0 462328324 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 46912505634971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26680/tid=26690] ppid=26678 vsize=7659500 CPUtime=0.1 cores=1,3
/proc/26680/task/26690/stat : 26690 (java) S 26678 26680 26269 0 -1 4202560 3750 0 0 0 10 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26691] ppid=26678 vsize=7659500 CPUtime=0.14 cores=1,3
/proc/26680/task/26691/stat : 26691 (java) S 26678 26680 26269 0 -1 4202560 1507 0 0 0 14 0 0 0 16 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26692] ppid=26678 vsize=7659500 CPUtime=0.07 cores=1,3
/proc/26680/task/26692/stat : 26692 (java) S 26678 26680 26269 0 -1 4202560 1633 0 0 0 7 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26693] ppid=26678 vsize=7659500 CPUtime=0.05 cores=1,3
/proc/26680/task/26693/stat : 26693 (java) S 26678 26680 26269 0 -1 4202560 680 0 0 0 5 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26694] ppid=26678 vsize=7659500 CPUtime=0.05 cores=1,3
/proc/26680/task/26694/stat : 26694 (java) S 26678 26680 26269 0 -1 4202560 537 0 0 0 5 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26695] ppid=26678 vsize=7659500 CPUtime=0.09 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 2134 0 0 0 9 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7659500 CPUtime=0.07 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 1287 0 0 0 7 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7659500 CPUtime=0.08 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 763 0 0 0 8 0 0 0 16 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7659500 CPUtime=1.78 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 7092 0 0 0 178 0 0 0 15 0 19 0 462328326 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7659500 CPUtime=0.46 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7637 0 0 0 45 1 0 0 15 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7659500 CPUtime=0.25 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2515 0 0 0 25 0 0 0 15 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.27
Current children cumulated vsize (KiB) 7659500

[startup+1242.3 s]
/proc/loadavg: 4.03 3.99 3.70 5/262 26781
/proc/meminfo: memFree=15046600/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7659500 CPUtime=1243.28 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 46981 0 1 0 124319 9 0 0 18 0 19 0 462328323 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1914875 42884 2254 9 0 1905613 0
[pid=26680/tid=26684] ppid=26678 vsize=7659500 CPUtime=1239.97 cores=1,3
/proc/26680/task/26684/stat : 26684 (java) R 26678 26680 26269 0 -1 4202560 16222 0 1 0 123992 5 0 0 25 0 19 0 462328324 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 46912505634251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26680/tid=26690] ppid=26678 vsize=7659500 CPUtime=0.1 cores=1,3
/proc/26680/task/26690/stat : 26690 (java) S 26678 26680 26269 0 -1 4202560 3750 0 0 0 10 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26691] ppid=26678 vsize=7659500 CPUtime=0.14 cores=1,3
/proc/26680/task/26691/stat : 26691 (java) S 26678 26680 26269 0 -1 4202560 1507 0 0 0 14 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26692] ppid=26678 vsize=7659500 CPUtime=0.08 cores=1,3
/proc/26680/task/26692/stat : 26692 (java) S 26678 26680 26269 0 -1 4202560 1633 0 0 0 8 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26693] ppid=26678 vsize=7659500 CPUtime=0.05 cores=1,3
/proc/26680/task/26693/stat : 26693 (java) S 26678 26680 26269 0 -1 4202560 680 0 0 0 5 0 0 0 16 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26694] ppid=26678 vsize=7659500 CPUtime=0.05 cores=1,3
/proc/26680/task/26694/stat : 26694 (java) S 26678 26680 26269 0 -1 4202560 537 0 0 0 5 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26695] ppid=26678 vsize=7659500 CPUtime=0.09 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 2134 0 0 0 9 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7659500 CPUtime=0.07 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 1287 0 0 0 7 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7659500 CPUtime=0.08 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 763 0 0 0 8 0 0 0 15 0 19 0 462328325 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7659500 CPUtime=1.84 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 7094 0 0 0 184 0 0 0 15 0 19 0 462328326 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7659500 CPUtime=0.46 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7637 0 0 0 45 1 0 0 15 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7659500 CPUtime=0.25 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2515 0 0 0 25 0 0 0 15 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 462328329 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7843328000 42884 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.28
Current children cumulated vsize (KiB) 7659500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.72 4/242 26786
/proc/meminfo: memFree=15171224/32951124 swapFree=67111528/67111528
[pid=26680] ppid=26678 vsize=7659500 CPUtime=1301 cores=1,3
/proc/26680/stat : 26680 (java) S 26678 26680 26269 0 -1 4202496 47351 0 1 0 130091 9 0 0 18 0 19 0 462328323 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26680/statm: 1914875 43247 2254 9 0 1905613 0
[pid=26680/tid=26684] ppid=26678 vsize=7659500 CPUtime=1297.62 cores=1,3
/proc/26680/task/26684/stat : 26684 (java) R 26678 26680 26269 0 -1 4202560 16547 0 1 0 129757 5 0 0 25 0 19 0 462328324 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 46912505682190 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26680/tid=26690] ppid=26678 vsize=7659500 CPUtime=0.11 cores=1,3
/proc/26680/task/26690/stat : 26690 (java) S 26678 26680 26269 0 -1 4202560 3750 0 0 0 11 0 0 0 16 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26691] ppid=26678 vsize=7659500 CPUtime=0.14 cores=1,3
/proc/26680/task/26691/stat : 26691 (java) S 26678 26680 26269 0 -1 4202560 1507 0 0 0 14 0 0 0 15 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26692] ppid=26678 vsize=7659500 CPUtime=0.08 cores=1,3
/proc/26680/task/26692/stat : 26692 (java) S 26678 26680 26269 0 -1 4202560 1633 0 0 0 8 0 0 0 15 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26693] ppid=26678 vsize=7659500 CPUtime=0.05 cores=1,3
/proc/26680/task/26693/stat : 26693 (java) S 26678 26680 26269 0 -1 4202560 680 0 0 0 5 0 0 0 15 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26694] ppid=26678 vsize=7659500 CPUtime=0.05 cores=1,3
/proc/26680/task/26694/stat : 26694 (java) S 26678 26680 26269 0 -1 4202560 537 0 0 0 5 0 0 0 15 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26695] ppid=26678 vsize=7659500 CPUtime=0.1 cores=1,3
/proc/26680/task/26695/stat : 26695 (java) S 26678 26680 26269 0 -1 4202560 2134 0 0 0 10 0 0 0 15 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26696] ppid=26678 vsize=7659500 CPUtime=0.08 cores=1,3
/proc/26680/task/26696/stat : 26696 (java) S 26678 26680 26269 0 -1 4202560 1287 0 0 0 8 0 0 0 16 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26697] ppid=26678 vsize=7659500 CPUtime=0.08 cores=1,3
/proc/26680/task/26697/stat : 26697 (java) S 26678 26680 26269 0 -1 4202560 763 0 0 0 8 0 0 0 15 0 19 0 462328325 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26706] ppid=26678 vsize=7659500 CPUtime=1.88 cores=1,3
/proc/26680/task/26706/stat : 26706 (java) S 26678 26680 26269 0 -1 4202560 7135 0 0 0 188 0 0 0 15 0 19 0 462328326 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 0 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26707] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26707/stat : 26707 (java) S 26678 26680 26269 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 462328326 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26708] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26708/stat : 26708 (java) S 26678 26680 26269 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462328326 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26712] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26712/stat : 26712 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462328329 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917554609 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26713] ppid=26678 vsize=7659500 CPUtime=0.46 cores=1,3
/proc/26680/task/26713/stat : 26713 (java) S 26678 26680 26269 0 -1 4202560 7637 0 0 0 45 1 0 0 15 0 19 0 462328329 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26714] ppid=26678 vsize=7659500 CPUtime=0.25 cores=1,3
/proc/26680/task/26714/stat : 26714 (java) S 26678 26680 26269 0 -1 4202560 2515 0 0 0 25 0 0 0 15 0 19 0 462328329 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26715] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26715/stat : 26715 (java) S 26678 26680 26269 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462328329 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917546905 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
[pid=26680/tid=26716] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26716/stat : 26716 (java) S 26678 26680 26269 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 462328329 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 3 0 0 0
[pid=26680/tid=26746] ppid=26678 vsize=7659500 CPUtime=0 cores=1,3
/proc/26680/task/26746/stat : 26746 (java) S 26678 26680 26269 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462328348 7843328000 43247 33554432000 1073741824 1073778376 140733777659648 18446744073709551615 218917547520 0 4 0 16800975 18446604458839668928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301
Current children cumulated vsize (KiB) 7659500

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.07
CPU user time (s): 1300.97
CPU system time (s): 0.103984
CPU usage (%): 100.079
Max. virtual memory (cumulated for all children) (KiB): 7662828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.97
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47390
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= 28112
involuntary context switches= 5306

runsolver used 2.12468 second user time and 5.03423 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-22 23:21:46
IDJOB=3259356
IDBENCH=71570
IDSOLVER=1611
FILE ID=node137/3259356-1303507306
RUNJOBID= node137-1303507306-26635
PBS_JOBID= 13134249
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= 601a386973128161e9173e2bdf583672
RANDOM SEED=676110461

node137.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.844
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      15733140 kB
Buffers:       1682576 kB
Cached:       14873092 kB
SwapCached:          0 kB
Active:        9825512 kB
Inactive:      6831500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15733140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2804 kB
Writeback:           0 kB
AnonPages:       99460 kB
Mapped:          21792 kB
Slab:           497508 kB
PageTables:       4592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7463516 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= 71388 MiB
End job on node137 at 2011-04-22 23:43:28