Trace number 3190508

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-06SAT 101.715 101.481

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S2038462183-033.SATISFIABLE.cnf
MD5SUM1ae715b5fb1fc5eb9b9dd320b8471571
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3190508-1302600813.cnf
0.03/0.09	c reading problem ... 
0.09/0.12	c ... done. Wall clock time 0.026s.
0.09/0.12	c #vars     75
0.09/0.12	c #constraints  1597
0.09/0.12	c constraints type 
0.09/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1597
0.67/0.55	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.10/0.95	c cleaning 4250 clauses out of 8499 with flag 11000/11000
1.60/1.48	c cleaning 5622 clauses out of 11249 with flag 18000/18000
2.30/2.19	c cleaning 6814 clauses out of 13627 with flag 26000/26000
3.20/3.04	c cleaning 7903 clauses out of 15813 with flag 35000/35000
4.20/4.07	c cleaning 8951 clauses out of 17911 with flag 45001/45001
5.30/5.15	c cleaning 9474 clauses out of 18959 with flag 55000/55000
6.40/6.21	c cleaning 9738 clauses out of 19486 with flag 65001/65001
7.50/7.33	c cleaning 9870 clauses out of 19750 with flag 75003/75003
8.60/8.45	c cleaning 9938 clauses out of 19878 with flag 85001/85001
9.70/9.53	c cleaning 9966 clauses out of 19939 with flag 95000/95000
10.80/10.60	c cleaning 9979 clauses out of 19973 with flag 105000/105000
11.80/11.64	c cleaning 9991 clauses out of 19994 with flag 115000/115000
12.90/12.70	c cleaning 9997 clauses out of 20004 with flag 125001/125001
13.90/13.72	c cleaning 9998 clauses out of 20006 with flag 135000/135000
15.00/14.82	c cleaning 9999 clauses out of 20008 with flag 145000/145000
16.10/15.94	c cleaning 10003 clauses out of 20011 with flag 155002/155002
17.10/16.99	c cleaning 10002 clauses out of 20007 with flag 165001/165001
18.20/18.09	c cleaning 9996 clauses out of 20004 with flag 175000/175000
19.30/19.12	c cleaning 9998 clauses out of 20009 with flag 185001/185001
20.30/20.19	c cleaning 9999 clauses out of 20011 with flag 195001/195001
21.40/21.24	c cleaning 9996 clauses out of 20011 with flag 205000/205000
22.50/22.31	c cleaning 10005 clauses out of 20015 with flag 215000/215000
23.50/23.32	c cleaning 9998 clauses out of 20010 with flag 225000/225000
24.50/24.32	c cleaning 10001 clauses out of 20013 with flag 235001/235001
25.51/25.36	c cleaning 10004 clauses out of 20015 with flag 245004/245004
26.51/26.40	c cleaning 9997 clauses out of 20008 with flag 255001/255001
27.61/27.43	c cleaning 10004 clauses out of 20012 with flag 265002/265002
28.60/28.48	c cleaning 9998 clauses out of 20008 with flag 275002/275002
29.60/29.49	c cleaning 10000 clauses out of 20009 with flag 285001/285001
30.70/30.50	c cleaning 10003 clauses out of 20010 with flag 295002/295002
31.70/31.53	c cleaning 9995 clauses out of 20006 with flag 305001/305001
32.70/32.53	c cleaning 9997 clauses out of 20012 with flag 315002/315002
33.70/33.58	c cleaning 10001 clauses out of 20014 with flag 325001/325001
34.80/34.68	c cleaning 10001 clauses out of 20012 with flag 335000/335000
35.91/35.70	c cleaning 10003 clauses out of 20013 with flag 345002/345002
36.91/36.72	c cleaning 9998 clauses out of 20008 with flag 355000/355000
38.01/37.81	c cleaning 9999 clauses out of 20012 with flag 365002/365002
39.01/38.84	c cleaning 10000 clauses out of 20011 with flag 375000/375000
40.01/39.89	c cleaning 10000 clauses out of 20012 with flag 385001/385001
41.01/40.87	c cleaning 10000 clauses out of 20012 with flag 395001/395001
42.11/41.93	c cleaning 10004 clauses out of 20011 with flag 405000/405000
43.12/42.97	c cleaning 9998 clauses out of 20007 with flag 415000/415000
44.12/43.98	c cleaning 9998 clauses out of 20009 with flag 425000/425000
45.22/45.07	c cleaning 10003 clauses out of 20014 with flag 435003/435003
46.32/46.12	c cleaning 9999 clauses out of 20008 with flag 445000/445000
47.31/47.14	c cleaning 9999 clauses out of 20009 with flag 455000/455000
48.31/48.18	c cleaning 10002 clauses out of 20010 with flag 465000/465000
49.31/49.18	c cleaning 9998 clauses out of 20008 with flag 475000/475000
50.31/50.18	c cleaning 10000 clauses out of 20011 with flag 485001/485001
51.31/51.17	c cleaning 10000 clauses out of 20010 with flag 495000/495000
52.41/52.21	c cleaning 9997 clauses out of 20010 with flag 505000/505000
53.41/53.27	c cleaning 10003 clauses out of 20014 with flag 515001/515001
54.41/54.26	c cleaning 9998 clauses out of 20011 with flag 525001/525001
55.41/55.25	c cleaning 9996 clauses out of 20013 with flag 535001/535001
56.41/56.24	c cleaning 10005 clauses out of 20016 with flag 545000/545000
57.42/57.29	c cleaning 10000 clauses out of 20011 with flag 555000/555000
58.52/58.32	c cleaning 10004 clauses out of 20012 with flag 565001/565001
59.52/59.36	c cleaning 10000 clauses out of 20007 with flag 575000/575000
60.51/60.37	c cleaning 10000 clauses out of 20007 with flag 585000/585000
61.61/61.44	c cleaning 9999 clauses out of 20008 with flag 595001/595001
62.72/62.55	c cleaning 10001 clauses out of 20009 with flag 605001/605001
63.81/63.67	c cleaning 10001 clauses out of 20007 with flag 615000/615000
64.91/64.76	c cleaning 10000 clauses out of 20007 with flag 625001/625001
65.91/65.78	c cleaning 10000 clauses out of 20006 with flag 635000/635000
67.01/66.83	c cleaning 9997 clauses out of 20008 with flag 645002/645002
68.02/67.84	c cleaning 9999 clauses out of 20009 with flag 655000/655000
69.02/68.85	c cleaning 10000 clauses out of 20010 with flag 665000/665000
70.02/69.86	c cleaning 10001 clauses out of 20010 with flag 675000/675000
71.12/70.92	c cleaning 10002 clauses out of 20011 with flag 685002/685002
72.12/71.92	c cleaning 10000 clauses out of 20008 with flag 695001/695001
73.12/72.94	c cleaning 9999 clauses out of 20008 with flag 705001/705001
74.12/73.94	c cleaning 10001 clauses out of 20009 with flag 715001/715001
75.12/74.95	c cleaning 9997 clauses out of 20007 with flag 725000/725000
76.13/75.95	c cleaning 10001 clauses out of 20010 with flag 735000/735000
77.13/76.95	c cleaning 10000 clauses out of 20010 with flag 745001/745001
78.23/78.00	c cleaning 9997 clauses out of 20009 with flag 755000/755000
79.22/79.06	c cleaning 10002 clauses out of 20012 with flag 765000/765000
80.32/80.12	c cleaning 10003 clauses out of 20014 with flag 775004/775004
81.32/81.14	c cleaning 9995 clauses out of 20007 with flag 785000/785000
82.32/82.10	c cleaning 10001 clauses out of 20014 with flag 795002/795002
83.32/83.10	c cleaning 9999 clauses out of 20011 with flag 805000/805000
84.22/84.09	c cleaning 9998 clauses out of 20012 with flag 815000/815000
85.32/85.12	c cleaning 10002 clauses out of 20015 with flag 825001/825001
86.32/86.16	c cleaning 10000 clauses out of 20012 with flag 835000/835000
87.32/87.18	c cleaning 10002 clauses out of 20013 with flag 845001/845001
88.42/88.20	c cleaning 10001 clauses out of 20012 with flag 855002/855002
89.33/89.20	c cleaning 9998 clauses out of 20011 with flag 865002/865002
90.43/90.21	c cleaning 9996 clauses out of 20011 with flag 875000/875000
91.32/91.19	c cleaning 10002 clauses out of 20016 with flag 885001/885001
92.32/92.18	c cleaning 10001 clauses out of 20015 with flag 895002/895002
93.32/93.19	c cleaning 10001 clauses out of 20012 with flag 905000/905000
94.42/94.23	c cleaning 10003 clauses out of 20012 with flag 915001/915001
95.42/95.29	c cleaning 9999 clauses out of 20008 with flag 925000/925000
96.52/96.34	c cleaning 9998 clauses out of 20009 with flag 935000/935000
97.52/97.38	c cleaning 10001 clauses out of 20011 with flag 945000/945000
98.62/98.40	c cleaning 9999 clauses out of 20010 with flag 955000/955000
99.62/99.41	c cleaning 10001 clauses out of 20013 with flag 965002/965002
100.52/100.39	c cleaning 9997 clauses out of 20010 with flag 975000/975000
101.62/101.40	c cleaning 10001 clauses out of 20013 with flag 985000/985000
101.62/101.46	c starts		: 1174
101.62/101.46	c conflicts		: 985672
101.62/101.46	c decisions		: 1093148
101.62/101.46	c propagations		: 13106783
101.62/101.46	c inspects		: 1634515597
101.62/101.46	c shortcuts		: 0
101.62/101.46	c learnt literals	: 0
101.62/101.46	c learnt binary clauses	: 0
101.62/101.46	c learnt ternary clauses	: 0
101.62/101.46	c learnt constraints	: 985672
101.62/101.46	c ignored constraints	: 0
101.62/101.46	c root simplifications	: 1174
101.62/101.46	c removed literals (reason simplification)	: 3429587
101.62/101.46	c reason swapping (by a shorter reason)	: 0
101.62/101.46	c Calls to reduceDB	: 100
101.62/101.46	c speed (assignments/second)	: 129325.81132149941
101.62/101.46	c non guided choices	29
101.62/101.47	c learnt constraints type 
101.62/101.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10684
101.62/101.47	c constraints type 
101.62/101.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1597
101.62/101.47	s SATISFIABLE
101.62/101.47	v 1 2 -3 4 5 6 -7 -8 9 10 -11 -12 -13 -14 -15 -16 -17 18 19 -20 21 -22 -23 -24 25 26 27 -28 -29 -30 31 -32 33 34 35 36 -37 38 39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 50 51 -52 53 54 -55 -56 -57 58 -59 60 61 -62 -63 64 -65 66 -67 68 69 70 -71 72 -73 -74 75 0
101.62/101.47	c Total wall clock time (in seconds) : 101.373

Verifier Data

OK

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

running on 2 cores: 5,7

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: 4.12 4.06 3.95 2/182 9066
/proc/meminfo: memFree=15366188/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=23028 CPUtime=0 cores=5,7
/proc/9066/stat : 9066 (java) R 9064 9066 8386 0 -1 4202496 958 0 0 0 0 0 0 0 18 0 1 0 371678385 23580672 699 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239471732625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9066/statm: 5757 699 516 9 0 124 0

[startup+0.0391511 s]
/proc/loadavg: 4.12 4.06 3.95 2/182 9066
/proc/meminfo: memFree=15366188/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7564352 CPUtime=0.03 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 8697 0 1 0 2 1 0 0 18 0 13 0 371678385 7745896448 8391 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1891088 8391 1661 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100138 s]
/proc/loadavg: 4.12 4.06 3.95 2/182 9066
/proc/meminfo: memFree=15366188/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7571012 CPUtime=0.09 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 10345 0 1 0 8 1 0 0 18 0 18 0 371678385 7752716288 10039 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1892753 10040 2094 9 0 1883491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7571012

[startup+0.303523 s]
/proc/loadavg: 4.12 4.06 3.95 2/182 9066
/proc/meminfo: memFree=15366188/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=0.45 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 14063 0 1 0 43 2 0 0 18 0 19 0 371678385 7826702336 12599 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 12599 2197 9 0 1901554 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7643264

[startup+0.701123 s]
/proc/loadavg: 4.12 4.06 3.95 2/182 9066
/proc/meminfo: memFree=15366188/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=0.89 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 15005 0 1 0 87 2 0 0 18 0 19 0 371678385 7826702336 13299 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 13299 2236 9 0 1901554 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 7643264

[startup+1.50087 s]
/proc/loadavg: 4.12 4.06 3.95 7/262 9211
/proc/meminfo: memFree=15172004/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=1.7 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 15550 0 1 0 168 2 0 0 18 0 19 0 371678385 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 13842 2242 9 0 1901554 0
[pid=9066/tid=9068] ppid=9064 vsize=7643264 CPUtime=1.3 cores=5,7
/proc/9066/task/9068/stat : 9068 (java) R 9064 9066 8386 0 -1 4202560 8959 0 1 0 129 1 0 0 25 0 19 0 371678386 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 46912505569803 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9066/tid=9075] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 497 0 0 0 2 0 0 0 15 0 19 0 371678388 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.16 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2420 0 0 0 16 0 0 0 16 0 19 0 371678391 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 13842 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 7643264

[startup+3.10062 s]
/proc/loadavg: 4.12 4.06 3.95 7/262 9211
/proc/meminfo: memFree=15158612/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=3.3 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 15674 0 1 0 328 2 0 0 18 0 19 0 371678385 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 13947 2243 9 0 1901554 0
[pid=9066/tid=9068] ppid=9064 vsize=7643264 CPUtime=2.85 cores=5,7
/proc/9066/task/9068/stat : 9068 (java) R 9064 9066 8386 0 -1 4202560 8961 0 1 0 284 1 0 0 25 0 19 0 371678386 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 46912505569130 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9066/tid=9075] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 238 0 0 0 0 0 0 0 16 0 19 0 371678387 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=0.05 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 549 0 0 0 5 0 0 0 15 0 19 0 371678388 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2444 0 0 0 18 0 0 0 15 0 19 0 371678391 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 13947 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 7643264

[startup+6.30101 s]
/proc/loadavg: 4.27 4.09 3.96 6/262 9212
/proc/meminfo: memFree=15143400/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=6.5 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 15887 0 1 0 648 2 0 0 18 0 19 0 371678385 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 14098 2243 9 0 1901554 0
[pid=9066/tid=9068] ppid=9064 vsize=7643264 CPUtime=6 cores=5,7
/proc/9066/task/9068/stat : 9068 (java) R 9064 9066 8386 0 -1 4202560 8965 0 1 0 599 1 0 0 21 0 19 0 371678386 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 46912505569634 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9066/tid=9075] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 239 0 0 0 0 0 0 0 16 0 19 0 371678387 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=0.08 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 734 0 0 0 8 0 0 0 15 0 19 0 371678388 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2444 0 0 0 18 0 0 0 15 0 19 0 371678391 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 14098 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 7643264

[startup+12.7008 s]

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

/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=1.12 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 766 0 0 0 112 0 0 0 16 0 19 0 371678388 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.2 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2589 0 0 0 20 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.92
Current children cumulated vsize (KiB) 7643264

[startup+101.101 s]
/proc/loadavg: 4.11 4.09 3.97 5/262 9306
/proc/meminfo: memFree=15162036/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=101.32 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 16198 0 1 0 10129 3 0 0 18 0 19 0 371678385 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 14170 2244 9 0 1901554 0
[pid=9066/tid=9068] ppid=9064 vsize=7643264 CPUtime=99.63 cores=5,7
/proc/9066/task/9068/stat : 9068 (java) R 9064 9066 8386 0 -1 4202560 9055 0 1 0 9962 1 0 0 25 0 19 0 371678386 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 46912505569730 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9066/tid=9075] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=1.12 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 766 0 0 0 112 0 0 0 16 0 19 0 371678388 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.2 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2589 0 0 0 20 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 7643264

[startup+101.301 s]
/proc/loadavg: 4.11 4.09 3.97 5/262 9306
/proc/meminfo: memFree=15162036/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=101.52 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 16198 0 1 0 10149 3 0 0 18 0 19 0 371678385 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 14170 2244 9 0 1901554 0
[pid=9066/tid=9068] ppid=9064 vsize=7643264 CPUtime=99.83 cores=5,7
/proc/9066/task/9068/stat : 9068 (java) R 9064 9066 8386 0 -1 4202560 9055 0 1 0 9982 1 0 0 25 0 19 0 371678386 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 46912505569189 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9066/tid=9075] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=1.12 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 766 0 0 0 112 0 0 0 16 0 19 0 371678388 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.2 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2589 0 0 0 20 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 7643264

[startup+101.401 s]
/proc/loadavg: 4.11 4.09 3.97 5/262 9306
/proc/meminfo: memFree=15162036/32950928 swapFree=67102716/67111528
[pid=9066] ppid=9064 vsize=7643264 CPUtime=101.62 cores=5,7
/proc/9066/stat : 9066 (java) S 9064 9066 8386 0 -1 4202496 16198 0 1 0 10159 3 0 0 18 0 19 0 371678385 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9066/statm: 1910816 14170 2244 9 0 1901554 0
[pid=9066/tid=9068] ppid=9064 vsize=7643264 CPUtime=99.93 cores=5,7
/proc/9066/task/9068/stat : 9068 (java) R 9064 9066 8386 0 -1 4202560 9055 0 1 0 9992 1 0 0 25 0 19 0 371678386 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 46912505700479 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9066/tid=9075] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9075/stat : 9075 (java) S 9064 9066 8386 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9076] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9076/stat : 9076 (java) S 9064 9066 8386 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9077] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9077/stat : 9077 (java) S 9064 9066 8386 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9078] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9078/stat : 9078 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9079] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9079/stat : 9079 (java) S 9064 9066 8386 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9080] ppid=9064 vsize=7643264 CPUtime=0.01 cores=5,7
/proc/9066/task/9080/stat : 9080 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9081] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9081/stat : 9081 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9082] ppid=9064 vsize=7643264 CPUtime=0.02 cores=5,7
/proc/9066/task/9082/stat : 9082 (java) S 9064 9066 8386 0 -1 4202560 241 0 0 0 2 0 0 0 15 0 19 0 371678387 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9084] ppid=9064 vsize=7643264 CPUtime=1.12 cores=5,7
/proc/9066/task/9084/stat : 9084 (java) S 9064 9066 8386 0 -1 4202560 766 0 0 0 112 0 0 0 16 0 19 0 371678388 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 0 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9086] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9086/stat : 9086 (java) S 9064 9066 8386 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9087] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9087/stat : 9087 (java) S 9064 9066 8386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371678389 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9091] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9091/stat : 9091 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488518577 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9092] ppid=9064 vsize=7643264 CPUtime=0.18 cores=5,7
/proc/9066/task/9092/stat : 9092 (java) S 9064 9066 8386 0 -1 4202560 2020 0 0 0 18 0 0 0 17 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9093] ppid=9064 vsize=7643264 CPUtime=0.2 cores=5,7
/proc/9066/task/9093/stat : 9093 (java) S 9064 9066 8386 0 -1 4202560 2589 0 0 0 20 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 5 0 0 0
[pid=9066/tid=9094] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9094/stat : 9094 (java) S 9064 9066 8386 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488510873 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9095] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9095/stat : 9095 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678391 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
[pid=9066/tid=9106] ppid=9064 vsize=7643264 CPUtime=0 cores=5,7
/proc/9066/task/9106/stat : 9106 (java) S 9064 9066 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678398 7826702336 14170 33554432000 1073741824 1073778376 140735518048688 18446744073709551615 239488511488 0 4 0 16800975 18446604471159273344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 7643264

Child status: 10
Real time (s): 101.481
CPU time (s): 101.715
CPU user time (s): 101.673
CPU system time (s): 0.041993
CPU usage (%): 100.23
Max. virtual memory (cumulated for all children) (KiB): 7643264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.673
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= 16215
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= 4849
involuntary context switches= 3043

runsolver used 0.170974 second user time and 0.395939 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-12 11:33:33
IDJOB=3190508
IDBENCH=82839
IDSOLVER=1611
FILE ID=node148/3190508-1302600813
RUNJOBID= node148-1302596906-8407
PBS_JOBID= 12958095
Free space on /tmp= 71076 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S2038462183-033.SATISFIABLE.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-3190508-1302600813/watcher-3190508-1302600813 -o /tmp/evaluation-result-3190508-1302600813/solver-3190508-1302600813 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190508-1302600813.cnf

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

MD5SUM BENCH= 1ae715b5fb1fc5eb9b9dd320b8471571
RANDOM SEED=1296166980

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15366460 kB
Buffers:        615556 kB
Cached:       16497968 kB
SwapCached:       4908 kB
Active:        8195896 kB
Inactive:      8983056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15366460 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:             132 kB
Writeback:           0 kB
AnonPages:       63200 kB
Mapped:          14960 kB
Slab:           341720 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   264724 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= 71076 MiB
End job on node148 at 2011-04-12 11:35:15