Trace number 3289305

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.82 1300.09

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3289305-1303784999.cnf
0.00/0.09	c reading problem ... 
0.30/0.27	c ... done. Wall clock time 0.181s.
0.30/0.27	c #vars     40286
0.30/0.27	c #constraints  127802
0.30/0.27	c constraints type 
0.30/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 64540
0.30/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61901
4.52/3.90	c cleaning 2474 clauses out of 4956 with flag 5000/5000
8.63/7.46	c cleaning 4207 clauses out of 8440 with flag 11001/11001
12.44/11.26	c cleaning 5582 clauses out of 11170 with flag 18001/18001
16.84/15.61	c cleaning 6741 clauses out of 13521 with flag 26000/26000
20.86/19.62	c cleaning 7885 clauses out of 15779 with flag 35002/35002
26.17/24.97	c cleaning 8923 clauses out of 17884 with flag 45000/45000
32.37/31.19	c cleaning 9950 clauses out of 19942 with flag 56000/56000
39.69/38.46	c cleaning 10979 clauses out of 21989 with flag 68001/68001
46.88/45.66	c cleaning 11983 clauses out of 23996 with flag 81000/81000
54.99/53.79	c cleaning 12982 clauses out of 26012 with flag 95000/95000
63.60/62.33	c cleaning 13977 clauses out of 28030 with flag 110002/110002
73.20/71.99	c cleaning 14974 clauses out of 29965 with flag 126001/126001
83.82/82.56	c cleaning 15987 clauses out of 31990 with flag 143002/143002
95.52/94.28	c cleaning 16988 clauses out of 34001 with flag 161000/161000
107.52/106.25	c cleaning 17967 clauses out of 36013 with flag 180000/180000
120.83/119.51	c cleaning 18954 clauses out of 37969 with flag 200000/200000
134.54/133.22	c cleaning 19988 clauses out of 40013 with flag 221001/221001
148.54/147.23	c cleaning 21004 clauses out of 42020 with flag 243001/243001
163.15/161.86	c cleaning 21941 clauses out of 43921 with flag 266001/266001
179.36/178.10	c cleaning 22976 clauses out of 45976 with flag 290001/290001
197.76/196.44	c cleaning 23949 clauses out of 47921 with flag 315001/315001
216.27/214.98	c cleaning 24956 clauses out of 49945 with flag 341000/341000
236.29/234.93	c cleaning 25964 clauses out of 51990 with flag 368001/368001
255.20/253.87	c cleaning 26978 clauses out of 54022 with flag 396000/396000
277.20/275.88	c cleaning 28017 clauses out of 56037 with flag 425002/425002
298.61/297.28	c cleaning 28993 clauses out of 58020 with flag 455002/455002
321.32/320.00	c cleaning 29986 clauses out of 60018 with flag 486003/486003
347.33/345.98	c cleaning 30993 clauses out of 62029 with flag 518001/518001
374.04/372.67	c cleaning 32005 clauses out of 64035 with flag 551000/551000
401.75/400.36	c cleaning 33005 clauses out of 66019 with flag 585000/585000
430.46/429.01	c cleaning 33988 clauses out of 68012 with flag 620001/620001
459.96/458.51	c cleaning 35003 clauses out of 70017 with flag 656000/656000
497.07/495.67	c cleaning 35981 clauses out of 72013 with flag 693001/693001
527.38/525.91	c cleaning 36970 clauses out of 74026 with flag 731001/731001
556.79/555.37	c cleaning 37978 clauses out of 76057 with flag 770002/770002
588.40/586.99	c cleaning 38956 clauses out of 77999 with flag 810001/810001
617.61/616.15	c cleaning 40007 clauses out of 80039 with flag 851000/851000
650.42/648.91	c cleaning 40984 clauses out of 82032 with flag 893000/893000
687.53/686.08	c cleaning 41981 clauses out of 84048 with flag 936000/936000
720.64/719.18	c cleaning 43025 clauses out of 86069 with flag 980002/980002
759.24/757.70	c cleaning 43992 clauses out of 88040 with flag 1025000/1025000
792.36/790.88	c cleaning 45004 clauses out of 90014 with flag 1071002/1071002
836.26/834.77	c cleaning 45948 clauses out of 91962 with flag 1118001/1118001
878.37/876.87	c cleaning 46864 clauses out of 93860 with flag 1166000/1166000
919.09/917.58	c cleaning 47989 clauses out of 95997 with flag 1215001/1215001
965.10/963.56	c cleaning 48996 clauses out of 98008 with flag 1265001/1265001
1008.11/1006.52	c cleaning 49984 clauses out of 100007 with flag 1316000/1316000
1059.32/1057.73	c cleaning 50989 clauses out of 102021 with flag 1368000/1368000
1101.73/1100.11	c cleaning 51984 clauses out of 104036 with flag 1421004/1421004
1151.74/1150.10	c cleaning 53008 clauses out of 106048 with flag 1475000/1475000
1202.96/1201.39	c cleaning 54013 clauses out of 108040 with flag 1530000/1530000
1252.76/1251.10	c cleaning 54955 clauses out of 110028 with flag 1586001/1586001
1301.68/1300.01	c starts		: 1427
1301.68/1300.01	c conflicts		: 1640903
1301.68/1300.01	c decisions		: 2715255
1301.68/1300.01	c propagations		: 2283485593
1301.68/1300.01	c inspects		: 9063145719
1301.68/1300.01	c shortcuts		: 0
1301.68/1300.01	c learnt literals	: 111
1301.68/1300.01	c learnt binary clauses	: 1475
1301.68/1300.01	c learnt ternary clauses	: 4051
1301.68/1300.01	c learnt constraints	: 1640792
1301.68/1300.01	c ignored constraints	: 0
1301.68/1300.01	c root simplifications	: 1538
1301.68/1300.01	c removed literals (reason simplification)	: 40851621
1301.68/1300.01	c reason swapping (by a shorter reason)	: 0
1301.68/1300.01	c Calls to reduceDB	: 52
1301.68/1300.01	c speed (assignments/second)	: 1756876.051554847
1301.68/1300.01	c non guided choices	2380
1301.68/1300.08	c learnt constraints type 
1301.68/1300.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1372
1301.68/1300.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108604
1301.68/1300.08	c constraints type 
1301.68/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 64540
1301.68/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61901
1301.68/1300.08	s UNKNOWN
1301.68/1300.08	c Total wall clock time (in seconds) : 1299.924

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.90 8/240 9519
/proc/meminfo: memFree=17142088/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=35840 CPUtime=0 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 1309 0 0 0 0 0 0 0 23 0 2 0 490098749 36700160 1017 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 8960 1021 787 9 0 386 0
[pid=9519/tid=9520] ppid=9517 vsize=35788 CPUtime=0 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 209 0 0 0 0 0 0 0 25 0 2 0 490098750 36646912 1025 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268272749052 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.092919 s]
/proc/loadavg: 3.68 3.93 3.90 8/240 9519
/proc/meminfo: memFree=17142088/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 9754 0 1 0 7 1 0 0 23 0 18 0 490098749 7751618560 9451 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1892485 9471 1757 9 0 1883223 0
[pid=9519/tid=9520] ppid=9517 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 8611 0 1 0 7 1 0 0 25 0 18 0 490098750 7751618560 9482 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 47632463595144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.10089 s]
/proc/loadavg: 3.68 3.93 3.90 8/240 9519
/proc/meminfo: memFree=17142088/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7636328 CPUtime=0.1 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 10657 0 1 0 9 1 0 0 23 0 18 0 490098749 7819599872 10352 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1909082 10352 2061 9 0 1899820 0
[pid=9519/tid=9520] ppid=9517 vsize=7636328 CPUtime=0.09 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 8968 0 1 0 8 1 0 0 25 0 18 0 490098750 7819599872 10352 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505179184 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636328

[startup+0.300858 s]
/proc/loadavg: 3.68 3.93 3.90 8/240 9519
/proc/meminfo: memFree=17142088/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7638036 CPUtime=0.43 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 15770 0 1 0 41 2 0 0 23 0 18 0 490098749 7821348864 15201 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1909509 15201 2205 9 0 1900247 0
[pid=9519/tid=9520] ppid=9517 vsize=7638036 CPUtime=0.28 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13022 0 1 0 27 1 0 0 25 0 18 0 490098750 7821348864 15201 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505122380 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7638036

[startup+0.700785 s]
/proc/loadavg: 3.68 3.93 3.90 8/240 9519
/proc/meminfo: memFree=17142088/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=1.23 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 20918 0 1 0 120 3 0 0 23 0 19 0 490098749 7829336064 17907 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 17907 2221 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=0.68 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13257 0 1 0 67 1 0 0 25 0 19 0 490098750 7829336064 17907 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505720854 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 7645836

[startup+1.50064 s]
/proc/loadavg: 3.68 3.93 3.90 5/262 9541
/proc/meminfo: memFree=17019876/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=2.18 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 21312 0 1 0 215 3 0 0 23 0 19 0 490098749 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 17953 2223 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=1.48 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13376 0 1 0 147 1 0 0 25 0 19 0 490098750 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505708712 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9519/tid=9522] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9522/stat : 9522 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9523] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9523/stat : 9523 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9524] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9524/stat : 9524 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9525] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9525/stat : 9525 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9526] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9526/stat : 9526 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490098752 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490098753 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098753 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.36 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) R 9517 9519 8297 0 -1 4202560 2677 0 0 0 36 0 0 0 19 0 19 0 490098755 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 47632463075054 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.31 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4096 0 0 0 31 0 0 0 24 0 19 0 490098755 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9537] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9537/stat : 9537 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9538] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9538/stat : 9538 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490098755 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9541] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9541/stat : 9541 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098781 7829336064 17953 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 7645836

[startup+3.10136 s]
/proc/loadavg: 3.68 3.93 3.90 5/262 9541
/proc/meminfo: memFree=17015784/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=3.82 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 21637 0 1 0 379 3 0 0 23 0 19 0 490098749 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 18213 2226 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=3.08 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13628 0 1 0 307 1 0 0 25 0 19 0 490098750 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505708782 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9519/tid=9522] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9522/stat : 9522 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9523] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9523/stat : 9523 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9524] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9524/stat : 9524 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9525] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9525/stat : 9525 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9526] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9526/stat : 9526 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098751 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490098752 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490098753 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098753 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.4 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) S 9517 9519 8297 0 -1 4202560 2750 0 0 0 40 0 0 0 18 0 19 0 490098755 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.31 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4096 0 0 0 31 0 0 0 24 0 19 0 490098755 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9537] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9537/stat : 9537 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9538] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9538/stat : 9538 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490098755 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9541] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9541/stat : 9541 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098781 7829336064 18213 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 7645836

[startup+6.30079 s]
/proc/loadavg: 3.70 3.93 3.90 5/262 9541
/proc/meminfo: memFree=16826332/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=7.51 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 37670 0 1 0 746 5 0 0 23 0 19 0 490098749 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 30447 2252 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=6.15 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13722 0 1 0 614 1 0 0 25 0 19 0 490098750 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505683216 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9519/tid=9522] ppid=9517 vsize=7645836 CPUtime=0.05 cores=4,6
/proc/9519/task/9522/stat : 9522 (java) S 9517 9519 8297 0 -1 4202560 3884 0 0 0 5 0 0 0 18 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9523] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9523/stat : 9523 (java) S 9517 9519 8297 0 -1 4202560 541 0 0 0 0 0 0 0 17 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9524] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9524/stat : 9524 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9525] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9525/stat : 9525 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9526] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9526/stat : 9526 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490098751 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=0.06 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 4433 0 0 0 6 0 0 0 15 0 19 0 490098752 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.87 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) S 9517 9519 8297 0 -1 4202560 9827 0 0 0 86 1 0 0 15 0 19 0 490098755 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.32 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4105 0 0 0 32 0 0 0 15 0 19 0 490098755 7829336064 30447 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0

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

[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0.08 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 490098751 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 275 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0.05 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 248 0 0 0 5 0 0 0 15 0 19 0 490098751 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=3.59 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 8085 0 0 0 358 1 0 0 15 0 19 0 490098752 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.89 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) S 9517 9519 8297 0 -1 4202560 9827 0 0 0 88 1 0 0 15 0 19 0 490098755 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.35 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4107 0 0 0 35 0 0 0 15 0 19 0 490098755 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9537] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9537/stat : 9537 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9538] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9538/stat : 9538 (java) S 9517 9519 8297 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 490098755 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9541] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9541/stat : 9541 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098781 7829336064 36063 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.94
Current children cumulated vsize (KiB) 7645836

[startup+1182.3 s]
/proc/loadavg: 3.00 3.29 3.61 4/238 9590
/proc/meminfo: memFree=16842284/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=1183.96 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 44430 0 1 0 118390 6 0 0 23 0 19 0 490098749 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 36158 2254 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=1178.13 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13792 0 1 0 117811 2 0 0 25 0 19 0 490098750 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505720466 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9519/tid=9522] ppid=9517 vsize=7645836 CPUtime=0.13 cores=4,6
/proc/9519/task/9522/stat : 9522 (java) S 9517 9519 8297 0 -1 4202560 4865 0 0 0 13 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9523] ppid=9517 vsize=7645836 CPUtime=0.13 cores=4,6
/proc/9519/task/9523/stat : 9523 (java) S 9517 9519 8297 0 -1 4202560 936 0 0 0 13 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9524] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9524/stat : 9524 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9525] ppid=9517 vsize=7645836 CPUtime=0.13 cores=4,6
/proc/9519/task/9525/stat : 9525 (java) S 9517 9519 8297 0 -1 4202560 459 0 0 0 13 0 0 0 16 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9526] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9526/stat : 9526 (java) S 9517 9519 8297 0 -1 4202560 490 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0.08 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 275 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0.05 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 248 0 0 0 5 0 0 0 15 0 19 0 490098751 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=3.67 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 8182 0 0 0 366 1 0 0 15 0 19 0 490098752 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.89 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) S 9517 9519 8297 0 -1 4202560 9827 0 0 0 88 1 0 0 15 0 19 0 490098755 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.35 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4107 0 0 0 35 0 0 0 15 0 19 0 490098755 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9537] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9537/stat : 9537 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9538] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9538/stat : 9538 (java) S 9517 9519 8297 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490098755 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9541] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9541/stat : 9541 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098781 7829336064 36158 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.96
Current children cumulated vsize (KiB) 7645836

[startup+1242.3 s]
/proc/loadavg: 3.00 3.23 3.57 4/238 9592
/proc/meminfo: memFree=16839900/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=1243.96 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 44595 0 1 0 124390 6 0 0 23 0 19 0 490098749 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 36316 2254 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=1238.04 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13793 0 1 0 123802 2 0 0 25 0 19 0 490098750 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505720513 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9519/tid=9522] ppid=9517 vsize=7645836 CPUtime=0.14 cores=4,6
/proc/9519/task/9522/stat : 9522 (java) S 9517 9519 8297 0 -1 4202560 4865 0 0 0 14 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9523] ppid=9517 vsize=7645836 CPUtime=0.13 cores=4,6
/proc/9519/task/9523/stat : 9523 (java) S 9517 9519 8297 0 -1 4202560 936 0 0 0 13 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9524] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9524/stat : 9524 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9525] ppid=9517 vsize=7645836 CPUtime=0.13 cores=4,6
/proc/9519/task/9525/stat : 9525 (java) S 9517 9519 8297 0 -1 4202560 459 0 0 0 13 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9526] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9526/stat : 9526 (java) S 9517 9519 8297 0 -1 4202560 490 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0.08 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0.12 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 279 0 0 0 12 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0.05 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 248 0 0 0 5 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=3.74 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 8338 0 0 0 373 1 0 0 15 0 19 0 490098752 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.89 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) S 9517 9519 8297 0 -1 4202560 9827 0 0 0 88 1 0 0 15 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.35 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4107 0 0 0 35 0 0 0 15 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9537] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9537/stat : 9537 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9538] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9538/stat : 9538 (java) S 9517 9519 8297 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9541] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9541/stat : 9541 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098781 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.96
Current children cumulated vsize (KiB) 7645836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.22 3.54 2/198 9600
/proc/meminfo: memFree=17111132/32950928 swapFree=67111528/67111528
[pid=9519] ppid=9517 vsize=7645836 CPUtime=1301.68 cores=4,6
/proc/9519/stat : 9519 (java) S 9517 9519 8297 0 -1 4202496 44602 0 1 0 130162 6 0 0 23 0 19 0 490098749 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9519/statm: 1911459 36316 2254 9 0 1902197 0
[pid=9519/tid=9520] ppid=9517 vsize=7645836 CPUtime=1295.63 cores=4,6
/proc/9519/task/9520/stat : 9520 (java) R 9517 9519 8297 0 -1 4202560 13794 0 1 0 129561 2 0 0 25 0 19 0 490098750 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 46912505683242 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9519/tid=9522] ppid=9517 vsize=7645836 CPUtime=0.14 cores=4,6
/proc/9519/task/9522/stat : 9522 (java) S 9517 9519 8297 0 -1 4202560 4865 0 0 0 14 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9523] ppid=9517 vsize=7645836 CPUtime=0.13 cores=4,6
/proc/9519/task/9523/stat : 9523 (java) S 9517 9519 8297 0 -1 4202560 936 0 0 0 13 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9524] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9524/stat : 9524 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 11 0 0 0 16 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9525] ppid=9517 vsize=7645836 CPUtime=0.14 cores=4,6
/proc/9519/task/9525/stat : 9525 (java) S 9517 9519 8297 0 -1 4202560 459 0 0 0 14 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9526] ppid=9517 vsize=7645836 CPUtime=0.11 cores=4,6
/proc/9519/task/9526/stat : 9526 (java) S 9517 9519 8297 0 -1 4202560 490 0 0 0 11 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9527] ppid=9517 vsize=7645836 CPUtime=0.09 cores=4,6
/proc/9519/task/9527/stat : 9527 (java) S 9517 9519 8297 0 -1 4202560 20 0 0 0 9 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9528] ppid=9517 vsize=7645836 CPUtime=0.12 cores=4,6
/proc/9519/task/9528/stat : 9528 (java) S 9517 9519 8297 0 -1 4202560 279 0 0 0 12 0 0 0 16 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9529] ppid=9517 vsize=7645836 CPUtime=0.05 cores=4,6
/proc/9519/task/9529/stat : 9529 (java) S 9517 9519 8297 0 -1 4202560 248 0 0 0 5 0 0 0 15 0 19 0 490098751 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9530] ppid=9517 vsize=7645836 CPUtime=3.85 cores=4,6
/proc/9519/task/9530/stat : 9530 (java) S 9517 9519 8297 0 -1 4202560 8340 0 0 0 384 1 0 0 15 0 19 0 490098752 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 0 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9531] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9531/stat : 9531 (java) S 9517 9519 8297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9532] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9532/stat : 9532 (java) S 9517 9519 8297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490098753 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9534] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9534/stat : 9534 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284512689 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9535] ppid=9517 vsize=7645836 CPUtime=0.89 cores=4,6
/proc/9519/task/9535/stat : 9535 (java) S 9517 9519 8297 0 -1 4202560 9827 0 0 0 88 1 0 0 15 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9536] ppid=9517 vsize=7645836 CPUtime=0.35 cores=4,6
/proc/9519/task/9536/stat : 9536 (java) S 9517 9519 8297 0 -1 4202560 4107 0 0 0 35 0 0 0 15 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 6 0 0 0
[pid=9519/tid=9537] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9537/stat : 9537 (java) S 9517 9519 8297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284504985 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
[pid=9519/tid=9538] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9538/stat : 9538 (java) R 9517 9519 8297 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490098755 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9519/tid=9541] ppid=9517 vsize=7645836 CPUtime=0 cores=4,6
/proc/9519/task/9541/stat : 9541 (java) S 9517 9519 8297 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490098781 7829336064 36316 33554432000 1073741824 1073778376 140737019583808 18446744073709551615 268284505600 0 4 0 16800975 18446604440278877312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 7645836

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.09
CPU time (s): 1301.82
CPU user time (s): 1301.74
CPU system time (s): 0.073988
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 7645836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.74
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44643
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= 28019
involuntary context switches= 5054

runsolver used 2.11768 second user time and 4.99224 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 04:30:00
IDJOB=3289305
IDBENCH=83119
IDSOLVER=1611
FILE ID=node122/3289305-1303784999
RUNJOBID= node122-1303784999-9427
PBS_JOBID= 13157214
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.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-3289305-1303784999/watcher-3289305-1303784999 -o /tmp/evaluation-result-3289305-1303784999/solver-3289305-1303784999 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289305-1303784999.cnf

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=768850755

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17142492 kB
Buffers:       1719896 kB
Cached:       13346992 kB
SwapCached:          0 kB
Active:        4388364 kB
Inactive:     10854604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17142492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8164 kB
Writeback:           0 kB
AnonPages:      175268 kB
Mapped:          23216 kB
Slab:           499492 kB
PageTables:       6324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21990428 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= 71716 MiB
End job on node122 at 2011-04-26 04:51:42