Trace number 3688650

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 RES // CP 2.3.2 SnapshotOPT5 1601.2 829.979

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2.74058
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


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

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688650-1337878658.opb
0.11/0.10	c reading problem ... 
0.49/0.37	c ... done. Wall clock time 0.265s.
0.49/0.37	c declared #vars     100
0.49/0.37	c internal #vars     3174
0.49/0.37	c #constraints  6248
0.49/0.37	c constraints type 
0.49/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
0.49/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.49/0.37	c 6248 constraints processed.
0.49/0.37	c constraints type 
0.49/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3174
0.49/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
0.49/0.37	c 6248 constraints processed.
0.49/0.37	c objective function length is 100 literals
0.75/0.41	c  And the winner is solver0
1.01/0.87	c SATISFIABLE
1.01/0.87	c OPTIMIZING...
1.01/0.87	c Got one! Elapsed wall clock time (in seconds):0.767
1.01/0.87	o 7
1.09/0.93	c  And the winner is solver0
1.24/1.37	c Got one! Elapsed wall clock time (in seconds):1.271
1.24/1.37	o 6
5.53/3.04	c cleaning 2502 clauses out of 5009 with flag 5000/5009
9.52/4.96	c cleaning 4252 clauses out of 8509 with flag 11002/11011
14.09/7.20	c cleaning 5629 clauses out of 11260 with flag 18005/18014
18.98/9.74	c cleaning 6809 clauses out of 13628 with flag 26002/26011
24.69/12.62	c cleaning 7890 clauses out of 15819 with flag 35002/35011
30.78/15.70	c cleaning 8962 clauses out of 17927 with flag 45000/45009
37.46/19.14	c cleaning 9984 clauses out of 19976 with flag 56011/56020
44.92/22.90	c cleaning 10990 clauses out of 21983 with flag 68002/68011
53.32/27.20	c cleaning 11996 clauses out of 23991 with flag 81000/81009
62.02/31.60	c cleaning 12977 clauses out of 25998 with flag 95003/95012
71.07/36.28	c cleaning 14002 clauses out of 28018 with flag 110000/110009
81.28/41.46	c cleaning 15008 clauses out of 30018 with flag 126002/126011
92.40/47.15	c cleaning 15999 clauses out of 32009 with flag 143001/143010
103.98/53.09	c cleaning 17003 clauses out of 34009 with flag 161000/161009
116.19/59.24	c cleaning 18000 clauses out of 36006 with flag 180000/180009
129.38/65.99	c cleaning 18984 clauses out of 38013 with flag 200007/200016
143.80/73.37	c cleaning 20006 clauses out of 40024 with flag 221002/221011
158.79/80.99	c cleaning 21007 clauses out of 42016 with flag 243000/243009
173.09/88.22	c cleaning 21993 clauses out of 44009 with flag 266000/266009
189.59/96.70	c cleaning 22984 clauses out of 46016 with flag 290000/290009
206.92/105.55	c cleaning 24009 clauses out of 48032 with flag 315000/315009
220.61/112.54	c cleaning 0 clauses out of 5003 with flag 0/5003
225.86/115.14	c cleaning 25011 clauses out of 50024 with flag 341001/341010
243.22/123.96	c cleaning 25985 clauses out of 52013 with flag 368001/368010
261.01/133.18	c cleaning 27008 clauses out of 54027 with flag 396000/396009
281.03/143.36	c cleaning 27999 clauses out of 56019 with flag 425000/425009
300.43/153.29	c cleaning 29007 clauses out of 58023 with flag 455003/455012
322.42/164.43	c cleaning 30007 clauses out of 60018 with flag 486005/486014
345.17/176.11	c cleaning 30988 clauses out of 62006 with flag 518000/518009
366.16/186.83	c cleaning 31998 clauses out of 64018 with flag 551000/551009
390.71/199.31	c cleaning 33005 clauses out of 66023 with flag 585003/585012
416.45/212.42	c cleaning 33992 clauses out of 68015 with flag 620000/620009
443.36/226.29	c cleaning 35002 clauses out of 70025 with flag 656002/656011
469.38/239.49	c cleaning 35982 clauses out of 72022 with flag 693001/693010
495.78/252.86	c cleaning 37008 clauses out of 74039 with flag 731000/731009
523.54/266.97	c cleaning 38015 clauses out of 76037 with flag 770006/770015
552.52/281.82	c cleaning 39007 clauses out of 78016 with flag 810000/810009
579.45/295.57	c cleaning 39985 clauses out of 80015 with flag 851006/851015
609.95/311.04	c cleaning 40992 clauses out of 82025 with flag 893001/893010
640.88/326.75	c cleaning 42012 clauses out of 84032 with flag 936000/936009
673.56/343.58	c cleaning 42999 clauses out of 86024 with flag 980004/980013
705.61/359.85	c cleaning 44002 clauses out of 88021 with flag 1025000/1025009
739.51/377.65	c cleaning 44994 clauses out of 90020 with flag 1071001/1071010
774.86/395.77	c cleaning 45999 clauses out of 92027 with flag 1118002/1118011
788.45/402.87	c  And the winner is solver0
789.28/403.56	c Got one! Elapsed wall clock time (in seconds):403.459
789.28/403.56	o 5
791.72/404.71	c cleaning 34982 clauses out of 69974 with flag 5001/1141957
794.86/406.62	c cleaning 20484 clauses out of 40992 with flag 11001/1147957
798.23/408.67	c cleaning 13747 clauses out of 27514 with flag 18007/1154963
802.78/411.41	c cleaning 10861 clauses out of 21760 with flag 26000/1162956
807.11/413.95	c cleaning 9930 clauses out of 19900 with flag 35001/1171957
812.68/417.09	c cleaning 9964 clauses out of 19970 with flag 45001/1181957
819.63/420.85	c cleaning 10486 clauses out of 21005 with flag 56000/1192956
827.64/425.39	c cleaning 11257 clauses out of 22521 with flag 68002/1204958
835.81/429.71	c cleaning 12121 clauses out of 24262 with flag 81000/1217956
843.96/434.10	c cleaning 13067 clauses out of 26143 with flag 95002/1231958
852.52/438.77	c cleaning 14033 clauses out of 28076 with flag 110003/1246959
862.70/444.34	c cleaning 15005 clauses out of 30040 with flag 126000/1262956
872.23/449.44	c cleaning 16003 clauses out of 32035 with flag 143000/1279956
883.37/455.35	c cleaning 17013 clauses out of 34031 with flag 161000/1297956
895.11/461.51	c cleaning 17998 clauses out of 36021 with flag 180003/1316959
907.00/468.07	c cleaning 18990 clauses out of 38023 with flag 200003/1336959
919.94/474.88	c cleaning 20017 clauses out of 40033 with flag 221003/1357959
934.29/482.39	c cleaning 21005 clauses out of 42014 with flag 243002/1379958
949.00/490.07	c cleaning 21994 clauses out of 44007 with flag 266000/1402956
963.90/498.07	c cleaning 22995 clauses out of 46012 with flag 290000/1426956
979.25/506.09	c cleaning 24000 clauses out of 48020 with flag 315003/1451959
994.75/514.10	c cleaning 25010 clauses out of 50021 with flag 341005/1477961
1012.31/523.20	c cleaning 25995 clauses out of 52009 with flag 368003/1504959
1028.94/532.16	c cleaning 26981 clauses out of 54010 with flag 396000/1532956
1047.32/541.69	c cleaning 28013 clauses out of 56031 with flag 425002/1561958
1065.86/551.28	c cleaning 29002 clauses out of 58015 with flag 455000/1591956
1085.57/561.49	c cleaning 29991 clauses out of 60016 with flag 486003/1622959
1106.43/572.40	c cleaning 31000 clauses out of 62025 with flag 518004/1654960
1125.16/582.17	c cleaning 31997 clauses out of 64026 with flag 551005/1687961
1147.29/593.59	c cleaning 32997 clauses out of 66027 with flag 585003/1721959
1168.84/604.65	c cleaning 34002 clauses out of 68032 with flag 620005/1756961
1192.33/616.99	c cleaning 35009 clauses out of 70028 with flag 656003/1792959
1216.46/629.37	c cleaning 35980 clauses out of 72015 with flag 693000/1829956
1240.79/641.87	c cleaning 37008 clauses out of 74039 with flag 731004/1867960
1265.53/654.53	c cleaning 37995 clauses out of 76029 with flag 770003/1906959
1291.56/668.20	c cleaning 38986 clauses out of 78030 with flag 810000/1946956
1317.68/681.53	c cleaning 40019 clauses out of 80044 with flag 851000/1987956
1344.21/695.12	c cleaning 41006 clauses out of 82026 with flag 893003/2029959
1371.93/709.30	c cleaning 41984 clauses out of 84015 with flag 936000/2072956
1398.54/723.22	c cleaning 43008 clauses out of 86032 with flag 980002/2116958
1425.64/737.12	c cleaning 44001 clauses out of 88023 with flag 1025001/2161957
1454.14/751.72	c cleaning 45007 clauses out of 90020 with flag 1071001/2207957
1483.26/766.65	c cleaning 45998 clauses out of 92011 with flag 1118001/2254957
1500.18/775.73	c cleaning 0 clauses out of 10834 with flag 0/10834
1512.82/782.47	c cleaning 46997 clauses out of 94009 with flag 1166000/2302956
1541.67/797.21	c cleaning 48001 clauses out of 96008 with flag 1215000/2351956
1570.15/811.84	c cleaning 48990 clauses out of 98000 with flag 1265000/2401956
1596.54/825.65	c  And the winner is solver0
1601.00/829.96	c starts		: 211
1601.00/829.96	c conflicts		: 2452508
1601.00/829.96	c decisions		: 4145386
1601.00/829.96	c propagations		: 725324558
1601.00/829.96	c inspects		: 6486504360
1601.00/829.96	c shortcuts		: 0
1601.00/829.96	c learnt literals	: 48
1601.00/829.96	c learnt binary clauses	: 32
1601.00/829.96	c learnt ternary clauses	: 127
1601.00/829.96	c learnt constraints	: 2452459
1601.00/829.96	c ignored constraints	: 0
1601.00/829.96	c root simplifications	: 0
1601.00/829.96	c removed literals (reason simplification)	: 381174
1601.00/829.96	c reason swapping (by a shorter reason)	: 0
1601.00/829.96	c Calls to reduceDB	: 89
1601.00/829.96	c number of reductions to clauses (during analyze)	: 0
1601.00/829.96	c number of learned constraints concerned by reduction	: 0
1601.00/829.96	c number of learning phase by resolution	: 0
1601.00/829.96	c number of learning phase by cutting planes	: 0
1601.00/829.96	c speed (assignments/second)	: 874329.5482763526
1601.00/829.96	c non guided choices	0
1601.00/829.96	c learnt constraints type 
1601.00/829.96	c constraints type 
1601.00/829.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
1601.00/829.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
1601.00/829.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
1601.00/829.96	c 6248 constraints processed.
1601.00/829.96	c constraints type 
1601.00/829.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3174
1601.00/829.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
1601.00/829.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1601.00/829.96	c 6248 constraints processed.
1601.00/829.96	s OPTIMUM FOUND
1601.00/829.96	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1601.00/829.96	c objective function=5
1601.00/829.96	c Total wall clock time (in seconds): 829.858

Verifier Data

OK	5

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-3688650-1337878658/watcher-3688650-1337878658 -o /tmp/evaluation-result-3688650-1337878658/solver-3688650-1337878658 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688650-1337878658.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.45 3.66 3.76 4/197 26379
/proc/meminfo: memFree=27515624/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 1161 0 0 0 0 0 0 0 20 0 2 0 253990379 91889664 881 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 22434 885 669 9 0 16769 0
[pid=26379/tid=26380] ppid=26377 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 253990379 91889664 894 33554432000 1073741824 1073778376 140734340028096 140734340017160 225435544871 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0566289 s]
/proc/loadavg: 3.45 3.66 3.76 4/197 26379
/proc/meminfo: memFree=27515624/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 3260 0 1 0 4 0 0 0 20 0 18 0 253990379 9787813888 3957 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2389603 3958 1758 9 0 2380296 0
[pid=26379/tid=26380] ppid=26377 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 2051 0 1 0 3 0 0 0 20 0 18 0 253990379 9787813888 3958 33554432000 1073741824 1073778376 140734340028096 140620319316640 140620324177824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100348 s]
/proc/loadavg: 3.45 3.66 3.76 4/197 26379
/proc/meminfo: memFree=27515624/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 253990379 9787813888 5640 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2389603 5642 2131 9 0 2380296 0
[pid=26379/tid=26380] ppid=26377 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 2482 0 1 0 7 0 0 0 20 0 18 0 253990379 9787813888 5642 33554432000 1073741824 1073778376 140734340028096 140620319312816 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300275 s]
/proc/loadavg: 3.45 3.66 3.76 4/197 26379
/proc/meminfo: memFree=27515624/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 6133 0 1 0 48 1 0 0 20 0 18 0 253990379 9787813888 8389 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2389603 8389 2230 9 0 2380296 0
[pid=26379/tid=26380] ppid=26377 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 2496 0 1 0 27 0 0 0 20 0 18 0 253990379 9787813888 8389 33554432000 1073741824 1073778376 140734340028096 140620319312816 140620191193548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700245 s]
/proc/loadavg: 3.45 3.66 3.76 4/197 26379
/proc/meminfo: memFree=27515624/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 8557 0 1 0 98 3 0 0 20 0 19 0 253990379 10060460032 12771 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456167 12771 2250 9 0 2446860 0
[pid=26379/tid=26380] ppid=26377 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 23987 0 -1 4202560 2510 0 1 0 35 0 0 0 20 0 19 0 253990379 10060460032 12771 33554432000 1073741824 1073778376 140734340028096 140620319314936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.45 3.66 3.76 3/216 26404
/proc/meminfo: memFree=27465996/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9825872 CPUtime=1.7 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 11569 0 1 0 164 6 0 0 20 0 22 0 253990379 10061692928 18044 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456468 18046 2255 9 0 2447161 0
[pid=26379/tid=26380] ppid=26377 vsize=9825872 CPUtime=0.35 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 23987 0 -1 4202560 2510 0 1 0 35 0 0 0 20 0 22 0 253990379 10061692928 18046 33554432000 1073741824 1073778376 140734340028096 140620319314936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18046 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18047 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18047 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18047 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18048 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18048 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18048 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990380 10061692928 18048 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253990381 10061692928 18049 33554432000 1073741824 1073778376 140734340028096 140620143557224 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253990382 10061692928 18051 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253990382 10061692928 18053 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990384 10061692928 18054 33554432000 1073741824 1073778376 140734340028096 140620140399632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=9825872 CPUtime=0.41 cores=1,3,5,7
/proc/26379/task/26394/stat : 26394 (java) R 26377 26379 23987 0 -1 4202560 2964 0 0 0 41 0 0 0 20 0 22 0 253990384 10061692928 18055 33554432000 1073741824 1073778376 140734340028096 140620139333256 140620323428516 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=9825872 CPUtime=0.46 cores=1,3,5,7
/proc/26379/task/26395/stat : 26395 (java) R 26377 26379 23987 0 -1 4202560 4765 0 0 0 46 0 0 0 20 0 22 0 253990384 10061692928 18056 33554432000 1073741824 1073778376 140734340028096 140620138270520 140620322893040 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990384 10061692928 18058 33554432000 1073741824 1073778376 140734340028096 140620137241080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990384 10061692928 18059 33554432000 1073741824 1073778376 140734340028096 140620136188744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=9825872 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253990418 10061692928 18059 33554432000 1073741824 1073778376 140734340028096 140620131976872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9825872

[startup+3.10088 s]
/proc/loadavg: 3.45 3.66 3.76 11/219 26407
/proc/meminfo: memFree=27330220/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9824668 CPUtime=5.79 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 17432 0 1 0 560 19 0 0 20 0 22 0 253990379 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456167 72362 2285 9 0 2446860 0
[pid=26379/tid=26380] ppid=26377 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 23987 0 -1 4202560 2510 0 1 0 35 0 0 0 20 0 22 0 253990379 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620319314936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 253990380 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) R 26377 26379 23987 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 22 0 253990381 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620143556040 140620326168776 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990382 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990382 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990384 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620140399632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 23987 0 -1 4202560 5288 0 0 0 77 0 0 0 20 0 22 0 253990384 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620139332072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 23987 0 -1 4202560 7998 0 0 0 86 2 0 0 20 0 22 0 253990384 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620138293432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990384 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620137241080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990384 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620136188744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253990418 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620131976872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26405] ppid=26377 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/26379/task/26405/stat : 26405 (java) S 26377 26379 23987 0 -1 4202560 4 0 0 0 159 0 0 0 20 0 22 0 253990517 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620135133784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26406] ppid=26377 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/26379/task/26406/stat : 26406 (java) S 26377 26379 23987 0 -1 4202560 100 0 0 0 154 4 0 0 20 0 22 0 253990517 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620134079384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26407] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26407/stat : 26407 (java) S 26377 26379 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253990517 10060460032 72362 33554432000 1073741824 1073778376 140734340028096 140620133029288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 3.49 3.67 3.76 5/219 26407
/proc/meminfo: memFree=27130696/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9824668 CPUtime=12.24 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 17694 0 1 0 1199 25 0 0 20 0 22 0 253990379 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456167 116466 2289 9 0 2446860 0
[pid=26379/tid=26380] ppid=26377 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 23987 0 -1 4202560 2510 0 1 0 35 0 0 0 20 0 22 0 253990379 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620319314936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 253990380 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 23987 0 -1 4202560 237 0 0 0 16 2 0 0 20 0 22 0 253990381 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620143557224 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990382 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990382 10060460032 116466 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 253 0 0 0 187 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 285 0 0 0 167 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 3 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 213 0 0 0 168 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 201 0 0 0 165 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 224 0 0 0 174 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 235 0 0 0 172 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9824668 CPUtime=61 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 23987 0 -1 4202560 1881 0 0 0 6086 14 0 0 20 0 19 0 253990381 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620143557224 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620140399632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 23987 0 -1 4202560 8182 0 0 0 164 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620139345976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 23987 0 -1 4202560 8025 0 0 0 104 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620138293432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620137241080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 23987 0 -1 4202560 47 0 0 0 18 25 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620136188744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253990418 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620131976872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1598.2
Current children cumulated vsize (KiB) 9824668

[startup+828.701 s]
/proc/loadavg: 3.63 3.66 3.69 3/215 26541
/proc/meminfo: memFree=23720884/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9824668 CPUtime=1599.8 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 25240 0 1 0 159819 161 0 0 20 0 19 0 253990379 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456167 614470 2290 9 0 2446860 0
[pid=26379/tid=26380] ppid=26377 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 2574 0 1 0 259 3 0 0 20 0 19 0 253990379 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620319312696 140620191874330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 253 0 0 0 187 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 285 0 0 0 167 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 3 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 213 0 0 0 168 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 201 0 0 0 165 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 224 0 0 0 174 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 235 0 0 0 172 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9824668 CPUtime=61 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 23987 0 -1 4202560 1881 0 0 0 6086 14 0 0 20 0 19 0 253990381 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620143557224 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620140399632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 23987 0 -1 4202560 8182 0 0 0 165 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620139345976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 23987 0 -1 4202560 8025 0 0 0 104 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620138293432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620137241080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 23987 0 -1 4202560 47 0 0 0 18 25 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620136188744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253990418 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620131976872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1599.8
Current children cumulated vsize (KiB) 9824668

[startup+829.501 s]
/proc/loadavg: 3.50 3.63 3.68 3/215 26541
/proc/meminfo: memFree=23720884/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9824668 CPUtime=1600.6 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 25240 0 1 0 159899 161 0 0 20 0 19 0 253990379 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456167 614470 2290 9 0 2446860 0
[pid=26379/tid=26380] ppid=26377 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 2574 0 1 0 339 3 0 0 20 0 19 0 253990379 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620319312576 140620191873881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 253 0 0 0 187 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 285 0 0 0 167 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 3 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 213 0 0 0 168 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 201 0 0 0 165 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 224 0 0 0 174 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 235 0 0 0 172 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9824668 CPUtime=61 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 23987 0 -1 4202560 1881 0 0 0 6086 14 0 0 20 0 19 0 253990381 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620143557224 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620140399632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 23987 0 -1 4202560 8182 0 0 0 165 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620139345976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 23987 0 -1 4202560 8025 0 0 0 104 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620138293432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620137241080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 23987 0 -1 4202560 47 0 0 0 18 25 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620136188744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253990418 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620131976872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1600.6
Current children cumulated vsize (KiB) 9824668

[startup+829.901 s]
/proc/loadavg: 3.50 3.63 3.68 3/215 26541
/proc/meminfo: memFree=23720884/32873844 swapFree=7900/7900
[pid=26379] ppid=26377 vsize=9824668 CPUtime=1601 cores=1,3,5,7
/proc/26379/stat : 26379 (java) S 26377 26379 23987 0 -1 4202496 25240 0 1 0 159939 161 0 0 20 0 19 0 253990379 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140734340019232 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26379/statm: 2456167 614470 2290 9 0 2446860 0
[pid=26379/tid=26380] ppid=26377 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/26379/task/26380/stat : 26380 (java) R 26377 26379 23987 0 -1 4202560 2574 0 1 0 379 3 0 0 20 0 19 0 253990379 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620319312576 140620191348662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 23987 0 -1 4202560 253 0 0 0 187 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620163336872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 23987 0 -1 4202560 285 0 0 0 167 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620162284328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620161231784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 23987 0 -1 4202560 241 0 0 0 168 3 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620160179240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 23987 0 -1 4202560 213 0 0 0 168 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620159125672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 23987 0 -1 4202560 201 0 0 0 165 6 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620158073128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 23987 0 -1 4202560 224 0 0 0 174 5 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620157020584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 23987 0 -1 4202560 235 0 0 0 172 4 0 0 20 0 19 0 253990380 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620155968040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=9824668 CPUtime=61 cores=1,3,5,7
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 23987 0 -1 4202560 1881 0 0 0 6086 14 0 0 20 0 19 0 253990381 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620143557224 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620142503544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253990382 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620141450888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620140399632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 23987 0 -1 4202560 8182 0 0 0 165 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620139345976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 23987 0 -1 4202560 8025 0 0 0 104 2 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620138293432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620137241080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 23987 0 -1 4202560 47 0 0 0 18 25 0 0 20 0 19 0 253990384 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620136188744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253990418 10060460032 614470 33554432000 1073741824 1073778376 140734340028096 140620131976872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 829.979
CPU time (s): 1601.2
CPU user time (s): 1599.45
CPU system time (s): 1.75073
CPU usage (%): 192.921
Max. virtual memory (cumulated for all children) (KiB): 9825872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1599.45
system time used= 1.75073
maximum resident set size= 3021096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25251
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23576
involuntary context switches= 32059

runsolver used 3.57845 second user time and 9.96848 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 18:57:39
IDJOB=3688650
IDBENCH=48156
IDSOLVER=2268
FILE ID=node137/3688650-1337878658
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688650-1337878658/watcher-3688650-1337878658 -o /tmp/evaluation-result-3688650-1337878658/solver-3688650-1337878658 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688650-1337878658.opb

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

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=1316157675

node137.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.600
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	: 5333.20
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.600
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.600
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	: 5331.92
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.600
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.600
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.600
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.90
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.600
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.600
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:        27515780 kB
Buffers:          216268 kB
Cached:          2167748 kB
SwapCached:        22060 kB
Active:          2894972 kB
Inactive:        1679100 kB
Active(anon):    2169752 kB
Inactive(anon):    22680 kB
Active(file):     725220 kB
Inactive(file):  1656420 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       2175100 kB
Mapped:            17876 kB
Shmem:                 0 kB
Slab:             639552 kB
SReclaimable:      80780 kB
SUnreclaim:       558772 kB
KernelStack:        1680 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2598756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2084864 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= 71516 MiB
End job on node137 at 2012-05-24 19:11:29