Trace number 3453824

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 238.985 127.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=449-P1=149-P2=137-P3=137-P4=83-B.opb
MD5SUM854cc656dc0682d745f606d1e6722452
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.12498
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453824-1307194278.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.074s.
0.10/0.18	c #vars     432
0.10/0.18	c #constraints  661
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
3.05/0.99	c cleaning 2494 clauses out of 5000 with flag 5000/5000
4.87/1.61	c cleaning 4254 clauses out of 8507 with flag 11001/11001
5.87/2.19	c cleaning 5623 clauses out of 11252 with flag 18000/18000
7.64/3.03	c cleaning 6811 clauses out of 13630 with flag 26001/26001
9.34/3.88	c cleaning 7906 clauses out of 15820 with flag 35002/35002
11.10/4.75	c cleaning 8955 clauses out of 17915 with flag 45003/45003
12.86/5.60	c cleaning 9475 clauses out of 18957 with flag 55000/55000
14.65/6.52	c cleaning 9737 clauses out of 19483 with flag 65001/65001
16.16/7.38	c cleaning 9867 clauses out of 19746 with flag 75001/75001
18.32/8.47	c cleaning 9938 clauses out of 19878 with flag 85000/85000
20.07/9.33	c cleaning 9963 clauses out of 19940 with flag 95000/95000
22.03/10.31	c cleaning 9975 clauses out of 19978 with flag 105001/105001
23.40/11.08	c cleaning 9995 clauses out of 20002 with flag 115000/115000
25.34/12.05	c cleaning 10004 clauses out of 20009 with flag 125002/125002
27.05/12.97	c cleaning 9993 clauses out of 20003 with flag 135000/135000
29.20/14.01	c cleaning 10001 clauses out of 20011 with flag 145001/145001
30.52/14.79	c cleaning 10001 clauses out of 20010 with flag 155001/155001
33.25/16.12	c cleaning 9997 clauses out of 20008 with flag 165000/165000
35.60/17.38	c cleaning 9985 clauses out of 20012 with flag 175001/175001
37.33/18.23	c cleaning 10001 clauses out of 20026 with flag 185000/185000
38.84/19.02	c cleaning 0 clauses out of 5001 with flag 0/5001
39.31/19.29	c cleaning 10010 clauses out of 20026 with flag 195001/195001
40.73/19.92	c  And the winner is Resolution
40.80/20.37	c SATISFIABLE
40.80/20.37	c OPTIMIZING...
40.80/20.37	c Got one! Elapsed wall clock time (in seconds):20.26
40.80/20.37	o 277
41.45/20.81	c cleaning 11141 clauses out of 22310 with flag 5000/207295
42.72/21.33	c cleaning 8572 clauses out of 17170 with flag 11001/213296
44.05/22.02	c cleaning 7787 clauses out of 15598 with flag 18001/220296
45.77/22.91	c cleaning 7896 clauses out of 15810 with flag 26000/228295
47.50/23.86	c cleaning 8441 clauses out of 16914 with flag 35000/237295
49.22/24.75	c cleaning 9226 clauses out of 18473 with flag 45000/247295
49.52/24.91	c  And the winner is Resolution
49.57/25.00	c Got one! Elapsed wall clock time (in seconds):24.893
49.57/25.00	o 33
50.19/25.38	c cleaning 7545 clauses out of 15105 with flag 5000/253153
51.28/25.90	c cleaning 6773 clauses out of 13563 with flag 11003/259156
52.23/26.45	c cleaning 6887 clauses out of 13787 with flag 18000/266153
53.52/27.11	c cleaning 7446 clauses out of 14901 with flag 26001/274154
55.00/27.96	c cleaning 8224 clauses out of 16454 with flag 35000/283153
56.72/28.88	c cleaning 9115 clauses out of 18230 with flag 45000/293153
58.83/29.98	c cleaning 9551 clauses out of 19116 with flag 55001/303154
60.38/30.79	c cleaning 9775 clauses out of 19564 with flag 65000/313153
62.23/31.71	c cleaning 9892 clauses out of 19791 with flag 75002/323155
64.14/32.77	c cleaning 9944 clauses out of 19897 with flag 85000/333153
66.05/33.80	c cleaning 9971 clauses out of 19954 with flag 95001/343154
68.37/34.91	c cleaning 9988 clauses out of 19982 with flag 105000/353153
70.44/36.05	c cleaning 9992 clauses out of 19994 with flag 115000/363153
72.35/37.04	c cleaning 9997 clauses out of 20004 with flag 125002/373155
74.07/37.96	c cleaning 9997 clauses out of 20005 with flag 135000/383153
75.77/38.81	c cleaning 9998 clauses out of 20009 with flag 145001/393154
77.06/39.60	c  And the winner is Resolution
77.25/39.66	c Got one! Elapsed wall clock time (in seconds):39.551
77.25/39.66	o 25
77.95/40.08	c cleaning 11633 clauses out of 23271 with flag 5001/406414
79.08/40.62	c cleaning 8806 clauses out of 17637 with flag 11000/412413
80.15/41.23	c cleaning 7906 clauses out of 15831 with flag 18000/419413
81.29/41.89	c cleaning 7956 clauses out of 15925 with flag 26000/427413
82.92/42.71	c cleaning 8479 clauses out of 16970 with flag 35001/436414
84.42/43.58	c cleaning 9245 clauses out of 18491 with flag 45001/446414
86.34/44.54	c cleaning 9615 clauses out of 19246 with flag 55001/456414
88.24/45.50	c cleaning 9809 clauses out of 19631 with flag 65001/466414
90.49/46.78	c cleaning 9908 clauses out of 19821 with flag 75000/476413
92.62/47.89	c cleaning 9948 clauses out of 19914 with flag 85001/486414
94.91/49.05	c cleaning 9976 clauses out of 19966 with flag 95001/496414
96.61/49.99	c cleaning 9986 clauses out of 19990 with flag 105001/506414
98.26/50.85	c cleaning 9990 clauses out of 20003 with flag 115000/516413
99.56/51.57	c cleaning 9995 clauses out of 20014 with flag 125001/526414
100.45/52.04	c  And the winner is Resolution
100.57/52.46	c Got one! Elapsed wall clock time (in seconds):52.354
100.57/52.46	o 3
101.27/52.87	c cleaning 11104 clauses out of 22216 with flag 5000/538611
102.33/53.48	c cleaning 8549 clauses out of 17113 with flag 11001/544612
103.57/54.15	c cleaning 7772 clauses out of 15563 with flag 18000/551611
104.87/54.91	c cleaning 7892 clauses out of 15791 with flag 26000/559611
106.57/55.76	c cleaning 8447 clauses out of 16901 with flag 35002/568613
108.26/56.65	c cleaning 9224 clauses out of 18452 with flag 45000/578611
110.30/57.75	c cleaning 9613 clauses out of 19228 with flag 55000/588611
112.59/58.91	c cleaning 9804 clauses out of 19616 with flag 65001/598612
114.88/60.10	c cleaning 9902 clauses out of 19812 with flag 75001/608612
116.97/61.27	c cleaning 9951 clauses out of 19910 with flag 85001/618612
119.41/62.51	c cleaning 9976 clauses out of 19958 with flag 95000/628611
121.73/63.72	c cleaning 9988 clauses out of 19984 with flag 105002/638613
124.02/64.99	c cleaning 9993 clauses out of 19995 with flag 115001/648612
125.90/66.01	c cleaning 9998 clauses out of 20001 with flag 125000/658611
128.15/67.13	c cleaning 9998 clauses out of 20004 with flag 135001/668612
130.03/68.15	c cleaning 9999 clauses out of 20005 with flag 145000/678611
131.69/69.08	c cleaning 9998 clauses out of 20008 with flag 155002/688613
134.20/70.36	c cleaning 9996 clauses out of 20010 with flag 165002/698613
136.00/71.37	c cleaning 9998 clauses out of 20013 with flag 175001/708612
138.08/72.40	c cleaning 9998 clauses out of 20015 with flag 185001/718612
139.96/73.40	c cleaning 9999 clauses out of 20017 with flag 195001/728612
141.64/74.36	c cleaning 10001 clauses out of 20018 with flag 205001/738612
143.46/75.39	c cleaning 10004 clauses out of 20017 with flag 215001/748612
145.34/76.37	c cleaning 10003 clauses out of 20012 with flag 225000/758611
147.01/77.23	c cleaning 10000 clauses out of 20010 with flag 235001/768612
149.29/78.43	c cleaning 10003 clauses out of 20011 with flag 245002/778613
151.31/79.57	c cleaning 9996 clauses out of 20007 with flag 255001/788612
153.18/80.57	c cleaning 9999 clauses out of 20011 with flag 265001/798612
155.26/81.68	c cleaning 10000 clauses out of 20011 with flag 275000/808611
157.33/82.74	c cleaning 9997 clauses out of 20011 with flag 285000/818611
159.15/83.76	c cleaning 10001 clauses out of 20014 with flag 295000/828611
160.85/84.70	c cleaning 10000 clauses out of 20013 with flag 305000/838611
163.13/85.88	c cleaning 10002 clauses out of 20014 with flag 315001/848612
165.37/87.02	c cleaning 9998 clauses out of 20011 with flag 325000/858611
167.40/88.18	c cleaning 10002 clauses out of 20013 with flag 335000/868611
169.47/89.28	c cleaning 10003 clauses out of 20011 with flag 345000/878611
171.94/90.59	c cleaning 9997 clauses out of 20009 with flag 355001/888612
174.21/91.76	c cleaning 10002 clauses out of 20013 with flag 365002/898613
176.42/92.96	c cleaning 9997 clauses out of 20009 with flag 375000/908611
178.49/94.05	c cleaning 10001 clauses out of 20012 with flag 385000/918611
180.57/95.14	c cleaning 10000 clauses out of 20011 with flag 395000/928611
182.64/96.26	c cleaning 10004 clauses out of 20012 with flag 405001/938612
184.65/97.39	c cleaning 10001 clauses out of 20008 with flag 415001/948612
186.92/98.54	c cleaning 10000 clauses out of 20007 with flag 425001/958612
189.19/99.74	c cleaning 9997 clauses out of 20007 with flag 435001/968612
191.06/100.79	c cleaning 9996 clauses out of 20010 with flag 445001/978612
193.09/101.80	c cleaning 9999 clauses out of 20013 with flag 455000/988611
195.36/103.03	c cleaning 10004 clauses out of 20014 with flag 465000/998611
198.06/104.46	c cleaning 9999 clauses out of 20010 with flag 475000/1008611
200.34/105.65	c cleaning 9998 clauses out of 20011 with flag 485001/1018612
202.72/106.99	c cleaning 10001 clauses out of 20012 with flag 495000/1028611
204.99/108.12	c cleaning 10001 clauses out of 20010 with flag 505000/1038611
206.85/109.17	c cleaning 10001 clauses out of 20009 with flag 515000/1048611
208.92/110.22	c cleaning 10001 clauses out of 20009 with flag 525001/1058612
211.13/111.45	c cleaning 9997 clauses out of 20008 with flag 535001/1068612
213.19/112.55	c cleaning 10000 clauses out of 20011 with flag 545001/1078612
215.46/113.75	c cleaning 10003 clauses out of 20012 with flag 555002/1088613
217.73/114.96	c cleaning 9999 clauses out of 20008 with flag 565001/1098612
219.73/116.09	c cleaning 10003 clauses out of 20009 with flag 575001/1108612
221.99/117.23	c cleaning 9999 clauses out of 20006 with flag 585001/1118612
224.05/118.39	c cleaning 10000 clauses out of 20008 with flag 595002/1128613
226.31/119.53	c cleaning 10000 clauses out of 20007 with flag 605001/1138612
228.51/120.70	c cleaning 9999 clauses out of 20007 with flag 615001/1148612
230.57/121.87	c cleaning 10001 clauses out of 20008 with flag 625001/1158612
232.83/123.02	c cleaning 10003 clauses out of 20007 with flag 635001/1168612
234.89/124.21	c cleaning 9997 clauses out of 20003 with flag 645001/1178612
237.49/125.51	c cleaning 10000 clauses out of 20004 with flag 655000/1188611
238.16/125.96	c  And the winner is Resolution
238.94/127.00	c starts		: 192
238.94/127.00	c conflicts		: 1192139
238.94/127.00	c decisions		: 1220937
238.94/127.00	c propagations		: 24755221
238.94/127.00	c inspects		: 863797843
238.94/127.00	c shortcuts		: 0
238.94/127.00	c learnt literals	: 16
238.94/127.00	c learnt binary clauses	: 107
238.94/127.00	c learnt ternary clauses	: 313
238.94/127.00	c learnt constraints	: 1192122
238.94/127.00	c ignored constraints	: 0
238.94/127.00	c root simplifications	: 0
238.94/127.00	c removed literals (reason simplification)	: 50747542
238.94/127.00	c reason swapping (by a shorter reason)	: 0
238.94/127.00	c Calls to reduceDB	: 124
238.94/127.00	c number of reductions to clauses (during analyze)	: 0
238.94/127.00	c number of learned constraints concerned by reduction	: 0
238.94/127.00	c number of learning phase by resolution	: 0
238.94/127.00	c number of learning phase by cutting planes	: 0
238.94/127.00	c speed (assignments/second)	: 332124.35601588496
238.94/127.00	c non guided choices	4113
238.94/127.00	c learnt constraints type 
238.94/127.00	c constraints type 
238.94/127.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
238.94/127.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
238.94/127.00	c constraints type 
238.94/127.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
238.94/127.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
238.94/127.00	s OPTIMUM FOUND
238.94/127.00	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 x38 -x39 -x40 x41 x42 x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 
238.94/127.00	c objective function=3
238.94/127.00	c Total wall clock time (in seconds): 126.891

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453824-1307194278/watcher-3453824-1307194278 -o /tmp/evaluation-result-3453824-1307194278/solver-3453824-1307194278 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453824-1307194278.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.03 3.47 3.55 3/501 18967
/proc/meminfo: memFree=23830560/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 5277 0 1 0 0 0 0 0 25 0 2 0 831027481 10694979584 4979 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2611079 4992 917 9 0 2602235 0
[pid=18967/tid=18968] ppid=18965 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) R 18965 18967 13533 0 -1 4202560 6213 0 1 0 0 0 0 0 25 0 2 0 831027482 10694979584 7029 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0975989 s]
/proc/loadavg: 3.03 3.47 3.55 3/501 18967
/proc/meminfo: memFree=23830560/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10539816 CPUtime=0.1 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 13014 0 1 0 9 1 0 0 25 0 18 0 831027481 10792771584 12711 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2634954 12711 2093 9 0 2625688 0
[pid=18967/tid=18968] ppid=18965 vsize=10539816 CPUtime=0.08 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) R 18965 18967 13533 0 -1 4202560 11112 0 1 0 7 1 0 0 25 0 18 0 831027482 10792771584 12711 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539816

[startup+0.100595 s]
/proc/loadavg: 3.03 3.47 3.55 3/501 18967
/proc/meminfo: memFree=23830560/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10539816 CPUtime=0.1 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 13068 0 1 0 9 1 0 0 25 0 18 0 831027481 10792771584 12765 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2634954 12765 2093 9 0 2625688 0
[pid=18967/tid=18968] ppid=18965 vsize=10539816 CPUtime=0.08 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) R 18965 18967 13533 0 -1 4202560 11167 0 1 0 7 1 0 0 25 0 18 0 831027482 10792771584 12766 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 47490260622163 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539816

[startup+0.300562 s]
/proc/loadavg: 3.03 3.47 3.55 3/501 18967
/proc/meminfo: memFree=23830560/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10546396 CPUtime=0.66 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 16829 0 1 0 64 2 0 0 25 0 22 0 831027481 10799509504 15702 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2636599 15702 2210 9 0 2627333 0
[pid=18967/tid=18968] ppid=18965 vsize=10546396 CPUtime=0.17 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) S 18965 18967 13533 0 -1 4202560 11844 0 1 0 16 1 0 0 25 0 22 0 831027482 10799509504 15702 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10546396

[startup+0.700488 s]
/proc/loadavg: 3.03 3.47 3.55 3/501 18967
/proc/meminfo: memFree=23830560/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565256 CPUtime=2.25 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 39036 0 1 0 221 4 0 0 25 0 22 0 831027481 10818822144 35491 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641314 35492 2227 9 0 2632048 0
[pid=18967/tid=18968] ppid=18965 vsize=10565256 CPUtime=0.17 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) S 18965 18967 13533 0 -1 4202560 11844 0 1 0 16 1 0 0 20 0 22 0 831027482 10818822144 35492 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10565256

[startup+1.50134 s]
/proc/loadavg: 2.95 3.44 3.54 4/523 18989
/proc/meminfo: memFree=23592476/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565856 CPUtime=4.65 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 95858 0 1 0 454 11 0 0 25 0 22 0 831027481 10819436544 83069 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641464 83075 2256 9 0 2632198 0
[pid=18967/tid=18968] ppid=18965 vsize=10565856 CPUtime=0.17 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) S 18965 18967 13533 0 -1 4202560 11844 0 1 0 16 1 0 0 15 0 22 0 831027482 10819436544 83078 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18970] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83081 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83084 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83086 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83089 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83091 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 175 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83093 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 404 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83096 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 242 0 0 0 0 0 0 0 18 0 22 0 831027484 10819436544 83097 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18978] ppid=18965 vsize=10565856 CPUtime=0.01 cores=1,3,5,7
/proc/18967/task/18978/stat : 18978 (java) S 18965 18967 13533 0 -1 4202560 817 0 0 0 1 0 0 0 17 0 22 0 831027485 10819436544 83102 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 0 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18979] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18979/stat : 18979 (java) S 18965 18967 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027485 10819436544 83105 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18980] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18980/stat : 18980 (java) S 18965 18967 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831027485 10819436544 83108 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18981] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18981/stat : 18981 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027487 10819436544 83112 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092055985 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18982] ppid=18965 vsize=10565856 CPUtime=0.87 cores=1,3,5,7
/proc/18967/task/18982/stat : 18982 (java) S 18965 18967 13533 0 -1 4202560 11513 0 0 0 87 0 0 0 22 0 22 0 831027487 10819436544 83115 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18983] ppid=18965 vsize=10565856 CPUtime=0.99 cores=1,3,5,7
/proc/18967/task/18983/stat : 18983 (java) S 18965 18967 13533 0 -1 4202560 10198 0 0 0 98 1 0 0 23 0 22 0 831027487 10819436544 83118 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18984] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18984/stat : 18984 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027487 10819436544 83121 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18985] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18985/stat : 18985 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027487 10819436544 83123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18986] ppid=18965 vsize=10565856 CPUtime=1.28 cores=1,3,5,7
/proc/18967/task/18986/stat : 18986 (java) R 18965 18967 13533 0 -1 4202560 700 0 0 0 128 0 0 0 25 0 22 0 831027500 10819436544 83125 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505567716 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18967/tid=18987] ppid=18965 vsize=10565856 CPUtime=1.28 cores=1,3,5,7
/proc/18967/task/18987/stat : 18987 (java) R 18965 18967 13533 0 -1 4202560 58861 0 0 0 121 7 0 0 25 0 22 0 831027500 10819436544 83128 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505616469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18967/tid=18988] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18988/stat : 18988 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027501 10819436544 83130 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18989] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18989/stat : 18989 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027501 10819436544 83133 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 10565856

[startup+3.10103 s]
/proc/loadavg: 2.95 3.44 3.54 4/523 18989
/proc/meminfo: memFree=23449132/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565856 CPUtime=7.83 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 138432 0 1 0 766 17 0 0 25 0 22 0 831027481 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641464 125640 2257 9 0 2632198 0
[pid=18967/tid=18968] ppid=18965 vsize=10565856 CPUtime=0.17 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) S 18965 18967 13533 0 -1 4202560 11844 0 1 0 16 1 0 0 15 0 22 0 831027482 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18970] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 507 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 364 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18978] ppid=18965 vsize=10565856 CPUtime=0.1 cores=1,3,5,7
/proc/18967/task/18978/stat : 18978 (java) S 18965 18967 13533 0 -1 4202560 2775 0 0 0 10 0 0 0 15 0 22 0 831027485 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 0 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18979] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18979/stat : 18979 (java) S 18965 18967 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027485 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18980] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18980/stat : 18980 (java) S 18965 18967 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831027485 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18981] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18981/stat : 18981 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027487 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092055985 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18982] ppid=18965 vsize=10565856 CPUtime=0.91 cores=1,3,5,7
/proc/18967/task/18982/stat : 18982 (java) S 18965 18967 13533 0 -1 4202560 11526 0 0 0 91 0 0 0 15 0 22 0 831027487 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18983] ppid=18965 vsize=10565856 CPUtime=1.01 cores=1,3,5,7
/proc/18967/task/18983/stat : 18983 (java) S 18965 18967 13533 0 -1 4202560 10202 0 0 0 100 1 0 0 15 0 22 0 831027487 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18984] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18984/stat : 18984 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027487 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18985] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18985/stat : 18985 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027487 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18986] ppid=18965 vsize=10565856 CPUtime=2.77 cores=1,3,5,7
/proc/18967/task/18986/stat : 18986 (java) R 18965 18967 13533 0 -1 4202560 751 0 0 0 277 0 0 0 25 0 22 0 831027500 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505609648 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18967/tid=18987] ppid=18965 vsize=10565856 CPUtime=2.78 cores=1,3,5,7
/proc/18967/task/18987/stat : 18987 (java) R 18965 18967 13533 0 -1 4202560 98107 0 0 0 266 12 0 0 25 0 22 0 831027500 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505546675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18967/tid=18988] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18988/stat : 18988 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027501 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18989] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18989/stat : 18989 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027501 10819436544 125640 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 10565856

[startup+6.30142 s]
/proc/loadavg: 2.95 3.43 3.54 4/523 18989
/proc/meminfo: memFree=23323396/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565856 CPUtime=14.22 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 143903 0 1 0 1405 17 0 0 25 0 22 0 831027481 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641464 130595 2257 9 0 2632198 0
[pid=18967/tid=18968] ppid=18965 vsize=10565856 CPUtime=0.17 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) S 18965 18967 13533 0 -1 4202560 11844 0 1 0 16 1 0 0 15 0 22 0 831027482 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18970] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 570 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0.01 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 230 0 0 0 0 0 0 0 16 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 298 0 0 0 0 0 0 0 16 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0.01 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 340 0 0 0 1 0 0 0 15 0 22 0 831027484 10819436544 130595 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0

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

/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 600 0 0 0 22 0 0 0 16 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 141 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0.23 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 414 0 0 0 23 0 0 0 15 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0.2 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 281 0 0 0 20 0 0 0 15 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 145 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 348 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0.18 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 457 0 0 0 18 0 0 0 16 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 370 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18978] ppid=18965 vsize=10565856 CPUtime=14.58 cores=1,3,5,7
/proc/18967/task/18978/stat : 18978 (java) S 18965 18967 13533 0 -1 4202560 22137 0 0 0 1455 3 0 0 15 0 19 0 831027485 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 0 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18979] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18979/stat : 18979 (java) S 18965 18967 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027485 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18980] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18980/stat : 18980 (java) S 18965 18967 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831027485 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18981] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18981/stat : 18981 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092055985 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18982] ppid=18965 vsize=10565856 CPUtime=1.5 cores=1,3,5,7
/proc/18967/task/18982/stat : 18982 (java) S 18965 18967 13533 0 -1 4202560 14703 0 0 0 149 1 0 0 15 0 19 0 831027487 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18983] ppid=18965 vsize=10565856 CPUtime=1.06 cores=1,3,5,7
/proc/18967/task/18983/stat : 18983 (java) S 18965 18967 13533 0 -1 4202560 10206 0 0 0 105 1 0 0 15 0 19 0 831027487 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18984] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18984/stat : 18984 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18985] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18985/stat : 18985 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 831027487 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18989] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18989/stat : 18989 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027501 10819436544 205122 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 238.36
Current children cumulated vsize (KiB) 10565856

[startup+126.701 s]
/proc/loadavg: 2.83 3.21 3.44 2/520 19004
/proc/meminfo: memFree=22969368/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565856 CPUtime=238.64 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 221218 0 1 0 23835 29 0 0 25 0 19 0 831027481 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641464 205123 2259 9 0 2632198 0
[pid=18967/tid=18968] ppid=18965 vsize=10565856 CPUtime=0.42 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) R 18965 18967 13533 0 -1 4202560 11880 0 1 0 41 1 0 0 16 0 19 0 831027482 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18967/tid=18970] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 600 0 0 0 22 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 141 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0.23 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 414 0 0 0 23 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0.2 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 281 0 0 0 20 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 145 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 348 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0.18 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 457 0 0 0 18 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 370 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18978] ppid=18965 vsize=10565856 CPUtime=14.58 cores=1,3,5,7
/proc/18967/task/18978/stat : 18978 (java) S 18965 18967 13533 0 -1 4202560 22137 0 0 0 1455 3 0 0 16 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 0 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18979] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18979/stat : 18979 (java) S 18965 18967 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18980] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18980/stat : 18980 (java) S 18965 18967 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18981] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18981/stat : 18981 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092055985 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18982] ppid=18965 vsize=10565856 CPUtime=1.5 cores=1,3,5,7
/proc/18967/task/18982/stat : 18982 (java) S 18965 18967 13533 0 -1 4202560 14703 0 0 0 149 1 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18983] ppid=18965 vsize=10565856 CPUtime=1.08 cores=1,3,5,7
/proc/18967/task/18983/stat : 18983 (java) S 18965 18967 13533 0 -1 4202560 10206 0 0 0 107 1 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18984] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18984/stat : 18984 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18985] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18985/stat : 18985 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18989] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18989/stat : 18989 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027501 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 238.64
Current children cumulated vsize (KiB) 10565856

[startup+126.901 s]
/proc/loadavg: 2.83 3.21 3.44 2/520 19004
/proc/meminfo: memFree=22969368/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565856 CPUtime=238.84 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 221218 0 1 0 23855 29 0 0 25 0 19 0 831027481 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641464 205123 2259 9 0 2632198 0
[pid=18967/tid=18968] ppid=18965 vsize=10565856 CPUtime=0.62 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) R 18965 18967 13533 0 -1 4202560 11880 0 1 0 61 1 0 0 16 0 19 0 831027482 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505688856 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18967/tid=18970] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 600 0 0 0 22 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 141 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0.23 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 414 0 0 0 23 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0.2 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 281 0 0 0 20 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 145 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 348 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0.18 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 457 0 0 0 18 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 370 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18978] ppid=18965 vsize=10565856 CPUtime=14.58 cores=1,3,5,7
/proc/18967/task/18978/stat : 18978 (java) S 18965 18967 13533 0 -1 4202560 22137 0 0 0 1455 3 0 0 16 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 0 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18979] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18979/stat : 18979 (java) S 18965 18967 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18980] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18980/stat : 18980 (java) S 18965 18967 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18981] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18981/stat : 18981 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092055985 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18982] ppid=18965 vsize=10565856 CPUtime=1.5 cores=1,3,5,7
/proc/18967/task/18982/stat : 18982 (java) S 18965 18967 13533 0 -1 4202560 14703 0 0 0 149 1 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18983] ppid=18965 vsize=10565856 CPUtime=1.08 cores=1,3,5,7
/proc/18967/task/18983/stat : 18983 (java) S 18965 18967 13533 0 -1 4202560 10206 0 0 0 107 1 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18984] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18984/stat : 18984 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18985] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18985/stat : 18985 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18989] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18989/stat : 18989 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027501 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 238.84
Current children cumulated vsize (KiB) 10565856

[startup+127.001 s]
/proc/loadavg: 2.83 3.21 3.44 2/520 19004
/proc/meminfo: memFree=22969368/32950928 swapFree=39617324/67111528
[pid=18967] ppid=18965 vsize=10565856 CPUtime=238.94 cores=1,3,5,7
/proc/18967/stat : 18967 (java) S 18965 18967 13533 0 -1 4202496 221218 0 1 0 23865 29 0 0 25 0 19 0 831027481 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18967/statm: 2641464 205123 2259 9 0 2632198 0
[pid=18967/tid=18968] ppid=18965 vsize=10565856 CPUtime=0.72 cores=1,3,5,7
/proc/18967/task/18968/stat : 18968 (java) R 18965 18967 13533 0 -1 4202560 11880 0 1 0 71 1 0 0 16 0 19 0 831027482 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18967/tid=18970] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18970/stat : 18970 (java) S 18965 18967 13533 0 -1 4202560 600 0 0 0 22 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18971] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18971/stat : 18971 (java) S 18965 18967 13533 0 -1 4202560 141 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18972] ppid=18965 vsize=10565856 CPUtime=0.23 cores=1,3,5,7
/proc/18967/task/18972/stat : 18972 (java) S 18965 18967 13533 0 -1 4202560 414 0 0 0 23 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18973] ppid=18965 vsize=10565856 CPUtime=0.2 cores=1,3,5,7
/proc/18967/task/18973/stat : 18973 (java) S 18965 18967 13533 0 -1 4202560 281 0 0 0 20 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18974] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18974/stat : 18974 (java) S 18965 18967 13533 0 -1 4202560 145 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18975] ppid=18965 vsize=10565856 CPUtime=0.21 cores=1,3,5,7
/proc/18967/task/18975/stat : 18975 (java) S 18965 18967 13533 0 -1 4202560 348 0 0 0 21 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18976] ppid=18965 vsize=10565856 CPUtime=0.18 cores=1,3,5,7
/proc/18967/task/18976/stat : 18976 (java) S 18965 18967 13533 0 -1 4202560 457 0 0 0 18 0 0 0 16 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18977] ppid=18965 vsize=10565856 CPUtime=0.22 cores=1,3,5,7
/proc/18967/task/18977/stat : 18977 (java) S 18965 18967 13533 0 -1 4202560 370 0 0 0 22 0 0 0 15 0 19 0 831027484 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18978] ppid=18965 vsize=10565856 CPUtime=14.58 cores=1,3,5,7
/proc/18967/task/18978/stat : 18978 (java) S 18965 18967 13533 0 -1 4202560 22137 0 0 0 1455 3 0 0 16 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 0 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
[pid=18967/tid=18979] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18979/stat : 18979 (java) S 18965 18967 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18980] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18980/stat : 18980 (java) S 18965 18967 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831027485 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18981] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18981/stat : 18981 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092055985 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18982] ppid=18965 vsize=10565856 CPUtime=1.5 cores=1,3,5,7
/proc/18967/task/18982/stat : 18982 (java) S 18965 18967 13533 0 -1 4202560 14703 0 0 0 149 1 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 3 0 0 0
[pid=18967/tid=18983] ppid=18965 vsize=10565856 CPUtime=1.08 cores=1,3,5,7
/proc/18967/task/18983/stat : 18983 (java) S 18965 18967 13533 0 -1 4202560 10206 0 0 0 107 1 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18984] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18984/stat : 18984 (java) S 18965 18967 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048281 0 4 0 16800975 18446604469655327104 0 0 -1 1 0 0 0
[pid=18967/tid=18985] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18985/stat : 18985 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 831027487 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 7 0 0 0
[pid=18967/tid=18989] ppid=18965 vsize=10565856 CPUtime=0 cores=1,3,5,7
/proc/18967/task/18989/stat : 18989 (java) S 18965 18967 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027501 10819436544 205123 33554432000 1073741824 1073778376 140735567019664 18446744073709551615 208092048896 0 4 0 16800975 18446604469655327104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 238.94
Current children cumulated vsize (KiB) 10565856

Child status: 30
Real time (s): 127.04
CPU time (s): 238.985
CPU user time (s): 238.654
CPU system time (s): 0.330949
CPU usage (%): 188.118
Max. virtual memory (cumulated for all children) (KiB): 10572912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.654
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221231
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= 6824
involuntary context switches= 2299

runsolver used 0.641902 second user time and 1.49177 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:31:18
IDJOB=3453824
IDBENCH=48028
IDSOLVER=1950
FILE ID=node127/3453824-1307194278
RUNJOBID= node127-1307194061-18051
PBS_JOBID= 13508856
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=449-P1=149-P2=137-P3=137-P4=83-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453824-1307194278/watcher-3453824-1307194278 -o /tmp/evaluation-result-3453824-1307194278/solver-3453824-1307194278 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453824-1307194278.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 854cc656dc0682d745f606d1e6722452
RANDOM SEED=1789122796

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23830840 kB
Buffers:        333008 kB
Cached:         929688 kB
SwapCached:      59160 kB
Active:        6825400 kB
Inactive:      1999352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23830840 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:     7509612 kB
Mapped:          30356 kB
Slab:           124372 kB
PageTables:     102160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130109012 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= 73948 MiB
End job on node127 at 2011-06-04 15:33:25