Trace number 3688201

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT2 151.393 149.354

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688201-1337880878.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.024s.
0.10/0.14	c declared #vars     94
0.10/0.14	c #constraints  8
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.10/0.14	c 8 constraints processed.
0.10/0.14	c objective function length is 64 literals
0.10/0.18	c SATISFIABLE
0.10/0.18	c OPTIMIZING...
0.10/0.18	c Got one! Elapsed wall clock time (in seconds):0.063
0.10/0.18	o 138
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.079
0.10/0.19	o 108
0.30/0.21	c Got one! Elapsed wall clock time (in seconds):0.095
0.30/0.21	o 104
0.30/0.21	c Got one! Elapsed wall clock time (in seconds):0.101
0.30/0.21	o 51
0.30/0.24	c Got one! Elapsed wall clock time (in seconds):0.13
0.30/0.24	o 42
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.143
0.30/0.26	o 40
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.166
0.30/0.28	o 38
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.168
0.30/0.28	o 37
0.48/0.30	c Got one! Elapsed wall clock time (in seconds):0.189
0.48/0.30	o 36
0.48/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.48/0.33	o 35
0.48/0.37	c Got one! Elapsed wall clock time (in seconds):0.251
0.48/0.37	o 33
0.63/0.40	c Got one! Elapsed wall clock time (in seconds):0.282
0.63/0.40	o 32
0.63/0.41	c Got one! Elapsed wall clock time (in seconds):0.294
0.63/0.41	o 30
0.63/0.42	c Got one! Elapsed wall clock time (in seconds):0.306
0.63/0.42	o 28
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.345
0.63/0.46	o 26
0.63/0.48	c Got one! Elapsed wall clock time (in seconds):0.363
0.63/0.48	o 24
0.73/0.55	c Got one! Elapsed wall clock time (in seconds):0.433
0.73/0.55	o 23
0.73/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
0.73/0.57	o 22
0.85/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
0.85/0.61	o 20
0.85/0.66	c Got one! Elapsed wall clock time (in seconds):0.55
0.85/0.66	o 17
0.96/0.76	c Got one! Elapsed wall clock time (in seconds):0.647
0.96/0.76	o 16
0.96/0.78	c Got one! Elapsed wall clock time (in seconds):0.665
0.96/0.78	o 15
1.06/0.80	c Got one! Elapsed wall clock time (in seconds):0.685
1.06/0.80	o 13
1.06/0.84	c Got one! Elapsed wall clock time (in seconds):0.731
1.06/0.84	o 12
1.16/0.99	c cleaning 8670 clauses out of 17339 with flag 2000/17339
1.40/1.11	c Got one! Elapsed wall clock time (in seconds):0.999
1.40/1.11	o 10
1.50/1.27	c cleaning 7331 clauses out of 14661 with flag 3002/23331
1.62/1.30	c Got one! Elapsed wall clock time (in seconds):1.187
1.62/1.30	o 9
1.84/1.50	c cleaning 6496 clauses out of 12996 with flag 5002/28997
2.06/1.73	c cleaning 6249 clauses out of 12499 with flag 11001/34996
2.26/1.97	c cleaning 6620 clauses out of 13249 with flag 18000/41995
2.36/2.07	c Got one! Elapsed wall clock time (in seconds):1.957
2.36/2.07	o 7
2.47/2.18	c cleaning 5932 clauses out of 11877 with flag 2001/47243
2.67/2.38	c cleaning 5970 clauses out of 11946 with flag 8002/53244
2.87/2.60	c cleaning 6488 clauses out of 12975 with flag 15001/60243
3.18/2.88	c cleaning 7242 clauses out of 14486 with flag 23000/68242
3.49/3.20	c cleaning 8122 clauses out of 16244 with flag 32000/77242
3.90/3.57	c cleaning 9061 clauses out of 18122 with flag 42000/87242
4.12/3.70	c Got one! Elapsed wall clock time (in seconds):3.588
4.12/3.70	o 6
4.12/3.78	c cleaning 7227 clauses out of 14454 with flag 1001/92635
4.45/4.00	c cleaning 6611 clauses out of 13226 with flag 7000/98634
4.67/4.23	c cleaning 6806 clauses out of 13618 with flag 14003/105637
4.88/4.47	c cleaning 7402 clauses out of 14810 with flag 22001/113635
5.17/4.77	c cleaning 8199 clauses out of 16407 with flag 31000/122634
5.57/5.11	c cleaning 9100 clauses out of 18208 with flag 41000/132634
5.98/5.53	c cleaning 10054 clauses out of 20108 with flag 52000/143634
6.48/6.05	c cleaning 11027 clauses out of 22055 with flag 64001/155635
7.08/6.61	c cleaning 12015 clauses out of 24031 with flag 77004/168638
7.58/7.10	c Got one! Elapsed wall clock time (in seconds):6.983
7.58/7.10	o 3
7.98/7.55	c cleaning 14972 clauses out of 29943 with flag 5000/186565
8.28/7.82	c cleaning 10487 clauses out of 20973 with flag 11002/192567
8.49/8.07	c cleaning 8740 clauses out of 17484 with flag 18000/199565
8.79/8.34	c cleaning 8371 clauses out of 16745 with flag 26001/207566
9.10/8.65	c cleaning 8682 clauses out of 17375 with flag 35002/216567
9.40/8.98	c cleaning 9342 clauses out of 18692 with flag 45001/226566
9.80/9.36	c cleaning 10172 clauses out of 20349 with flag 56000/237565
10.31/9.80	c cleaning 11088 clauses out of 22179 with flag 68002/249567
10.81/10.32	c cleaning 12043 clauses out of 24089 with flag 81000/262565
11.31/10.90	c cleaning 13021 clauses out of 26048 with flag 95002/276567
12.01/11.55	c cleaning 14011 clauses out of 28027 with flag 110002/291567
12.62/12.19	c cleaning 15005 clauses out of 30014 with flag 126000/307565
13.41/12.91	c cleaning 16003 clauses out of 32009 with flag 143000/324565
14.32/13.80	c cleaning 17003 clauses out of 34006 with flag 161000/342565
15.22/14.72	c cleaning 18001 clauses out of 36004 with flag 180001/361566
16.12/15.69	c cleaning 18998 clauses out of 38002 with flag 200000/381565
17.23/16.79	c cleaning 19995 clauses out of 40004 with flag 221000/402565
18.33/17.88	c cleaning 21002 clauses out of 42009 with flag 243000/424565
19.55/19.09	c cleaning 22001 clauses out of 44007 with flag 266000/447565
20.95/20.41	c cleaning 23003 clauses out of 46006 with flag 290000/471565
22.27/21.79	c cleaning 24001 clauses out of 48003 with flag 315000/496565
23.97/23.47	c cleaning 24996 clauses out of 50002 with flag 341000/522565
25.58/25.08	c cleaning 26001 clauses out of 52006 with flag 368000/549565
27.28/26.70	c cleaning 27002 clauses out of 54005 with flag 396000/577565
29.20/28.68	c cleaning 27998 clauses out of 56003 with flag 425000/606565
31.21/30.63	c cleaning 28999 clauses out of 58005 with flag 455000/636565
33.35/32.73	c cleaning 30000 clauses out of 60006 with flag 486000/667565
35.67/35.08	c cleaning 31002 clauses out of 62006 with flag 518000/699565
36.99/36.34	c Got one! Elapsed wall clock time (in seconds):36.23
36.99/36.34	o 2
38.09/37.47	c cleaning 30075 clauses out of 60167 with flag 5002/728728
38.70/38.08	c cleaning 18039 clauses out of 36091 with flag 11001/734727
39.12/38.44	c cleaning 12518 clauses out of 25051 with flag 18000/741726
39.41/38.77	c cleaning 10259 clauses out of 20535 with flag 26002/749728
39.81/39.11	c cleaning 9628 clauses out of 19276 with flag 35002/758728
40.22/39.50	c cleaning 9815 clauses out of 19646 with flag 45000/768726
40.62/39.93	c cleaning 10411 clauses out of 20833 with flag 56002/779728
41.02/40.36	c cleaning 11206 clauses out of 22420 with flag 68000/791726
41.53/40.88	c cleaning 12108 clauses out of 24216 with flag 81002/804728
42.13/41.44	c cleaning 13052 clauses out of 26106 with flag 95000/818726
42.74/42.06	c cleaning 14028 clauses out of 28055 with flag 110001/833727
43.44/42.72	c cleaning 15014 clauses out of 30027 with flag 126001/849727
44.14/43.47	c cleaning 16006 clauses out of 32012 with flag 143000/866726
45.05/44.38	c cleaning 16998 clauses out of 34006 with flag 161000/884726
46.06/45.33	c cleaning 18004 clauses out of 36009 with flag 180001/903727
47.08/46.39	c cleaning 19002 clauses out of 38005 with flag 200001/923727
48.09/47.38	c cleaning 19999 clauses out of 40002 with flag 221000/944726
49.28/48.51	c cleaning 21002 clauses out of 42004 with flag 243001/966727
50.49/49.71	c cleaning 22000 clauses out of 44003 with flag 266002/989728
51.69/50.94	c cleaning 23000 clauses out of 46001 with flag 290000/1013726
53.09/52.31	c cleaning 23996 clauses out of 48003 with flag 315002/1038728
54.50/53.79	c cleaning 25004 clauses out of 50007 with flag 341002/1064728
56.00/55.25	c cleaning 25998 clauses out of 52001 with flag 368000/1091726
57.70/56.92	c cleaning 26999 clauses out of 54004 with flag 396001/1119727
59.50/58.74	c cleaning 28003 clauses out of 56006 with flag 425002/1148728
61.41/60.67	c cleaning 28999 clauses out of 58002 with flag 455001/1178727
63.41/62.64	c cleaning 30000 clauses out of 60003 with flag 486001/1209727
65.52/64.74	c cleaning 31003 clauses out of 62006 with flag 518004/1241730
67.73/66.91	c cleaning 32002 clauses out of 64003 with flag 551004/1274730
70.24/69.42	c cleaning 32998 clauses out of 65997 with flag 585000/1308726
72.77/71.96	c cleaning 33998 clauses out of 68000 with flag 620001/1343727
75.19/74.30	c cleaning 35001 clauses out of 70001 with flag 656000/1379726
77.59/76.76	c cleaning 35995 clauses out of 72000 with flag 693000/1416726
80.19/79.39	c cleaning 37000 clauses out of 74006 with flag 731001/1454727
82.91/82.10	c cleaning 38001 clauses out of 76007 with flag 770002/1493728
85.63/84.72	c cleaning 38999 clauses out of 78004 with flag 810000/1533726
88.52/87.61	c cleaning 40000 clauses out of 80005 with flag 851000/1574726
91.53/90.69	c cleaning 41003 clauses out of 82005 with flag 893000/1616726
94.73/93.81	c cleaning 42000 clauses out of 84002 with flag 936000/1659726
98.34/97.45	c cleaning 43001 clauses out of 86003 with flag 980001/1703727
102.66/101.44	c cleaning 43997 clauses out of 88002 with flag 1025001/1748727
106.49/105.24	c cleaning 45001 clauses out of 90004 with flag 1071000/1794726
110.51/109.29	c cleaning 46000 clauses out of 92005 with flag 1118002/1841728
114.65/113.34	c cleaning 47000 clauses out of 94004 with flag 1166001/1889727
119.06/117.73	c cleaning 48001 clauses out of 96004 with flag 1215001/1938727
123.37/122.07	c cleaning 48998 clauses out of 98004 with flag 1265002/1988728
128.41/127.00	c cleaning 49998 clauses out of 100004 with flag 1316000/2039726
133.14/131.78	c cleaning 51002 clauses out of 102007 with flag 1368001/2091727
138.26/136.85	c cleaning 51996 clauses out of 104004 with flag 1421000/2144726
143.29/141.89	c cleaning 53000 clauses out of 106008 with flag 1475000/2198726
149.81/147.95	c cleaning 54005 clauses out of 108009 with flag 1530002/2253728
151.25/149.34	c starts		: 258
151.25/149.34	c conflicts		: 2267628
151.25/149.34	c decisions		: 2293278
151.25/149.34	c propagations		: 14817693
151.25/149.34	c inspects		: 1940113890
151.25/149.34	c shortcuts		: 0
151.25/149.34	c learnt literals	: 13
151.25/149.34	c learnt binary clauses	: 10
151.25/149.34	c learnt ternary clauses	: 17
151.25/149.34	c learnt constraints	: 2267614
151.25/149.34	c ignored constraints	: 0
151.25/149.34	c root simplifications	: 0
151.25/149.34	c removed literals (reason simplification)	: 0
151.25/149.34	c reason swapping (by a shorter reason)	: 0
151.25/149.34	c Calls to reduceDB	: 99
151.25/149.35	c number of reductions to clauses (during analyze)	: 0
151.25/149.35	c number of learned constraints concerned by reduction	: 0
151.25/149.35	c number of learning phase by resolution	: 0
151.25/149.35	c number of learning phase by cutting planes	: 0
151.25/149.35	c speed (assignments/second)	: 99311.63373636095
151.25/149.35	c non guided choices	404
151.25/149.35	c learnt constraints type 
151.25/149.35	c constraints type 
151.25/149.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
151.25/149.35	c 8 constraints processed.
151.25/149.35	s OPTIMUM FOUND
151.25/149.35	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 
151.25/149.35	c objective function=2
151.25/149.35	c Total wall clock time (in seconds): 149.232

Verifier Data

OK	2

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-3688201-1337880878/watcher-3688201-1337880878 -o /tmp/evaluation-result-3688201-1337880878/solver-3688201-1337880878 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688201-1337880878.opb 

running on 4 cores: 0,2,4,6

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: 1.92 2.00 1.99 2/194 20581
/proc/meminfo: memFree=29027312/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/20581/stat : 20581 (java) R 20579 20581 16961 0 -1 4194304 252 0 0 0 0 0 0 0 20 0 1 0 254211938 8192 1 33554432000 0 0 0 140734021763160 251052846519 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 67 3 0 0 0 24 0

[startup+0.0773221 s]
/proc/loadavg: 1.92 2.00 1.99 2/194 20581
/proc/meminfo: memFree=29027312/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 3294 0 1 0 4 1 0 0 20 0 18 0 254211938 9787813888 4502 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2389603 4502 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100301 s]
/proc/loadavg: 1.92 2.00 1.99 2/194 20581
/proc/meminfo: memFree=29027312/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 4273 0 1 0 8 2 0 0 20 0 18 0 254211938 9787813888 5478 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2389603 5478 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 1.92 2.00 1.99 2/194 20581
/proc/meminfo: memFree=29027312/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 6384 0 1 0 45 3 0 0 20 0 19 0 254211938 9855975424 7182 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 7182 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700191 s]
/proc/loadavg: 1.92 2.00 1.99 2/194 20581
/proc/meminfo: memFree=29027312/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 7248 0 1 0 93 3 0 0 20 0 19 0 254211938 9855975424 8216 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 8216 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 1.92 2.00 1.99 5/213 20600
/proc/meminfo: memFree=29000384/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 7527 0 1 0 181 3 0 0 20 0 19 0 254211938 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 10856 2267 9 0 2396937 0
[pid=20581/tid=20583] ppid=20579 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (java) R 20579 20581 16961 0 -1 4202560 2455 0 1 0 143 2 0 0 20 0 19 0 254211939 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881616818624 139881464528768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254211941 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) R 20579 20581 16961 0 -1 4202560 1742 0 0 0 16 0 0 0 20 0 19 0 254211944 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880966339264 139881620916213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 2077 0 0 0 17 0 0 0 20 0 19 0 254211944 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 10856 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.92 2.00 1.99 7/213 20600
/proc/meminfo: memFree=28991704/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 7556 0 1 0 346 3 0 0 20 0 19 0 254211938 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 10878 2267 9 0 2396937 0
[pid=20581/tid=20583] ppid=20579 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (java) R 20579 20581 16961 0 -1 4202560 2461 0 1 0 295 2 0 0 20 0 19 0 254211939 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881616826656 139881464964931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 254211941 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) S 20579 20581 16961 0 -1 4202560 1748 0 0 0 18 0 0 0 20 0 19 0 254211944 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880966339384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 2078 0 0 0 17 0 0 0 20 0 19 0 254211944 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 10878 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 20600
/proc/meminfo: memFree=28989160/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=6.78 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 7579 0 1 0 675 3 0 0 20 0 19 0 254211938 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 11382 2267 9 0 2396937 0
[pid=20581/tid=20583] ppid=20579 vsize=9624976 CPUtime=6.05 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (java) R 20579 20581 16961 0 -1 4202560 2472 0 1 0 603 2 0 0 20 0 19 0 254211939 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881616826656 139881464875854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254211940 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 30 0 0 0 15 0 0 0 20 0 19 0 254211941 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) S 20579 20581 16961 0 -1 4202560 1748 0 0 0 20 0 0 0 20 0 19 0 254211944 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880966339384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 2078 0 0 0 17 0 0 0 20 0 19 0 254211944 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 11382 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 72 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 42 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 58 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 156 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254211940 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=1.32 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 41 0 0 0 132 0 0 0 20 0 19 0 254211941 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) S 20579 20581 16961 0 -1 4202560 9317 0 0 0 63 2 0 0 20 0 19 0 254211944 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880966339384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 7042 0 0 0 51 2 0 0 20 0 19 0 254211944 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 22270 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 149.01
Current children cumulated vsize (KiB) 9624976

[startup+148.701 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 20601
/proc/meminfo: memFree=28909652/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=150.64 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 20661 0 1 0 15054 10 0 0 20 0 19 0 254211938 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 22786 2268 9 0 2396937 0
[pid=20581/tid=20583] ppid=20579 vsize=9624976 CPUtime=146.87 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (java) R 20579 20581 16961 0 -1 4202560 2556 0 1 0 14682 5 0 0 20 0 19 0 254211939 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881616826840 139881465055148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 72 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 46 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 58 0 0 0 15 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 156 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 42 0 0 0 134 0 0 0 20 0 19 0 254211941 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) S 20579 20581 16961 0 -1 4202560 9317 0 0 0 63 2 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880966339384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 7042 0 0 0 51 2 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 150.64
Current children cumulated vsize (KiB) 9624976

[startup+149.101 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 20601
/proc/meminfo: memFree=28909652/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=151.05 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 20661 0 1 0 15095 10 0 0 20 0 19 0 254211938 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 22786 2268 9 0 2396937 0
[pid=20581/tid=20583] ppid=20579 vsize=9624976 CPUtime=147.27 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (java) R 20579 20581 16961 0 -1 4202560 2556 0 1 0 14722 5 0 0 20 0 19 0 254211939 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881616825168 139881465054800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 72 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 46 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 58 0 0 0 15 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 156 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 42 0 0 0 134 0 0 0 20 0 19 0 254211941 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) S 20579 20581 16961 0 -1 4202560 9317 0 0 0 63 2 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880966339384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 7042 0 0 0 52 2 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 151.05
Current children cumulated vsize (KiB) 9624976

[startup+149.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 20601
/proc/meminfo: memFree=28909652/32873648 swapFree=7360/7360
[pid=20581] ppid=20579 vsize=9624976 CPUtime=151.25 cores=0,2,4,6
/proc/20581/stat : 20581 (java) S 20579 20581 16961 0 -1 4202496 20661 0 1 0 15115 10 0 0 20 0 19 0 254211938 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 140733900777664 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20581/statm: 2406244 22786 2268 9 0 2396937 0
[pid=20581/tid=20583] ppid=20579 vsize=9624976 CPUtime=147.47 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (java) R 20579 20581 16961 0 -1 4202560 2556 0 1 0 14742 5 0 0 20 0 19 0 254211939 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881616825168 139881465055120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 16961 0 -1 4202560 72 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881589279144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20585] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881588226600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20586] ppid=20579 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 16961 0 -1 4202560 46 0 0 0 13 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881587173544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20587] ppid=20579 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 16961 0 -1 4202560 58 0 0 0 15 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881586121000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881585068968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20589] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881584016424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20590] ppid=20579 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/20581/task/20590/stat : 20590 (java) S 20579 20581 16961 0 -1 4202560 156 0 0 0 14 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881582963368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20591] ppid=20579 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/20581/task/20591/stat : 20591 (java) S 20579 20581 16961 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254211940 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139881453497128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20592] ppid=20579 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/20581/task/20592/stat : 20592 (java) S 20579 20581 16961 0 -1 4202560 42 0 0 0 134 0 0 0 20 0 19 0 254211941 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880970549608 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20593] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20593/stat : 20593 (java) S 20579 20581 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880969495928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20594] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20594/stat : 20594 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211942 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880968442760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20595] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20595/stat : 20595 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880967391504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20596] ppid=20579 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/20581/task/20596/stat : 20596 (java) S 20579 20581 16961 0 -1 4202560 9317 0 0 0 63 2 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880966339384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20581/tid=20597] ppid=20579 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/20581/task/20597/stat : 20597 (java) S 20579 20581 16961 0 -1 4202560 7042 0 0 0 52 2 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880965286840 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20581/tid=20598] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20598/stat : 20598 (java) S 20579 20581 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880964233976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20581/tid=20599] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20599/stat : 20599 (java) S 20579 20581 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254211944 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880963181640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20581/tid=20600] ppid=20579 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/20581/task/20600/stat : 20600 (java) S 20579 20581 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254211952 9855975424 22786 33554432000 1073741824 1073778376 140733900786528 139880962126888 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 151.25
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 149.354
CPU time (s): 151.393
CPU user time (s): 151.168
CPU system time (s): 0.224965
CPU usage (%): 101.365
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.168
system time used= 0.224965
maximum resident set size= 91200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20680
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6106
involuntary context switches= 6785

runsolver used 0.329949 second user time and 0.78388 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 19:34:38
IDJOB=3688201
IDBENCH=2896
IDSOLVER=2269
FILE ID=node149/3688201-1337880878
RUNJOBID= node149-1337871880-16977
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688201-1337880878/watcher-3688201-1337880878 -o /tmp/evaluation-result-3688201-1337880878/solver-3688201-1337880878 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688201-1337880878.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=2043705641

node149.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.145
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.29
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.145
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.145
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.55
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.145
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.145
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.91
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.145
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	: 5438.55
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.145
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.145
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:       32873648 kB
MemFree:        29027312 kB
Buffers:          223404 kB
Cached:          2712448 kB
SwapCached:            0 kB
Active:           712724 kB
Inactive:        2357888 kB
Active(anon):     136048 kB
Inactive(anon):        0 kB
Active(file):     576676 kB
Inactive(file):  2357888 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        150748 kB
Mapped:            22492 kB
Shmem:               200 kB
Slab:             628460 kB
SReclaimable:      72608 kB
SUnreclaim:       555852 kB
KernelStack:        1624 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node149 at 2012-05-24 19:37:08