Trace number 3734787

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 163.529 82.2617

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	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 Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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	
0.10/0.11	c solving HOME/instance-3734787-1338745832.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.019s.
0.10/0.13	c #vars     31
0.10/0.13	c #constraints  9
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
2.36/0.75	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.54/1.05	c cleaning 4250 clauses out of 8499 with flag 11000/11000
4.63/1.48	c cleaning 5622 clauses out of 11249 with flag 18000/18000
5.95/2.01	c cleaning 6814 clauses out of 13627 with flag 26000/26000
6.95/2.56	c cleaning 7907 clauses out of 15814 with flag 35001/35001
8.57/3.31	c cleaning 8953 clauses out of 17906 with flag 45000/45000
9.95/4.08	c cleaning 9475 clauses out of 18953 with flag 55000/55000
11.72/4.92	c cleaning 9737 clauses out of 19478 with flag 65000/65000
13.13/5.66	c cleaning 9866 clauses out of 19741 with flag 75000/75000
15.10/6.68	c cleaning 9935 clauses out of 19876 with flag 85001/85001
17.06/7.63	c cleaning 9971 clauses out of 19941 with flag 95001/95001
18.44/8.38	c cleaning 9979 clauses out of 19970 with flag 105001/105001
20.00/9.15	c cleaning 9992 clauses out of 19990 with flag 115000/115000
22.59/10.45	c cleaning 10000 clauses out of 20000 with flag 125002/125002
24.98/11.65	c cleaning 9999 clauses out of 19999 with flag 135001/135001
26.76/12.59	c cleaning 9999 clauses out of 20000 with flag 145001/145001
28.53/13.48	c cleaning 9998 clauses out of 20001 with flag 155001/155001
29.30/13.86	c cleaning 0 clauses out of 5000 with flag 0/5000
31.04/14.49	c cleaning 9998 clauses out of 20002 with flag 165000/165000
33.47/15.64	c cleaning 9999 clauses out of 20004 with flag 175000/175000
35.82/16.67	c cleaning 10002 clauses out of 20006 with flag 185001/185001
37.78/17.61	c cleaning 9995 clauses out of 20003 with flag 195000/195000
39.76/18.60	c cleaning 9998 clauses out of 20008 with flag 205000/205000
41.73/19.62	c cleaning 10004 clauses out of 20010 with flag 215000/215000
43.70/20.69	c cleaning 9997 clauses out of 20006 with flag 225000/225000
45.93/21.75	c cleaning 10000 clauses out of 20009 with flag 235000/235000
47.68/22.65	c cleaning 10002 clauses out of 20009 with flag 245000/245000
49.45/23.50	c cleaning 10003 clauses out of 20008 with flag 255001/255001
51.21/24.44	c cleaning 10000 clauses out of 20004 with flag 265000/265000
52.77/25.30	c cleaning 10001 clauses out of 20005 with flag 275001/275001
54.55/26.19	c cleaning 10000 clauses out of 20003 with flag 285000/285000
56.12/26.99	c cleaning 10001 clauses out of 20004 with flag 295001/295001
57.88/27.90	c cleaning 10001 clauses out of 20003 with flag 305001/305001
59.45/28.69	c cleaning 9999 clauses out of 20002 with flag 315001/315001
61.00/29.42	c cleaning 10001 clauses out of 20003 with flag 325001/325001
62.37/30.12	c cleaning 9999 clauses out of 20001 with flag 335000/335000
63.73/30.86	c cleaning 10000 clauses out of 20002 with flag 345000/345000
65.29/31.69	c cleaning 9994 clauses out of 20002 with flag 355000/355000
66.85/32.47	c cleaning 10002 clauses out of 20008 with flag 365000/365000
68.42/33.26	c cleaning 10000 clauses out of 20006 with flag 375000/375000
69.76/33.97	c cleaning 10002 clauses out of 20006 with flag 385000/385000
71.33/34.79	c cleaning 9998 clauses out of 20004 with flag 395000/395000
73.09/35.64	c cleaning 10002 clauses out of 20006 with flag 405000/405000
74.68/36.45	c cleaning 9996 clauses out of 20004 with flag 415000/415000
76.22/37.22	c cleaning 10003 clauses out of 20008 with flag 425000/425000
77.80/38.03	c cleaning 9999 clauses out of 20005 with flag 435000/435000
79.36/38.85	c cleaning 9999 clauses out of 20006 with flag 445000/445000
80.73/39.60	c cleaning 10001 clauses out of 20008 with flag 455001/455001
82.27/40.36	c cleaning 10000 clauses out of 20006 with flag 465000/465000
83.64/41.08	c cleaning 10001 clauses out of 20006 with flag 475000/475000
85.23/41.86	c cleaning 10003 clauses out of 20005 with flag 485000/485000
86.78/42.63	c cleaning 9995 clauses out of 20002 with flag 495000/495000
88.12/43.37	c cleaning 10002 clauses out of 20008 with flag 505001/505001
89.71/44.12	c cleaning 10001 clauses out of 20005 with flag 515000/515000
91.26/44.91	c cleaning 9999 clauses out of 20004 with flag 525000/525000
92.65/45.66	c cleaning 9996 clauses out of 20006 with flag 535001/535001
94.01/46.33	c cleaning 10003 clauses out of 20010 with flag 545001/545001
95.17/46.99	c cleaning 9997 clauses out of 20006 with flag 555000/555000
96.55/47.65	c cleaning 10002 clauses out of 20010 with flag 565001/565001
97.90/48.30	c cleaning 10002 clauses out of 20009 with flag 575002/575002
99.06/48.95	c cleaning 9998 clauses out of 20005 with flag 585000/585000
100.62/49.80	c cleaning 10000 clauses out of 20007 with flag 595000/595000
102.19/50.59	c cleaning 10000 clauses out of 20008 with flag 605001/605001
103.75/51.40	c cleaning 10000 clauses out of 20007 with flag 615000/615000
105.29/52.15	c cleaning 10000 clauses out of 20007 with flag 625000/625000
106.67/52.90	c cleaning 10002 clauses out of 20008 with flag 635001/635001
107.82/53.49	c cleaning 10000 clauses out of 20005 with flag 645000/645000
109.18/54.16	c cleaning 10004 clauses out of 20007 with flag 655002/655002
110.53/54.83	c cleaning 10000 clauses out of 20002 with flag 665001/665001
111.90/55.51	c cleaning 9994 clauses out of 20002 with flag 675001/675001
113.27/56.26	c cleaning 9998 clauses out of 20007 with flag 685000/685000
114.62/56.96	c cleaning 10002 clauses out of 20010 with flag 695001/695001
115.97/57.66	c cleaning 10004 clauses out of 20007 with flag 705000/705000
117.34/58.37	c cleaning 9998 clauses out of 20004 with flag 715001/715001
118.90/59.12	c cleaning 10000 clauses out of 20006 with flag 725001/725001
120.07/59.75	c cleaning 10001 clauses out of 20006 with flag 735001/735001
121.43/60.40	c cleaning 10004 clauses out of 20007 with flag 745003/745003
122.60/61.05	c cleaning 9998 clauses out of 20001 with flag 755001/755001
123.97/61.72	c cleaning 10000 clauses out of 20003 with flag 765001/765001
125.47/62.45	c cleaning 10001 clauses out of 20002 with flag 775000/775000
127.09/63.12	c cleaning 9999 clauses out of 20002 with flag 785001/785001
128.75/63.81	c cleaning 9998 clauses out of 20003 with flag 795001/795001
130.27/64.51	c cleaning 9998 clauses out of 20004 with flag 805000/805000
131.43/65.14	c cleaning 9999 clauses out of 20006 with flag 815000/815000
132.77/65.81	c cleaning 10005 clauses out of 20009 with flag 825002/825002
133.96/66.44	c cleaning 10001 clauses out of 20002 with flag 835000/835000
135.33/67.11	c cleaning 9998 clauses out of 20001 with flag 845000/845000
136.49/67.76	c cleaning 10002 clauses out of 20003 with flag 855000/855000
137.84/68.41	c cleaning 9997 clauses out of 20002 with flag 865001/865001
139.01/69.06	c cleaning 10002 clauses out of 20005 with flag 875001/875001
140.52/69.72	c cleaning 9996 clauses out of 20003 with flag 885001/885001
141.97/70.47	c cleaning 10001 clauses out of 20007 with flag 895001/895001
143.34/71.14	c cleaning 10001 clauses out of 20005 with flag 905000/905000
144.71/71.81	c cleaning 9999 clauses out of 20005 with flag 915001/915001
145.87/72.49	c cleaning 10002 clauses out of 20006 with flag 925001/925001
147.22/73.17	c cleaning 9999 clauses out of 20003 with flag 935000/935000
148.58/73.83	c cleaning 9998 clauses out of 20005 with flag 945001/945001
149.72/74.43	c cleaning 10001 clauses out of 20007 with flag 955001/955001
150.88/75.04	c cleaning 10005 clauses out of 20009 with flag 965004/965004
152.24/75.74	c cleaning 9999 clauses out of 20000 with flag 975000/975000
153.58/76.46	c cleaning 9998 clauses out of 20002 with flag 985001/985001
154.96/77.11	c cleaning 10000 clauses out of 20003 with flag 995000/995000
156.12/77.76	c cleaning 10000 clauses out of 20005 with flag 1005002/1005002
157.57/78.41	c cleaning 10002 clauses out of 20004 with flag 1015001/1015001
158.71/79.09	c cleaning 9997 clauses out of 20002 with flag 1025001/1025001
160.07/79.77	c cleaning 9999 clauses out of 20004 with flag 1035000/1035000
161.44/80.45	c cleaning 10002 clauses out of 20006 with flag 1045002/1045002
162.60/81.09	c cleaning 10000 clauses out of 20001 with flag 1055002/1055002
163.14/81.39	c And the winner is Resolution
163.39/82.24	c starts		: 188
163.39/82.24	c conflicts		: 1060300
163.39/82.24	c decisions		: 1062759
163.39/82.24	c propagations		: 7380031
163.39/82.24	c inspects		: 911563429
163.39/82.24	c learnt literals	: 12
163.39/82.24	c learnt binary clauses	: 71
163.39/82.24	c learnt ternary clauses	: 313
163.39/82.24	c learnt clauses	: 1060287
163.39/82.24	c ignored clauses	: 0
163.39/82.24	c root simplifications	: 0
163.39/82.24	c removed literals (reason simplification)	: 10532693
163.39/82.24	c reason swapping (by a shorter reason)	: 0
163.39/82.24	c Calls to reduceDB	: 107
163.39/82.24	c number of reductions to clauses (during analyze)	: 0
163.39/82.24	c number of learned constraints concerned by reduction	: 0
163.39/82.24	c number of learning phase by resolution	: 0
163.39/82.24	c number of learning phase by cutting planes	: 0
163.39/82.24	c speed (assignments/second)	: 89887.47061617725
163.39/82.24	c non guided choices	13
163.39/82.25	c learnt constraints type 
163.39/82.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15219
163.39/82.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
163.39/82.25	c constraints type 
163.39/82.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
163.39/82.25	c constraints type 
163.39/82.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
163.39/82.25	s UNSATISFIABLE
163.39/82.25	c Total wall clock time (in seconds): 82.135

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3734787-1338745832/watcher-3734787-1338745832 -o /tmp/evaluation-result-3734787-1338745832/solver-3734787-1338745832 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734787-1338745832.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.77 3.63 3.51 4/198 11349
/proc/meminfo: memFree=25972736/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11349/stat : 11349 (java) R 11347 11349 9489 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 340708094 9515008 185 33554432000 1073741824 1073778376 140734354623328 140734354612392 223651311024 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 5149 187 143 9 0 128 0

[startup+0.104093 s]
/proc/loadavg: 3.77 3.63 3.51 4/198 11349
/proc/meminfo: memFree=25972736/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 4702 0 1 0 9 1 0 0 20 0 18 0 340708094 2764726272 6402 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 674982 6402 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.200235 s]
/proc/loadavg: 3.77 3.63 3.51 4/198 11349
/proc/meminfo: memFree=25972736/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 7514 0 1 0 35 1 0 0 20 0 22 0 340708094 3037372416 9661 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 9661 2200 9 0 732240 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 2966184

[startup+0.300266 s]
/proc/loadavg: 3.77 3.63 3.51 4/198 11349
/proc/meminfo: memFree=25972736/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 9764 0 1 0 75 2 0 0 20 0 22 0 340708094 3037372416 12241 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 12241 2208 9 0 732240 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 2966184

[startup+0.70022 s]
/proc/loadavg: 3.77 3.63 3.51 4/198 11349
/proc/meminfo: memFree=25972736/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=2.36 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 18802 0 1 0 231 5 0 0 20 0 22 0 340708094 3037372416 35320 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 35320 2236 9 0 732240 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 2966184

[startup+1.50092 s]
/proc/loadavg: 3.95 3.67 3.52 7/220 11371
/proc/meminfo: memFree=25755804/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=4.82 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 25654 0 1 0 471 11 0 0 20 0 22 0 340708094 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 81998 2266 9 0 732240 0
[pid=11349/tid=11351] ppid=11347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11349/task/11351/stat : 11351 (java) S 11347 11349 9489 0 -1 4202560 2782 0 1 0 11 0 0 0 20 0 22 0 340708095 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635068257432 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11352] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11352/stat : 11352 (java) S 11347 11349 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635052538280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11353] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11353/stat : 11353 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635051485736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11354] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11354/stat : 11354 (java) S 11347 11349 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635050432680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11355] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11355/stat : 11355 (java) S 11347 11349 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635049380136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11356] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11356/stat : 11356 (java) S 11347 11349 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635048328104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11357] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11357/stat : 11357 (java) S 11347 11349 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635047275560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11358] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 340708097 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 9311 0 0 0 95 2 0 0 20 0 22 0 340708101 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11365] ppid=11347 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/11349/task/11365/stat : 11365 (java) S 11347 11349 9489 0 -1 4202560 12045 0 0 0 99 3 0 0 20 0 22 0 340708101 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635027495864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11366] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11366/stat : 11366 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635026443000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11367] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11367/stat : 11367 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139635025390664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11368] ppid=11347 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/11349/task/11368/stat : 11368 (java) R 11347 11349 9489 0 -1 4202560 66 0 0 0 128 1 0 0 20 0 22 0 340708108 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139634906489272 139634907085304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11369] ppid=11347 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/11349/task/11369/stat : 11369 (java) R 11347 11349 9489 0 -1 4202560 181 0 0 0 125 4 0 0 20 0 22 0 340708108 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139634905434984 139634906924157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11370] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11370/stat : 11370 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340708109 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139634904384296 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11371] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11371/stat : 11371 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340708109 3037372416 81998 33554432000 1073741824 1073778376 140734354623328 139634903331752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.95 3.67 3.52 5/220 11371
/proc/meminfo: memFree=25573160/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=8.16 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 26009 0 1 0 803 13 0 0 20 0 22 0 340708094 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 103021 2273 9 0 732240 0
[pid=11349/tid=11351] ppid=11347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11349/task/11351/stat : 11351 (java) S 11347 11349 9489 0 -1 4202560 2782 0 1 0 11 0 0 0 20 0 22 0 340708095 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635068257432 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11352] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11352/stat : 11352 (java) S 11347 11349 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635052538280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11353] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11353/stat : 11353 (java) S 11347 11349 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635051485736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11354] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11354/stat : 11354 (java) S 11347 11349 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635050432680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11355] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11355/stat : 11355 (java) S 11347 11349 9489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635049380136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11356] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11356/stat : 11356 (java) S 11347 11349 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635048328104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11357] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11357/stat : 11357 (java) S 11347 11349 9489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635047275560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11358] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340708096 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 22 0 340708097 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 9318 0 0 0 107 2 0 0 20 0 22 0 340708101 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11365] ppid=11347 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/11349/task/11365/stat : 11365 (java) S 11347 11349 9489 0 -1 4202560 12324 0 0 0 103 3 0 0 20 0 22 0 340708101 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635027495864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11366] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11366/stat : 11366 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635026443000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11367] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11367/stat : 11367 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139635025390664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11368] ppid=11347 vsize=2966184 CPUtime=2.84 cores=1,3,5,7
/proc/11349/task/11368/stat : 11368 (java) R 11347 11349 9489 0 -1 4202560 69 0 0 0 282 2 0 0 20 0 22 0 340708108 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139634906488224 139634907008531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11369] ppid=11347 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/11349/task/11369/stat : 11369 (java) R 11347 11349 9489 0 -1 4202560 222 0 0 0 278 5 0 0 20 0 22 0 340708108 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139634905434752 139634906909276 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11370] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11370/stat : 11370 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340708109 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139634904384296 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11371] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11371/stat : 11371 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340708109 3037372416 103021 33554432000 1073741824 1073778376 140734354623328 139634903331752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 2966184

[startup+6.30098 s]
/proc/loadavg: 3.87 3.66 3.52 5/220 11371
/proc/meminfo: memFree=25567392/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=14.47 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 26056 0 1 0 1432 15 0 0 20 0 22 0 340708094 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 108842 2273 9 0 732240 0
[pid=11349/tid=11351] ppid=11347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11349/task/11351/stat : 11351 (java) S 11347 11349 9489 0 -1 4202560 2782 0 1 0 11 0 0 0 20 0 22 0 340708095 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635068257432 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11352] ppid=11347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11349/task/11352/stat : 11352 (java) S 11347 11349 9489 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635052538280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11353] ppid=11347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11349/task/11353/stat : 11353 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635051485736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11354] ppid=11347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11349/task/11354/stat : 11354 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635050432680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11355] ppid=11347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11349/task/11355/stat : 11355 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635049380136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11356] ppid=11347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11349/task/11356/stat : 11356 (java) S 11347 11349 9489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635048328104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11357] ppid=11347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11349/task/11357/stat : 11357 (java) S 11347 11349 9489 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635047275560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11358] ppid=11347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 340708096 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 34 0 0 0 17 2 0 0 20 0 22 0 340708097 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 9318 0 0 0 107 2 0 0 20 0 22 0 340708101 3037372416 108842 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 48 0 0 0 33 0 0 0 20 0 22 0 340708096 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 29 0 0 0 33 0 0 0 20 0 22 0 340708096 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=4.58 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 61 0 0 0 455 3 0 0 20 0 22 0 340708097 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340708098 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 16401 0 0 0 230 3 0 0 20 0 22 0 340708101 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11365] ppid=11347 vsize=2966184 CPUtime=2.07 cores=1,3,5,7
/proc/11349/task/11365/stat : 11365 (java) S 11347 11349 9489 0 -1 4202560 18230 0 0 0 204 3 0 0 20 0 22 0 340708101 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635027495864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11366] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11366/stat : 11366 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340708101 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635026443000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11367] ppid=11347 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/11349/task/11367/stat : 11367 (java) S 11347 11349 9489 0 -1 4202560 4 0 0 0 1 2 0 0 20 0 22 0 340708101 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139635025390664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11368] ppid=11347 vsize=2966184 CPUtime=74.34 cores=1,3,5,7
/proc/11349/task/11368/stat : 11368 (java) R 11347 11349 9489 0 -1 4202560 166 0 0 0 7430 4 0 0 20 0 22 0 340708108 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139634906489112 139634907028627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11369] ppid=11347 vsize=2966184 CPUtime=74.33 cores=1,3,5,7
/proc/11349/task/11369/stat : 11369 (java) R 11347 11349 9489 0 -1 4202560 289 0 0 0 7425 8 0 0 20 0 22 0 340708108 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139634905434816 139634906924433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11370] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11370/stat : 11370 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340708109 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139634904384296 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11371] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11371/stat : 11371 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340708109 3037372416 134209 33554432000 1073741824 1073778376 140734354623328 139634903331752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 2966184

[startup+81.6008 s]
/proc/loadavg: 3.87 3.69 3.54 3/218 11371
/proc/meminfo: memFree=25404332/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=163.39 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 39479 0 1 0 16308 31 0 0 20 0 20 0 340708094 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 134203 2275 9 0 732240 0
[pid=11349/tid=11351] ppid=11347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11349/task/11351/stat : 11351 (java) S 11347 11349 9489 0 -1 4202560 2786 0 1 0 11 0 0 0 20 0 20 0 340708095 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635068257432 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11352] ppid=11347 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/11349/task/11352/stat : 11352 (java) S 11347 11349 9489 0 -1 4202560 50 0 0 0 32 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635052538280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11353] ppid=11347 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/11349/task/11353/stat : 11353 (java) S 11347 11349 9489 0 -1 4202560 41 0 0 0 32 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635051485736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11354] ppid=11347 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/11349/task/11354/stat : 11354 (java) S 11347 11349 9489 0 -1 4202560 49 0 0 0 31 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635050432680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11355] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11355/stat : 11355 (java) S 11347 11349 9489 0 -1 4202560 60 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635049380136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11356] ppid=11347 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/11349/task/11356/stat : 11356 (java) S 11347 11349 9489 0 -1 4202560 40 0 0 0 39 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635048328104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11357] ppid=11347 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/11349/task/11357/stat : 11357 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 35 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635047275560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11358] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 49 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=4.69 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 61 0 0 0 466 3 0 0 20 0 20 0 340708097 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340708098 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340708098 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 16401 0 0 0 230 3 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11365] ppid=11347 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/11349/task/11365/stat : 11365 (java) S 11347 11349 9489 0 -1 4202560 18230 0 0 0 206 3 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635027495864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11366] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11366/stat : 11366 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635026443000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11367] ppid=11347 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/11349/task/11367/stat : 11367 (java) S 11347 11349 9489 0 -1 4202560 4 0 0 0 1 2 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635025390664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11370] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11370/stat : 11370 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340708109 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139634904384296 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11371] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11371/stat : 11371 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340708109 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139634903331752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 163.39
Current children cumulated vsize (KiB) 2966184

[startup+82.0007 s]
/proc/loadavg: 3.87 3.69 3.54 3/218 11371
/proc/meminfo: memFree=25404332/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=163.39 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 39479 0 1 0 16308 31 0 0 20 0 20 0 340708094 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 134203 2275 9 0 732240 0
[pid=11349/tid=11351] ppid=11347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11349/task/11351/stat : 11351 (java) S 11347 11349 9489 0 -1 4202560 2786 0 1 0 11 0 0 0 20 0 20 0 340708095 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635068257432 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11352] ppid=11347 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/11349/task/11352/stat : 11352 (java) S 11347 11349 9489 0 -1 4202560 50 0 0 0 32 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635052538280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11353] ppid=11347 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/11349/task/11353/stat : 11353 (java) S 11347 11349 9489 0 -1 4202560 41 0 0 0 32 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635051485736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11354] ppid=11347 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/11349/task/11354/stat : 11354 (java) S 11347 11349 9489 0 -1 4202560 49 0 0 0 31 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635050432680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11355] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11355/stat : 11355 (java) S 11347 11349 9489 0 -1 4202560 60 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635049380136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11356] ppid=11347 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/11349/task/11356/stat : 11356 (java) S 11347 11349 9489 0 -1 4202560 40 0 0 0 39 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635048328104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11357] ppid=11347 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/11349/task/11357/stat : 11357 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 35 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635047275560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11358] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 49 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=4.69 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 61 0 0 0 466 3 0 0 20 0 20 0 340708097 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340708098 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340708098 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 16401 0 0 0 230 3 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11365] ppid=11347 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/11349/task/11365/stat : 11365 (java) S 11347 11349 9489 0 -1 4202560 18230 0 0 0 206 3 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635027495864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11366] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11366/stat : 11366 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635026443000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11367] ppid=11347 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/11349/task/11367/stat : 11367 (java) S 11347 11349 9489 0 -1 4202560 4 0 0 0 1 2 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635025390664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11370] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11370/stat : 11370 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340708109 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139634904384296 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11371] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11371/stat : 11371 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340708109 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139634903331752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 163.39
Current children cumulated vsize (KiB) 2966184

[startup+82.2008 s]
/proc/loadavg: 3.87 3.69 3.54 3/218 11371
/proc/meminfo: memFree=25404332/32873844 swapFree=7628/7628
[pid=11349] ppid=11347 vsize=2966184 CPUtime=163.39 cores=1,3,5,7
/proc/11349/stat : 11349 (java) S 11347 11349 9489 0 -1 4202496 39479 0 1 0 16308 31 0 0 20 0 20 0 340708094 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 140734354614464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11349/statm: 741546 134203 2275 9 0 732240 0
[pid=11349/tid=11351] ppid=11347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11349/task/11351/stat : 11351 (java) S 11347 11349 9489 0 -1 4202560 2786 0 1 0 11 0 0 0 20 0 20 0 340708095 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635068257432 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11352] ppid=11347 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/11349/task/11352/stat : 11352 (java) S 11347 11349 9489 0 -1 4202560 50 0 0 0 32 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635052538280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11353] ppid=11347 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/11349/task/11353/stat : 11353 (java) S 11347 11349 9489 0 -1 4202560 41 0 0 0 32 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635051485736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11354] ppid=11347 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/11349/task/11354/stat : 11354 (java) S 11347 11349 9489 0 -1 4202560 49 0 0 0 31 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635050432680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11355] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11355/stat : 11355 (java) S 11347 11349 9489 0 -1 4202560 60 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635049380136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11356] ppid=11347 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/11349/task/11356/stat : 11356 (java) S 11347 11349 9489 0 -1 4202560 40 0 0 0 39 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635048328104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11357] ppid=11347 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/11349/task/11357/stat : 11357 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 35 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635047275560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11358] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11358/stat : 11358 (java) S 11347 11349 9489 0 -1 4202560 49 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635046222504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11359] ppid=11347 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/11349/task/11359/stat : 11359 (java) S 11347 11349 9489 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 20 0 340708096 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635045169960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11360] ppid=11347 vsize=2966184 CPUtime=4.69 cores=1,3,5,7
/proc/11349/task/11360/stat : 11360 (java) S 11347 11349 9489 0 -1 4202560 61 0 0 0 466 3 0 0 20 0 20 0 340708097 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635032758632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11361] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11361/stat : 11361 (java) S 11347 11349 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340708098 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635031704952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11362] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11362/stat : 11362 (java) S 11347 11349 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340708098 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635030651784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11363] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11363/stat : 11363 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635029600528 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11349/tid=11364] ppid=11347 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/11349/task/11364/stat : 11364 (java) S 11347 11349 9489 0 -1 4202560 16401 0 0 0 230 3 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635028548408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11365] ppid=11347 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/11349/task/11365/stat : 11365 (java) S 11347 11349 9489 0 -1 4202560 18230 0 0 0 206 3 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635027495864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11349/tid=11366] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11366/stat : 11366 (java) S 11347 11349 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635026443000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11349/tid=11367] ppid=11347 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/11349/task/11367/stat : 11367 (java) S 11347 11349 9489 0 -1 4202560 4 0 0 0 1 2 0 0 20 0 20 0 340708101 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139635025390664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11370] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11370/stat : 11370 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340708109 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139634904384296 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11349/tid=11371] ppid=11347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11349/task/11371/stat : 11371 (java) S 11347 11349 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340708109 3037372416 134203 33554432000 1073741824 1073778376 140734354623328 139634903331752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 163.39
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 82.2617
CPU time (s): 163.529
CPU user time (s): 163.136
CPU system time (s): 0.39294
CPU usage (%): 198.791
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.136
system time used= 0.39294
maximum resident set size= 545272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39487
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5788
involuntary context switches= 8548

runsolver used 0.170974 second user time and 0.449931 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 19:50:32
IDJOB=3734787
IDBENCH=2905
IDSOLVER=2324
FILE ID=node144/3734787-1338745832
RUNJOBID= node144-1338739588-9506
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734787-1338745832/watcher-3734787-1338745832 -o /tmp/evaluation-result-3734787-1338745832/solver-3734787-1338745832 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734787-1338745832.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1005948714

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25973380 kB
Buffers:         1717852 kB
Cached:          3660904 kB
SwapCached:          464 kB
Active:          4130100 kB
Inactive:        1889516 kB
Active(anon):     620900 kB
Inactive(anon):    11188 kB
Active(file):    3509200 kB
Inactive(file):  1878328 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:                84 kB
Writeback:             0 kB
AnonPages:        726420 kB
Mapped:            22508 kB
Shmem:               172 kB
Slab:             740232 kB
SReclaimable:     182004 kB
SUnreclaim:       558228 kB
KernelStack:        1800 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 19:51:55