Trace number 3190668

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 136.508 136

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S445191369-092.SATISFIABLE.cnf
MD5SUMf7876d33ac32441ad4029f31e91e25a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.09	c no version file found!!!
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		6997539544
0.04/0.09	c Max memory 		7034241024
0.04/0.09	c Total memory 		7034241024
0.04/0.09	c Number of processors 	8
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@8b2fd8f
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483647s
0.04/0.10	c DB Simplification allowed=true
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3190668-1302602836.cnf
0.04/0.10	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.027s.
0.10/0.12	c #vars     75
0.10/0.12	c #constraints  1597
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1597
0.74/0.53	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.22/0.88	c cleaning 4253 clauses out of 8505 with flag 11001/11001
1.73/1.37	c cleaning 5625 clauses out of 11254 with flag 18003/18003
2.44/2.03	c cleaning 6811 clauses out of 13628 with flag 26002/26002
3.25/2.82	c cleaning 7905 clauses out of 15815 with flag 35000/35000
4.16/3.77	c cleaning 8953 clauses out of 17910 with flag 45000/45000
5.16/4.78	c cleaning 9475 clauses out of 18957 with flag 55000/55000
6.26/5.80	c cleaning 9738 clauses out of 19482 with flag 65000/65000
7.26/6.83	c cleaning 9866 clauses out of 19744 with flag 75000/75000
8.27/7.87	c cleaning 9935 clauses out of 19879 with flag 85001/85001
9.27/8.88	c cleaning 9970 clauses out of 19943 with flag 95000/95000
10.27/9.88	c cleaning 9983 clauses out of 19975 with flag 105002/105002
11.27/10.87	c cleaning 9991 clauses out of 19990 with flag 115000/115000
12.37/11.91	c cleaning 9997 clauses out of 20000 with flag 125001/125001
13.37/12.93	c cleaning 9994 clauses out of 20004 with flag 135002/135002
14.47/14.00	c cleaning 10000 clauses out of 20009 with flag 145001/145001
15.47/15.05	c cleaning 9999 clauses out of 20008 with flag 155000/155000
16.47/16.08	c cleaning 10002 clauses out of 20011 with flag 165002/165002
17.47/17.09	c cleaning 10001 clauses out of 20011 with flag 175004/175004
18.47/18.07	c cleaning 9997 clauses out of 20006 with flag 185000/185000
19.57/19.11	c cleaning 10003 clauses out of 20009 with flag 195000/195000
20.47/20.08	c cleaning 9998 clauses out of 20007 with flag 205001/205001
21.57/21.14	c cleaning 10002 clauses out of 20009 with flag 215001/215001
22.56/22.19	c cleaning 9997 clauses out of 20007 with flag 225001/225001
23.57/23.15	c cleaning 9998 clauses out of 20009 with flag 235000/235000
24.57/24.19	c cleaning 10003 clauses out of 20012 with flag 245001/245001
25.57/25.13	c cleaning 9998 clauses out of 20009 with flag 255001/255001
26.57/26.12	c cleaning 9998 clauses out of 20010 with flag 265000/265000
27.57/27.15	c cleaning 9999 clauses out of 20012 with flag 275000/275000
28.57/28.15	c cleaning 9998 clauses out of 20013 with flag 285000/285000
29.57/29.10	c cleaning 10008 clauses out of 20017 with flag 295002/295002
30.57/30.10	c cleaning 10001 clauses out of 20009 with flag 305002/305002
31.47/31.06	c cleaning 9996 clauses out of 20006 with flag 315000/315000
32.47/32.05	c cleaning 9999 clauses out of 20010 with flag 325000/325000
33.47/33.06	c cleaning 9999 clauses out of 20011 with flag 335000/335000
34.47/34.05	c cleaning 10002 clauses out of 20012 with flag 345000/345000
35.47/35.01	c cleaning 9996 clauses out of 20010 with flag 355000/355000
36.37/36.00	c cleaning 10001 clauses out of 20014 with flag 365000/365000
37.37/36.93	c cleaning 9999 clauses out of 20013 with flag 375000/375000
38.27/37.89	c cleaning 10003 clauses out of 20014 with flag 385000/385000
39.27/38.85	c cleaning 10001 clauses out of 20013 with flag 395002/395002
40.27/39.85	c cleaning 9998 clauses out of 20010 with flag 405000/405000
41.27/40.84	c cleaning 10005 clauses out of 20012 with flag 415000/415000
42.18/41.79	c cleaning 10000 clauses out of 20007 with flag 425000/425000
43.17/42.71	c cleaning 9997 clauses out of 20007 with flag 435000/435000
44.07/43.66	c cleaning 10002 clauses out of 20011 with flag 445001/445001
45.07/44.65	c cleaning 9999 clauses out of 20008 with flag 455000/455000
46.07/45.61	c cleaning 10000 clauses out of 20010 with flag 465001/465001
46.97/46.56	c cleaning 10001 clauses out of 20010 with flag 475001/475001
47.97/47.56	c cleaning 9995 clauses out of 20009 with flag 485001/485001
48.97/48.50	c cleaning 10001 clauses out of 20013 with flag 495000/495000
49.87/49.47	c cleaning 9997 clauses out of 20012 with flag 505000/505000
50.87/50.44	c cleaning 10002 clauses out of 20015 with flag 515000/515000
51.77/51.39	c cleaning 10001 clauses out of 20013 with flag 525000/525000
52.77/52.34	c cleaning 9999 clauses out of 20012 with flag 535000/535000
53.67/53.29	c cleaning 9996 clauses out of 20013 with flag 545000/545000
54.77/54.32	c cleaning 10002 clauses out of 20019 with flag 555002/555002
55.77/55.30	c cleaning 10003 clauses out of 20016 with flag 565001/565001
56.67/56.30	c cleaning 9999 clauses out of 20014 with flag 575002/575002
57.68/57.25	c cleaning 10001 clauses out of 20014 with flag 585001/585001
58.68/58.21	c cleaning 10002 clauses out of 20012 with flag 595000/595000
59.57/59.13	c cleaning 9998 clauses out of 20010 with flag 605000/605000
60.57/60.17	c cleaning 10002 clauses out of 20013 with flag 615001/615001
61.57/61.15	c cleaning 10001 clauses out of 20011 with flag 625001/625001
62.47/62.06	c cleaning 10000 clauses out of 20010 with flag 635001/635001
63.47/63.00	c cleaning 9997 clauses out of 20010 with flag 645001/645001
64.37/63.94	c cleaning 9999 clauses out of 20012 with flag 655000/655000
65.28/64.89	c cleaning 10000 clauses out of 20013 with flag 665000/665000
66.27/65.81	c cleaning 10004 clauses out of 20013 with flag 675000/675000
67.27/66.85	c cleaning 9998 clauses out of 20009 with flag 685000/685000
68.27/67.84	c cleaning 9997 clauses out of 20011 with flag 695000/695000
69.27/68.80	c cleaning 10005 clauses out of 20015 with flag 705001/705001
70.17/69.77	c cleaning 10000 clauses out of 20011 with flag 715002/715002
71.17/70.76	c cleaning 9999 clauses out of 20009 with flag 725000/725000
72.09/71.68	c cleaning 10000 clauses out of 20011 with flag 735001/735001
73.10/72.64	c cleaning 9995 clauses out of 20011 with flag 745001/745001
74.10/73.68	c cleaning 10005 clauses out of 20016 with flag 755001/755001
75.09/74.66	c cleaning 10001 clauses out of 20011 with flag 765001/765001
76.09/75.62	c cleaning 9994 clauses out of 20009 with flag 775000/775000
76.99/76.58	c cleaning 10001 clauses out of 20015 with flag 785000/785000
77.99/77.54	c cleaning 10002 clauses out of 20016 with flag 795002/795002
78.89/78.48	c cleaning 9996 clauses out of 20012 with flag 805000/805000
79.89/79.44	c cleaning 10004 clauses out of 20017 with flag 815001/815001
80.80/80.38	c cleaning 10001 clauses out of 20014 with flag 825002/825002
81.80/81.39	c cleaning 10000 clauses out of 20011 with flag 835000/835000
82.79/82.35	c cleaning 9998 clauses out of 20011 with flag 845000/845000
83.79/83.32	c cleaning 10002 clauses out of 20013 with flag 855000/855000
84.70/84.28	c cleaning 10000 clauses out of 20013 with flag 865002/865002
85.69/85.24	c cleaning 10001 clauses out of 20012 with flag 875001/875001
86.59/86.19	c cleaning 10002 clauses out of 20011 with flag 885001/885001
87.59/87.17	c cleaning 9995 clauses out of 20008 with flag 895000/895000
88.59/88.15	c cleaning 10001 clauses out of 20013 with flag 905000/905000
89.60/89.13	c cleaning 10001 clauses out of 20012 with flag 915000/915000
90.60/90.15	c cleaning 10001 clauses out of 20011 with flag 925000/925000
91.59/91.10	c cleaning 9996 clauses out of 20010 with flag 935000/935000
92.49/92.06	c cleaning 9999 clauses out of 20014 with flag 945000/945000
93.49/93.02	c cleaning 10002 clauses out of 20016 with flag 955001/955001
94.39/93.99	c cleaning 10002 clauses out of 20013 with flag 965000/965000
95.39/94.93	c cleaning 9995 clauses out of 20011 with flag 975000/975000
96.29/95.85	c cleaning 10004 clauses out of 20016 with flag 985000/985000
97.20/96.75	c cleaning 9995 clauses out of 20013 with flag 995001/995001
98.09/97.69	c cleaning 9998 clauses out of 20018 with flag 1005001/1005001
99.09/98.66	c cleaning 10007 clauses out of 20020 with flag 1015001/1015001
100.09/99.65	c cleaning 10002 clauses out of 20012 with flag 1025000/1025000
101.09/100.62	c cleaning 10001 clauses out of 20012 with flag 1035002/1035002
101.99/101.58	c cleaning 9995 clauses out of 20010 with flag 1045001/1045001
102.99/102.53	c cleaning 10002 clauses out of 20014 with flag 1055000/1055000
103.90/103.45	c cleaning 10002 clauses out of 20015 with flag 1065003/1065003
104.79/104.37	c cleaning 10001 clauses out of 20013 with flag 1075003/1075003
105.79/105.32	c cleaning 9997 clauses out of 20011 with flag 1085002/1085002
106.69/106.26	c cleaning 10000 clauses out of 20013 with flag 1095001/1095001
107.69/107.21	c cleaning 10005 clauses out of 20015 with flag 1105003/1105003
108.59/108.16	c cleaning 10001 clauses out of 20007 with flag 1115000/1115000
109.59/109.14	c cleaning 9993 clauses out of 20006 with flag 1125000/1125000
110.59/110.10	c cleaning 10003 clauses out of 20013 with flag 1135000/1135000
111.50/111.05	c cleaning 9998 clauses out of 20010 with flag 1145000/1145000
112.49/112.04	c cleaning 10003 clauses out of 20013 with flag 1155001/1155001
113.49/113.05	c cleaning 9998 clauses out of 20011 with flag 1165002/1165002
114.39/113.97	c cleaning 10001 clauses out of 20012 with flag 1175001/1175001
115.39/114.91	c cleaning 9997 clauses out of 20010 with flag 1185000/1185000
116.29/115.85	c cleaning 10002 clauses out of 20014 with flag 1195001/1195001
117.29/116.80	c cleaning 10000 clauses out of 20012 with flag 1205001/1205001
118.20/117.74	c cleaning 9998 clauses out of 20012 with flag 1215001/1215001
119.09/118.64	c cleaning 10001 clauses out of 20014 with flag 1225001/1225001
119.99/119.59	c cleaning 10000 clauses out of 20013 with flag 1235001/1235001
121.00/120.57	c cleaning 10001 clauses out of 20013 with flag 1245001/1245001
121.90/121.48	c cleaning 10003 clauses out of 20014 with flag 1255003/1255003
122.90/122.45	c cleaning 9999 clauses out of 20009 with flag 1265001/1265001
123.80/123.38	c cleaning 10000 clauses out of 20012 with flag 1275003/1275003
124.81/124.30	c cleaning 10003 clauses out of 20010 with flag 1285001/1285001
125.70/125.28	c cleaning 9999 clauses out of 20006 with flag 1295000/1295000
126.70/126.27	c cleaning 9994 clauses out of 20007 with flag 1305000/1305000
127.70/127.21	c cleaning 10003 clauses out of 20016 with flag 1315003/1315003
128.60/128.12	c cleaning 10001 clauses out of 20011 with flag 1325001/1325001
129.50/129.04	c cleaning 10001 clauses out of 20010 with flag 1335001/1335001
130.40/129.96	c cleaning 9999 clauses out of 20010 with flag 1345002/1345002
131.31/130.90	c cleaning 9998 clauses out of 20012 with flag 1355003/1355003
132.41/131.90	c cleaning 10005 clauses out of 20011 with flag 1365000/1365000
133.30/132.86	c cleaning 9998 clauses out of 20006 with flag 1375000/1375000
134.30/133.81	c cleaning 10002 clauses out of 20013 with flag 1385005/1385005
135.20/134.73	c cleaning 9999 clauses out of 20008 with flag 1395002/1395002
136.10/135.65	c cleaning 10000 clauses out of 20008 with flag 1405001/1405001
136.40/135.98	c starts		: 1368
136.40/135.98	c conflicts		: 1409191
136.40/135.98	c decisions		: 1557140
136.40/135.98	c propagations		: 18582166
136.40/135.98	c inspects		: 2358925547
136.40/135.98	c shortcuts		: 0
136.40/135.98	c learnt literals	: 0
136.40/135.98	c learnt binary clauses	: 0
136.40/135.98	c learnt ternary clauses	: 0
136.40/135.98	c learnt constraints	: 1409191
136.40/135.98	c ignored constraints	: 0
136.40/135.98	c root simplifications	: 1368
136.40/135.98	c removed literals (reason simplification)	: 4718837
136.40/135.98	c reason swapping (by a shorter reason)	: 0
136.40/135.98	c Calls to reduceDB	: 142
136.40/135.98	c speed (assignments/second)	: 136779.40451216372
136.40/135.98	c non guided choices	18
136.40/135.99	c learnt constraints type 
136.40/135.99	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14198
136.40/135.99	c constraints type 
136.40/135.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1597
136.40/135.99	s SATISFIABLE
136.40/135.99	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
136.40/135.99	c Total wall clock time (in seconds) : 135.883

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.00 6/199 23416
/proc/meminfo: memFree=12057972/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=9104 CPUtime=0 cores=0,2
/proc/23416/stat : 23416 (java) R 23414 23416 22441 0 -1 4202496 237 0 0 0 0 0 0 0 25 0 1 0 450514309 9322496 172 33554432000 1073741824 1073778376 140736844883072 18446744073709551615 260905393920 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23416/statm: 2275 171 130 9 0 67 0

[startup+0.057477 s]
/proc/loadavg: 4.00 4.02 4.00 6/199 23416
/proc/meminfo: memFree=12057972/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7565516 CPUtime=0.04 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 9054 0 1 0 4 0 0 0 25 0 14 0 450514309 7747088384 8748 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1891379 8748 1693 9 0 1882127 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7565516

[startup+0.105854 s]
/proc/loadavg: 4.00 4.02 4.00 6/199 23416
/proc/meminfo: memFree=12057972/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7636936 CPUtime=0.1 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 10469 0 1 0 9 1 0 0 25 0 18 0 450514309 7820222464 10163 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1909234 10163 2093 9 0 1899972 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636936

[startup+0.300769 s]
/proc/loadavg: 4.00 4.02 4.00 6/199 23416
/proc/meminfo: memFree=12057972/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=0.47 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 13105 0 1 0 46 1 0 0 25 0 19 0 450514309 7826997248 11917 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 11917 2197 9 0 1901626 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7643552

[startup+0.700702 s]
/proc/loadavg: 4.00 4.02 4.00 6/199 23416
/proc/meminfo: memFree=12057972/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=1.11 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 21627 0 1 0 109 2 0 0 25 0 19 0 450514309 7826997248 17657 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 17657 2233 9 0 1901626 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 7643552

[startup+1.50055 s]
/proc/loadavg: 4.00 4.02 4.00 6/262 23502
/proc/meminfo: memFree=11859264/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=1.94 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 22147 0 1 0 192 2 0 0 25 0 19 0 450514309 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 18175 2238 9 0 1901626 0
[pid=23416/tid=23421] ppid=23414 vsize=7643552 CPUtime=1.4 cores=0,2
/proc/23416/task/23421/stat : 23421 (java) R 23414 23416 22441 0 -1 4202560 8953 0 1 0 140 0 0 0 25 0 19 0 450514310 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 46912505543986 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 480 0 0 0 2 0 0 0 15 0 19 0 450514313 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.27 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8485 0 0 0 26 1 0 0 19 0 19 0 450514315 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 18175 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7643552

[startup+3.10125 s]
/proc/loadavg: 4.00 4.02 4.00 5/262 23502
/proc/meminfo: memFree=11852196/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=3.56 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 22324 0 1 0 353 3 0 0 25 0 19 0 450514309 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 18350 2239 9 0 1901626 0
[pid=23416/tid=23421] ppid=23414 vsize=7643552 CPUtime=2.98 cores=0,2
/proc/23416/task/23421/stat : 23421 (java) R 23414 23416 22441 0 -1 4202560 8954 0 1 0 297 1 0 0 25 0 19 0 450514310 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 46912505532864 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=0.04 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 574 0 0 0 4 0 0 0 16 0 19 0 450514313 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.29 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8491 0 0 0 28 1 0 0 15 0 19 0 450514315 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 18350 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 7643552

[startup+6.30067 s]
/proc/loadavg: 4.00 4.02 4.00 5/262 23502
/proc/meminfo: memFree=11850136/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=6.76 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 22506 0 1 0 673 3 0 0 25 0 19 0 450514309 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 17302 2239 9 0 1901626 0
[pid=23416/tid=23421] ppid=23414 vsize=7643552 CPUtime=6.14 cores=0,2
/proc/23416/task/23421/stat : 23421 (java) R 23414 23416 22441 0 -1 4202560 8958 0 1 0 613 1 0 0 25 0 19 0 450514310 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 46912505521366 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 450514312 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=0.08 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 744 0 0 0 8 0 0 0 16 0 19 0 450514313 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.29 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8491 0 0 0 28 1 0 0 15 0 19 0 450514315 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 17302 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 7643552

[startup+12.7015 s]

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

/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 21 0 0 0 2 0 0 0 16 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0.03 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=1.67 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 788 0 0 0 167 0 0 0 16 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.31 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8495 0 0 0 30 1 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 134.8
Current children cumulated vsize (KiB) 7643552

[startup+135.101 s]
/proc/loadavg: 4.00 4.00 4.00 5/262 23506
/proc/meminfo: memFree=11846212/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=135.6 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 22729 0 1 0 13556 4 0 0 25 0 19 0 450514309 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 17375 2240 9 0 1901626 0
[pid=23416/tid=23421] ppid=23414 vsize=7643552 CPUtime=133.17 cores=0,2
/proc/23416/task/23421/stat : 23421 (java) R 23414 23416 22441 0 -1 4202560 9091 0 1 0 13316 1 0 0 25 0 19 0 450514310 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 46912505521260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0.03 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=1.68 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 788 0 0 0 168 0 0 0 16 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.31 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8495 0 0 0 30 1 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 135.6
Current children cumulated vsize (KiB) 7643552

[startup+135.501 s]
/proc/loadavg: 4.00 4.00 4.00 6/262 23506
/proc/meminfo: memFree=11846212/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=136 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 22729 0 1 0 13596 4 0 0 25 0 19 0 450514309 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 17375 2240 9 0 1901626 0
[pid=23416/tid=23421] ppid=23414 vsize=7643552 CPUtime=133.57 cores=0,2
/proc/23416/task/23421/stat : 23421 (java) R 23414 23416 22441 0 -1 4202560 9091 0 1 0 13356 1 0 0 25 0 19 0 450514310 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 46912505547508 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0.03 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=1.68 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 788 0 0 0 168 0 0 0 16 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.31 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8495 0 0 0 30 1 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 136
Current children cumulated vsize (KiB) 7643552

[startup+135.901 s]
/proc/loadavg: 4.00 4.00 4.00 6/262 23506
/proc/meminfo: memFree=11846212/32950928 swapFree=67111528/67111528
[pid=23416] ppid=23414 vsize=7643552 CPUtime=136.4 cores=0,2
/proc/23416/stat : 23416 (java) S 23414 23416 22441 0 -1 4202496 22730 0 1 0 13636 4 0 0 25 0 19 0 450514309 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23416/statm: 1910888 17375 2240 9 0 1901626 0
[pid=23416/tid=23421] ppid=23414 vsize=7643552 CPUtime=133.96 cores=0,2
/proc/23416/task/23421/stat : 23421 (java) R 23414 23416 22441 0 -1 4202560 9092 0 1 0 13395 1 0 0 25 0 19 0 450514310 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 46912505521460 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 22441 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 22441 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 22441 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=7643552 CPUtime=0.01 cores=0,2
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 22441 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 22441 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=7643552 CPUtime=0.02 cores=0,2
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 22441 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=7643552 CPUtime=0.03 cores=0,2
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 22441 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 450514312 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23445] ppid=23414 vsize=7643552 CPUtime=1.7 cores=0,2
/proc/23416/task/23445/stat : 23445 (java) S 23414 23416 22441 0 -1 4202560 788 0 0 0 170 0 0 0 16 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 0 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23448] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23448/stat : 23448 (java) S 23414 23416 22441 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23449] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23449/stat : 23449 (java) S 23414 23416 22441 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 450514313 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23459] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23459/stat : 23459 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917217713 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23460] ppid=23414 vsize=7643552 CPUtime=0.31 cores=0,2
/proc/23416/task/23460/stat : 23460 (java) S 23414 23416 22441 0 -1 4202560 8495 0 0 0 30 1 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23461] ppid=23414 vsize=7643552 CPUtime=0.21 cores=0,2
/proc/23416/task/23461/stat : 23461 (java) S 23414 23416 22441 0 -1 4202560 2575 0 0 0 21 0 0 0 16 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 0 0 0 0
[pid=23416/tid=23462] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23462/stat : 23462 (java) S 23414 23416 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210009 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23463] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23463/stat : 23463 (java) S 23414 23416 22441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450514315 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
[pid=23416/tid=23473] ppid=23414 vsize=7643552 CPUtime=0 cores=0,2
/proc/23416/task/23473/stat : 23473 (java) S 23414 23416 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450514322 7826997248 17375 33554432000 1073741824 1073778376 140733272407840 18446744073709551615 260917210624 0 4 0 16800975 18446604453876007872 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 136.4
Current children cumulated vsize (KiB) 7643552

Child status: 10
Real time (s): 136
CPU time (s): 136.508
CPU user time (s): 136.462
CPU system time (s): 0.045993
CPU usage (%): 100.374
Max. virtual memory (cumulated for all children) (KiB): 7643552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.462
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22750
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= 6516
involuntary context switches= 3323

runsolver used 0.218966 second user time and 0.533918 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-12 12:07:16
IDJOB=3190668
IDBENCH=82999
IDSOLVER=1611
FILE ID=node116/3190668-1302602836
RUNJOBID= node116-1302597627-22459
PBS_JOBID= 12958106
Free space on /tmp= 71448 MiB

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

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

MD5SUM BENCH= f7876d33ac32441ad4029f31e91e25a6
RANDOM SEED=247401275

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.77
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.826
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.826
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.826
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:      12057996 kB
Buffers:        736940 kB
Cached:       19586104 kB
SwapCached:          0 kB
Active:        7726580 kB
Inactive:     12699080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12057996 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:      102076 kB
Mapped:          23052 kB
Slab:           403292 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7469568 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= 71448 MiB
End job on node116 at 2011-04-12 12:09:32