Trace number 3689472

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 SnapshotSAT (TO)164 1800.61 919.44

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUMbb6edae9b271ecf76d3d6c31c88b027d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689472-1337882316.opb
0.10/0.11	c reading problem ... 
0.25/0.27	c ... done. Wall clock time 0.16s.
0.25/0.27	c declared #vars     200
0.25/0.27	c #constraints  1999
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1999
0.25/0.27	c 1999 constraints processed.
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1999
0.25/0.27	c 1999 constraints processed.
0.25/0.27	c objective function length is 200 literals
0.25/0.28	c  And the winner is solver1
0.43/0.77	c SATISFIABLE
0.43/0.77	c OPTIMIZING...
0.43/0.77	c Got one! Elapsed wall clock time (in seconds):0.662
0.43/0.77	o 172
0.43/0.79	c  And the winner is solver0
0.50/1.28	c Got one! Elapsed wall clock time (in seconds):1.166
0.50/1.28	o 171
0.56/1.36	c  And the winner is solver1
1.07/1.78	c Got one! Elapsed wall clock time (in seconds):1.668
1.07/1.78	o 170
1.15/1.80	c  And the winner is solver1
1.28/2.28	c Got one! Elapsed wall clock time (in seconds):2.169
1.28/2.28	o 169
1.33/2.31	c  And the winner is solver1
1.48/2.78	c Got one! Elapsed wall clock time (in seconds):2.67
1.48/2.78	o 168
1.51/2.83	c  And the winner is solver1
1.69/3.28	c Got one! Elapsed wall clock time (in seconds):3.171
1.69/3.28	o 167
2.46/3.64	c cleaning 3460 clauses out of 6920 with flag 5000/6920
3.42/4.07	c cleaning 4731 clauses out of 9461 with flag 11001/12921
4.86/4.73	c cleaning 5865 clauses out of 11730 with flag 18001/19921
6.27/5.45	c cleaning 6926 clauses out of 13864 with flag 26000/27920
8.26/6.41	c cleaning 7969 clauses out of 15938 with flag 35000/36920
10.01/7.39	c cleaning 8983 clauses out of 17969 with flag 45000/46920
12.33/8.58	c cleaning 9992 clauses out of 19986 with flag 56000/57920
14.86/9.81	c cleaning 10995 clauses out of 21994 with flag 68000/69920
17.28/11.16	c cleaning 11993 clauses out of 24001 with flag 81002/82922
20.49/12.76	c cleaning 13001 clauses out of 26009 with flag 95003/96923
24.22/14.64	c cleaning 14002 clauses out of 28006 with flag 110001/111921
25.73/15.44	c  And the winner is solver1
25.83/15.90	c Got one! Elapsed wall clock time (in seconds):15.791
25.83/15.90	o 166
27.03/16.55	c cleaning 12684 clauses out of 25369 with flag 5000/123286
28.40/17.30	c cleaning 9338 clauses out of 18686 with flag 11001/129287
28.69/17.59	c  And the winner is solver1
28.87/17.96	c Got one! Elapsed wall clock time (in seconds):17.846
28.87/17.96	o 165
29.36/18.23	c cleaning 7240 clauses out of 14490 with flag 3001/134429
30.45/18.80	c cleaning 6625 clauses out of 13249 with flag 9000/140428
31.52/19.42	c cleaning 6811 clauses out of 13625 with flag 16001/147429
32.89/20.21	c cleaning 7403 clauses out of 14813 with flag 24000/155428
34.16/20.99	c cleaning 8205 clauses out of 16411 with flag 33001/164429
36.01/21.94	c cleaning 9097 clauses out of 18206 with flag 43001/174429
38.07/23.01	c cleaning 10050 clauses out of 20108 with flag 54000/185428
40.43/24.34	c cleaning 11030 clauses out of 22059 with flag 66001/197429
43.50/25.90	c cleaning 12007 clauses out of 24029 with flag 79001/210429
46.16/27.30	c cleaning 13011 clauses out of 26021 with flag 93000/224428
49.03/28.84	c cleaning 14002 clauses out of 28012 with flag 108002/239430
52.79/30.88	c cleaning 15002 clauses out of 30008 with flag 124000/255428
57.02/33.06	c cleaning 16000 clauses out of 32007 with flag 141001/272429
57.44/33.30	c  And the winner is solver1
57.46/33.77	c Got one! Elapsed wall clock time (in seconds):33.659
57.46/33.77	o 164
58.51/34.30	c cleaning 10729 clauses out of 21465 with flag 5001/277887
59.74/35.01	c cleaning 8365 clauses out of 16736 with flag 11001/283887
61.05/35.84	c cleaning 7682 clauses out of 15372 with flag 18002/290888
62.48/36.61	c cleaning 7839 clauses out of 15688 with flag 26000/298886
63.90/37.46	c cleaning 8423 clauses out of 16851 with flag 35002/307888
65.54/38.40	c cleaning 9211 clauses out of 18426 with flag 45000/317886
67.86/39.61	c cleaning 10105 clauses out of 20216 with flag 56001/328887
69.89/40.77	c cleaning 11055 clauses out of 22110 with flag 68000/340886
72.49/42.17	c cleaning 12027 clauses out of 24056 with flag 81001/353887
75.30/43.67	c cleaning 13010 clauses out of 26030 with flag 95002/367888
78.57/45.46	c cleaning 14006 clauses out of 28018 with flag 110000/382886
82.17/47.39	c cleaning 15001 clauses out of 30012 with flag 126000/398886
86.17/49.46	c cleaning 16001 clauses out of 32012 with flag 143001/415887
90.38/51.68	c cleaning 17002 clauses out of 34011 with flag 161001/433887
95.22/54.28	c cleaning 17995 clauses out of 36008 with flag 180000/452886
100.61/57.08	c cleaning 19002 clauses out of 38013 with flag 200000/472886
106.80/60.21	c cleaning 20000 clauses out of 40013 with flag 221002/493888
113.37/63.64	c cleaning 21003 clauses out of 42012 with flag 243001/515887
120.61/67.43	c cleaning 21997 clauses out of 44008 with flag 266000/538886
127.98/71.28	c cleaning 23006 clauses out of 46012 with flag 290001/562887
136.52/75.67	c cleaning 24003 clauses out of 48006 with flag 315001/587887
145.52/80.27	c cleaning 24998 clauses out of 50004 with flag 341002/613888
149.60/82.43	c cleaning 0 clauses out of 5982 with flag 0/5982
156.04/85.69	c cleaning 26002 clauses out of 52005 with flag 368001/640887
166.36/90.94	c cleaning 26996 clauses out of 54003 with flag 396001/668887
177.70/96.77	c cleaning 28003 clauses out of 56007 with flag 425001/697887
187.85/102.09	c cleaning 28999 clauses out of 58005 with flag 455002/727888
200.19/108.38	c cleaning 29993 clauses out of 60004 with flag 486000/758886
213.10/114.97	c cleaning 31004 clauses out of 62011 with flag 518000/790886
227.62/122.35	c cleaning 32006 clauses out of 64011 with flag 551004/823890
241.72/129.63	c cleaning 32998 clauses out of 66001 with flag 585000/857886
261.87/139.87	c cleaning 33997 clauses out of 68005 with flag 620002/892888
281.19/149.67	c cleaning 35004 clauses out of 70008 with flag 656002/928888
298.67/158.54	c cleaning 36001 clauses out of 72006 with flag 693004/965890
317.57/168.23	c cleaning 37002 clauses out of 74003 with flag 731002/1003888
335.82/177.51	c cleaning 38000 clauses out of 76000 with flag 770001/1042887
357.29/188.46	c cleaning 38997 clauses out of 78000 with flag 810001/1082887
380.13/200.08	c cleaning 39995 clauses out of 80002 with flag 851000/1123886
406.26/213.34	c cleaning 40999 clauses out of 82007 with flag 893000/1165886
432.68/226.73	c cleaning 41998 clauses out of 84008 with flag 936000/1208886
460.56/240.86	c cleaning 42999 clauses out of 86010 with flag 980000/1252886
486.43/253.93	c cleaning 44004 clauses out of 88011 with flag 1025000/1297886
513.01/267.51	c cleaning 44997 clauses out of 90007 with flag 1071000/1343886
540.63/281.55	c cleaning 46001 clauses out of 92010 with flag 1118000/1390886
570.07/296.46	c cleaning 46996 clauses out of 94009 with flag 1166000/1438886
600.87/312.06	c cleaning 48004 clauses out of 96014 with flag 1215001/1487887
629.78/326.89	c cleaning 48999 clauses out of 98009 with flag 1265000/1537886
658.98/341.63	c cleaning 49999 clauses out of 100010 with flag 1316000/1588886
691.37/358.02	c cleaning 51000 clauses out of 102011 with flag 1368000/1640886
723.01/374.73	c cleaning 52000 clauses out of 104011 with flag 1421000/1693886
755.25/391.07	c cleaning 53004 clauses out of 106011 with flag 1475000/1747886
777.39/402.39	c cleaning 0 clauses out of 11977 with flag 0/11977
792.71/410.21	c cleaning 53996 clauses out of 108007 with flag 1530000/1802886
831.17/429.81	c cleaning 55003 clauses out of 110012 with flag 1586001/1858887
870.95/449.99	c cleaning 55997 clauses out of 112008 with flag 1643000/1915886
910.87/470.19	c cleaning 57006 clauses out of 114011 with flag 1701000/1973886
952.86/491.32	c cleaning 57995 clauses out of 116006 with flag 1760001/2032887
994.85/512.77	c cleaning 59001 clauses out of 118012 with flag 1820002/2092888
1036.18/533.66	c cleaning 60002 clauses out of 120009 with flag 1881000/2153886
1077.71/554.70	c cleaning 61002 clauses out of 122007 with flag 1943000/2215886
1131.63/581.84	c cleaning 61993 clauses out of 124005 with flag 2006000/2278886
1177.79/605.37	c cleaning 63005 clauses out of 126012 with flag 2070000/2342886
1229.54/631.44	c cleaning 63996 clauses out of 128008 with flag 2135001/2407887
1286.73/660.25	c cleaning 64998 clauses out of 130012 with flag 2201001/2473887
1341.80/688.08	c cleaning 66002 clauses out of 132014 with flag 2268001/2540887
1405.84/720.52	c cleaning 67002 clauses out of 134011 with flag 2336000/2608886
1470.39/753.09	c cleaning 68005 clauses out of 136011 with flag 2405002/2677888
1540.70/788.44	c cleaning 68997 clauses out of 138005 with flag 2475001/2747887
1603.23/819.96	c cleaning 70000 clauses out of 140009 with flag 2546002/2818888
1672.04/854.82	c cleaning 71003 clauses out of 142011 with flag 2618004/2890890
1749.06/893.69	c cleaning 71996 clauses out of 144006 with flag 2691002/2963888
1800.04/919.41	c starts		: 53
1800.04/919.41	c conflicts		: 17864
1800.04/919.41	c decisions		: 22650
1800.04/919.41	c propagations		: 178030
1800.04/919.41	c inspects		: 861929016
1800.04/919.41	c shortcuts		: 0
1800.04/919.41	c learnt literals	: 0
1800.04/919.41	c learnt binary clauses	: 0
1800.04/919.41	c learnt ternary clauses	: 0
1800.04/919.41	c learnt constraints	: 17863
1800.04/919.41	c ignored constraints	: 0
1800.04/919.41	c root simplifications	: 0
1800.04/919.41	c removed literals (reason simplification)	: 0
1800.04/919.41	c reason swapping (by a shorter reason)	: 0
1800.04/919.41	c Calls to reduceDB	: 2
1800.04/919.41	c number of reductions to clauses (during analyze)	: 0
1800.04/919.41	c number of learned constraints concerned by reduction	: 0
1800.04/919.41	c number of learning phase by resolution	: 0
1800.04/919.41	c number of learning phase by cutting planes	: 0
1800.04/919.41	c speed (assignments/second)	: 193.9045801693003
1800.04/919.41	c non guided choices	0
1800.04/919.42	c learnt constraints type 
1800.04/919.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 431
1800.04/919.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17432
1800.04/919.42	c constraints type 
1800.04/919.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/919.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1999
1800.04/919.42	c 2000 constraints processed.
1800.04/919.42	c constraints type 
1800.04/919.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1999
1800.04/919.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/919.42	c 2000 constraints processed.
1800.04/919.42	s SATISFIABLE
1800.04/919.42	v x1 x2 x3 x4 -x5 x6 x7 x8 x9 -x10 x11 x12 x13 -x14 x15 x16 -x17 x18 x19 -x20 x21 x22 x23 -x24 x25 x26 x27 x28 x29 -x30 x31 x32 -x33 -x34 x35 x36 x37 x38 x39 x40 x41 x42 -x43 x44 x45 x46 -x47 x48 -x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 -x70 x71 x72 x73 x74 x75 x76 -x77 x78 x79 x80 x81 -x82 -x83 -x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 -x101 x102 x103 x104 x105 x106 -x107 x108 x109 -x110 x111 x112 x113 x114 -x115 x116 x117 x118 -x119 x120 x121 -x122 x123 x124 x125 -x126 x127 x128 -x129 x130 x131 x132 -x133 x134 x135 -x136 x137 -x138 x139 x140 x141 x142 x143 x144 x145 x146 -x147 x148 x149 x150 x151 x152 x153 x154 -x155 x156 x157 x158 x159 x160 -x161 x162 x163 x164 -x165 x166 x167 x168 x169 x170 -x171 x172 x173 -x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 -x187 x188 x189 x190 x191 -x192 x193 x194 x195 x196 x197 x198 x199 x200 
1800.04/919.42	c objective function=164
1800.04/919.42	c Total wall clock time (in seconds): 919.311

Verifier Data

OK	164

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-3689472-1337882316/watcher-3689472-1337882316 -o /tmp/evaluation-result-3689472-1337882316/solver-3689472-1337882316 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689472-1337882316.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: 3.81 3.91 3.89 4/197 25602
/proc/meminfo: memFree=25468852/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 254360143 24780800 868 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 22434 873 659 9 0 16769 0
[pid=25602/tid=25603] ppid=25600 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) R 25600 25602 21308 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 254360144 91893760 886 33554432000 1073741824 1073778376 140735902293616 140735902282680 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0453169 s]
/proc/loadavg: 3.81 3.91 3.89 4/197 25602
/proc/meminfo: memFree=25468852/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 3062 0 1 0 2 0 0 0 20 0 13 0 254360143 9446973440 3760 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2306390 3760 1707 9 0 2297091 0
[pid=25602/tid=25603] ppid=25600 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) R 25600 25602 21308 0 -1 4202560 1881 0 1 0 2 0 0 0 20 0 13 0 254360144 9446973440 3760 33554432000 1073741824 1073778376 140735902293616 139878597886192 247067632909 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100286 s]
/proc/loadavg: 3.81 3.91 3.89 4/197 25602
/proc/meminfo: memFree=25468852/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 4368 0 1 0 9 1 0 0 20 0 18 0 254360143 9787813888 6083 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2389603 6083 2109 9 0 2380296 0
[pid=25602/tid=25603] ppid=25600 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) R 25600 25602 21308 0 -1 4202560 2434 0 1 0 7 0 0 0 20 0 18 0 254360144 9787813888 6083 33554432000 1073741824 1073778376 140735902293616 139878597888944 139878605316964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30027 s]
/proc/loadavg: 3.81 3.91 3.89 4/197 25602
/proc/meminfo: memFree=25468852/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 5303 0 1 0 42 1 0 0 20 0 19 0 254360143 10060460032 8757 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 8757 2227 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2459 0 1 0 25 0 0 0 20 0 19 0 254360144 10060460032 8757 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824668

[startup+0.700283 s]
/proc/loadavg: 3.81 3.91 3.89 4/197 25602
/proc/meminfo: memFree=25468852/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 5303 0 1 0 42 1 0 0 20 0 19 0 254360143 10060460032 8757 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 8757 2227 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2459 0 1 0 25 0 0 0 20 0 19 0 254360144 10060460032 8757 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.81 3.91 3.89 3/216 25627
/proc/meminfo: memFree=25438176/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 11076 0 1 0 95 6 0 0 20 0 19 0 254360143 10060460032 14472 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 14472 2237 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2459 0 1 0 25 0 0 0 20 0 19 0 254360144 10060460032 14472 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25605] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25605/stat : 25605 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14473 33554432000 1073741824 1073778376 140735902293616 139878570343208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25606] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25606/stat : 25606 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14474 33554432000 1073741824 1073778376 140735902293616 139878569290408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25607] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25607/stat : 25607 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14474 33554432000 1073741824 1073778376 140735902293616 139878568238120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25608] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25608/stat : 25608 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14474 33554432000 1073741824 1073778376 140735902293616 139878567185320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25609] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25609/stat : 25609 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14475 33554432000 1073741824 1073778376 140735902293616 139878566132008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25610] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25610/stat : 25610 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14475 33554432000 1073741824 1073778376 140735902293616 139878565079208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25611] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25611/stat : 25611 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14476 33554432000 1073741824 1073778376 140735902293616 139878564026920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25612] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25612/stat : 25612 (java) S 25600 25602 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 14476 33554432000 1073741824 1073778376 140735902293616 139878433597864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25613] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25613/stat : 25613 (java) S 25600 25602 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254360146 10060460032 14476 33554432000 1073741824 1073778376 140735902293616 139877950651112 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25614] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25614/stat : 25614 (java) S 25600 25602 21308 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254360146 10060460032 14476 33554432000 1073741824 1073778376 140735902293616 139877949597176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25615] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25615/stat : 25615 (java) S 25600 25602 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254360146 10060460032 14476 33554432000 1073741824 1073778376 140735902293616 139877948544776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25616] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25616/stat : 25616 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360149 10060460032 14477 33554432000 1073741824 1073778376 140735902293616 139877947493264 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25617] ppid=25600 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25602/task/25617/stat : 25617 (java) R 25600 25602 21308 0 -1 4202560 5161 0 0 0 31 0 0 0 20 0 19 0 254360149 10060460032 14477 33554432000 1073741824 1073778376 140735902293616 139877946417112 139878604867081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25618] ppid=25600 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/25602/task/25618/stat : 25618 (java) S 25600 25602 21308 0 -1 4202560 2106 0 0 0 18 0 0 0 20 0 19 0 254360149 10060460032 14478 33554432000 1073741824 1073778376 140735902293616 139877945387064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25619] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25619/stat : 25619 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360149 10060460032 14479 33554432000 1073741824 1073778376 140735902293616 139877944334968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25620] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25620/stat : 25620 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360149 10060460032 14479 33554432000 1073741824 1073778376 140735902293616 139877943282376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.81 3.91 3.89 3/216 25633
/proc/meminfo: memFree=25410852/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 13484 0 1 0 157 12 0 0 20 0 19 0 254360143 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 21568 2248 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2460 0 1 0 26 0 0 0 20 0 19 0 254360144 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25605] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25605/stat : 25605 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878570343208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25606] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25606/stat : 25606 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878569290408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25607] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25607/stat : 25607 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878568238120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25608] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25608/stat : 25608 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878567185320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25609] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25609/stat : 25609 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878566132008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25610] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25610/stat : 25610 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878565079208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25611] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25611/stat : 25611 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878564026920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25612] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25612/stat : 25612 (java) S 25600 25602 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254360145 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139878433597864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25613] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25613/stat : 25613 (java) S 25600 25602 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254360146 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877950651112 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25614] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25614/stat : 25614 (java) S 25600 25602 21308 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254360146 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877949597176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25615] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25615/stat : 25615 (java) S 25600 25602 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254360146 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877948544776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25616] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25616/stat : 25616 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360149 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877947493264 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25617] ppid=25600 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/25602/task/25617/stat : 25617 (java) S 25600 25602 21308 0 -1 4202560 5683 0 0 0 56 0 0 0 20 0 19 0 254360149 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877946439864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25618] ppid=25600 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/25602/task/25618/stat : 25618 (java) S 25600 25602 21308 0 -1 4202560 3955 0 0 0 39 0 0 0 20 0 19 0 254360149 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877945387064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25619] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25619/stat : 25619 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360149 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877944334968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25620] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25620/stat : 25620 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254360149 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877943282376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25630] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25630/stat : 25630 (java) S 25600 25602 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254360272 10060460032 21568 33554432000 1073741824 1073778376 140735902293616 139877940122920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30086 s]
/proc/loadavg: 3.66 3.88 3.88 10/219 25642
/proc/meminfo: memFree=25125312/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=8.06 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 14201 0 1 0 783 23 0 0 20 0 22 0 254360143 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 92378 2279 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2462 0 1 0 26 0 0 0 20 0 22 0 254360144 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25605] ppid=25600 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25602/task/25605/stat : 25605 (java) S 25600 25602 21308 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878570343208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25606] ppid=25600 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25602/task/25606/stat : 25606 (java) S 25600 25602 21308 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878569290408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25607] ppid=25600 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25602/task/25607/stat : 25607 (java) S 25600 25602 21308 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878568238120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25608] ppid=25600 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25602/task/25608/stat : 25608 (java) S 25600 25602 21308 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878567185320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25609] ppid=25600 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25602/task/25609/stat : 25609 (java) S 25600 25602 21308 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878566132008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25610] ppid=25600 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25602/task/25610/stat : 25610 (java) S 25600 25602 21308 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878565079208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25611] ppid=25600 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25602/task/25611/stat : 25611 (java) S 25600 25602 21308 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878564026920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25612] ppid=25600 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25602/task/25612/stat : 25612 (java) S 25600 25602 21308 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 254360145 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139878433597864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25613] ppid=25600 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25602/task/25613/stat : 25613 (java) S 25600 25602 21308 0 -1 4202560 234 0 0 0 25 0 0 0 20 0 22 0 254360146 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139877950651112 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25614] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25614/stat : 25614 (java) S 25600 25602 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139877949597176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25615] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25615/stat : 25615 (java) S 25600 25602 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139877948544776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25616] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25616/stat : 25616 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139877947493264 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25617] ppid=25600 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/25602/task/25617/stat : 25617 (java) S 25600 25602 21308 0 -1 4202560 5697 0 0 0 80 0 0 0 20 0 22 0 254360149 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139877946439864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25618] ppid=25600 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/25602/task/25618/stat : 25618 (java) S 25600 25602 21308 0 -1 4202560 4144 0 0 0 60 0 0 0 20 0 22 0 254360149 10060460032 92378 33554432000 1073741824 1073778376 140735902293616 139877945387064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25619] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6

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

[pid=25602/tid=25649] ppid=25600 vsize=9824668 CPUtime=693.6 cores=0,2,4,6
/proc/25602/task/25649/stat : 25649 (java) R 25600 25602 21308 0 -1 4202560 70 0 0 0 69348 12 0 0 20 0 22 0 254363521 10060460032 634414 33554432000 1073741824 1073778376 140735902293616 139877939069152 139878445122527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25650] ppid=25600 vsize=9824668 CPUtime=693.53 cores=0,2,4,6
/proc/25602/task/25650/stat : 25650 (java) R 25600 25602 21308 0 -1 4202560 1235 0 0 0 69313 40 0 0 20 0 22 0 254363521 10060460032 634414 33554432000 1073741824 1073778376 140735902293616 139877941172416 139878445391091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25651] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25651/stat : 25651 (java) S 25600 25602 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254363521 10060460032 634414 33554432000 1073741824 1073778376 140735902293616 139877942228136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1488.28
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.01 3.98 3.91 5/219 25794
/proc/meminfo: memFree=22461236/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=1606.8 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 27194 0 1 0 160550 130 0 0 20 0 22 0 254360143 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 648384 2280 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2510 0 1 0 28 2 0 0 20 0 22 0 254360144 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25605] ppid=25600 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/25602/task/25605/stat : 25605 (java) S 25600 25602 21308 0 -1 4202560 1269 0 0 0 174 6 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878570343208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25606] ppid=25600 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25602/task/25606/stat : 25606 (java) S 25600 25602 21308 0 -1 4202560 634 0 0 0 168 7 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878569290408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25607] ppid=25600 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/25602/task/25607/stat : 25607 (java) S 25600 25602 21308 0 -1 4202560 496 0 0 0 173 6 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878568238120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25608] ppid=25600 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/25602/task/25608/stat : 25608 (java) S 25600 25602 21308 0 -1 4202560 364 0 0 0 166 6 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878567185320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25609] ppid=25600 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/25602/task/25609/stat : 25609 (java) S 25600 25602 21308 0 -1 4202560 806 0 0 0 168 6 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878566132008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25610] ppid=25600 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/25602/task/25610/stat : 25610 (java) S 25600 25602 21308 0 -1 4202560 557 0 0 0 180 7 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878565079208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25611] ppid=25600 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25602/task/25611/stat : 25611 (java) S 25600 25602 21308 0 -1 4202560 367 0 0 0 160 5 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878564026920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25612] ppid=25600 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/25602/task/25612/stat : 25612 (java) S 25600 25602 21308 0 -1 4202560 1327 0 0 0 175 8 0 0 20 0 22 0 254360145 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139878433597864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25613] ppid=25600 vsize=9824668 CPUtime=37.63 cores=0,2,4,6
/proc/25602/task/25613/stat : 25613 (java) S 25600 25602 21308 0 -1 4202560 1903 0 0 0 3752 11 0 0 20 0 22 0 254360146 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877950651112 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25614] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25614/stat : 25614 (java) S 25600 25602 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877949597176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25615] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25615/stat : 25615 (java) S 25600 25602 21308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877948544776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25616] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25616/stat : 25616 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877947493264 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25617] ppid=25600 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25602/task/25617/stat : 25617 (java) S 25600 25602 21308 0 -1 4202560 5699 0 0 0 84 0 0 0 20 0 22 0 254360149 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877946439864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25618] ppid=25600 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25602/task/25618/stat : 25618 (java) S 25600 25602 21308 0 -1 4202560 8215 0 0 0 124 0 0 0 20 0 22 0 254360149 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877945387064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25619] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25619/stat : 25619 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877944334968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25620] ppid=25600 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25602/task/25620/stat : 25620 (java) S 25600 25602 21308 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 254360149 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877943282376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25630] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25630/stat : 25630 (java) S 25600 25602 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254360272 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877940122920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25649] ppid=25600 vsize=9824668 CPUtime=751.21 cores=0,2,4,6
/proc/25602/task/25649/stat : 25649 (java) R 25600 25602 21308 0 -1 4202560 76 0 0 0 75108 13 0 0 20 0 22 0 254363521 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877939069152 139878445102147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25650] ppid=25600 vsize=9824668 CPUtime=751.12 cores=0,2,4,6
/proc/25602/task/25650/stat : 25650 (java) R 25600 25602 21308 0 -1 4202560 1237 0 0 0 75071 41 0 0 20 0 22 0 254363521 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877941172480 139878445391091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25651] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25651/stat : 25651 (java) S 25600 25602 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254363521 10060460032 648384 33554432000 1073741824 1073778376 140735902293616 139877942228136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1606.8
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.04 4.00 3.91 5/219 25794
/proc/meminfo: memFree=22441436/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=1726.39 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 27350 0 1 0 172505 134 0 0 20 0 22 0 254360143 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 659212 2280 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2511 0 1 0 28 2 0 0 20 0 22 0 254360144 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25605] ppid=25600 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/25602/task/25605/stat : 25605 (java) S 25600 25602 21308 0 -1 4202560 1289 0 0 0 187 6 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878570343208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25606] ppid=25600 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25602/task/25606/stat : 25606 (java) S 25600 25602 21308 0 -1 4202560 639 0 0 0 177 7 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878569290408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25607] ppid=25600 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/25602/task/25607/stat : 25607 (java) S 25600 25602 21308 0 -1 4202560 516 0 0 0 181 6 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878568238120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25608] ppid=25600 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25602/task/25608/stat : 25608 (java) S 25600 25602 21308 0 -1 4202560 391 0 0 0 178 6 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878567185320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25609] ppid=25600 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/25602/task/25609/stat : 25609 (java) S 25600 25602 21308 0 -1 4202560 816 0 0 0 179 6 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878566132008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25610] ppid=25600 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/25602/task/25610/stat : 25610 (java) S 25600 25602 21308 0 -1 4202560 581 0 0 0 190 8 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878565079208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25611] ppid=25600 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/25602/task/25611/stat : 25611 (java) S 25600 25602 21308 0 -1 4202560 375 0 0 0 172 6 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878564026920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25612] ppid=25600 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/25602/task/25612/stat : 25612 (java) S 25600 25602 21308 0 -1 4202560 1334 0 0 0 187 8 0 0 20 0 22 0 254360145 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139878433597864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25613] ppid=25600 vsize=9824668 CPUtime=38.45 cores=0,2,4,6
/proc/25602/task/25613/stat : 25613 (java) S 25600 25602 21308 0 -1 4202560 1928 0 0 0 3834 11 0 0 20 0 22 0 254360146 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877950651112 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25614] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25614/stat : 25614 (java) S 25600 25602 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877949597176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25615] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25615/stat : 25615 (java) S 25600 25602 21308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877948544776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25616] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25616/stat : 25616 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877947493264 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25617] ppid=25600 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25602/task/25617/stat : 25617 (java) S 25600 25602 21308 0 -1 4202560 5699 0 0 0 84 0 0 0 20 0 22 0 254360149 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877946439864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25618] ppid=25600 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25602/task/25618/stat : 25618 (java) S 25600 25602 21308 0 -1 4202560 8215 0 0 0 124 0 0 0 20 0 22 0 254360149 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877945387064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25619] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25619/stat : 25619 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877944334968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25620] ppid=25600 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25602/task/25620/stat : 25620 (java) S 25600 25602 21308 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 254360149 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877943282376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25630] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25630/stat : 25630 (java) S 25600 25602 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254360272 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877940122920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25649] ppid=25600 vsize=9824668 CPUtime=810.13 cores=0,2,4,6
/proc/25602/task/25649/stat : 25649 (java) R 25600 25602 21308 0 -1 4202560 80 0 0 0 80999 14 0 0 20 0 22 0 254363521 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877939067296 139878445168686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25650] ppid=25600 vsize=9824668 CPUtime=810.06 cores=0,2,4,6
/proc/25602/task/25650/stat : 25650 (java) R 25600 25602 21308 0 -1 4202560 1238 0 0 0 80964 42 0 0 20 0 22 0 254363521 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877941173312 139878445312482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25651] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25651/stat : 25651 (java) S 25600 25602 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254363521 10060460032 659212 33554432000 1073741824 1073778376 140735902293616 139877942228136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.39
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.401 s]
/proc/loadavg: 4.02 4.00 3.91 5/219 25794
/proc/meminfo: memFree=22420584/32873844 swapFree=7100/7100
[pid=25602] ppid=25600 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/25602/stat : 25602 (java) S 25600 25602 21308 0 -1 4202496 28002 0 1 0 179867 137 0 0 20 0 22 0 254360143 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 140735902284752 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25602/statm: 2456167 668007 2280 9 0 2446860 0
[pid=25602/tid=25603] ppid=25600 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25602/task/25603/stat : 25603 (java) S 25600 25602 21308 0 -1 4202560 2512 0 1 0 28 2 0 0 20 0 22 0 254360144 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878597891064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25605] ppid=25600 vsize=9824668 CPUtime=2 cores=0,2,4,6
/proc/25602/task/25605/stat : 25605 (java) S 25600 25602 21308 0 -1 4202560 1294 0 0 0 194 6 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878570343208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25606] ppid=25600 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/25602/task/25606/stat : 25606 (java) S 25600 25602 21308 0 -1 4202560 658 0 0 0 182 7 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878569290408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25607] ppid=25600 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/25602/task/25607/stat : 25607 (java) S 25600 25602 21308 0 -1 4202560 601 0 0 0 192 7 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878568238120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25608] ppid=25600 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25602/task/25608/stat : 25608 (java) S 25600 25602 21308 0 -1 4202560 408 0 0 0 186 6 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878567185320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25609] ppid=25600 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25602/task/25609/stat : 25609 (java) S 25600 25602 21308 0 -1 4202560 860 0 0 0 185 7 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878566132008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25610] ppid=25600 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/25602/task/25610/stat : 25610 (java) S 25600 25602 21308 0 -1 4202560 587 0 0 0 196 8 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878565079208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25611] ppid=25600 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25602/task/25611/stat : 25611 (java) S 25600 25602 21308 0 -1 4202560 818 0 0 0 178 6 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878564026920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25612] ppid=25600 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/25602/task/25612/stat : 25612 (java) S 25600 25602 21308 0 -1 4202560 1338 0 0 0 194 8 0 0 20 0 22 0 254360145 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139878433597864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25613] ppid=25600 vsize=9824668 CPUtime=39.27 cores=0,2,4,6
/proc/25602/task/25613/stat : 25613 (java) S 25600 25602 21308 0 -1 4202560 1950 0 0 0 3915 12 0 0 20 0 22 0 254360146 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877950651112 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25614] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25614/stat : 25614 (java) S 25600 25602 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877949597176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25615] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25615/stat : 25615 (java) S 25600 25602 21308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254360146 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877948544776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25616] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25616/stat : 25616 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877947493264 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25617] ppid=25600 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25602/task/25617/stat : 25617 (java) S 25600 25602 21308 0 -1 4202560 5699 0 0 0 84 0 0 0 20 0 22 0 254360149 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877946439864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25618] ppid=25600 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25602/task/25618/stat : 25618 (java) S 25600 25602 21308 0 -1 4202560 8215 0 0 0 124 0 0 0 20 0 22 0 254360149 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877945387064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25619] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25619/stat : 25619 (java) S 25600 25602 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254360149 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877944334968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25620] ppid=25600 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25602/task/25620/stat : 25620 (java) S 25600 25602 21308 0 -1 4202560 53 0 0 0 15 19 0 0 20 0 22 0 254360149 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877943282376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25602/tid=25630] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25630/stat : 25630 (java) S 25600 25602 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254360272 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877940122920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25602/tid=25649] ppid=25600 vsize=9824668 CPUtime=846.26 cores=0,2,4,6
/proc/25602/task/25649/stat : 25649 (java) R 25600 25602 21308 0 -1 4202560 83 0 0 0 84612 14 0 0 20 0 22 0 254363521 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877939068208 139878445169636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25602/tid=25650] ppid=25600 vsize=9824668 CPUtime=846.2 cores=0,2,4,6
/proc/25602/task/25650/stat : 25650 (java) R 25600 25602 21308 0 -1 4202560 1239 0 0 0 84578 42 0 0 20 0 22 0 254363521 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877941172416 139878445312580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25602/tid=25651] ppid=25600 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25602/task/25651/stat : 25651 (java) S 25600 25602 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254363521 10060460032 668007 33554432000 1073741824 1073778376 140735902293616 139877942228136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 919.44
CPU time (s): 1800.61
CPU user time (s): 1798.76
CPU system time (s): 1.85172
CPU usage (%): 195.838
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.85172
maximum resident set size= 3039136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28035
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26564
involuntary context switches= 34642

runsolver used 3.2635 second user time and 8.51171 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 19:58:36
IDJOB=3689472
IDBENCH=89835
IDSOLVER=2268
FILE ID=node103/3689472-1337882316
RUNJOBID= node103-1337871881-21324
PBS_JOBID= 14620101
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689472-1337882316/watcher-3689472-1337882316 -o /tmp/evaluation-result-3689472-1337882316/solver-3689472-1337882316 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689472-1337882316.opb

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

MD5SUM BENCH= bb6edae9b271ecf76d3d6c31c88b027d
RANDOM SEED=1675793516

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        25469116 kB
Buffers:          210452 kB
Cached:          2680012 kB
SwapCached:            0 kB
Active:          4404192 kB
Inactive:        2213688 kB
Active(anon):    3729908 kB
Inactive(anon):        0 kB
Active(file):     674284 kB
Inactive(file):  2213688 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       3748444 kB
Mapped:            22640 kB
Shmem:               200 kB
Slab:             627532 kB
SReclaimable:      69516 kB
SUnreclaim:       558016 kB
KernelStack:        1624 kB
PageTables:        10832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4039528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3651584 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= 71704 MiB
End job on node103 at 2012-05-24 20:13:57