Trace number 3687992

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.7 902.457

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMd900242764082ad39bc001b38a8b6b82
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.192969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
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 constraints2
Minimum length of a constraint52
Maximum length of a constraint52
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3687992-1337875671.opb
0.09/0.13	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.013s.
0.09/0.14	c declared #vars     52
0.09/0.14	c #constraints  2
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.14	c 2 constraints processed.
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.09/0.14	c 2 constraints processed.
1.93/0.63	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.09/0.94	c cleaning 4247 clauses out of 8500 with flag 11000/11000
3.86/1.17	c cleaning 5625 clauses out of 11256 with flag 18003/18003
4.54/1.42	c cleaning 6809 clauses out of 13628 with flag 26000/26000
5.36/1.80	c cleaning 7911 clauses out of 15821 with flag 35002/35002
6.15/2.25	c cleaning 8954 clauses out of 17908 with flag 45000/45000
7.55/2.92	c cleaning 9976 clauses out of 19956 with flag 56002/56002
9.15/3.79	c cleaning 10987 clauses out of 21978 with flag 68000/68000
10.92/4.60	c cleaning 11996 clauses out of 23991 with flag 81000/81000
12.08/5.22	c cleaning 12991 clauses out of 25995 with flag 95000/95000
13.86/6.15	c cleaning 14003 clauses out of 28006 with flag 110002/110002
15.22/6.84	c cleaning 14999 clauses out of 30004 with flag 126003/126003
16.79/7.70	c cleaning 16002 clauses out of 32003 with flag 143001/143001
19.15/8.89	c cleaning 17002 clauses out of 34004 with flag 161004/161004
20.90/9.78	c cleaning 17995 clauses out of 35998 with flag 180000/180000
22.45/10.59	c cleaning 18998 clauses out of 38004 with flag 200001/200001
24.98/11.82	c cleaning 20002 clauses out of 40006 with flag 221001/221001
27.96/13.35	c cleaning 20999 clauses out of 42003 with flag 243000/243000
31.31/15.06	c cleaning 22004 clauses out of 44008 with flag 266004/266004
34.08/16.48	c cleaning 22997 clauses out of 46000 with flag 290000/290000
37.60/18.22	c cleaning 23996 clauses out of 48003 with flag 315000/315000
40.94/19.91	c cleaning 24994 clauses out of 50008 with flag 341001/341001
42.72/20.84	c cleaning 0 clauses out of 5001 with flag 0/5001
45.65/22.06	c cleaning 26006 clauses out of 52014 with flag 368001/368001
49.36/23.96	c cleaning 26999 clauses out of 54007 with flag 396000/396000
54.12/26.37	c cleaning 28001 clauses out of 56008 with flag 425000/425000
58.25/28.42	c cleaning 29004 clauses out of 58008 with flag 455001/455001
63.59/31.18	c cleaning 30002 clauses out of 60003 with flag 486000/486000
70.52/34.69	c cleaning 30994 clauses out of 62001 with flag 518000/518000
76.87/37.83	c cleaning 32002 clauses out of 64009 with flag 551002/551002
82.01/40.49	c cleaning 32996 clauses out of 66005 with flag 585000/585000
88.14/43.55	c cleaning 33997 clauses out of 68011 with flag 620002/620002
95.47/47.26	c cleaning 35001 clauses out of 70014 with flag 656002/656002
101.18/50.16	c cleaning 36004 clauses out of 72013 with flag 693002/693002
107.33/53.29	c cleaning 37003 clauses out of 74007 with flag 731000/731000
115.49/57.37	c cleaning 37999 clauses out of 76004 with flag 770000/770000
124.83/62.08	c cleaning 39001 clauses out of 78005 with flag 810000/810000
133.56/66.48	c cleaning 40001 clauses out of 80005 with flag 851001/851001
143.72/71.53	c cleaning 40994 clauses out of 82003 with flag 893000/893000
149.62/74.52	c cleaning 41997 clauses out of 84009 with flag 936000/936000
158.73/79.14	c cleaning 43008 clauses out of 86015 with flag 980003/980003
168.44/84.08	c cleaning 44002 clauses out of 88004 with flag 1025000/1025000
181.58/90.62	c cleaning 44995 clauses out of 90002 with flag 1071000/1071000
193.09/96.43	c cleaning 45995 clauses out of 92007 with flag 1118000/1118000
201.99/100.96	c cleaning 46999 clauses out of 94012 with flag 1166000/1166000
211.69/105.82	c cleaning 48006 clauses out of 96014 with flag 1215001/1215001
222.02/111.02	c cleaning 49001 clauses out of 98007 with flag 1265000/1265000
232.92/116.51	c cleaning 50000 clauses out of 100006 with flag 1316000/1316000
243.61/121.99	c cleaning 51000 clauses out of 102007 with flag 1368001/1368001
249.52/124.99	c cleaning 0 clauses out of 11000 with flag 0/11000
254.68/127.55	c cleaning 52000 clauses out of 104006 with flag 1421000/1421000
264.75/132.66	c cleaning 52996 clauses out of 106007 with flag 1475001/1475001
275.42/138.02	c cleaning 54006 clauses out of 108012 with flag 1530002/1530002
290.14/145.49	c cleaning 54999 clauses out of 110005 with flag 1586001/1586001
301.84/151.31	c cleaning 56002 clauses out of 112006 with flag 1643001/1643001
318.56/159.75	c cleaning 56995 clauses out of 114003 with flag 1701000/1701000
334.85/167.90	c cleaning 57998 clauses out of 116009 with flag 1760001/1760001
348.98/175.08	c cleaning 58996 clauses out of 118012 with flag 1820002/1820002
364.26/182.77	c cleaning 60004 clauses out of 120015 with flag 1881001/1881001
379.94/190.62	c cleaning 61003 clauses out of 122013 with flag 1943003/1943003
394.98/198.29	c cleaning 62003 clauses out of 124007 with flag 2006000/2006000
407.49/204.51	c cleaning 62994 clauses out of 126004 with flag 2070000/2070000
419.37/210.51	c cleaning 64001 clauses out of 128011 with flag 2135001/2135001
433.47/217.62	c cleaning 65001 clauses out of 130012 with flag 2201003/2201003
447.10/224.54	c cleaning 65998 clauses out of 132009 with flag 2268001/2268001
460.18/231.11	c cleaning 67003 clauses out of 134010 with flag 2336000/2336000
473.48/237.85	c cleaning 68003 clauses out of 136009 with flag 2405002/2405002
486.75/244.54	c cleaning 68998 clauses out of 138004 with flag 2475000/2475000
499.37/250.97	c cleaning 70000 clauses out of 140007 with flag 2546001/2546001
514.47/258.52	c cleaning 71000 clauses out of 142006 with flag 2618000/2618000
530.34/266.54	c cleaning 72000 clauses out of 144006 with flag 2691000/2691000
545.64/274.23	c cleaning 72997 clauses out of 146006 with flag 2765000/2765000
559.44/281.24	c cleaning 74002 clauses out of 148011 with flag 2840002/2840002
574.51/288.89	c cleaning 75000 clauses out of 150007 with flag 2916000/2916000
590.21/296.72	c cleaning 76004 clauses out of 152007 with flag 2993000/2993000
604.66/304.03	c cleaning 77002 clauses out of 154005 with flag 3071002/3071002
620.05/311.81	c cleaning 77996 clauses out of 156004 with flag 3150003/3150003
636.54/320.19	c cleaning 79003 clauses out of 158007 with flag 3230002/3230002
656.66/330.30	c cleaning 80001 clauses out of 160002 with flag 3311000/3311000
687.81/345.80	c cleaning 80997 clauses out of 162001 with flag 3393000/3393000
717.50/360.77	c cleaning 0 clauses out of 18000 with flag 0/18000
719.56/361.82	c cleaning 82002 clauses out of 164004 with flag 3476000/3476000
749.22/376.76	c cleaning 82998 clauses out of 166002 with flag 3560000/3560000
790.05/397.15	c cleaning 83996 clauses out of 168004 with flag 3645000/3645000
823.19/413.72	c cleaning 84999 clauses out of 170008 with flag 3731000/3731000
847.07/425.75	c cleaning 86003 clauses out of 172009 with flag 3818000/3818000
868.58/436.54	c cleaning 86998 clauses out of 174006 with flag 3906000/3906000
890.88/447.78	c cleaning 88002 clauses out of 176009 with flag 3995001/3995001
919.41/462.08	c cleaning 89000 clauses out of 178007 with flag 4085001/4085001
943.77/474.26	c cleaning 89999 clauses out of 180007 with flag 4176001/4176001
974.57/489.60	c cleaning 90999 clauses out of 182007 with flag 4268000/4268000
998.60/501.68	c cleaning 91999 clauses out of 184009 with flag 4361001/4361001
1022.30/513.59	c cleaning 93003 clauses out of 186011 with flag 4455002/4455002
1043.49/524.11	c cleaning 94002 clauses out of 188008 with flag 4550002/4550002
1076.16/540.40	c cleaning 94998 clauses out of 190006 with flag 4646002/4646002
1101.79/553.27	c cleaning 95997 clauses out of 192007 with flag 4743001/4743001
1124.60/564.77	c cleaning 97003 clauses out of 194012 with flag 4841003/4841003
1149.35/577.16	c cleaning 97997 clauses out of 196007 with flag 4940001/4940001
1175.13/590.00	c cleaning 99003 clauses out of 198010 with flag 5040001/5040001
1201.12/603.07	c cleaning 100001 clauses out of 200006 with flag 5141000/5141000
1226.01/615.53	c cleaning 101002 clauses out of 202006 with flag 5243001/5243001
1249.99/627.57	c cleaning 101997 clauses out of 204003 with flag 5346000/5346000
1274.39/639.78	c cleaning 103003 clauses out of 206007 with flag 5450001/5450001
1301.62/653.31	c cleaning 103997 clauses out of 208003 with flag 5555000/5555000
1328.29/666.78	c cleaning 105001 clauses out of 210007 with flag 5661001/5661001
1360.15/682.61	c cleaning 105998 clauses out of 212006 with flag 5768001/5768001
1388.79/696.95	c cleaning 106998 clauses out of 214007 with flag 5876000/5876000
1418.99/712.05	c cleaning 108001 clauses out of 216009 with flag 5985000/5985000
1450.87/728.03	c cleaning 109003 clauses out of 218008 with flag 6095000/6095000
1487.55/746.32	c cleaning 110000 clauses out of 220005 with flag 6206000/6206000
1525.43/765.23	c cleaning 111003 clauses out of 222005 with flag 6318000/6318000
1558.87/781.93	c cleaning 111994 clauses out of 224002 with flag 6431000/6431000
1567.63/786.50	c cleaning 0 clauses out of 26000 with flag 0/26000
1595.23/800.28	c cleaning 113000 clauses out of 226009 with flag 6545001/6545001
1634.30/819.75	c cleaning 114001 clauses out of 228009 with flag 6660001/6660001
1674.56/839.86	c cleaning 115004 clauses out of 230007 with flag 6776000/6776000
1722.09/863.59	c cleaning 116002 clauses out of 232003 with flag 6893000/6893000
1796.66/900.68	c cleaning 116995 clauses out of 234002 with flag 7011001/7011001
1800.02/902.41	c starts		: 295
1800.02/902.41	c conflicts		: 7024461
1800.02/902.41	c decisions		: 7034965
1800.02/902.41	c propagations		: 39914964
1800.02/902.41	c inspects		: 7817445746
1800.02/902.41	c shortcuts		: 0
1800.02/902.41	c learnt literals	: 0
1800.02/902.41	c learnt binary clauses	: 0
1800.02/902.41	c learnt ternary clauses	: 0
1800.02/902.41	c learnt constraints	: 7024461
1800.02/902.41	c ignored constraints	: 0
1800.02/902.41	c root simplifications	: 0
1800.02/902.41	c removed literals (reason simplification)	: 57921005
1800.02/902.41	c reason swapping (by a shorter reason)	: 0
1800.02/902.41	c Calls to reduceDB	: 114
1800.02/902.41	c number of reductions to clauses (during analyze)	: 0
1800.02/902.41	c number of learned constraints concerned by reduction	: 0
1800.02/902.41	c number of learning phase by resolution	: 0
1800.02/902.41	c number of learning phase by cutting planes	: 0
1800.02/902.41	c speed (assignments/second)	: 44238.44662733619
1800.02/902.41	c non guided choices	43
1800.02/902.45	c learnt constraints type 
1800.02/902.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130652
1800.02/902.45	c constraints type 
1800.02/902.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.02/902.45	c 2 constraints processed.
1800.02/902.45	c constraints type 
1800.02/902.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/902.45	c 2 constraints processed.
1800.02/902.45	s UNKNOWN
1800.02/902.45	c Total wall clock time (in seconds): 902.32

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687992-1337875671/watcher-3687992-1337875671 -o /tmp/evaluation-result-3687992-1337875671/solver-3687992-1337875671 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687992-1337875671.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.75 3.94 3.81 4/199 27463
/proc/meminfo: memFree=28030680/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27463/stat : 27463 (java) D 27461 27463 26250 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253691897 9515008 183 33554432000 1073741824 1073778376 140736275692880 140736275683912 215143497397 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/27463/statm: 2323 183 140 9 0 71 0

[startup+0.083005 s]
/proc/loadavg: 3.75 3.94 3.81 4/199 27463
/proc/meminfo: memFree=28030680/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 3349 0 1 0 5 1 0 0 20 0 18 0 253691897 9787813888 4046 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2389603 4046 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100326 s]
/proc/loadavg: 3.75 3.94 3.81 4/199 27463
/proc/meminfo: memFree=28030680/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 4256 0 1 0 8 1 0 0 20 0 18 0 253691897 9787813888 4934 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2389603 4934 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300194 s]
/proc/loadavg: 3.75 3.94 3.81 4/199 27463
/proc/meminfo: memFree=28030680/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9825196 CPUtime=0.73 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 9003 0 1 0 71 2 0 0 20 0 22 0 253691897 10061000704 10137 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456299 10140 2212 9 0 2446992 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9825196

[startup+0.700212 s]
/proc/loadavg: 3.75 3.94 3.81 4/199 27463
/proc/meminfo: memFree=28030680/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 19275 0 1 0 224 5 0 0 20 0 22 0 253691897 10060460032 26593 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 26593 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824668

[startup+1.5008 s]
/proc/loadavg: 3.75 3.94 3.81 6/221 27485
/proc/meminfo: memFree=27866232/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=4.77 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 27051 0 1 0 469 8 0 0 20 0 22 0 253691897 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 35496 2273 9 0 2446860 0
[pid=27463/tid=27465] ppid=27461 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27463/task/27465/stat : 27465 (java) S 27461 27463 26250 0 -1 4202560 2487 0 1 0 10 1 0 0 20 0 22 0 253691898 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403494286328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27466] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27466/stat : 27466 (java) S 27461 27463 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403338295464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27467] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27467/stat : 27467 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403337242920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27468] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27468/stat : 27468 (java) S 27461 27463 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403336190376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27469] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27469/stat : 27469 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403335137832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27470] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27470/stat : 27470 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403334085288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27471] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27471/stat : 27471 (java) S 27461 27463 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403333032744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27472] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27472/stat : 27472 (java) S 27461 27463 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403331980200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27473] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27473/stat : 27473 (java) S 27461 27463 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403330927656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27474] ppid=27461 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27463/task/27474/stat : 27474 (java) S 27461 27463 26250 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 22 0 253691900 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403318515816 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27475] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27475/stat : 27475 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403317462136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27476] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27476/stat : 27476 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403316409480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27477] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27477/stat : 27477 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403315358224 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27478] ppid=27461 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/27463/task/27478/stat : 27478 (java) S 27461 27463 26250 0 -1 4202560 9378 0 0 0 95 2 0 0 20 0 22 0 253691903 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403314305592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27479] ppid=27461 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/27463/task/27479/stat : 27479 (java) S 27461 27463 26250 0 -1 4202560 13740 0 0 0 102 3 0 0 20 0 22 0 253691903 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403313253048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27480] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27480/stat : 27480 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403312200696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27481] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27481/stat : 27481 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403311148360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27482] ppid=27461 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/27463/task/27482/stat : 27482 (java) R 27461 27463 26250 0 -1 4202560 41 0 0 0 123 0 0 0 20 0 22 0 253691911 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403310092352 140403367284736 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27483] ppid=27461 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/27463/task/27483/stat : 27483 (java) R 27461 27463 26250 0 -1 4202560 120 0 0 0 123 2 0 0 20 0 22 0 253691911 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403309040088 140403367407909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27484] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27484/stat : 27484 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403307988008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27485] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27485/stat : 27485 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 35496 33554432000 1073741824 1073778376 140733992890336 140403306935464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.75 3.94 3.81 5/221 27485
/proc/meminfo: memFree=27823840/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=7.93 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 27184 0 1 0 783 10 0 0 20 0 22 0 253691897 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 52988 2273 9 0 2446860 0
[pid=27463/tid=27465] ppid=27461 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27463/task/27465/stat : 27465 (java) S 27461 27463 26250 0 -1 4202560 2487 0 1 0 10 1 0 0 20 0 22 0 253691898 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403494286328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27466] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27466/stat : 27466 (java) S 27461 27463 26250 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403338295464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27467] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27467/stat : 27467 (java) S 27461 27463 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403337242920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27468] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27468/stat : 27468 (java) S 27461 27463 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403336190376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27469] ppid=27461 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27463/task/27469/stat : 27469 (java) S 27461 27463 26250 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403335137832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27470] ppid=27461 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27463/task/27470/stat : 27470 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403334085288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27471] ppid=27461 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27463/task/27471/stat : 27471 (java) S 27461 27463 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403333032744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27472] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27472/stat : 27472 (java) S 27461 27463 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403331980200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27473] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27473/stat : 27473 (java) S 27461 27463 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253691899 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403330927656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27474] ppid=27461 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/27463/task/27474/stat : 27474 (java) S 27461 27463 26250 0 -1 4202560 100 0 0 0 14 1 0 0 20 0 22 0 253691900 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403318515816 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27475] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27475/stat : 27475 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403317462136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27476] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27476/stat : 27476 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403316409480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27477] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27477/stat : 27477 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403315358224 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27478] ppid=27461 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/27463/task/27478/stat : 27478 (java) S 27461 27463 26250 0 -1 4202560 9378 0 0 0 95 2 0 0 20 0 22 0 253691903 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403314305592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27479] ppid=27461 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/27463/task/27479/stat : 27479 (java) S 27461 27463 26250 0 -1 4202560 13740 0 0 0 104 3 0 0 20 0 22 0 253691903 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403313253048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27480] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27480/stat : 27480 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403312200696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27481] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27481/stat : 27481 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403311148360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27482] ppid=27461 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27463/task/27482/stat : 27482 (java) R 27461 27463 26250 0 -1 4202560 45 0 0 0 269 0 0 0 20 0 22 0 253691911 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403310092352 140403367358224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27483] ppid=27461 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/27463/task/27483/stat : 27483 (java) R 27461 27463 26250 0 -1 4202560 145 0 0 0 269 3 0 0 20 0 22 0 253691911 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403309038024 140403367408027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27484] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27484/stat : 27484 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403307988008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27485] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27485/stat : 27485 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 52988 33554432000 1073741824 1073778376 140733992890336 140403306935464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 9824668

[startup+6.30089 s]
/proc/loadavg: 3.77 3.94 3.81 5/221 27485
/proc/meminfo: memFree=27699044/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=14.22 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 27264 0 1 0 1409 13 0 0 20 0 22 0 253691897 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 76786 2273 9 0 2446860 0
[pid=27463/tid=27465] ppid=27461 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27463/task/27465/stat : 27465 (java) S 27461 27463 26250 0 -1 4202560 2488 0 1 0 10 1 0 0 20 0 22 0 253691898 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403494286328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27466] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27466/stat : 27466 (java) S 27461 27463 26250 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403338295464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27467] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27467/stat : 27467 (java) S 27461 27463 26250 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403337242920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27468] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27468/stat : 27468 (java) S 27461 27463 26250 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403336190376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27469] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27469/stat : 27469 (java) S 27461 27463 26250 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403335137832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27470] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27470/stat : 27470 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403334085288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27471] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27471/stat : 27471 (java) S 27461 27463 26250 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403333032744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27472] ppid=27461 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27463/task/27472/stat : 27472 (java) S 27461 27463 26250 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403331980200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27473] ppid=27461 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27463/task/27473/stat : 27473 (java) S 27461 27463 26250 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253691899 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403330927656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27474] ppid=27461 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/27463/task/27474/stat : 27474 (java) S 27461 27463 26250 0 -1 4202560 102 0 0 0 30 2 0 0 20 0 22 0 253691900 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403318515816 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27475] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27475/stat : 27475 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403317462136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27476] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27476/stat : 27476 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403316409480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27477] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27477/stat : 27477 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403315358224 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27478] ppid=27461 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/27463/task/27478/stat : 27478 (java) S 27461 27463 26250 0 -1 4202560 9378 0 0 0 95 2 0 0 20 0 22 0 253691903 10060460032 76786 33554432000 1073741824 1073778376 140733992890336 140403314305592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=27463/tid=27483] ppid=27461 vsize=9824668 CPUtime=741.41 cores=1,3,5,7
/proc/27463/task/27483/stat : 27483 (java) R 27461 27463 26250 0 -1 4202560 1370 0 0 0 74112 29 0 0 20 0 22 0 253691911 10060460032 159516 33554432000 1073741824 1073778376 140733992890336 140403309038832 140403367408027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27484] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27484/stat : 27484 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 159516 33554432000 1073741824 1073778376 140733992890336 140403307988008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27485] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27485/stat : 27485 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 159516 33554432000 1073741824 1073778376 140733992890336 140403306935464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1519.62
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.08 4.05 3.91 5/221 27598
/proc/meminfo: memFree=26232268/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=1639.27 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 37184 0 1 0 163817 110 0 0 20 0 22 0 253691897 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 184610 2274 9 0 2446860 0
[pid=27463/tid=27465] ppid=27461 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/27463/task/27465/stat : 27465 (java) S 27461 27463 26250 0 -1 4202560 2520 0 1 0 13 4 0 0 20 0 22 0 253691898 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403494286328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27466] ppid=27461 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/27463/task/27466/stat : 27466 (java) S 27461 27463 26250 0 -1 4202560 592 0 0 0 241 6 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403338295464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27467] ppid=27461 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/27463/task/27467/stat : 27467 (java) S 27461 27463 26250 0 -1 4202560 328 0 0 0 245 5 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403337242920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27468] ppid=27461 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/27463/task/27468/stat : 27468 (java) S 27461 27463 26250 0 -1 4202560 619 0 0 0 254 4 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403336190376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27469] ppid=27461 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/27463/task/27469/stat : 27469 (java) S 27461 27463 26250 0 -1 4202560 559 0 0 0 257 7 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403335137832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27470] ppid=27461 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/27463/task/27470/stat : 27470 (java) S 27461 27463 26250 0 -1 4202560 570 0 0 0 259 6 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403334085288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27471] ppid=27461 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/27463/task/27471/stat : 27471 (java) S 27461 27463 26250 0 -1 4202560 422 0 0 0 248 6 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403333032744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27472] ppid=27461 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/27463/task/27472/stat : 27472 (java) S 27461 27463 26250 0 -1 4202560 650 0 0 0 245 6 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403331980200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27473] ppid=27461 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/27463/task/27473/stat : 27473 (java) S 27461 27463 26250 0 -1 4202560 363 0 0 0 231 6 0 0 20 0 22 0 253691899 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403330927656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27474] ppid=27461 vsize=9824668 CPUtime=17.13 cores=1,3,5,7
/proc/27463/task/27474/stat : 27474 (java) S 27461 27463 26250 0 -1 4202560 1166 0 0 0 1694 19 0 0 20 0 22 0 253691900 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403318515816 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27475] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27475/stat : 27475 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403317462136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27476] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27476/stat : 27476 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403316409480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27477] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27477/stat : 27477 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403315358224 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27478] ppid=27461 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27463/task/27478/stat : 27478 (java) S 27461 27463 26250 0 -1 4202560 9387 0 0 0 102 2 0 0 20 0 22 0 253691903 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403314305592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27479] ppid=27461 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/27463/task/27479/stat : 27479 (java) S 27461 27463 26250 0 -1 4202560 16689 0 0 0 171 4 0 0 20 0 22 0 253691903 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403313253048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27480] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27480/stat : 27480 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403312200696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27481] ppid=27461 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27463/task/27481/stat : 27481 (java) S 27461 27463 26250 0 -1 4202560 47 0 0 0 21 22 0 0 20 0 22 0 253691903 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403311148360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27482] ppid=27461 vsize=9824668 CPUtime=799.34 cores=1,3,5,7
/proc/27463/task/27482/stat : 27482 (java) R 27461 27463 26250 0 -1 4202560 146 0 0 0 79919 15 0 0 20 0 22 0 253691911 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403310092352 140403367358322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27483] ppid=27461 vsize=9824668 CPUtime=799.37 cores=1,3,5,7
/proc/27463/task/27483/stat : 27483 (java) R 27461 27463 26250 0 -1 4202560 1938 0 0 0 79906 31 0 0 20 0 22 0 253691911 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403309038032 140403367408027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27484] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27484/stat : 27484 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403307988008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27485] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27485/stat : 27485 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 184610 33554432000 1073741824 1073778376 140733992890336 140403306935464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1639.27
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.03 4.04 3.91 5/221 27598
/proc/meminfo: memFree=26323872/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=1759.75 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 37301 0 1 0 175858 117 0 0 20 0 22 0 253691897 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 171685 2274 9 0 2446860 0
[pid=27463/tid=27465] ppid=27461 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/27463/task/27465/stat : 27465 (java) S 27461 27463 26250 0 -1 4202560 2522 0 1 0 13 4 0 0 20 0 22 0 253691898 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403494286328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27466] ppid=27461 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/27463/task/27466/stat : 27466 (java) S 27461 27463 26250 0 -1 4202560 599 0 0 0 266 6 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403338295464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27467] ppid=27461 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/27463/task/27467/stat : 27467 (java) S 27461 27463 26250 0 -1 4202560 333 0 0 0 277 5 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403337242920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27468] ppid=27461 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/27463/task/27468/stat : 27468 (java) S 27461 27463 26250 0 -1 4202560 620 0 0 0 284 4 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403336190376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27469] ppid=27461 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27463/task/27469/stat : 27469 (java) S 27461 27463 26250 0 -1 4202560 569 0 0 0 290 7 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403335137832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27470] ppid=27461 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/27463/task/27470/stat : 27470 (java) S 27461 27463 26250 0 -1 4202560 578 0 0 0 288 6 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403334085288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27471] ppid=27461 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/27463/task/27471/stat : 27471 (java) S 27461 27463 26250 0 -1 4202560 432 0 0 0 275 7 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403333032744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27472] ppid=27461 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/27463/task/27472/stat : 27472 (java) S 27461 27463 26250 0 -1 4202560 655 0 0 0 272 6 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403331980200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27473] ppid=27461 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27463/task/27473/stat : 27473 (java) S 27461 27463 26250 0 -1 4202560 370 0 0 0 263 6 0 0 20 0 22 0 253691899 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403330927656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27474] ppid=27461 vsize=9824668 CPUtime=17.77 cores=1,3,5,7
/proc/27463/task/27474/stat : 27474 (java) S 27461 27463 26250 0 -1 4202560 1208 0 0 0 1757 20 0 0 20 0 22 0 253691900 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403318515816 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27475] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27475/stat : 27475 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403317462136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27476] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27476/stat : 27476 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403316409480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27477] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27477/stat : 27477 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403315358224 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27478] ppid=27461 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27463/task/27478/stat : 27478 (java) S 27461 27463 26250 0 -1 4202560 9387 0 0 0 102 2 0 0 20 0 22 0 253691903 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403314305592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27479] ppid=27461 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/27463/task/27479/stat : 27479 (java) S 27461 27463 26250 0 -1 4202560 16689 0 0 0 171 4 0 0 20 0 22 0 253691903 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403313253048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27480] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27480/stat : 27480 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403312200696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27481] ppid=27461 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/27463/task/27481/stat : 27481 (java) S 27461 27463 26250 0 -1 4202560 51 0 0 0 23 23 0 0 20 0 22 0 253691903 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403311148360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27482] ppid=27461 vsize=9824668 CPUtime=858.08 cores=1,3,5,7
/proc/27463/task/27482/stat : 27482 (java) R 27461 27463 26250 0 -1 4202560 152 0 0 0 85792 16 0 0 20 0 22 0 253691911 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403310091328 140403367358322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27483] ppid=27461 vsize=9824668 CPUtime=858.1 cores=1,3,5,7
/proc/27463/task/27483/stat : 27483 (java) R 27461 27463 26250 0 -1 4202560 1948 0 0 0 85778 32 0 0 20 0 22 0 253691911 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403309037904 140403367510731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27484] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27484/stat : 27484 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403307988008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27485] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27485/stat : 27485 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 171685 33554432000 1073741824 1073778376 140733992890336 140403306935464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1759.75
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.401 s]
/proc/loadavg: 4.02 4.03 3.91 5/221 27598
/proc/meminfo: memFree=26304680/32873844 swapFree=7364/7364
[pid=27463] ppid=27461 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/27463/stat : 27463 (java) S 27461 27463 26250 0 -1 4202496 38000 0 1 0 179882 120 0 0 20 0 22 0 253691897 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140733992881472 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27463/statm: 2456167 178145 2274 9 0 2446860 0
[pid=27463/tid=27465] ppid=27461 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/27463/task/27465/stat : 27465 (java) S 27461 27463 26250 0 -1 4202560 2524 0 1 0 13 4 0 0 20 0 22 0 253691898 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403494286328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27466] ppid=27461 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/27463/task/27466/stat : 27466 (java) S 27461 27463 26250 0 -1 4202560 602 0 0 0 273 6 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403338295464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27467] ppid=27461 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/27463/task/27467/stat : 27467 (java) S 27461 27463 26250 0 -1 4202560 378 0 0 0 286 5 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403337242920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27468] ppid=27461 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/27463/task/27468/stat : 27468 (java) S 27461 27463 26250 0 -1 4202560 668 0 0 0 296 5 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403336190376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27469] ppid=27461 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/27463/task/27469/stat : 27469 (java) S 27461 27463 26250 0 -1 4202560 611 0 0 0 298 7 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403335137832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27470] ppid=27461 vsize=9824668 CPUtime=3.02 cores=1,3,5,7
/proc/27463/task/27470/stat : 27470 (java) S 27461 27463 26250 0 -1 4202560 583 0 0 0 296 6 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403334085288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27471] ppid=27461 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/27463/task/27471/stat : 27471 (java) S 27461 27463 26250 0 -1 4202560 438 0 0 0 284 7 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403333032744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27472] ppid=27461 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/27463/task/27472/stat : 27472 (java) S 27461 27463 26250 0 -1 4202560 662 0 0 0 282 6 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403331980200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27473] ppid=27461 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/27463/task/27473/stat : 27473 (java) S 27461 27463 26250 0 -1 4202560 410 0 0 0 270 6 0 0 20 0 22 0 253691899 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403330927656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27474] ppid=27461 vsize=9824668 CPUtime=18.05 cores=1,3,5,7
/proc/27463/task/27474/stat : 27474 (java) S 27461 27463 26250 0 -1 4202560 1217 0 0 0 1784 21 0 0 20 0 22 0 253691900 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403318515816 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27475] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27475/stat : 27475 (java) S 27461 27463 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403317462136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27476] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27476/stat : 27476 (java) S 27461 27463 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253691901 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403316409480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27477] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27477/stat : 27477 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403315358224 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27478] ppid=27461 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27463/task/27478/stat : 27478 (java) S 27461 27463 26250 0 -1 4202560 9387 0 0 0 102 2 0 0 20 0 22 0 253691903 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403314305592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27479] ppid=27461 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/27463/task/27479/stat : 27479 (java) S 27461 27463 26250 0 -1 4202560 16689 0 0 0 171 4 0 0 20 0 22 0 253691903 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403313253048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27480] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27480/stat : 27480 (java) S 27461 27463 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253691903 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403312200696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27463/tid=27481] ppid=27461 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/27463/task/27481/stat : 27481 (java) S 27461 27463 26250 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 253691903 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403311148360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27482] ppid=27461 vsize=9824668 CPUtime=877.71 cores=1,3,5,7
/proc/27463/task/27482/stat : 27482 (java) R 27461 27463 26250 0 -1 4202560 153 0 0 0 87755 16 0 0 20 0 22 0 253691911 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403310092352 140403367284736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27463/tid=27483] ppid=27461 vsize=9824668 CPUtime=877.73 cores=1,3,5,7
/proc/27463/task/27483/stat : 27483 (java) R 27461 27463 26250 0 -1 4202560 2437 0 0 0 87740 33 0 0 20 0 22 0 253691911 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403309037904 140403367510534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27463/tid=27484] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27484/stat : 27484 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403307988008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27463/tid=27485] ppid=27461 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27485/stat : 27485 (java) S 27461 27463 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253691911 10060460032 178145 33554432000 1073741824 1073778376 140733992890336 140403306935464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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): 902.457
CPU time (s): 1800.7
CPU user time (s): 1799.01
CPU system time (s): 1.69074
CPU usage (%): 199.533
Max. virtual memory (cumulated for all children) (KiB): 9825692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.69074
maximum resident set size= 1241560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38046
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28346
involuntary context switches= 45430

runsolver used 3.63045 second user time and 8.95464 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 18:07:51
IDJOB=3687992
IDBENCH=2562
IDSOLVER=2268
FILE ID=node133/3687992-1337875671
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687992-1337875671/watcher-3687992-1337875671 -o /tmp/evaluation-result-3687992-1337875671/solver-3687992-1337875671 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687992-1337875671.opb

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

MD5SUM BENCH= d900242764082ad39bc001b38a8b6b82
RANDOM SEED=1265522018

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        28030952 kB
Buffers:          212200 kB
Cached:          2374652 kB
SwapCached:            0 kB
Active:          1895436 kB
Inactive:        2167780 kB
Active(anon):    1478608 kB
Inactive(anon):        0 kB
Active(file):     416828 kB
Inactive(file):  2167780 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               528 kB
Writeback:             0 kB
AnonPages:       1493256 kB
Mapped:            22692 kB
Shmem:               212 kB
Slab:             628816 kB
SReclaimable:      71000 kB
SUnreclaim:       557816 kB
KernelStack:        1640 kB
PageTables:         7176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1911868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1392640 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= 71624 MiB
End job on node133 at 2012-05-24 18:22:55