Trace number 3190416

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-06UNSAT 60.0529 58.6701

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
MD5SUM00f21cbc78a2d739f741e391ca987da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20581
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.10/0.12	c no version file found!!!
0.10/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.12	c java.vm.version	19.1-b02
0.10/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.12	c sun.arch.data.model	64
0.10/0.12	c java.version		1.6.0_24
0.10/0.12	c os.name		Linux
0.10/0.12	c os.version		2.6.18-164.el5
0.10/0.12	c os.arch		amd64
0.10/0.12	c Free memory 		6997539544
0.10/0.12	c Max memory 		7034241024
0.10/0.12	c Total memory 		7034241024
0.10/0.12	c Number of processors 	8
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483647s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3190416-1302599960.cnf
0.10/0.12	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.019s.
0.10/0.12	c #vars     300
0.10/0.12	c #constraints  1278
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
0.73/0.57	c cleaning 2499 clauses out of 5002 with flag 5002/5002
1.41/0.97	c cleaning 4247 clauses out of 8501 with flag 11000/11000
1.91/1.46	c cleaning 5623 clauses out of 11254 with flag 18000/18000
2.62/2.14	c cleaning 6812 clauses out of 13631 with flag 26000/26000
3.44/2.97	c cleaning 7899 clauses out of 15820 with flag 35001/35001
4.44/3.95	c cleaning 8957 clauses out of 17921 with flag 45001/45001
5.44/4.95	c cleaning 9479 clauses out of 18964 with flag 55001/55001
6.44/5.96	c cleaning 9737 clauses out of 19484 with flag 65000/65000
7.54/7.01	c cleaning 9869 clauses out of 19747 with flag 75000/75000
8.55/8.01	c cleaning 9933 clauses out of 19878 with flag 85000/85000
9.45/8.97	c cleaning 9968 clauses out of 19946 with flag 95001/95001
10.45/9.98	c cleaning 9982 clauses out of 19977 with flag 105000/105000
11.45/10.95	c cleaning 9986 clauses out of 19995 with flag 115000/115000
12.45/11.94	c cleaning 10000 clauses out of 20009 with flag 125000/125000
13.45/12.95	c cleaning 10004 clauses out of 20009 with flag 135000/135000
14.35/13.90	c cleaning 9995 clauses out of 20006 with flag 145001/145001
15.35/14.89	c cleaning 9996 clauses out of 20010 with flag 155000/155000
16.35/15.83	c cleaning 9999 clauses out of 20014 with flag 165000/165000
17.35/16.80	c cleaning 10001 clauses out of 20016 with flag 175001/175001
18.26/17.73	c cleaning 10004 clauses out of 20015 with flag 185001/185001
19.25/18.70	c cleaning 9997 clauses out of 20011 with flag 195001/195001
20.15/19.62	c cleaning 9998 clauses out of 20014 with flag 205001/205001
21.15/20.62	c cleaning 10000 clauses out of 20015 with flag 215000/215000
22.05/21.55	c cleaning 10004 clauses out of 20016 with flag 225001/225001
22.95/22.48	c cleaning 9998 clauses out of 20011 with flag 235000/235000
23.96/23.41	c cleaning 10000 clauses out of 20013 with flag 245000/245000
24.86/24.37	c cleaning 10000 clauses out of 20014 with flag 255001/255001
25.86/25.30	c cleaning 10005 clauses out of 20014 with flag 265001/265001
26.75/26.24	c cleaning 9994 clauses out of 20008 with flag 275000/275000
27.75/27.22	c cleaning 10001 clauses out of 20015 with flag 285001/285001
28.65/28.16	c cleaning 10000 clauses out of 20013 with flag 295000/295000
29.66/29.12	c cleaning 9998 clauses out of 20013 with flag 305000/305000
30.56/30.08	c cleaning 10003 clauses out of 20015 with flag 315000/315000
31.56/31.03	c cleaning 9995 clauses out of 20012 with flag 325000/325000
32.46/31.96	c cleaning 10001 clauses out of 20017 with flag 335000/335000
33.46/32.90	c cleaning 10000 clauses out of 20016 with flag 345000/345000
34.36/33.83	c cleaning 10006 clauses out of 20017 with flag 355001/355001
35.26/34.76	c cleaning 10003 clauses out of 20011 with flag 365001/365001
36.16/35.68	c cleaning 10000 clauses out of 20008 with flag 375001/375001
37.06/36.59	c cleaning 9997 clauses out of 20007 with flag 385000/385000
37.96/37.49	c cleaning 10002 clauses out of 20010 with flag 395000/395000
38.86/38.38	c cleaning 10000 clauses out of 20009 with flag 405001/405001
40.16/39.48	c cleaning 10000 clauses out of 20011 with flag 415003/415003
41.34/40.50	c cleaning 9998 clauses out of 20008 with flag 425000/425000
42.62/41.39	c cleaning 9998 clauses out of 20010 with flag 435000/435000
43.52/42.23	c cleaning 9997 clauses out of 20012 with flag 445000/445000
44.33/43.10	c cleaning 9999 clauses out of 20016 with flag 455001/455001
45.22/43.97	c cleaning 10006 clauses out of 20016 with flag 465000/465000
46.12/44.84	c cleaning 9997 clauses out of 20010 with flag 475000/475000
46.95/45.65	c cleaning 7450 clauses out of 14920 with flag 485000/485000
47.76/46.42	c cleaning 8730 clauses out of 17470 with flag 495000/495000
48.66/47.31	c cleaning 9367 clauses out of 18741 with flag 505001/505001
49.46/48.16	c cleaning 9682 clauses out of 19373 with flag 515000/515000
50.36/49.05	c cleaning 9836 clauses out of 19691 with flag 525000/525000
51.16/49.89	c cleaning 9922 clauses out of 19856 with flag 535001/535001
52.06/50.74	c cleaning 9967 clauses out of 19933 with flag 545000/545000
52.96/51.64	c cleaning 9979 clauses out of 19966 with flag 555000/555000
53.85/52.54	c cleaning 9987 clauses out of 19988 with flag 565001/565001
54.75/53.49	c cleaning 9992 clauses out of 20000 with flag 575000/575000
55.66/54.37	c cleaning 9999 clauses out of 20008 with flag 585000/585000
56.56/55.26	c cleaning 9999 clauses out of 20009 with flag 595000/595000
57.46/56.13	c cleaning 9999 clauses out of 20010 with flag 605000/605000
58.36/57.01	c cleaning 10005 clauses out of 20011 with flag 615000/615000
59.16/57.89	c cleaning 7799 clauses out of 15604 with flag 625000/625000
59.97/58.62	c cleaning 4456 clauses out of 8914 with flag 635000/635000
59.97/58.66	c starts		: 977
59.97/58.66	c conflicts		: 635465
59.97/58.66	c decisions		: 746044
59.97/58.66	c propagations		: 31086246
59.97/58.66	c inspects		: 870265838
59.97/58.66	c shortcuts		: 0
59.97/58.66	c learnt literals	: 12
59.97/58.66	c learnt binary clauses	: 99
59.97/58.66	c learnt ternary clauses	: 522
59.97/58.66	c learnt constraints	: 635452
59.97/58.66	c ignored constraints	: 0
59.97/58.66	c root simplifications	: 988
59.97/58.66	c removed literals (reason simplification)	: 4133495
59.97/58.66	c reason swapping (by a shorter reason)	: 0
59.97/58.66	c Calls to reduceDB	: 65
59.97/58.66	c speed (assignments/second)	: 530989.443837114
59.97/58.66	c non guided choices	35
59.97/58.66	c learnt constraints type 
59.97/58.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
59.97/58.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3627
59.97/58.66	c constraints type 
59.97/58.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
59.97/58.66	s UNSATISFIABLE
59.97/58.66	c Total wall clock time (in seconds) : 58.563

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.90 4.03 3.84 1/177 19162
/proc/meminfo: memFree=13481412/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=11760 CPUtime=0 cores=0,2
/proc/19162/stat : 19162 (runsolver) R 19160 19162 18683 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 371594808 12042240 49 33554432000 4194304 5392636 140733507115360 18446744073709551615 4838247 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/19162/statm: 2940 49 30 293 0 2644 0

[startup+0.121724 s]
/proc/loadavg: 3.90 4.03 3.84 1/177 19162
/proc/meminfo: memFree=13481412/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7570968 CPUtime=0.1 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 9802 0 1 0 9 1 0 0 18 0 19 0 371594808 7752671232 9495 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1892742 9495 1757 9 0 1883480 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7570968

[startup+0.381016 s]
/proc/loadavg: 3.90 4.03 3.84 1/177 19162
/proc/meminfo: memFree=13481412/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7644164 CPUtime=0.6 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 12954 0 1 0 58 2 0 0 18 0 19 0 371594808 7827623936 11920 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1911041 11920 2206 9 0 1901779 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 7644164

[startup+0.40053 s]
/proc/loadavg: 3.90 4.03 3.84 1/177 19162
/proc/meminfo: memFree=13481412/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7644164 CPUtime=0.62 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 12971 0 1 0 60 2 0 0 18 0 19 0 371594808 7827623936 11937 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1911041 11937 2206 9 0 1901779 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 7644164

[startup+0.780003 s]
/proc/loadavg: 3.90 4.03 3.84 1/177 19162
/proc/meminfo: memFree=13481412/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7665792 CPUtime=1.26 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 20406 0 1 0 123 3 0 0 18 0 19 0 371594808 7849771008 17437 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1916448 17437 2239 9 0 1907186 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 7665792

[startup+1.50133 s]
/proc/loadavg: 3.90 4.03 3.84 6/262 19282
/proc/meminfo: memFree=13234208/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7665792 CPUtime=2.02 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 20873 0 1 0 199 3 0 0 18 0 19 0 371594808 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1916448 17902 2242 9 0 1907186 0
[pid=19162/tid=19164] ppid=19160 vsize=7665792 CPUtime=1.41 cores=0,2
/proc/19162/task/19164/stat : 19164 (java) R 19160 19162 18683 0 -1 4202560 8896 0 1 0 140 1 0 0 19 0 19 0 371594810 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 46912505533417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19162/tid=19165] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7665792 CPUtime=0.02 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 436 0 0 0 2 0 0 0 16 0 19 0 371594812 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7665792 CPUtime=0.02 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 371594815 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7665792 CPUtime=0.52 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 9785 0 0 0 51 1 0 0 15 0 19 0 371594815 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594815 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7849771008 17902 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7665792

[startup+3.10111 s]
/proc/loadavg: 3.90 4.03 3.84 5/262 19282
/proc/meminfo: memFree=13225164/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7665792 CPUtime=3.64 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 21012 0 1 0 361 3 0 0 18 0 19 0 371594808 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1916448 18038 2242 9 0 1907186 0
[pid=19162/tid=19164] ppid=19160 vsize=7665792 CPUtime=2.98 cores=0,2
/proc/19162/task/19164/stat : 19164 (java) R 19160 19162 18683 0 -1 4202560 8898 0 1 0 297 1 0 0 22 0 19 0 371594810 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 46912505534247 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19162/tid=19165] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371594811 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7665792 CPUtime=0.05 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 506 0 0 0 5 0 0 0 16 0 19 0 371594812 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7665792 CPUtime=0.04 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 141 0 0 0 4 0 0 0 15 0 19 0 371594815 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7665792 CPUtime=0.52 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 9785 0 0 0 51 1 0 0 15 0 19 0 371594815 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594815 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7665792 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7849771008 18038 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 7665792

[startup+6.30154 s]
/proc/loadavg: 3.91 4.03 3.84 5/262 19282
/proc/meminfo: memFree=13219952/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7662468 CPUtime=6.84 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 21185 0 1 0 681 3 0 0 18 0 19 0 371594808 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1915617 17777 2242 9 0 1906355 0
[pid=19162/tid=19164] ppid=19160 vsize=7662468 CPUtime=6.14 cores=0,2
/proc/19162/task/19164/stat : 19164 (java) R 19160 19162 18683 0 -1 4202560 8902 0 1 0 613 1 0 0 25 0 19 0 371594810 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 46912505533271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19162/tid=19165] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371594811 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7662468 CPUtime=0.08 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 666 0 0 0 8 0 0 0 16 0 19 0 371594812 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7662468 CPUtime=0.04 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 141 0 0 0 4 0 0 0 15 0 19 0 371594815 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7662468 CPUtime=0.52 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 9785 0 0 0 51 1 0 0 15 0 19 0 371594815 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371594815 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7662468 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7846367232 17777 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 7662468

[startup+12.7014 s]

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

/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 1 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7662556 CPUtime=0.76 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 682 0 0 0 76 0 0 0 16 0 19 0 371594812 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7662556 CPUtime=0.16 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 154 0 0 0 16 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7662556 CPUtime=1.28 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 11885 0 0 0 127 1 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.06
Current children cumulated vsize (KiB) 7662556

[startup+58.1012 s]
/proc/loadavg: 3.96 4.02 3.85 5/262 19283
/proc/meminfo: memFree=13220008/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7662556 CPUtime=59.46 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 23385 0 1 0 5943 3 0 0 18 0 19 0 371594808 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1915639 18130 2242 9 0 1906377 0
[pid=19162/tid=19164] ppid=19160 vsize=7662556 CPUtime=57.09 cores=0,2
/proc/19162/task/19164/stat : 19164 (java) R 19160 19162 18683 0 -1 4202560 8963 0 1 0 5708 1 0 0 25 0 19 0 371594810 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 46912505817692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19162/tid=19165] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7662556 CPUtime=0.77 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 682 0 0 0 77 0 0 0 16 0 19 0 371594812 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7662556 CPUtime=0.16 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 154 0 0 0 16 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7662556 CPUtime=1.29 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 11885 0 0 0 128 1 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.46
Current children cumulated vsize (KiB) 7662556

[startup+58.5072 s]
/proc/loadavg: 3.96 4.02 3.85 6/262 19284
/proc/meminfo: memFree=13220008/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7662556 CPUtime=59.88 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 23385 0 1 0 5985 3 0 0 18 0 19 0 371594808 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1915639 18130 2242 9 0 1906377 0
[pid=19162/tid=19164] ppid=19160 vsize=7662556 CPUtime=57.5 cores=0,2
/proc/19162/task/19164/stat : 19164 (java) R 19160 19162 18683 0 -1 4202560 8963 0 1 0 5749 1 0 0 25 0 19 0 371594810 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 46912505856558 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19162/tid=19165] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7662556 CPUtime=0.77 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 682 0 0 0 77 0 0 0 16 0 19 0 371594812 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7662556 CPUtime=0.16 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 154 0 0 0 16 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7662556 CPUtime=1.3 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 11885 0 0 0 129 1 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.88
Current children cumulated vsize (KiB) 7662556

[startup+58.6013 s]
/proc/loadavg: 3.96 4.02 3.85 6/262 19284
/proc/meminfo: memFree=13220008/32950928 swapFree=67111528/67111528
[pid=19162] ppid=19160 vsize=7662556 CPUtime=59.97 cores=0,2
/proc/19162/stat : 19162 (java) S 19160 19162 18683 0 -1 4202496 23385 0 1 0 5994 3 0 0 18 0 19 0 371594808 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19162/statm: 1915639 18130 2242 9 0 1906377 0
[pid=19162/tid=19164] ppid=19160 vsize=7662556 CPUtime=57.59 cores=0,2
/proc/19162/task/19164/stat : 19164 (java) R 19160 19162 18683 0 -1 4202560 8963 0 1 0 5758 1 0 0 25 0 19 0 371594810 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 46912505817503 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19162/tid=19165] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19165/stat : 19165 (java) S 19160 19162 18683 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19166] ppid=19160 vsize=7662556 CPUtime=0.02 cores=0,2
/proc/19162/task/19166/stat : 19166 (java) S 19160 19162 18683 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19167] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19167/stat : 19167 (java) S 19160 19162 18683 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19168] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19168/stat : 19168 (java) S 19160 19162 18683 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19169] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19169/stat : 19169 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19170] ppid=19160 vsize=7662556 CPUtime=0.01 cores=0,2
/proc/19162/task/19170/stat : 19170 (java) S 19160 19162 18683 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19171] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19171/stat : 19171 (java) S 19160 19162 18683 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19172] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19172/stat : 19172 (java) S 19160 19162 18683 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 371594811 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19173] ppid=19160 vsize=7662556 CPUtime=0.77 cores=0,2
/proc/19162/task/19173/stat : 19173 (java) S 19160 19162 18683 0 -1 4202560 682 0 0 0 77 0 0 0 16 0 19 0 371594812 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 0 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19175] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19175/stat : 19175 (java) S 19160 19162 18683 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19176] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19176/stat : 19176 (java) S 19160 19162 18683 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371594813 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19182] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19182/stat : 19182 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284512689 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19183] ppid=19160 vsize=7662556 CPUtime=0.16 cores=0,2
/proc/19162/task/19183/stat : 19183 (java) S 19160 19162 18683 0 -1 4202560 154 0 0 0 16 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
[pid=19162/tid=19184] ppid=19160 vsize=7662556 CPUtime=1.3 cores=0,2
/proc/19162/task/19184/stat : 19184 (java) S 19160 19162 18683 0 -1 4202560 11885 0 0 0 129 1 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19185] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19185/stat : 19185 (java) S 19160 19162 18683 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284504985 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19186] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19186/stat : 19186 (java) S 19160 19162 18683 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 371594815 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 2 0 0 0
[pid=19162/tid=19190] ppid=19160 vsize=7662556 CPUtime=0 cores=0,2
/proc/19162/task/19190/stat : 19190 (java) S 19160 19162 18683 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 371594821 7846457344 18130 33554432000 1073741824 1073778376 140733274879184 18446744073709551615 268284505600 0 4 0 16800975 18446604449669461952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.97
Current children cumulated vsize (KiB) 7662556

Child status: 20
Real time (s): 58.6701
CPU time (s): 60.0529
CPU user time (s): 60.0109
CPU system time (s): 0.041993
CPU usage (%): 102.357
Max. virtual memory (cumulated for all children) (KiB): 7668360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.0109
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23396
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= 3126
involuntary context switches= 1679

runsolver used 0.112982 second user time and 0.214967 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-12 11:19:20
IDJOB=3190416
IDBENCH=82747
IDSOLVER=1611
FILE ID=node122/3190416-1302599960
RUNJOBID= node122-1302597355-18701
PBS_JOBID= 12958098
Free space on /tmp= 71812 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.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-3190416-1302599960/watcher-3190416-1302599960 -o /tmp/evaluation-result-3190416-1302599960/solver-3190416-1302599960 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190416-1302599960.cnf

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

MD5SUM BENCH= 00f21cbc78a2d739f741e391ca987da6
RANDOM SEED=1218918857

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:      13481428 kB
Buffers:        787044 kB
Cached:       18193168 kB
SwapCached:          0 kB
Active:        9912404 kB
Inactive:      9135036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13481428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             128 kB
Writeback:           0 kB
AnonPages:       67624 kB
Mapped:          15284 kB
Slab:           356964 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   225344 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= 71808 MiB
End job on node122 at 2011-04-12 11:20:19