Trace number 3190550

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 130.782 130.581

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1786071619-083.SATISFIABLE.cnf
MD5SUM4c9b0d97324ee5d84961ef01705e1399
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

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.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483647s
0.10/0.10	c DB Simplification allowed=true
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3190550-1302601436.cnf
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.052s.
0.10/0.15	c #vars     50
0.10/0.15	c #constraints  4450
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4450
0.77/0.67	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.27/1.12	c cleaning 4251 clauses out of 8501 with flag 11001/11001
1.77/1.66	c cleaning 5622 clauses out of 11249 with flag 18000/18000
2.47/2.39	c cleaning 6812 clauses out of 13627 with flag 26000/26000
3.27/3.20	c cleaning 7906 clauses out of 15815 with flag 35000/35000
4.37/4.22	c cleaning 8952 clauses out of 17909 with flag 45000/45000
5.37/5.29	c cleaning 9475 clauses out of 18957 with flag 55000/55000
6.57/6.43	c cleaning 9738 clauses out of 19482 with flag 65000/65000
7.67/7.52	c cleaning 9865 clauses out of 19744 with flag 75000/75000
8.77/8.65	c cleaning 9936 clauses out of 19879 with flag 85000/85000
9.87/9.74	c cleaning 9969 clauses out of 19945 with flag 95002/95002
10.97/10.85	c cleaning 9980 clauses out of 19974 with flag 105000/105000
12.07/11.92	c cleaning 9994 clauses out of 19995 with flag 115001/115001
13.17/13.03	c cleaning 9996 clauses out of 20000 with flag 125000/125000
14.17/14.07	c cleaning 9998 clauses out of 20004 with flag 135000/135000
15.27/15.14	c cleaning 10001 clauses out of 20007 with flag 145001/145001
16.28/16.20	c cleaning 10000 clauses out of 20006 with flag 155001/155001
17.38/17.28	c cleaning 9998 clauses out of 20005 with flag 165000/165000
18.48/18.35	c cleaning 10001 clauses out of 20007 with flag 175000/175000
19.58/19.41	c cleaning 9997 clauses out of 20006 with flag 185000/185000
20.58/20.50	c cleaning 9999 clauses out of 20009 with flag 195000/195000
21.68/21.53	c cleaning 10001 clauses out of 20013 with flag 205003/205003
22.68/22.60	c cleaning 10000 clauses out of 20009 with flag 215000/215000
23.78/23.66	c cleaning 10001 clauses out of 20010 with flag 225001/225001
24.88/24.70	c cleaning 10000 clauses out of 20009 with flag 235001/235001
25.88/25.77	c cleaning 10001 clauses out of 20010 with flag 245002/245002
26.88/26.79	c cleaning 9999 clauses out of 20008 with flag 255001/255001
27.98/27.82	c cleaning 9999 clauses out of 20008 with flag 265000/265000
28.98/28.89	c cleaning 9998 clauses out of 20009 with flag 275000/275000
30.08/29.92	c cleaning 9999 clauses out of 20012 with flag 285001/285001
31.18/31.01	c cleaning 10003 clauses out of 20012 with flag 295000/295000
32.18/32.09	c cleaning 10000 clauses out of 20010 with flag 305001/305001
33.28/33.13	c cleaning 9999 clauses out of 20009 with flag 315000/315000
34.29/34.13	c cleaning 10001 clauses out of 20012 with flag 325002/325002
35.29/35.19	c cleaning 10000 clauses out of 20010 with flag 335001/335001
36.39/36.26	c cleaning 10002 clauses out of 20011 with flag 345002/345002
37.39/37.29	c cleaning 9998 clauses out of 20008 with flag 355001/355001
38.49/38.34	c cleaning 10000 clauses out of 20009 with flag 365000/365000
39.59/39.40	c cleaning 10002 clauses out of 20010 with flag 375001/375001
40.58/40.41	c cleaning 9999 clauses out of 20007 with flag 385000/385000
41.58/41.43	c cleaning 9999 clauses out of 20009 with flag 395001/395001
42.59/42.45	c cleaning 10001 clauses out of 20010 with flag 405001/405001
43.59/43.47	c cleaning 10001 clauses out of 20009 with flag 415001/415001
44.59/44.49	c cleaning 9999 clauses out of 20007 with flag 425000/425000
45.59/45.47	c cleaning 9999 clauses out of 20009 with flag 435001/435001
46.59/46.49	c cleaning 9996 clauses out of 20009 with flag 445000/445000
47.69/47.54	c cleaning 10000 clauses out of 20013 with flag 455000/455000
48.69/48.57	c cleaning 10001 clauses out of 20013 with flag 465000/465000
49.79/49.60	c cleaning 10001 clauses out of 20012 with flag 475000/475000
50.80/50.63	c cleaning 10003 clauses out of 20012 with flag 485001/485001
51.79/51.65	c cleaning 9999 clauses out of 20008 with flag 495000/495000
52.89/52.71	c cleaning 10000 clauses out of 20009 with flag 505000/505000
53.89/53.70	c cleaning 10000 clauses out of 20010 with flag 515001/515001
54.89/54.77	c cleaning 10000 clauses out of 20011 with flag 525002/525002
55.99/55.80	c cleaning 9999 clauses out of 20010 with flag 535001/535001
56.99/56.82	c cleaning 9999 clauses out of 20010 with flag 545000/545000
57.99/57.88	c cleaning 9996 clauses out of 20011 with flag 555000/555000
59.09/58.92	c cleaning 10004 clauses out of 20016 with flag 565001/565001
60.09/59.95	c cleaning 10001 clauses out of 20011 with flag 575000/575000
61.09/60.94	c cleaning 9998 clauses out of 20010 with flag 585000/585000
62.09/61.96	c cleaning 10000 clauses out of 20012 with flag 595000/595000
63.19/63.01	c cleaning 10003 clauses out of 20012 with flag 605000/605000
64.19/64.05	c cleaning 10002 clauses out of 20010 with flag 615001/615001
65.29/65.12	c cleaning 9997 clauses out of 20007 with flag 625000/625000
66.29/66.17	c cleaning 9996 clauses out of 20010 with flag 635000/635000
67.39/67.20	c cleaning 10001 clauses out of 20015 with flag 645001/645001
68.40/68.21	c cleaning 10002 clauses out of 20017 with flag 655004/655004
69.29/69.18	c cleaning 9999 clauses out of 20011 with flag 665000/665000
70.29/70.18	c cleaning 10001 clauses out of 20012 with flag 675000/675000
71.39/71.22	c cleaning 10001 clauses out of 20012 with flag 685001/685001
72.39/72.28	c cleaning 9999 clauses out of 20010 with flag 695000/695000
73.49/73.32	c cleaning 9999 clauses out of 20012 with flag 705001/705001
74.49/74.36	c cleaning 10002 clauses out of 20012 with flag 715000/715000
75.49/75.39	c cleaning 10001 clauses out of 20011 with flag 725001/725001
76.51/76.37	c cleaning 9998 clauses out of 20009 with flag 735000/735000
77.51/77.33	c cleaning 10002 clauses out of 20011 with flag 745000/745000
78.61/78.40	c cleaning 9999 clauses out of 20009 with flag 755000/755000
79.61/79.44	c cleaning 9999 clauses out of 20010 with flag 765000/765000
80.61/80.48	c cleaning 10000 clauses out of 20011 with flag 775000/775000
81.71/81.50	c cleaning 10000 clauses out of 20011 with flag 785000/785000
82.71/82.51	c cleaning 10000 clauses out of 20012 with flag 795001/795001
83.71/83.51	c cleaning 10002 clauses out of 20012 with flag 805001/805001
84.71/84.52	c cleaning 9996 clauses out of 20010 with flag 815001/815001
85.71/85.52	c cleaning 9999 clauses out of 20014 with flag 825001/825001
86.71/86.55	c cleaning 10006 clauses out of 20015 with flag 835001/835001
87.71/87.53	c cleaning 10000 clauses out of 20009 with flag 845001/845001
88.71/88.54	c cleaning 9997 clauses out of 20009 with flag 855001/855001
89.71/89.53	c cleaning 9997 clauses out of 20011 with flag 865000/865000
90.71/90.50	c cleaning 10000 clauses out of 20014 with flag 875000/875000
91.71/91.51	c cleaning 10005 clauses out of 20015 with flag 885001/885001
92.71/92.52	c cleaning 9999 clauses out of 20010 with flag 895001/895001
93.71/93.54	c cleaning 10000 clauses out of 20010 with flag 905000/905000
94.71/94.55	c cleaning 10000 clauses out of 20010 with flag 915000/915000
95.70/95.58	c cleaning 10001 clauses out of 20011 with flag 925001/925001
96.71/96.59	c cleaning 9998 clauses out of 20009 with flag 935000/935000
97.81/97.60	c cleaning 9999 clauses out of 20012 with flag 945001/945001
98.80/98.63	c cleaning 9999 clauses out of 20012 with flag 955000/955000
99.80/99.66	c cleaning 10001 clauses out of 20013 with flag 965000/965000
100.80/100.67	c cleaning 10001 clauses out of 20012 with flag 975000/975000
101.80/101.68	c cleaning 10002 clauses out of 20011 with flag 985000/985000
102.80/102.65	c cleaning 9999 clauses out of 20009 with flag 995000/995000
103.80/103.61	c cleaning 9999 clauses out of 20010 with flag 1005000/1005000
104.80/104.65	c cleaning 9999 clauses out of 20012 with flag 1015001/1015001
105.81/105.65	c cleaning 10001 clauses out of 20012 with flag 1025000/1025000
106.81/106.67	c cleaning 10000 clauses out of 20011 with flag 1035000/1035000
107.80/107.70	c cleaning 10000 clauses out of 20013 with flag 1045002/1045002
108.90/108.70	c cleaning 9999 clauses out of 20011 with flag 1055000/1055000
109.80/109.69	c cleaning 9994 clauses out of 20012 with flag 1065000/1065000
110.90/110.72	c cleaning 10001 clauses out of 20019 with flag 1075001/1075001
111.90/111.70	c cleaning 10002 clauses out of 20017 with flag 1085000/1085000
112.80/112.68	c cleaning 9999 clauses out of 20015 with flag 1095000/1095000
113.80/113.65	c cleaning 10004 clauses out of 20017 with flag 1105001/1105001
114.80/114.65	c cleaning 10003 clauses out of 20012 with flag 1115000/1115000
115.80/115.70	c cleaning 10002 clauses out of 20011 with flag 1125002/1125002
116.90/116.71	c cleaning 9998 clauses out of 20008 with flag 1135001/1135001
117.91/117.74	c cleaning 10001 clauses out of 20010 with flag 1145001/1145001
118.91/118.74	c cleaning 9995 clauses out of 20008 with flag 1155000/1155000
119.90/119.74	c cleaning 10001 clauses out of 20013 with flag 1165000/1165000
120.90/120.74	c cleaning 9999 clauses out of 20012 with flag 1175000/1175000
121.90/121.72	c cleaning 10001 clauses out of 20014 with flag 1185001/1185001
122.80/122.70	c cleaning 10001 clauses out of 20012 with flag 1195000/1195000
123.90/123.72	c cleaning 9998 clauses out of 20012 with flag 1205001/1205001
124.90/124.72	c cleaning 9999 clauses out of 20013 with flag 1215000/1215000
125.90/125.71	c cleaning 10002 clauses out of 20015 with flag 1225001/1225001
126.90/126.73	c cleaning 10001 clauses out of 20012 with flag 1235000/1235000
127.90/127.76	c cleaning 10000 clauses out of 20011 with flag 1245000/1245000
128.92/128.76	c cleaning 10001 clauses out of 20013 with flag 1255002/1255002
129.92/129.79	c cleaning 10001 clauses out of 20012 with flag 1265002/1265002
130.71/130.54	c starts		: 1315
130.71/130.54	c conflicts		: 1273277
130.71/130.54	c decisions		: 1379948
130.71/130.54	c propagations		: 10578974
130.71/130.54	c inspects		: 2354071183
130.71/130.54	c shortcuts		: 0
130.71/130.54	c learnt literals	: 0
130.71/130.54	c learnt binary clauses	: 0
130.71/130.54	c learnt ternary clauses	: 0
130.71/130.54	c learnt constraints	: 1273277
130.71/130.54	c ignored constraints	: 0
130.71/130.54	c root simplifications	: 1315
130.71/130.54	c removed literals (reason simplification)	: 3657593
130.71/130.54	c reason swapping (by a shorter reason)	: 0
130.71/130.54	c Calls to reduceDB	: 128
130.71/130.54	c speed (assignments/second)	: 81131.45644321397
130.71/130.54	c non guided choices	27
130.71/130.56	c learnt constraints type 
130.71/130.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18286
130.71/130.56	c constraints type 
130.71/130.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4450
130.71/130.56	s SATISFIABLE
130.71/130.56	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 0
130.71/130.56	c Total wall clock time (in seconds) : 130.445

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.01 3/203 23339
/proc/meminfo: memFree=16710632/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=11760 CPUtime=0 cores=1,3
/proc/23339/stat : 23339 (runsolver) R 23337 23339 22624 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 371743279 12042240 48 33554432000 4194304 5392636 140737369911744 18446744073709551615 4838247 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/23339/statm: 2940 48 30 293 0 2644 0

[startup+0.0153141 s]
/proc/loadavg: 4.00 4.02 4.01 3/203 23339
/proc/meminfo: memFree=16710632/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=35788 CPUtime=0 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 1326 0 0 0 0 0 0 0 23 0 2 0 371743279 36646912 1025 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 8947 1025 789 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.103361 s]
/proc/loadavg: 4.00 4.02 4.01 3/203 23339
/proc/meminfo: memFree=16710632/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7570904 CPUtime=0.1 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 10339 0 1 0 9 1 0 0 23 0 18 0 371743279 7752605696 10033 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1892726 10033 2094 9 0 1883464 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7570904

[startup+0.300261 s]
/proc/loadavg: 4.00 4.02 4.01 3/203 23339
/proc/meminfo: memFree=16710632/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7643120 CPUtime=0.45 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 14355 0 1 0 43 2 0 0 23 0 19 0 371743279 7826554880 13085 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910780 13085 2210 9 0 1901518 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7643120

[startup+0.70019 s]
/proc/loadavg: 4.00 4.02 4.01 3/203 23339
/proc/meminfo: memFree=16710632/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7643120 CPUtime=0.87 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 15325 0 1 0 85 2 0 0 23 0 19 0 371743279 7826554880 14054 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910780 14054 2242 9 0 1901518 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 7643120

[startup+1.50104 s]
/proc/loadavg: 4.00 4.02 4.01 7/262 23448
/proc/meminfo: memFree=16565680/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7643120 CPUtime=1.67 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 15705 0 1 0 165 2 0 0 23 0 19 0 371743279 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910780 14433 2244 9 0 1901518 0
[pid=23339/tid=23341] ppid=23337 vsize=7643120 CPUtime=1.25 cores=1,3
/proc/23339/task/23341/stat : 23341 (java) R 23337 23339 22624 0 -1 4202560 9112 0 1 0 124 1 0 0 25 0 19 0 371743281 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 46912505595028 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23339/tid=23342] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7643120 CPUtime=0.02 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 470 0 0 0 2 0 0 0 15 0 19 0 371743283 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7643120 CPUtime=0.21 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 21 0 0 0 15 0 19 0 371743286 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7643120 CPUtime=0.15 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2889 0 0 0 15 0 0 0 20 0 19 0 371743286 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743286 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7826554880 14433 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 7643120

[startup+3.10076 s]
/proc/loadavg: 4.00 4.02 4.01 5/262 23448
/proc/meminfo: memFree=16537408/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7643120 CPUtime=3.27 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 15935 0 1 0 325 2 0 0 23 0 19 0 371743279 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910780 14661 2244 9 0 1901518 0
[pid=23339/tid=23341] ppid=23337 vsize=7643120 CPUtime=2.79 cores=1,3
/proc/23339/task/23341/stat : 23341 (java) R 23337 23339 22624 0 -1 4202560 9114 0 1 0 278 1 0 0 25 0 19 0 371743281 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 46912505594693 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23339/tid=23342] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 412 0 0 0 0 0 0 0 16 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 371743282 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7643120 CPUtime=0.04 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 594 0 0 0 4 0 0 0 15 0 19 0 371743283 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7643120 CPUtime=0.22 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 22 0 0 0 15 0 19 0 371743286 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7643120 CPUtime=0.18 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2894 0 0 0 18 0 0 0 15 0 19 0 371743286 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743286 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7643120 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7826554880 14661 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 7643120

[startup+6.3012 s]
/proc/loadavg: 4.00 4.02 4.01 5/262 23448
/proc/meminfo: memFree=16533520/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7642188 CPUtime=6.47 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 16233 0 1 0 645 2 0 0 23 0 19 0 371743279 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910547 14620 2244 9 0 1901285 0
[pid=23339/tid=23341] ppid=23337 vsize=7642188 CPUtime=5.95 cores=1,3
/proc/23339/task/23341/stat : 23341 (java) R 23337 23339 22624 0 -1 4202560 9118 0 1 0 594 1 0 0 25 0 19 0 371743281 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 46912505594820 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23339/tid=23342] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 412 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7642188 CPUtime=0.08 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 872 0 0 0 8 0 0 0 16 0 19 0 371743283 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7642188 CPUtime=0.22 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 22 0 0 0 15 0 19 0 371743286 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7642188 CPUtime=0.18 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2894 0 0 0 18 0 0 0 15 0 19 0 371743286 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371743286 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7825600512 14620 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 7642188

[startup+12.7011 s]

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

/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 413 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 121 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7642188 CPUtime=1.59 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 880 0 0 0 159 0 0 0 16 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7642188 CPUtime=0.22 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 22 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7642188 CPUtime=0.2 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2918 0 0 0 20 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 128.11
Current children cumulated vsize (KiB) 7642188

[startup+129.501 s]
/proc/loadavg: 4.05 4.03 4.00 5/262 23499
/proc/meminfo: memFree=16534692/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7642188 CPUtime=129.71 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 16421 0 1 0 12967 4 0 0 23 0 19 0 371743279 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910547 14670 2245 9 0 1901285 0
[pid=23339/tid=23341] ppid=23337 vsize=7642188 CPUtime=127.46 cores=1,3
/proc/23339/task/23341/stat : 23341 (java) R 23337 23339 22624 0 -1 4202560 9237 0 1 0 12745 1 0 0 25 0 19 0 371743281 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 46912505575201 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23339/tid=23342] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 413 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 125 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 121 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7642188 CPUtime=1.6 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 880 0 0 0 160 0 0 0 16 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7642188 CPUtime=0.22 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 22 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7642188 CPUtime=0.2 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2918 0 0 0 20 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 129.71
Current children cumulated vsize (KiB) 7642188

[startup+130.301 s]
/proc/loadavg: 4.05 4.03 4.00 5/262 23499
/proc/meminfo: memFree=16534692/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7642188 CPUtime=130.51 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 16422 0 1 0 13047 4 0 0 23 0 19 0 371743279 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910547 14670 2245 9 0 1901285 0
[pid=23339/tid=23341] ppid=23337 vsize=7642188 CPUtime=128.25 cores=1,3
/proc/23339/task/23341/stat : 23341 (java) R 23337 23339 22624 0 -1 4202560 9238 0 1 0 12824 1 0 0 25 0 19 0 371743281 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 46912505536515 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23339/tid=23342] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 413 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 121 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7642188 CPUtime=1.62 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 880 0 0 0 162 0 0 0 16 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7642188 CPUtime=0.22 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 22 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7642188 CPUtime=0.2 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2918 0 0 0 20 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 130.51
Current children cumulated vsize (KiB) 7642188

[startup+130.501 s]
/proc/loadavg: 4.05 4.03 4.00 5/262 23499
/proc/meminfo: memFree=16534692/32950928 swapFree=67111528/67111528
[pid=23339] ppid=23337 vsize=7642188 CPUtime=130.71 cores=1,3
/proc/23339/stat : 23339 (java) S 23337 23339 22624 0 -1 4202496 16422 0 1 0 13067 4 0 0 23 0 19 0 371743279 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23339/statm: 1910547 14670 2245 9 0 1901285 0
[pid=23339/tid=23341] ppid=23337 vsize=7642188 CPUtime=128.45 cores=1,3
/proc/23339/task/23341/stat : 23341 (java) R 23337 23339 22624 0 -1 4202560 9238 0 1 0 12844 1 0 0 25 0 19 0 371743281 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 46912505536528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23339/tid=23342] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23342/stat : 23342 (java) S 23337 23339 22624 0 -1 4202560 413 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23343] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23343/stat : 23343 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23344] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23344/stat : 23344 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23345] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23345/stat : 23345 (java) S 23337 23339 22624 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23346] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23346/stat : 23346 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23347] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23347/stat : 23347 (java) S 23337 23339 22624 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23348] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23348/stat : 23348 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23349] ppid=23337 vsize=7642188 CPUtime=0.02 cores=1,3
/proc/23339/task/23349/stat : 23349 (java) S 23337 23339 22624 0 -1 4202560 121 0 0 0 2 0 0 0 16 0 19 0 371743282 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23350] ppid=23337 vsize=7642188 CPUtime=1.62 cores=1,3
/proc/23339/task/23350/stat : 23350 (java) S 23337 23339 22624 0 -1 4202560 880 0 0 0 162 0 0 0 16 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 0 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23351] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23351/stat : 23351 (java) S 23337 23339 22624 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23352] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23352/stat : 23352 (java) S 23337 23339 22624 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371743283 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23353] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23353/stat : 23353 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485791153 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23354] ppid=23337 vsize=7642188 CPUtime=0.22 cores=1,3
/proc/23339/task/23354/stat : 23354 (java) S 23337 23339 22624 0 -1 4202560 1526 0 0 0 22 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23355] ppid=23337 vsize=7642188 CPUtime=0.2 cores=1,3
/proc/23339/task/23355/stat : 23355 (java) S 23337 23339 22624 0 -1 4202560 2918 0 0 0 20 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
[pid=23339/tid=23356] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23356/stat : 23356 (java) S 23337 23339 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485783449 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23357] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23357/stat : 23357 (java) S 23337 23339 22624 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 371743286 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 3 0 0 0
[pid=23339/tid=23364] ppid=23337 vsize=7642188 CPUtime=0 cores=1,3
/proc/23339/task/23364/stat : 23364 (java) S 23337 23339 22624 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371743295 7825600512 14670 33554432000 1073741824 1073778376 140736575112864 18446744073709551615 274485784064 0 4 0 16800975 18446604471104319808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 130.71
Current children cumulated vsize (KiB) 7642188

Child status: 10
Real time (s): 130.581
CPU time (s): 130.782
CPU user time (s): 130.739
CPU system time (s): 0.042993
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 7643120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.739
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16453
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= 6125
involuntary context switches= 4266

runsolver used 0.216967 second user time and 0.507922 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-12 11:43:56
IDJOB=3190550
IDBENCH=82881
IDSOLVER=1611
FILE ID=node125/3190550-1302601436
RUNJOBID= node125-1302597529-22644
PBS_JOBID= 12958103
Free space on /tmp= 71872 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1786071619-083.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-3190550-1302601436/watcher-3190550-1302601436 -o /tmp/evaluation-result-3190550-1302601436/solver-3190550-1302601436 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190550-1302601436.cnf

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

MD5SUM BENCH= 4c9b0d97324ee5d84961ef01705e1399
RANDOM SEED=1134990082

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16710648 kB
Buffers:        673708 kB
Cached:       15031348 kB
SwapCached:          0 kB
Active:        4857152 kB
Inactive:     10984148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16710648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:      136040 kB
Mapped:          23240 kB
Slab:           334900 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7553568 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= 71872 MiB
End job on node125 at 2011-04-12 11:46:07