Trace number 3190500

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 115.458 114.223

General information on the benchmark

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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.11	c no version file found!!!
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.18-164.el5
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		6997539544
0.06/0.11	c Max memory 		7034241024
0.06/0.11	c Total memory 		7034241024
0.06/0.11	c Number of processors 	8
0.06/0.11	c --- Begin Solver configuration ---
0.06/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.06/0.11	c Learn all clauses as in MiniSAT
0.06/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.11	c Expensive reason simplification
0.06/0.11	c Armin Biere (Picosat) restarts strategy
0.06/0.11	c Glucose learned constraints deletion strategy
0.06/0.11	c timeout=2147483647s
0.06/0.11	c DB Simplification allowed=true
0.06/0.11	c --- End Solver configuration ---
0.06/0.11	c solving HOME/instance-3190500-1302600726.cnf
0.06/0.11	c reading problem ... 
0.06/0.11	c ... done. Wall clock time 0.019s.
0.06/0.11	c #vars     300
0.06/0.11	c #constraints  1278
0.06/0.11	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
0.69/0.59	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.45/1.05	c cleaning 4249 clauses out of 8500 with flag 11000/11000
2.04/1.63	c cleaning 5625 clauses out of 11252 with flag 18001/18001
2.74/2.32	c cleaning 6810 clauses out of 13628 with flag 26002/26002
3.56/3.12	c cleaning 7908 clauses out of 15817 with flag 35001/35001
4.56/4.16	c cleaning 8951 clauses out of 17909 with flag 45001/45001
5.66/5.28	c cleaning 9473 clauses out of 18957 with flag 55000/55000
6.86/6.42	c cleaning 9738 clauses out of 19484 with flag 65000/65000
7.96/7.53	c cleaning 9868 clauses out of 19746 with flag 75000/75000
9.06/8.65	c cleaning 9938 clauses out of 19878 with flag 85000/85000
10.16/9.78	c cleaning 9962 clauses out of 19940 with flag 95000/95000
11.37/10.91	c cleaning 9984 clauses out of 19979 with flag 105001/105001
12.36/12.00	c cleaning 9988 clauses out of 19994 with flag 115000/115000
13.56/13.11	c cleaning 9998 clauses out of 20007 with flag 125001/125001
14.67/14.22	c cleaning 10002 clauses out of 20008 with flag 135000/135000
15.77/15.35	c cleaning 9995 clauses out of 20006 with flag 145000/145000
16.97/16.50	c cleaning 10000 clauses out of 20011 with flag 155000/155000
17.97/17.56	c cleaning 10003 clauses out of 20011 with flag 165000/165000
19.07/18.64	c cleaning 9998 clauses out of 20008 with flag 175000/175000
20.17/19.75	c cleaning 9998 clauses out of 20010 with flag 185000/185000
21.27/20.88	c cleaning 10003 clauses out of 20014 with flag 195002/195002
22.47/22.02	c cleaning 9999 clauses out of 20009 with flag 205000/205000
23.57/23.15	c cleaning 9998 clauses out of 20010 with flag 215000/215000
24.67/24.22	c cleaning 10000 clauses out of 20013 with flag 225001/225001
25.77/25.35	c cleaning 9997 clauses out of 20012 with flag 235000/235000
26.87/26.46	c cleaning 10003 clauses out of 20015 with flag 245000/245000
27.96/27.56	c cleaning 9996 clauses out of 20012 with flag 255000/255000
29.06/28.68	c cleaning 10005 clauses out of 20016 with flag 265000/265000
30.16/29.76	c cleaning 10002 clauses out of 20011 with flag 275000/275000
31.26/30.88	c cleaning 10001 clauses out of 20010 with flag 285001/285001
32.37/31.97	c cleaning 9997 clauses out of 20008 with flag 295000/295000
33.46/33.09	c cleaning 9998 clauses out of 20011 with flag 305000/305000
34.57/34.16	c cleaning 9998 clauses out of 20013 with flag 315000/315000
35.67/35.24	c cleaning 9997 clauses out of 20015 with flag 325000/325000
36.77/36.35	c cleaning 10003 clauses out of 20019 with flag 335001/335001
37.87/37.46	c cleaning 10000 clauses out of 20015 with flag 345000/345000
38.97/38.54	c cleaning 10000 clauses out of 20015 with flag 355000/355000
40.07/39.65	c cleaning 10002 clauses out of 20015 with flag 365000/365000
41.17/40.77	c cleaning 10000 clauses out of 20013 with flag 375000/375000
42.27/41.89	c cleaning 10001 clauses out of 20014 with flag 385001/385001
43.37/42.98	c cleaning 9998 clauses out of 20012 with flag 395000/395000
44.56/44.12	c cleaning 10004 clauses out of 20017 with flag 405003/405003
45.66/45.22	c cleaning 9993 clauses out of 20013 with flag 415003/415003
46.76/46.31	c cleaning 9999 clauses out of 20017 with flag 425000/425000
47.86/47.40	c cleaning 10002 clauses out of 20018 with flag 435000/435000
48.86/48.49	c cleaning 10007 clauses out of 20017 with flag 445001/445001
49.96/49.58	c cleaning 10001 clauses out of 20009 with flag 455000/455000
51.16/50.71	c cleaning 10001 clauses out of 20009 with flag 465001/465001
52.27/51.80	c cleaning 10001 clauses out of 20007 with flag 475000/475000
53.27/52.89	c cleaning 9999 clauses out of 20006 with flag 485000/485000
54.38/53.95	c cleaning 9994 clauses out of 20007 with flag 495000/495000
55.47/55.06	c cleaning 9997 clauses out of 20013 with flag 505000/505000
56.57/56.16	c cleaning 9996 clauses out of 20017 with flag 515001/515001
57.67/57.23	c cleaning 10000 clauses out of 20020 with flag 525000/525000
58.77/58.34	c cleaning 10009 clauses out of 20024 with flag 535004/535004
59.88/59.45	c cleaning 9999 clauses out of 20012 with flag 545001/545001
60.98/60.55	c cleaning 10001 clauses out of 20012 with flag 555000/555000
62.08/61.68	c cleaning 10002 clauses out of 20012 with flag 565001/565001
63.17/62.78	c cleaning 9995 clauses out of 20011 with flag 575002/575002
64.28/63.86	c cleaning 9997 clauses out of 20014 with flag 585000/585000
65.37/64.96	c cleaning 10004 clauses out of 20017 with flag 595000/595000
66.47/66.09	c cleaning 10005 clauses out of 20015 with flag 605002/605002
67.67/67.22	c cleaning 10001 clauses out of 20009 with flag 615001/615001
68.77/68.31	c cleaning 9997 clauses out of 20007 with flag 625000/625000
69.77/69.39	c cleaning 9996 clauses out of 20010 with flag 635000/635000
70.87/70.47	c cleaning 10002 clauses out of 20014 with flag 645000/645000
71.97/71.57	c cleaning 10003 clauses out of 20012 with flag 655000/655000
73.07/72.66	c cleaning 10000 clauses out of 20010 with flag 665001/665001
74.17/73.73	c cleaning 10001 clauses out of 20009 with flag 675000/675000
75.28/74.81	c cleaning 9993 clauses out of 20008 with flag 685000/685000
76.38/75.91	c cleaning 10003 clauses out of 20017 with flag 695002/695002
77.37/76.99	c cleaning 9996 clauses out of 20012 with flag 705000/705000
78.47/78.07	c cleaning 10001 clauses out of 20016 with flag 715000/715000
79.57/79.14	c cleaning 10003 clauses out of 20016 with flag 725001/725001
80.59/80.10	c cleaning 9997 clauses out of 20012 with flag 735000/735000
81.59/81.16	c cleaning 10006 clauses out of 20015 with flag 745000/745000
82.69/82.26	c cleaning 10000 clauses out of 20009 with flag 755000/755000
83.79/83.35	c cleaning 10001 clauses out of 20012 with flag 765003/765003
84.89/84.45	c cleaning 9999 clauses out of 20010 with flag 775002/775002
85.99/85.54	c cleaning 9997 clauses out of 20012 with flag 785003/785003
87.09/86.63	c cleaning 9998 clauses out of 20013 with flag 795001/795001
88.09/87.69	c cleaning 10004 clauses out of 20015 with flag 805001/805001
89.19/88.78	c cleaning 9999 clauses out of 20011 with flag 815001/815001
90.29/89.85	c cleaning 9994 clauses out of 20011 with flag 825000/825000
91.39/90.95	c cleaning 10003 clauses out of 20018 with flag 835001/835001
92.49/92.02	c cleaning 10005 clauses out of 20015 with flag 845001/845001
93.49/93.07	c cleaning 9996 clauses out of 20012 with flag 855003/855003
94.59/94.14	c cleaning 10000 clauses out of 20013 with flag 865000/865000
95.68/95.24	c cleaning 9999 clauses out of 20014 with flag 875001/875001
96.68/96.28	c cleaning 10000 clauses out of 20015 with flag 885001/885001
97.78/97.37	c cleaning 10000 clauses out of 20016 with flag 895002/895002
98.88/98.46	c cleaning 10002 clauses out of 20015 with flag 905001/905001
99.98/99.56	c cleaning 10001 clauses out of 20012 with flag 915000/915000
101.08/100.65	c cleaning 9995 clauses out of 20011 with flag 925000/925000
102.08/101.69	c cleaning 10005 clauses out of 20018 with flag 935002/935002
103.19/102.75	c cleaning 9999 clauses out of 20012 with flag 945001/945001
104.33/103.86	c cleaning 10003 clauses out of 20012 with flag 955000/955000
105.74/104.92	c cleaning 10001 clauses out of 20009 with flag 965000/965000
107.06/105.97	c cleaning 6450 clauses out of 12916 with flag 975001/975001
108.13/106.93	c cleaning 8232 clauses out of 16465 with flag 985000/985000
109.13/107.90	c cleaning 5059 clauses out of 10127 with flag 995001/995001
109.93/108.76	c cleaning 7529 clauses out of 15067 with flag 1005000/1005000
110.93/109.76	c cleaning 8769 clauses out of 17538 with flag 1015000/1015000
112.03/110.81	c cleaning 9382 clauses out of 18769 with flag 1025000/1025000
113.03/111.84	c cleaning 6223 clauses out of 12471 with flag 1035000/1035000
113.93/112.77	c cleaning 8122 clauses out of 16248 with flag 1045000/1045000
114.93/113.78	c cleaning 7699 clauses out of 15401 with flag 1055000/1055000
115.43/114.21	c starts		: 1216
115.43/114.21	c conflicts		: 1060128
115.43/114.21	c decisions		: 1238005
115.43/114.21	c propagations		: 49602989
115.43/114.21	c inspects		: 1495695219
115.43/114.21	c shortcuts		: 0
115.43/114.21	c learnt literals	: 14
115.43/114.21	c learnt binary clauses	: 110
115.43/114.21	c learnt ternary clauses	: 637
115.43/114.21	c learnt constraints	: 1060113
115.43/114.21	c ignored constraints	: 0
115.43/114.21	c root simplifications	: 1229
115.43/114.21	c removed literals (reason simplification)	: 6400772
115.43/114.21	c reason swapping (by a shorter reason)	: 0
115.43/114.21	c Calls to reduceDB	: 107
115.43/114.21	c speed (assignments/second)	: 434732.59421560034
115.43/114.21	c non guided choices	30
115.43/114.21	c learnt constraints type 
115.43/114.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
115.43/114.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2200
115.43/114.21	c constraints type 
115.43/114.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
115.43/114.21	s UNSATISFIABLE
115.43/114.21	c Total wall clock time (in seconds) : 114.12

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190500-1302600726/watcher-3190500-1302600726 -o /tmp/evaluation-result-3190500-1302600726/solver-3190500-1302600726 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190500-1302600726.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.90 4.00 3.94 7/242 10241
/proc/meminfo: memFree=13665644/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=11760 CPUtime=0 cores=0,2
/proc/10241/stat : 10241 (runsolver) R 10239 10241 9440 0 -1 4202560 48 0 0 0 0 0 0 0 25 0 1 0 371669310 12042240 56 33554432000 4194304 5392636 140735867317792 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/10241/statm: 2940 56 36 293 0 2644 0

[startup+0.0772659 s]
/proc/loadavg: 3.90 4.00 3.94 7/242 10241
/proc/meminfo: memFree=13665644/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7569940 CPUtime=0.06 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 9440 0 1 0 5 1 0 0 25 0 18 0 371669310 7751618560 9133 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1892485 9133 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.115722 s]
/proc/loadavg: 3.90 4.00 3.94 7/242 10241
/proc/meminfo: memFree=13665644/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7570792 CPUtime=0.1 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 10304 0 1 0 9 1 0 0 25 0 18 0 371669310 7752491008 9997 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1892698 9997 2078 9 0 1883436 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7570792

[startup+0.313572 s]
/proc/loadavg: 3.90 4.00 3.94 7/242 10241
/proc/meminfo: memFree=13665644/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7641272 CPUtime=0.48 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 13201 0 1 0 46 2 0 0 25 0 19 0 371669310 7824662528 12296 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1910318 12296 2205 9 0 1901056 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7641272

[startup+0.770105 s]
/proc/loadavg: 3.90 4.00 3.94 7/242 10241
/proc/meminfo: memFree=13665644/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=1.2 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 19986 0 1 0 117 3 0 0 25 0 19 0 371669310 7842496512 17224 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 17224 2237 9 0 1905410 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 7658688

[startup+1.5009 s]
/proc/loadavg: 3.90 4.00 3.94 5/262 10261
/proc/meminfo: memFree=13571592/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=1.94 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 20308 0 1 0 191 3 0 0 25 0 19 0 371669310 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 17545 2241 9 0 1905410 0
[pid=10241/tid=10243] ppid=10239 vsize=7658688 CPUtime=1.37 cores=0,2
/proc/10241/task/10243/stat : 10243 (java) R 10239 10241 9440 0 -1 4202560 8886 0 1 0 136 1 0 0 25 0 19 0 371669311 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 46912505508978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10241/tid=10244] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 19 0 371669312 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 330 0 0 0 1 0 0 0 16 0 19 0 371669313 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.35 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7080 0 0 0 35 0 0 0 15 0 19 0 371669316 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.16 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 2447 0 0 0 16 0 0 0 16 0 19 0 371669316 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 17545 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7658688

[startup+3.10152 s]
/proc/loadavg: 3.90 4.00 3.94 5/262 10261
/proc/meminfo: memFree=13567996/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=3.56 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 20510 0 1 0 353 3 0 0 25 0 19 0 371669310 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 17745 2242 9 0 1905410 0
[pid=10241/tid=10243] ppid=10239 vsize=7658688 CPUtime=2.93 cores=0,2
/proc/10241/task/10243/stat : 10243 (java) R 10239 10241 9440 0 -1 4202560 8888 0 1 0 292 1 0 0 25 0 19 0 371669311 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 46912505504140 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10241/tid=10244] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=0.04 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 439 0 0 0 4 0 0 0 16 0 19 0 371669313 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.35 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7080 0 0 0 35 0 0 0 15 0 19 0 371669316 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.19 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 2452 0 0 0 19 0 0 0 15 0 19 0 371669316 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 17745 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 7658688

[startup+6.30095 s]
/proc/loadavg: 3.91 4.00 3.94 4/242 10264
/proc/meminfo: memFree=13626144/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=6.76 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 20719 0 1 0 673 3 0 0 25 0 19 0 371669310 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 17950 2242 9 0 1905410 0
[pid=10241/tid=10243] ppid=10239 vsize=7658688 CPUtime=6.09 cores=0,2
/proc/10241/task/10243/stat : 10243 (java) R 10239 10241 9440 0 -1 4202560 8892 0 1 0 608 1 0 0 20 0 19 0 371669311 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 46912505509067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10241/tid=10244] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 228 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=0.07 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 624 0 0 0 7 0 0 0 15 0 19 0 371669313 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.35 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7080 0 0 0 35 0 0 0 15 0 19 0 371669316 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.19 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 2452 0 0 0 19 0 0 0 15 0 19 0 371669316 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 17950 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 7658688

[startup+12.7007 s]

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

/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 231 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 5 0 0 0 2 0 0 0 16 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 148 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=1.32 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 787 0 0 0 131 1 0 0 15 0 19 0 371669313 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.43 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7082 0 0 0 43 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.97 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 11170 0 0 0 95 2 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.73
Current children cumulated vsize (KiB) 7658688

[startup+113.901 s]
/proc/loadavg: 4.00 4.01 3.94 5/262 10312
/proc/meminfo: memFree=13548812/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=115.13 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 29733 0 1 0 11507 6 0 0 25 0 19 0 371669310 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 22319 2243 9 0 1905410 0
[pid=10241/tid=10243] ppid=10239 vsize=7658688 CPUtime=112.19 cores=0,2
/proc/10241/task/10243/stat : 10243 (java) R 10239 10241 9440 0 -1 4202560 8999 0 1 0 11217 2 0 0 25 0 19 0 371669311 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 46912505509121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10241/tid=10244] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 231 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 148 0 0 0 2 0 0 0 16 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=1.33 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 787 0 0 0 132 1 0 0 15 0 19 0 371669313 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.43 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7082 0 0 0 43 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.97 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 11170 0 0 0 95 2 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.13
Current children cumulated vsize (KiB) 7658688

[startup+114.101 s]
/proc/loadavg: 4.00 4.01 3.94 5/262 10312
/proc/meminfo: memFree=13548812/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=115.33 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 29733 0 1 0 11527 6 0 0 25 0 19 0 371669310 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 22319 2243 9 0 1905410 0
[pid=10241/tid=10243] ppid=10239 vsize=7658688 CPUtime=112.39 cores=0,2
/proc/10241/task/10243/stat : 10243 (java) R 10239 10241 9440 0 -1 4202560 8999 0 1 0 11237 2 0 0 25 0 19 0 371669311 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 46912505508928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10241/tid=10244] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 231 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 148 0 0 0 2 0 0 0 16 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=1.33 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 787 0 0 0 132 1 0 0 15 0 19 0 371669313 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.43 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7082 0 0 0 43 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.97 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 11170 0 0 0 95 2 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.33
Current children cumulated vsize (KiB) 7658688

[startup+114.201 s]
/proc/loadavg: 4.00 4.01 3.94 5/262 10312
/proc/meminfo: memFree=13548812/32950928 swapFree=67111528/67111528
[pid=10241] ppid=10239 vsize=7658688 CPUtime=115.43 cores=0,2
/proc/10241/stat : 10241 (java) S 10239 10241 9440 0 -1 4202496 29733 0 1 0 11537 6 0 0 25 0 19 0 371669310 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10241/statm: 1914672 22319 2243 9 0 1905410 0
[pid=10241/tid=10243] ppid=10239 vsize=7658688 CPUtime=112.49 cores=0,2
/proc/10241/task/10243/stat : 10243 (java) R 10239 10241 9440 0 -1 4202560 8999 0 1 0 11247 2 0 0 25 0 19 0 371669311 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 46912505586833 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10241/tid=10244] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10244/stat : 10244 (java) S 10239 10241 9440 0 -1 4202560 231 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10245] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10245/stat : 10245 (java) S 10239 10241 9440 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10246] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10246/stat : 10246 (java) S 10239 10241 9440 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10247] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10247/stat : 10247 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10248] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10248/stat : 10248 (java) S 10239 10241 9440 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10249] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10249/stat : 10249 (java) S 10239 10241 9440 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10250] ppid=10239 vsize=7658688 CPUtime=0.01 cores=0,2
/proc/10241/task/10250/stat : 10250 (java) S 10239 10241 9440 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10251] ppid=10239 vsize=7658688 CPUtime=0.02 cores=0,2
/proc/10241/task/10251/stat : 10251 (java) S 10239 10241 9440 0 -1 4202560 148 0 0 0 2 0 0 0 16 0 19 0 371669312 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10252] ppid=10239 vsize=7658688 CPUtime=1.33 cores=0,2
/proc/10241/task/10252/stat : 10252 (java) S 10239 10241 9440 0 -1 4202560 787 0 0 0 132 1 0 0 15 0 19 0 371669313 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 0 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10253] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10253/stat : 10253 (java) S 10239 10241 9440 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10254] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10254/stat : 10254 (java) S 10239 10241 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371669314 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10255] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10255/stat : 10255 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512515505 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10256] ppid=10239 vsize=7658688 CPUtime=0.43 cores=0,2
/proc/10241/task/10256/stat : 10256 (java) S 10239 10241 9440 0 -1 4202560 7082 0 0 0 43 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10257] ppid=10239 vsize=7658688 CPUtime=0.97 cores=0,2
/proc/10241/task/10257/stat : 10257 (java) S 10239 10241 9440 0 -1 4202560 11170 0 0 0 95 2 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10258] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10258/stat : 10258 (java) S 10239 10241 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512507801 0 4 0 16800975 18446604440279246016 0 0 -1 2 0 0 0
[pid=10241/tid=10259] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10259/stat : 10259 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371669316 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
[pid=10241/tid=10261] ppid=10239 vsize=7658688 CPUtime=0 cores=0,2
/proc/10241/task/10261/stat : 10261 (java) S 10239 10241 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371669322 7842496512 22319 33554432000 1073741824 1073778376 140734763444400 18446744073709551615 254512508416 0 4 0 16800975 18446604440279246016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.43
Current children cumulated vsize (KiB) 7658688

Child status: 20
Real time (s): 114.223
CPU time (s): 115.458
CPU user time (s): 115.386
CPU system time (s): 0.071989
CPU usage (%): 101.081
Max. virtual memory (cumulated for all children) (KiB): 7658688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.386
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29742
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= 5262
involuntary context switches= 3137

runsolver used 0.222966 second user time and 0.410937 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-12 11:32:06
IDJOB=3190500
IDBENCH=82831
IDSOLVER=1611
FILE ID=node149/3190500-1302600726
RUNJOBID= node149-1302596818-9458
PBS_JOBID= 12958093
Free space on /tmp= 72636 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190500-1302600726/watcher-3190500-1302600726 -o /tmp/evaluation-result-3190500-1302600726/solver-3190500-1302600726 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190500-1302600726.cnf

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

MD5SUM BENCH= aa033649e20861950136340d4750574f
RANDOM SEED=2014988407

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      13665800 kB
Buffers:        686524 kB
Cached:       17969216 kB
SwapCached:          0 kB
Active:        9432176 kB
Inactive:      9448076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13665800 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:      224420 kB
Mapped:          23304 kB
Slab:           338872 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22038888 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= 72636 MiB
End job on node149 at 2011-04-12 11:34:01