Trace number 3283141

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.89 1300.08

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L70_coli.sat.cnf
MD5SUM7fc9b20f0efe1e9457bd61eba8178674
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.103
Satisfiable
(Un)Satisfiability was proved
Number of variables218792
Number of clauses1020908
Sum of the clauses size2941934
Maximum clause length11
Minimum clause length1
Number of clauses of size 123977
Number of clauses of size 2286047
Number of clauses of size 3535908
Number of clauses of size 4137995
Number of clauses of size 536772
Number of clauses of size over 5209

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.06/0.10	c no version file found!!!
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.18-164.el5
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		6997539544
0.06/0.10	c Max memory 		7034241024
0.06/0.10	c Total memory 		7034241024
0.06/0.10	c Number of processors 	8
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483647s
0.06/0.12	c DB Simplification allowed=true
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3283141-1303759511.cnf
0.06/0.12	c reading problem ... 
0.97/0.96	c ... done. Wall clock time 0.845s.
0.97/0.96	c #vars     218792
0.97/0.96	c #constraints  985828
0.97/0.96	c constraints type 
0.97/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 671006
0.97/0.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 282068
8.12/7.53	c cleaning 2195 clauses out of 4464 with flag 5000/5000
14.96/13.87	c cleaning 4066 clauses out of 8136 with flag 11000/11000
20.36/19.26	c cleaning 5514 clauses out of 11071 with flag 18001/18001
27.57/26.49	c cleaning 6760 clauses out of 13556 with flag 26000/26000
35.87/34.72	c cleaning 7869 clauses out of 15763 with flag 35001/35001
45.48/44.31	c cleaning 8944 clauses out of 17892 with flag 45000/45000
55.90/54.78	c cleaning 9958 clauses out of 19935 with flag 56001/56001
66.71/65.59	c cleaning 10968 clauses out of 21978 with flag 68002/68002
81.12/79.99	c cleaning 11963 clauses out of 24008 with flag 81000/81000
96.14/94.92	c cleaning 12993 clauses out of 26045 with flag 95000/95000
111.46/110.27	c cleaning 14014 clauses out of 28051 with flag 110000/110000
127.97/126.73	c cleaning 14992 clauses out of 30037 with flag 126000/126000
147.08/145.84	c cleaning 16017 clauses out of 32047 with flag 143002/143002
166.99/165.75	c cleaning 17001 clauses out of 34029 with flag 161001/161001
187.60/186.36	c cleaning 17997 clauses out of 36019 with flag 180000/180000
209.62/208.30	c cleaning 18977 clauses out of 38023 with flag 200001/200001
232.63/231.34	c cleaning 20007 clauses out of 40045 with flag 221000/221000
259.24/257.94	c cleaning 20988 clauses out of 42039 with flag 243001/243001
285.96/284.61	c cleaning 22018 clauses out of 44050 with flag 266000/266000
316.47/315.18	c cleaning 23012 clauses out of 46035 with flag 290003/290003
346.28/344.95	c cleaning 24002 clauses out of 48020 with flag 315000/315000
380.40/379.05	c cleaning 24985 clauses out of 50020 with flag 341002/341002
412.11/410.77	c cleaning 26000 clauses out of 52035 with flag 368002/368002
452.33/450.93	c cleaning 27006 clauses out of 54033 with flag 396000/396000
492.54/491.16	c cleaning 27990 clauses out of 56026 with flag 425000/425000
530.46/529.09	c cleaning 28978 clauses out of 58031 with flag 455000/455000
568.78/567.35	c cleaning 29943 clauses out of 60055 with flag 486002/486002
615.59/614.18	c cleaning 31007 clauses out of 62110 with flag 518000/518000
665.51/664.00	c cleaning 32042 clauses out of 64102 with flag 551001/551001
712.63/711.13	c cleaning 32994 clauses out of 66059 with flag 585001/585001
758.05/756.52	c cleaning 34009 clauses out of 68063 with flag 620000/620000
808.77/807.20	c cleaning 35000 clauses out of 70051 with flag 656000/656000
861.09/859.52	c cleaning 36012 clauses out of 72050 with flag 693000/693000
919.11/917.51	c cleaning 36932 clauses out of 74033 with flag 731000/731000
979.74/978.15	c cleaning 38026 clauses out of 76098 with flag 770002/770002
1045.47/1043.90	c cleaning 39001 clauses out of 78066 with flag 810000/810000
1113.69/1112.04	c cleaning 40024 clauses out of 80060 with flag 851000/851000
1180.61/1178.90	c cleaning 40984 clauses out of 82037 with flag 893001/893001
1250.83/1249.16	c cleaning 42006 clauses out of 84052 with flag 936000/936000
1301.76/1300.01	c starts		: 1164
1301.76/1300.01	c conflicts		: 965087
1301.76/1300.01	c decisions		: 1629557
1301.76/1300.01	c propagations		: 2313812609
1301.76/1300.01	c inspects		: 8322260402
1301.76/1300.01	c shortcuts		: 0
1301.76/1300.01	c learnt literals	: 89
1301.76/1300.01	c learnt binary clauses	: 2341
1301.76/1300.01	c learnt ternary clauses	: 4421
1301.76/1300.01	c learnt constraints	: 964998
1301.76/1300.01	c ignored constraints	: 0
1301.76/1300.01	c root simplifications	: 1253
1301.76/1300.01	c removed literals (reason simplification)	: 22219895
1301.76/1300.01	c reason swapping (by a shorter reason)	: 0
1301.76/1300.01	c Calls to reduceDB	: 39
1301.76/1300.01	c speed (assignments/second)	: 1781164.3237917083
1301.76/1300.01	c non guided choices	11036
1301.76/1300.06	c learnt constraints type 
1301.76/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2225
1301.76/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68944
1301.76/1300.06	c constraints type 
1301.76/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 671006
1301.76/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 282068
1301.76/1300.06	s UNKNOWN
1301.76/1300.06	c Total wall clock time (in seconds) : 1299.891

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.20 4.79 6.46 4/220 9986
/proc/meminfo: memFree=20978812/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=30536 CPUtime=0 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 1254 0 0 0 0 0 0 0 21 0 2 0 487550931 31268864 972 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 7634 972 745 9 0 385 0
[pid=9986/tid=9987] ppid=9984 vsize=30536 CPUtime=0 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) S 9984 9986 9900 0 -1 4202560 139 0 0 0 0 0 0 0 24 0 2 0 487550931 31268864 972 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237273955975 0 2147483391 0 16784584 18446744071699199166 0 0 -1 1 0 0 0

[startup+0.0254361 s]
/proc/loadavg: 1.20 4.79 6.46 4/220 9986
/proc/meminfo: memFree=20978812/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7540840 CPUtime=0 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 5670 0 1 0 0 0 0 0 21 0 2 0 487550931 7721820160 5371 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1885210 5387 919 9 0 1876366 0
[pid=9986/tid=9987] ppid=9984 vsize=7540840 CPUtime=0 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 4582 0 1 0 0 0 0 0 23 0 2 0 487550931 7721820160 5398 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.100424 s]
/proc/loadavg: 1.20 4.79 6.46 4/220 9986
/proc/meminfo: memFree=20978812/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 9443 0 1 0 5 1 0 0 21 0 18 0 487550931 7751618560 9139 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1892485 9139 1754 9 0 1883223 0
[pid=9986/tid=9987] ppid=9984 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 8268 0 1 0 5 1 0 0 25 0 18 0 487550931 7751618560 9139 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.30039 s]
/proc/loadavg: 1.20 4.79 6.46 4/220 9986
/proc/meminfo: memFree=20978812/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7638680 CPUtime=0.37 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 16742 0 1 0 35 2 0 0 21 0 18 0 487550931 7822008320 16354 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1909670 16354 2192 9 0 1900408 0
[pid=9986/tid=9987] ppid=9984 vsize=7638680 CPUtime=0.25 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 14194 0 1 0 24 1 0 0 25 0 18 0 487550931 7822008320 16354 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505498348 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7638680

[startup+0.700319 s]
/proc/loadavg: 1.20 4.79 6.46 4/220 9986
/proc/meminfo: memFree=20978812/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7638680 CPUtime=0.77 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 30615 0 1 0 73 4 0 0 21 0 18 0 487550931 7822008320 30227 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1909670 30227 2192 9 0 1900408 0
[pid=9986/tid=9987] ppid=9984 vsize=7638680 CPUtime=0.65 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 28067 0 1 0 61 4 0 0 25 0 18 0 487550931 7822008320 30227 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505498580 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 7638680

[startup+1.50118 s]
/proc/loadavg: 1.20 4.79 6.46 6/238 10004
/proc/meminfo: memFree=20819264/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7645864 CPUtime=1.94 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 47582 0 1 0 187 7 0 0 21 0 19 0 487550931 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1911466 45958 2213 9 0 1902204 0
[pid=9986/tid=9987] ppid=9984 vsize=7645864 CPUtime=1.44 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 42225 0 1 0 138 6 0 0 25 0 19 0 487550931 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9986/tid=9989] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9989/stat : 9989 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9990] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9990/stat : 9990 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9991] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9991/stat : 9991 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9992] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9992/stat : 9992 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9993] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9993/stat : 9993 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9994] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487550935 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550935 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550935 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7645864 CPUtime=0.2 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 874 0 0 0 20 0 0 0 17 0 19 0 487550939 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7645864 CPUtime=0.28 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3321 0 0 0 28 0 0 0 17 0 19 0 487550939 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10004] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10004/stat : 10004 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550939 7829364736 45958 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7645864

[startup+3.1009 s]
/proc/loadavg: 1.34 4.76 6.44 4/239 10005
/proc/meminfo: memFree=20800656/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7645864 CPUtime=3.73 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 48046 0 1 0 366 7 0 0 21 0 19 0 487550931 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1911466 46421 2223 9 0 1902204 0
[pid=9986/tid=9987] ppid=9984 vsize=7645864 CPUtime=3.04 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 42648 0 1 0 297 7 0 0 25 0 19 0 487550931 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505591943 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9986/tid=9989] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9989/stat : 9989 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9990] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9990/stat : 9990 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9991] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9991/stat : 9991 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9992] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9992/stat : 9992 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9993] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9993/stat : 9993 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9994] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 487550935 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550935 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550935 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7645864 CPUtime=0.34 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 904 0 0 0 34 0 0 0 15 0 19 0 487550939 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7645864 CPUtime=0.33 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3331 0 0 0 33 0 0 0 15 0 19 0 487550939 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10004] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10004/stat : 10004 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550939 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10005] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10005/stat : 10005 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551038 7829364736 46421 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 7645864

[startup+6.30132 s]
/proc/loadavg: 1.34 4.76 6.44 8/262 10033
/proc/meminfo: memFree=20584900/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7645864 CPUtime=6.92 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 48197 0 1 0 685 7 0 0 21 0 19 0 487550931 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1911466 46570 2223 9 0 1902204 0
[pid=9986/tid=9987] ppid=9984 vsize=7645864 CPUtime=6.23 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 42799 0 1 0 616 7 0 0 25 0 19 0 487550931 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505732372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9986/tid=9989] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9989/stat : 9989 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9990] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9990/stat : 9990 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9991] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9991/stat : 9991 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9992] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9992/stat : 9992 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9993] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9993/stat : 9993 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9994] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550934 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 487550935 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550935 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550935 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7645864 CPUtime=0.34 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 904 0 0 0 34 0 0 0 15 0 19 0 487550939 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7645864 CPUtime=0.33 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3331 0 0 0 33 0 0 0 15 0 19 0 487550939 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7645864 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829364736 46570 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0

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

[pid=9986/tid=9994] ppid=9984 vsize=7646280 CPUtime=0.14 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 2127 0 0 0 14 0 0 0 15 0 19 0 487550934 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7646280 CPUtime=0.24 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 11059 0 0 0 23 1 0 0 16 0 19 0 487550934 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7646280 CPUtime=0.28 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 11749 0 0 0 27 1 0 0 15 0 19 0 487550934 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7646280 CPUtime=9.99 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 31318 0 0 0 996 3 0 0 15 0 19 0 487550935 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7646280 CPUtime=0.88 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 6442 0 0 0 87 1 0 0 15 0 19 0 487550939 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7646280 CPUtime=0.33 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3331 0 0 0 33 0 0 0 15 0 19 0 487550939 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10004] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10004/stat : 10004 (java) S 9984 9986 9900 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 487550939 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=10005] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10005/stat : 10005 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551038 7829790720 103138 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1124.01
Current children cumulated vsize (KiB) 7646280

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 4.69 5/262 10202
/proc/meminfo: memFree=19565772/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7646280 CPUtime=1184.03 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 110378 0 1 0 118387 16 0 0 21 0 19 0 487550931 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1911570 103216 2251 9 0 1902308 0
[pid=9986/tid=9987] ppid=9984 vsize=7646280 CPUtime=1171.1 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 42889 0 1 0 117103 7 0 0 25 0 19 0 487550931 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505741691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9986/tid=9989] ppid=9984 vsize=7646280 CPUtime=0.14 cores=1,3
/proc/9986/task/9989/stat : 9989 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 14 0 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9990] ppid=9984 vsize=7646280 CPUtime=0.08 cores=1,3
/proc/9986/task/9990/stat : 9990 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 8 0 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9991] ppid=9984 vsize=7646280 CPUtime=0.16 cores=1,3
/proc/9986/task/9991/stat : 9991 (java) S 9984 9986 9900 0 -1 4202560 6 0 0 0 16 0 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9992] ppid=9984 vsize=7646280 CPUtime=0.12 cores=1,3
/proc/9986/task/9992/stat : 9992 (java) S 9984 9986 9900 0 -1 4202560 51 0 0 0 12 0 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9993] ppid=9984 vsize=7646280 CPUtime=0.2 cores=1,3
/proc/9986/task/9993/stat : 9993 (java) S 9984 9986 9900 0 -1 4202560 93 0 0 0 20 0 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9994] ppid=9984 vsize=7646280 CPUtime=0.14 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 2127 0 0 0 14 0 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7646280 CPUtime=0.24 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 11059 0 0 0 23 1 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7646280 CPUtime=0.3 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 11750 0 0 0 29 1 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7646280 CPUtime=10.25 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 31397 0 0 0 1022 3 0 0 15 0 19 0 487550935 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7646280 CPUtime=0.88 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 6442 0 0 0 87 1 0 0 15 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7646280 CPUtime=0.33 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3331 0 0 0 33 0 0 0 15 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10004] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10004/stat : 10004 (java) S 9984 9986 9900 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=10005] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10005/stat : 10005 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551038 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1184.03
Current children cumulated vsize (KiB) 7646280

[startup+1242.3 s]
/proc/loadavg: 4.09 4.05 4.65 5/262 10204
/proc/meminfo: memFree=19564244/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7646280 CPUtime=1244.03 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 110382 0 1 0 124387 16 0 0 21 0 19 0 487550931 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1911570 103216 2251 9 0 1902308 0
[pid=9986/tid=9987] ppid=9984 vsize=7646280 CPUtime=1231.1 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 42889 0 1 0 123103 7 0 0 25 0 19 0 487550931 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505741959 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9986/tid=9989] ppid=9984 vsize=7646280 CPUtime=0.14 cores=1,3
/proc/9986/task/9989/stat : 9989 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 14 0 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9990] ppid=9984 vsize=7646280 CPUtime=0.08 cores=1,3
/proc/9986/task/9990/stat : 9990 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 8 0 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9991] ppid=9984 vsize=7646280 CPUtime=0.16 cores=1,3
/proc/9986/task/9991/stat : 9991 (java) S 9984 9986 9900 0 -1 4202560 6 0 0 0 16 0 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9992] ppid=9984 vsize=7646280 CPUtime=0.12 cores=1,3
/proc/9986/task/9992/stat : 9992 (java) S 9984 9986 9900 0 -1 4202560 51 0 0 0 12 0 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9993] ppid=9984 vsize=7646280 CPUtime=0.2 cores=1,3
/proc/9986/task/9993/stat : 9993 (java) S 9984 9986 9900 0 -1 4202560 93 0 0 0 20 0 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9994] ppid=9984 vsize=7646280 CPUtime=0.14 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 2127 0 0 0 14 0 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7646280 CPUtime=0.24 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 11059 0 0 0 23 1 0 0 15 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7646280 CPUtime=0.3 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 11750 0 0 0 29 1 0 0 16 0 19 0 487550934 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7646280 CPUtime=10.25 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 31397 0 0 0 1022 3 0 0 15 0 19 0 487550935 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7646280 CPUtime=0.88 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 6442 0 0 0 87 1 0 0 15 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7646280 CPUtime=0.33 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3331 0 0 0 33 0 0 0 15 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10004] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10004/stat : 10004 (java) S 9984 9986 9900 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 487550939 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=10005] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10005/stat : 10005 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551038 7829790720 103216 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.03
Current children cumulated vsize (KiB) 7646280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.04 4.61 4/242 10208
/proc/meminfo: memFree=19673364/32950904 swapFree=67082284/67111528
[pid=9986] ppid=9984 vsize=7646280 CPUtime=1301.76 cores=1,3
/proc/9986/stat : 9986 (java) S 9984 9986 9900 0 -1 4202496 110497 0 1 0 130160 16 0 0 21 0 19 0 487550931 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9986/statm: 1911570 103324 2251 9 0 1902308 0
[pid=9986/tid=9987] ppid=9984 vsize=7646280 CPUtime=1288.53 cores=1,3
/proc/9986/task/9987/stat : 9987 (java) R 9984 9986 9900 0 -1 4202560 42890 0 1 0 128846 7 0 0 25 0 19 0 487550931 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 46912505696182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9986/tid=9989] ppid=9984 vsize=7646280 CPUtime=0.16 cores=1,3
/proc/9986/task/9989/stat : 9989 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 16 0 0 0 16 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9990] ppid=9984 vsize=7646280 CPUtime=0.08 cores=1,3
/proc/9986/task/9990/stat : 9990 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 8 0 0 0 15 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9991] ppid=9984 vsize=7646280 CPUtime=0.16 cores=1,3
/proc/9986/task/9991/stat : 9991 (java) S 9984 9986 9900 0 -1 4202560 6 0 0 0 16 0 0 0 15 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9992] ppid=9984 vsize=7646280 CPUtime=0.12 cores=1,3
/proc/9986/task/9992/stat : 9992 (java) S 9984 9986 9900 0 -1 4202560 51 0 0 0 12 0 0 0 15 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9993] ppid=9984 vsize=7646280 CPUtime=0.22 cores=1,3
/proc/9986/task/9993/stat : 9993 (java) S 9984 9986 9900 0 -1 4202560 93 0 0 0 22 0 0 0 16 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9994] ppid=9984 vsize=7646280 CPUtime=0.14 cores=1,3
/proc/9986/task/9994/stat : 9994 (java) S 9984 9986 9900 0 -1 4202560 2127 0 0 0 14 0 0 0 15 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9995] ppid=9984 vsize=7646280 CPUtime=0.24 cores=1,3
/proc/9986/task/9995/stat : 9995 (java) S 9984 9986 9900 0 -1 4202560 11059 0 0 0 23 1 0 0 15 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9996] ppid=9984 vsize=7646280 CPUtime=0.3 cores=1,3
/proc/9986/task/9996/stat : 9996 (java) S 9984 9986 9900 0 -1 4202560 11750 0 0 0 29 1 0 0 15 0 19 0 487550934 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=9997] ppid=9984 vsize=7646280 CPUtime=10.51 cores=1,3
/proc/9986/task/9997/stat : 9997 (java) S 9984 9986 9900 0 -1 4202560 31507 0 0 0 1048 3 0 0 15 0 19 0 487550935 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 0 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9998] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9998/stat : 9998 (java) S 9984 9986 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=9999] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/9999/stat : 9999 (java) S 9984 9986 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550935 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10000] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10000/stat : 10000 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290703281 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10001] ppid=9984 vsize=7646280 CPUtime=0.88 cores=1,3
/proc/9986/task/10001/stat : 10001 (java) S 9984 9986 9900 0 -1 4202560 6442 0 0 0 87 1 0 0 15 0 19 0 487550939 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10002] ppid=9984 vsize=7646280 CPUtime=0.33 cores=1,3
/proc/9986/task/10002/stat : 10002 (java) S 9984 9986 9900 0 -1 4202560 3331 0 0 0 33 0 0 0 15 0 19 0 487550939 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10003] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10003/stat : 10003 (java) S 9984 9986 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550939 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290695577 0 4 0 16800975 18446604471148534656 0 0 -1 1 0 0 0
[pid=9986/tid=10004] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10004/stat : 10004 (java) S 9984 9986 9900 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487550939 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
[pid=9986/tid=10005] ppid=9984 vsize=7646280 CPUtime=0 cores=1,3
/proc/9986/task/10005/stat : 10005 (java) S 9984 9986 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551038 7829790720 103324 33554432000 1073741824 1073778376 140733444013408 18446744073709551615 237290696192 0 4 0 16800975 18446604471148534656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 7646280

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.08
CPU time (s): 1301.89
CPU user time (s): 1301.71
CPU system time (s): 0.179972
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 7666020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.71
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110531
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= 27696
involuntary context switches= 4748

runsolver used 2.12968 second user time and 5.19721 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 21:25:12
IDJOB=3283141
IDBENCH=70963
IDSOLVER=1611
FILE ID=node121/3283141-1303759511
RUNJOBID= node121-1303759508-9920
PBS_JOBID= 13157135
Free space on /tmp= 72068 MiB

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

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

MD5SUM BENCH= 7fc9b20f0efe1e9457bd61eba8178674
RANDOM SEED=864918930

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20979092 kB
Buffers:       2144884 kB
Cached:        9165668 kB
SwapCached:       2776 kB
Active:        8598056 kB
Inactive:      2862996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20979092 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           23444 kB
Writeback:           0 kB
AnonPages:      148008 kB
Mapped:          22152 kB
Slab:           445684 kB
PageTables:       5348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 14742776 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= 71996 MiB
End job on node121 at 2011-04-25 21:46:54