Trace number 3257596

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.36 1300.1

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3257596-1303470242.cnf
0.03/0.09	c reading problem ... 
0.29/0.24	c ... done. Wall clock time 0.144s.
0.29/0.24	c #vars     387
0.29/0.24	c #constraints  62656
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61139
0.29/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1453
1.27/0.86	c cleaning 2488 clauses out of 4979 with flag 5000/5000
2.18/1.38	c cleaning 4239 clauses out of 8485 with flag 11001/11001
2.83/1.95	c cleaning 5613 clauses out of 11241 with flag 18000/18000
3.53/2.66	c cleaning 6807 clauses out of 13628 with flag 26000/26000
4.45/3.55	c cleaning 7902 clauses out of 15821 with flag 35000/35000
5.56/4.63	c cleaning 8953 clauses out of 17919 with flag 45000/45000
6.86/5.93	c cleaning 9979 clauses out of 19966 with flag 56000/56000
8.26/7.36	c cleaning 10981 clauses out of 21985 with flag 68000/68000
9.86/8.99	c cleaning 11996 clauses out of 24004 with flag 81000/81000
11.87/10.94	c cleaning 12987 clauses out of 26010 with flag 95002/95002
14.19/13.22	c cleaning 14000 clauses out of 28024 with flag 110003/110003
16.79/15.82	c cleaning 15010 clauses out of 30021 with flag 126000/126000
19.69/18.75	c cleaning 16000 clauses out of 32011 with flag 143000/143000
22.79/21.82	c cleaning 16987 clauses out of 34011 with flag 161000/161000
26.09/25.19	c cleaning 17989 clauses out of 36024 with flag 180000/180000
29.79/28.84	c cleaning 18999 clauses out of 38035 with flag 200000/200000
33.79/32.89	c cleaning 20008 clauses out of 40036 with flag 221000/221000
39.00/38.03	c cleaning 21012 clauses out of 42028 with flag 243000/243000
45.01/44.06	c cleaning 21993 clauses out of 44016 with flag 266000/266000
51.10/50.12	c cleaning 22992 clauses out of 46024 with flag 290001/290001
58.11/57.20	c cleaning 23999 clauses out of 48033 with flag 315002/315002
64.11/63.18	c cleaning 25011 clauses out of 50035 with flag 341003/341003
71.01/70.02	c cleaning 25995 clauses out of 52021 with flag 368000/368000
78.02/77.05	c cleaning 27002 clauses out of 54028 with flag 396002/396002
85.51/84.60	c cleaning 28000 clauses out of 56025 with flag 425001/425001
94.01/93.05	c cleaning 29004 clauses out of 58024 with flag 455000/455000
102.32/101.34	c cleaning 30003 clauses out of 60020 with flag 486000/486000
111.92/110.96	c cleaning 30999 clauses out of 62018 with flag 518001/518001
121.42/120.50	c cleaning 31995 clauses out of 64019 with flag 551001/551001
133.73/132.72	c cleaning 33001 clauses out of 66024 with flag 585001/585001
144.93/143.99	c cleaning 34005 clauses out of 68022 with flag 620000/620000
156.63/155.68	c cleaning 34995 clauses out of 70017 with flag 656000/656000
169.74/168.72	c cleaning 35994 clauses out of 72022 with flag 693000/693000
181.94/180.97	c cleaning 37003 clauses out of 74028 with flag 731000/731000
196.04/195.07	c cleaning 37999 clauses out of 76027 with flag 770002/770002
210.84/209.84	c cleaning 39010 clauses out of 78027 with flag 810001/810001
227.95/226.95	c cleaning 39997 clauses out of 80018 with flag 851002/851002
244.55/243.58	c cleaning 40999 clauses out of 82020 with flag 893001/893001
262.86/261.89	c cleaning 42002 clauses out of 84020 with flag 936000/936000
280.26/279.21	c cleaning 42995 clauses out of 86020 with flag 980002/980002
299.96/298.99	c cleaning 44006 clauses out of 88025 with flag 1025002/1025002
318.97/317.99	c cleaning 44994 clauses out of 90020 with flag 1071003/1071003
339.57/338.50	c cleaning 45999 clauses out of 92024 with flag 1118001/1118001
361.47/360.43	c cleaning 46999 clauses out of 94024 with flag 1166000/1166000
385.18/384.15	c cleaning 48007 clauses out of 96025 with flag 1215000/1215000
410.29/409.26	c cleaning 49004 clauses out of 98019 with flag 1265001/1265001
434.68/433.64	c cleaning 49999 clauses out of 100015 with flag 1316001/1316001
464.89/463.81	c cleaning 50981 clauses out of 102016 with flag 1368001/1368001
493.30/492.25	c cleaning 52009 clauses out of 104035 with flag 1421001/1421001
519.90/518.81	c cleaning 53007 clauses out of 106026 with flag 1475001/1475001
548.61/547.51	c cleaning 54003 clauses out of 108020 with flag 1530002/1530002
578.21/577.10	c cleaning 54999 clauses out of 110017 with flag 1586002/1586002
608.42/607.32	c cleaning 56002 clauses out of 112018 with flag 1643002/1643002
642.52/641.45	c cleaning 56998 clauses out of 114015 with flag 1701001/1701001
675.33/674.29	c cleaning 58002 clauses out of 116019 with flag 1760003/1760003
709.43/708.40	c cleaning 58996 clauses out of 118014 with flag 1820000/1820000
747.63/746.56	c cleaning 59994 clauses out of 120019 with flag 1881001/1881001
786.24/785.19	c cleaning 60995 clauses out of 122025 with flag 1943001/1943001
816.94/815.82	c cleaning 62000 clauses out of 124029 with flag 2006000/2006000
858.25/857.16	c cleaning 62506 clauses out of 125030 with flag 2069001/2069001
897.35/896.27	c cleaning 62750 clauses out of 125524 with flag 2132001/2132001
929.36/928.29	c cleaning 62875 clauses out of 125774 with flag 2195001/2195001
966.87/965.72	c cleaning 62937 clauses out of 125899 with flag 2258001/2258001
1004.97/1003.90	c cleaning 62968 clauses out of 125962 with flag 2321001/2321001
1043.48/1042.31	c cleaning 62992 clauses out of 125994 with flag 2384001/2384001
1076.28/1075.15	c cleaning 62990 clauses out of 126001 with flag 2447000/2447000
1116.99/1115.83	c cleaning 62993 clauses out of 126011 with flag 2510000/2510000
1149.99/1148.83	c cleaning 62995 clauses out of 126019 with flag 2573001/2573001
1185.90/1184.71	c cleaning 62996 clauses out of 126023 with flag 2636000/2636000
1214.90/1213.77	c cleaning 63007 clauses out of 126027 with flag 2699000/2699000
1251.50/1250.34	c cleaning 62997 clauses out of 126020 with flag 2762000/2762000
1286.62/1285.46	c cleaning 62999 clauses out of 126023 with flag 2825000/2825000
1301.23/1300.01	c starts		: 1764
1301.23/1300.01	c conflicts		: 2854194
1301.23/1300.01	c decisions		: 3644167
1301.23/1300.01	c propagations		: 109862698
1301.23/1300.01	c inspects		: 14468904646
1301.23/1300.01	c shortcuts		: 0
1301.23/1300.01	c learnt literals	: 19
1301.23/1300.01	c learnt binary clauses	: 46
1301.23/1300.01	c learnt ternary clauses	: 138
1301.23/1300.01	c learnt constraints	: 2854175
1301.23/1300.01	c ignored constraints	: 0
1301.23/1300.01	c root simplifications	: 1783
1301.23/1300.01	c removed literals (reason simplification)	: 32462731
1301.23/1300.01	c reason swapping (by a shorter reason)	: 0
1301.23/1300.01	c Calls to reduceDB	: 72
1301.23/1300.01	c speed (assignments/second)	: 84524.5269750949
1301.23/1300.01	c non guided choices	666
1301.23/1300.09	c learnt constraints type 
1301.23/1300.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1301.23/1300.09	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92299
1301.23/1300.09	c constraints type 
1301.23/1300.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61139
1301.23/1300.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1453
1301.23/1300.09	s UNKNOWN
1301.23/1300.09	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-3257596-1303470242/watcher-3257596-1303470242 -o /tmp/evaluation-result-3257596-1303470242/solver-3257596-1303470242 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3257596-1303470242.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.85 1.66 2.64 6/243 1538
/proc/meminfo: memFree=17739252/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=23028 CPUtime=0 cores=0,2
/proc/1538/stat : 1538 (java) R 1536 1538 1007 0 -1 4202496 950 0 0 0 0 0 0 0 24 0 1 0 537254811 23580672 694 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260015433192 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1538/statm: 5757 694 511 9 0 124 0
[pid=1538/tid=1539] ppid=1536 vsize=30536 CPUtime=0 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 139 0 0 0 0 0 0 0 25 0 2 0 537254812 31268864 972 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260020088528 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0493219 s]
/proc/loadavg: 0.85 1.66 2.64 6/243 1538
/proc/meminfo: memFree=17739252/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7564488 CPUtime=0.03 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 8940 0 1 0 3 0 0 0 24 0 13 0 537254811 7746035712 8637 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1891122 8637 1686 9 0 1881870 0
[pid=1538/tid=1539] ppid=1536 vsize=7564488 CPUtime=0.03 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) S 1536 1538 1007 0 -1 4202560 7793 0 1 0 3 0 0 0 25 0 13 0 537254812 7746035712 8637 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032225247 0 2147483391 0 16800971 18446744071699199166 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.100313 s]
/proc/loadavg: 0.85 1.66 2.64 6/243 1538
/proc/meminfo: memFree=17739252/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7569940 CPUtime=0.09 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 9782 0 1 0 8 1 0 0 24 0 18 0 537254811 7751618560 9479 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1892485 9479 1757 9 0 1883223 0
[pid=1538/tid=1539] ppid=1536 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 8608 0 1 0 7 1 0 0 25 0 18 0 537254812 7751618560 9479 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 47605406702419 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.30024 s]
/proc/loadavg: 0.85 1.66 2.64 6/243 1538
/proc/meminfo: memFree=17739252/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7642580 CPUtime=0.46 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 13667 0 1 0 45 1 0 0 24 0 19 0 537254811 7826001920 12977 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1910645 12977 2207 9 0 1901383 0
[pid=1538/tid=1539] ppid=1536 vsize=7642580 CPUtime=0.28 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10179 0 1 0 27 1 0 0 19 0 19 0 537254812 7826001920 12977 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505514602 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7642580

[startup+0.70124 s]
/proc/loadavg: 0.85 1.66 2.64 6/243 1538
/proc/meminfo: memFree=17739252/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7643464 CPUtime=1.17 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 14635 0 1 0 115 2 0 0 24 0 19 0 537254811 7826907136 13641 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1910866 13641 2226 9 0 1901604 0
[pid=1538/tid=1539] ppid=1536 vsize=7643464 CPUtime=0.68 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10487 0 1 0 66 2 0 0 19 0 19 0 537254812 7826907136 13641 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505181376 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 7643464

[startup+1.50109 s]
/proc/loadavg: 0.85 1.66 2.64 7/262 1557
/proc/meminfo: memFree=17598556/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7664008 CPUtime=2.43 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 23374 0 1 0 240 3 0 0 24 0 19 0 537254811 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1916002 20723 2254 9 0 1906740 0
[pid=1538/tid=1539] ppid=1536 vsize=7664008 CPUtime=1.43 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10585 0 1 0 141 2 0 0 20 0 19 0 537254812 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505590319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1538/tid=1541] ppid=1536 vsize=7664008 CPUtime=0.01 cores=0,2
/proc/1538/task/1541/stat : 1541 (java) S 1536 1538 1007 0 -1 4202560 1091 0 0 0 1 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1542] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1542/stat : 1542 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1543] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1543/stat : 1543 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1544] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=0.03 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 1171 0 0 0 3 0 0 0 16 0 19 0 537254814 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.66 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7160 0 0 0 66 0 0 0 25 0 19 0 537254817 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254817 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 1007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537254836 7847944192 20723 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 7664008

[startup+3.10079 s]
/proc/loadavg: 0.85 1.66 2.64 5/262 1557
/proc/meminfo: memFree=17573784/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7664008 CPUtime=4.05 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 23545 0 1 0 402 3 0 0 24 0 19 0 537254811 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1916002 20892 2254 9 0 1906740 0
[pid=1538/tid=1539] ppid=1536 vsize=7664008 CPUtime=2.98 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10586 0 1 0 296 2 0 0 25 0 19 0 537254812 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505604448 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1538/tid=1541] ppid=1536 vsize=7664008 CPUtime=0.01 cores=0,2
/proc/1538/task/1541/stat : 1541 (java) S 1536 1538 1007 0 -1 4202560 1162 0 0 0 1 0 0 0 16 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1542] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1542/stat : 1542 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1543] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1543/stat : 1543 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1544] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=0.08 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 1238 0 0 0 8 0 0 0 16 0 19 0 537254814 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.68 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7161 0 0 0 68 0 0 0 15 0 19 0 537254817 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254817 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 1007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537254836 7847944192 20892 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 7664008

[startup+6.30118 s]
/proc/loadavg: 1.10 1.70 2.65 5/262 1557
/proc/meminfo: memFree=17569200/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7664008 CPUtime=7.26 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 23695 0 1 0 723 3 0 0 24 0 19 0 537254811 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1916002 21038 2254 9 0 1906740 0
[pid=1538/tid=1539] ppid=1536 vsize=7664008 CPUtime=6.11 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10590 0 1 0 609 2 0 0 25 0 19 0 537254812 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505603600 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1538/tid=1541] ppid=1536 vsize=7664008 CPUtime=0.01 cores=0,2
/proc/1538/task/1541/stat : 1541 (java) S 1536 1538 1007 0 -1 4202560 1162 0 0 0 1 0 0 0 16 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1542] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1542/stat : 1542 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1543] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1543/stat : 1543 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1544] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 1007 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 1007 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 537254813 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=0.14 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 1380 0 0 0 14 0 0 0 16 0 19 0 537254814 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.68 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7161 0 0 0 68 0 0 0 15 0 19 0 537254817 7847944192 21038 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0

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

[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0.06 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 513 0 0 0 6 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 27 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0.05 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=2.16 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 4298 0 0 0 216 0 0 0 15 0 19 0 537254814 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.69 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7161 0 0 0 69 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 1007 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 1007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537254836 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.49
Current children cumulated vsize (KiB) 7664008

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.60 5/262 1727
/proc/meminfo: memFree=17372844/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7664008 CPUtime=1183.49 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 29467 0 1 0 118344 5 0 0 24 0 19 0 537254811 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1916002 26612 2254 9 0 1906740 0
[pid=1538/tid=1539] ppid=1536 vsize=7664008 CPUtime=1179.82 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10989 0 1 0 117979 3 0 0 25 0 19 0 537254812 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505591261 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1538/tid=1541] ppid=1536 vsize=7664008 CPUtime=0.07 cores=0,2
/proc/1538/task/1541/stat : 1541 (java) S 1536 1538 1007 0 -1 4202560 1361 0 0 0 7 0 0 0 16 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1542] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1542/stat : 1542 (java) S 1536 1538 1007 0 -1 4202560 754 0 0 0 4 0 0 0 16 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1543] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1543/stat : 1543 (java) S 1536 1538 1007 0 -1 4202560 162 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1544] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 1007 0 -1 4202560 584 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=7664008 CPUtime=0.07 cores=0,2
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 1007 0 -1 4202560 162 0 0 0 7 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0.06 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 513 0 0 0 6 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 27 0 0 0 4 0 0 0 16 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0.05 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=2.21 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 4300 0 0 0 221 0 0 0 15 0 19 0 537254814 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.69 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7161 0 0 0 69 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 1007 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 1007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537254836 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.49
Current children cumulated vsize (KiB) 7664008

[startup+1242.3 s]
/proc/loadavg: 4.06 3.99 3.63 5/262 1728
/proc/meminfo: memFree=17363852/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7664008 CPUtime=1243.5 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 29477 0 1 0 124344 6 0 0 24 0 19 0 537254811 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1916002 26612 2254 9 0 1906740 0
[pid=1538/tid=1539] ppid=1536 vsize=7664008 CPUtime=1239.74 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10991 0 1 0 123970 4 0 0 25 0 19 0 537254812 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505590608 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1538/tid=1541] ppid=1536 vsize=7664008 CPUtime=0.07 cores=0,2
/proc/1538/task/1541/stat : 1541 (java) S 1536 1538 1007 0 -1 4202560 1361 0 0 0 7 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1542] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1542/stat : 1542 (java) S 1536 1538 1007 0 -1 4202560 754 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1543] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1543/stat : 1543 (java) S 1536 1538 1007 0 -1 4202560 162 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1544] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 1007 0 -1 4202560 584 0 0 0 4 0 0 0 16 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=7664008 CPUtime=0.07 cores=0,2
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 1007 0 -1 4202560 162 0 0 0 7 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0.06 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 513 0 0 0 6 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 27 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0.05 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 537254813 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=2.29 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 4304 0 0 0 229 0 0 0 15 0 19 0 537254814 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.69 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7161 0 0 0 69 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 1007 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 537254817 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 1007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537254836 7847944192 26612 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.5
Current children cumulated vsize (KiB) 7664008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.65 3/222 1736
/proc/meminfo: memFree=17609652/32951124 swapFree=67111528/67111528
[pid=1538] ppid=1536 vsize=7664008 CPUtime=1301.23 cores=0,2
/proc/1538/stat : 1538 (java) S 1536 1538 1007 0 -1 4202496 29492 0 1 0 130117 6 0 0 24 0 19 0 537254811 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1538/statm: 1916002 26618 2255 9 0 1906740 0
[pid=1538/tid=1539] ppid=1536 vsize=7664008 CPUtime=1297.35 cores=0,2
/proc/1538/task/1539/stat : 1539 (java) R 1536 1538 1007 0 -1 4202560 10992 0 1 0 129731 4 0 0 25 0 19 0 537254812 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 46912505591140 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1538/tid=1541] ppid=1536 vsize=7664008 CPUtime=0.08 cores=0,2
/proc/1538/task/1541/stat : 1541 (java) S 1536 1538 1007 0 -1 4202560 1361 0 0 0 8 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1542] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1542/stat : 1542 (java) S 1536 1538 1007 0 -1 4202560 754 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1543] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1543/stat : 1543 (java) S 1536 1538 1007 0 -1 4202560 162 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1544] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 1007 0 -1 4202560 584 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=7664008 CPUtime=0.07 cores=0,2
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 1007 0 -1 4202560 162 0 0 0 7 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=7664008 CPUtime=0.06 cores=0,2
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 1007 0 -1 4202560 513 0 0 0 6 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=7664008 CPUtime=0.04 cores=0,2
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 1007 0 -1 4202560 27 0 0 0 4 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=7664008 CPUtime=0.05 cores=0,2
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 1007 0 -1 4202560 210 0 0 0 5 0 0 0 15 0 19 0 537254813 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=7664008 CPUtime=2.38 cores=0,2
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 1007 0 -1 4202560 4308 0 0 0 238 0 0 0 15 0 19 0 537254814 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 0 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254815 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032219569 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=7664008 CPUtime=0.27 cores=0,2
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 1007 0 -1 4202560 2027 0 0 0 27 0 0 0 15 0 19 0 537254817 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=7664008 CPUtime=0.71 cores=0,2
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 1007 0 -1 4202560 7168 0 0 0 71 0 0 0 15 0 19 0 537254817 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 1007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537254817 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032211865 0 4 0 16800975 18446604453907802240 0 0 -1 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 1007 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 537254817 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=7664008 CPUtime=0 cores=0,2
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 1007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537254836 7847944192 26618 33554432000 1073741824 1073778376 140735320897936 18446744073709551615 260032212480 0 4 0 16800975 18446604453907802240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.23
Current children cumulated vsize (KiB) 7664008

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.1
CPU time (s): 1301.36
CPU user time (s): 1301.29
CPU system time (s): 0.068989
CPU usage (%): 100.097
Max. virtual memory (cumulated for all children) (KiB): 7664008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.29
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29528
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= 28473
involuntary context switches= 6964

runsolver used 2.29665 second user time and 4.81627 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-22 13:04:02
IDJOB=3257596
IDBENCH=71150
IDSOLVER=1611
FILE ID=node110/3257596-1303470242
RUNJOBID= node110-1303470241-1396
PBS_JOBID= 13107186
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=442339607

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17739540 kB
Buffers:       1265568 kB
Cached:       13190176 kB
SwapCached:          0 kB
Active:        7037616 kB
Inactive:      7626132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17739540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7584 kB
Writeback:           0 kB
AnonPages:      208168 kB
Mapped:          23284 kB
Slab:           482940 kB
PageTables:       6100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22013484 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= 71704 MiB
End job on node110 at 2011-04-22 13:25:44