Trace number 3730972

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.07 915.059

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100531
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		1349517296
0.02/0.07	c Max memory 		1356595200
0.02/0.07	c Total memory 		1356595200
0.02/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3730972-1338731754.opb
0.10/0.10	c reading problem ... 
1.10/0.57	c ... done. Wall clock time 0.471s.
1.10/0.57	c #vars     4626
1.10/0.57	c #constraints  30921
1.10/0.57	c constraints type 
1.10/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1.10/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1.10/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.10/0.57	c constraints type 
1.10/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1.10/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1.10/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
3.64/1.24	c cleaning 2483 clauses out of 5002 with flag 5002/5002
4.99/1.79	c cleaning 4254 clauses out of 8519 with flag 11002/11002
6.42/2.45	c cleaning 5625 clauses out of 11264 with flag 18001/18001
7.81/3.19	c cleaning 6813 clauses out of 13639 with flag 26001/26001
9.81/4.18	c cleaning 7898 clauses out of 15825 with flag 35000/35000
11.81/5.18	c cleaning 8954 clauses out of 17928 with flag 45001/45001
13.97/6.25	c cleaning 9975 clauses out of 19973 with flag 56000/56000
17.54/8.01	c cleaning 10994 clauses out of 21999 with flag 68001/68001
20.48/9.58	c cleaning 11983 clauses out of 24005 with flag 81001/81001
23.86/11.24	c cleaning 12997 clauses out of 26022 with flag 95001/95001
29.43/14.03	c cleaning 13996 clauses out of 28026 with flag 110002/110002
33.17/15.95	c cleaning 15002 clauses out of 30028 with flag 126000/126000
38.08/18.46	c cleaning 16000 clauses out of 32028 with flag 143002/143002
46.04/22.45	c cleaning 0 clauses out of 5001 with flag 0/5001
46.40/22.68	c cleaning 17002 clauses out of 34027 with flag 161001/161001
52.23/25.42	c cleaning 18000 clauses out of 36026 with flag 180002/180002
59.41/29.04	c cleaning 19005 clauses out of 38025 with flag 200001/200001
66.81/32.79	c cleaning 19999 clauses out of 40021 with flag 221002/221002
78.18/38.45	c cleaning 20992 clauses out of 42021 with flag 243001/243001
90.50/44.68	c cleaning 22004 clauses out of 44028 with flag 266000/266000
98.10/48.52	c cleaning 22998 clauses out of 46025 with flag 290001/290001
109.00/54.02	c cleaning 23999 clauses out of 48027 with flag 315001/315001
122.13/60.60	c cleaning 25007 clauses out of 50027 with flag 341000/341000
136.67/67.98	c cleaning 26002 clauses out of 52020 with flag 368000/368000
163.20/81.29	c cleaning 26998 clauses out of 54020 with flag 396002/396002
173.89/86.68	c cleaning 27985 clauses out of 56020 with flag 425000/425000
182.57/91.02	c cleaning 0 clauses out of 11001 with flag 0/11001
187.40/93.55	c cleaning 29006 clauses out of 58039 with flag 455004/455004
199.14/99.56	c cleaning 29971 clauses out of 60029 with flag 486000/486000
226.13/113.05	c cleaning 30501 clauses out of 61059 with flag 517001/517001
247.45/123.73	c cleaning 30757 clauses out of 61558 with flag 548001/548001
264.90/132.51	c cleaning 30880 clauses out of 61803 with flag 579003/579003
274.15/137.39	c cleaning 30937 clauses out of 61921 with flag 610001/610001
289.64/145.15	c cleaning 30931 clauses out of 61983 with flag 641000/641000
313.30/157.04	c cleaning 30960 clauses out of 62052 with flag 672000/672000
338.41/169.61	c cleaning 30994 clauses out of 62093 with flag 703001/703001
355.47/178.34	c cleaning 31045 clauses out of 62102 with flag 734004/734004
371.51/186.43	c cleaning 30997 clauses out of 62054 with flag 765001/765001
384.87/193.20	c cleaning 31017 clauses out of 62057 with flag 796001/796001
400.67/201.27	c cleaning 31015 clauses out of 62041 with flag 827002/827002
416.03/209.19	c cleaning 31003 clauses out of 62025 with flag 858001/858001
429.01/215.70	c cleaning 31004 clauses out of 62024 with flag 889003/889003
440.15/221.41	c cleaning 31003 clauses out of 62017 with flag 920000/920000
444.65/223.88	c cleaning 0 clauses out of 18001 with flag 0/18001
451.79/227.65	c cleaning 30987 clauses out of 62015 with flag 951001/951001
464.97/234.38	c cleaning 30992 clauses out of 62028 with flag 982001/982001
495.42/249.67	c cleaning 31001 clauses out of 62038 with flag 1013003/1013003
523.65/263.80	c cleaning 30984 clauses out of 62036 with flag 1044002/1044002
553.46/278.92	c cleaning 30985 clauses out of 62050 with flag 1075000/1075000
570.61/287.60	c cleaning 31024 clauses out of 62067 with flag 1106002/1106002
590.59/297.78	c cleaning 31003 clauses out of 62042 with flag 1137001/1137001
607.38/306.23	c cleaning 31002 clauses out of 62038 with flag 1168000/1168000
628.71/317.18	c cleaning 30985 clauses out of 62036 with flag 1199000/1199000
647.15/326.45	c cleaning 31010 clauses out of 62054 with flag 1230003/1230003
674.18/340.05	c cleaning 30997 clauses out of 62044 with flag 1261003/1261003
697.59/351.84	c cleaning 30986 clauses out of 62045 with flag 1292001/1292001
727.44/367.00	c cleaning 31004 clauses out of 62059 with flag 1323001/1323001
737.57/372.13	c cleaning 31000 clauses out of 62057 with flag 1354003/1354003
748.92/377.97	c cleaning 31025 clauses out of 62055 with flag 1385001/1385001
770.08/388.65	c cleaning 30992 clauses out of 62029 with flag 1416000/1416000
792.06/399.83	c cleaning 31009 clauses out of 62037 with flag 1447000/1447000
805.83/406.86	c cleaning 30972 clauses out of 62031 with flag 1478003/1478003
824.99/416.54	c cleaning 30986 clauses out of 62057 with flag 1509001/1509001
840.28/424.34	c cleaning 30984 clauses out of 62072 with flag 1540002/1540002
857.19/433.04	c cleaning 30994 clauses out of 62086 with flag 1571000/1571000
876.16/442.62	c cleaning 30994 clauses out of 62095 with flag 1602003/1602003
895.02/452.18	c cleaning 31031 clauses out of 62098 with flag 1633000/1633000
911.00/460.28	c cleaning 31017 clauses out of 62068 with flag 1664001/1664001
929.89/469.98	c cleaning 31002 clauses out of 62050 with flag 1695000/1695000
946.22/478.23	c cleaning 31005 clauses out of 62048 with flag 1726000/1726000
960.95/485.75	c cleaning 30998 clauses out of 62043 with flag 1757000/1757000
976.61/493.71	c cleaning 31001 clauses out of 62045 with flag 1788000/1788000
997.74/504.58	c cleaning 0 clauses out of 26002 with flag 0/26002
1011.24/511.50	c cleaning 30998 clauses out of 62046 with flag 1819002/1819002
1042.48/527.18	c cleaning 31007 clauses out of 62046 with flag 1850000/1850000
1068.05/540.09	c cleaning 31003 clauses out of 62040 with flag 1881001/1881001
1097.73/555.14	c cleaning 31001 clauses out of 62038 with flag 1912002/1912002
1130.05/571.31	c cleaning 30987 clauses out of 62035 with flag 1943000/1943000
1156.33/584.55	c cleaning 31009 clauses out of 62050 with flag 1974002/1974002
1170.25/591.65	c cleaning 31014 clauses out of 62039 with flag 2005000/2005000
1183.40/598.53	c cleaning 30995 clauses out of 62029 with flag 2036004/2036004
1201.58/607.78	c cleaning 31004 clauses out of 62031 with flag 2067001/2067001
1217.01/615.61	c cleaning 31005 clauses out of 62029 with flag 2098003/2098003
1228.82/621.80	c cleaning 30978 clauses out of 62024 with flag 2129003/2129003
1255.90/635.52	c cleaning 30988 clauses out of 62045 with flag 2160002/2160002
1280.94/648.24	c cleaning 30976 clauses out of 62056 with flag 2191001/2191001
1297.88/656.87	c cleaning 30991 clauses out of 62080 with flag 2222001/2222001
1314.11/665.19	c cleaning 30995 clauses out of 62089 with flag 2253001/2253001
1328.92/672.99	c cleaning 30994 clauses out of 62095 with flag 2284002/2284002
1351.23/684.22	c cleaning 31033 clauses out of 62100 with flag 2315001/2315001
1389.61/703.55	c cleaning 31016 clauses out of 62067 with flag 2346001/2346001
1409.99/713.96	c cleaning 31014 clauses out of 62052 with flag 2377002/2377002
1437.97/728.37	c cleaning 31000 clauses out of 62037 with flag 2408001/2408001
1456.96/738.08	c cleaning 31001 clauses out of 62037 with flag 2439001/2439001
1473.21/746.31	c cleaning 31001 clauses out of 62035 with flag 2470000/2470000
1487.84/753.83	c cleaning 31002 clauses out of 62035 with flag 2501001/2501001
1501.94/761.29	c cleaning 30990 clauses out of 62032 with flag 2532000/2532000
1516.54/768.77	c cleaning 31000 clauses out of 62042 with flag 2563000/2563000
1531.18/776.26	c cleaning 31002 clauses out of 62042 with flag 2594000/2594000
1546.83/784.23	c cleaning 31003 clauses out of 62041 with flag 2625001/2625001
1560.85/791.69	c cleaning 31003 clauses out of 62039 with flag 2656002/2656002
1586.15/804.45	c cleaning 30994 clauses out of 62034 with flag 2687000/2687000
1604.55/813.86	c cleaning 31003 clauses out of 62042 with flag 2718002/2718002
1622.74/823.19	c cleaning 30994 clauses out of 62038 with flag 2749001/2749001
1637.08/830.72	c cleaning 31002 clauses out of 62045 with flag 2780002/2780002
1656.56/840.68	c cleaning 31006 clauses out of 62044 with flag 2811003/2811003
1672.81/848.93	c cleaning 31000 clauses out of 62037 with flag 2842002/2842002
1690.63/858.04	c cleaning 31004 clauses out of 62039 with flag 2873004/2873004
1708.54/867.40	c cleaning 31000 clauses out of 62031 with flag 2904000/2904000
1712.16/869.57	c cleaning 0 clauses out of 35001 with flag 0/35001
1727.07/877.24	c cleaning 31001 clauses out of 62034 with flag 2935003/2935003
1744.69/886.28	c cleaning 30996 clauses out of 62032 with flag 2966002/2966002
1757.19/893.00	c cleaning 30991 clauses out of 62035 with flag 2997001/2997001
1771.63/900.32	c cleaning 30990 clauses out of 62046 with flag 3028003/3028003
1786.62/908.01	c cleaning 30969 clauses out of 62056 with flag 3059003/3059003
1800.17/915.01	c starts		: 246
1800.17/915.01	c conflicts		: 3073335
1800.17/915.01	c decisions		: 3949532
1800.17/915.01	c propagations		: 138779830
1800.17/915.01	c inspects		: 4096277791
1800.17/915.01	c learnt literals	: 0
1800.17/915.01	c learnt binary clauses	: 0
1800.17/915.01	c learnt ternary clauses	: 0
1800.17/915.01	c learnt clauses	: 3073335
1800.17/915.01	c ignored clauses	: 0
1800.17/915.01	c root simplifications	: 0
1800.17/915.01	c removed literals (reason simplification)	: 19874616
1800.17/915.01	c reason swapping (by a shorter reason)	: 0
1800.17/915.01	c Calls to reduceDB	: 110
1800.17/915.01	c number of reductions to clauses (during analyze)	: 0
1800.17/915.01	c number of learned constraints concerned by reduction	: 0
1800.17/915.01	c number of learning phase by resolution	: 0
1800.17/915.01	c number of learning phase by cutting planes	: 0
1800.17/915.01	c speed (assignments/second)	: 151765.66951177505
1800.17/915.01	c non guided choices	143311
1800.17/915.04	c learnt constraints type 
1800.17/915.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 45454
1800.17/915.04	c constraints type 
1800.17/915.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1800.17/915.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1800.17/915.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.17/915.04	c constraints type 
1800.17/915.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1800.17/915.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1800.17/915.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.17/915.04	s UNKNOWN
1800.17/915.04	c Total wall clock time (in seconds): 914.934

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-3730972-1338731754/watcher-3730972-1338731754 -o /tmp/evaluation-result-3730972-1338731754/solver-3730972-1338731754 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730972-1338731754.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.66 3.82 3.80 4/197 8051
/proc/meminfo: memFree=26464316/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 2 0 339302722 91889664 883 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 22435 886 670 9 0 16770 0
[pid=8051/tid=8052] ppid=8049 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) R 8049 8051 27000 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 339302723 94019584 913 33554432000 1073741824 1073778376 140734292132624 140734292121688 219513962325 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.035578 s]
/proc/loadavg: 3.66 3.82 3.80 4/197 8051
/proc/meminfo: memFree=26464316/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 3704 0 1 0 1 1 0 0 20 0 13 0 339302722 2423889920 4912 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 591770 4915 1687 9 0 582471 0
[pid=8051/tid=8052] ppid=8049 vsize=2367080 CPUtime=0.01 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) R 8049 8051 27000 0 -1 4202560 2528 0 1 0 0 1 0 0 20 0 13 0 339302723 2423889920 4919 33554432000 1073741824 1073778376 140734292132624 139747542626544 139747546534096 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100295 s]
/proc/loadavg: 3.66 3.82 3.80 4/197 8051
/proc/meminfo: memFree=26464316/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 4756 0 1 0 9 1 0 0 20 0 18 0 339302722 2764726272 6455 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 674982 6455 2124 9 0 665676 0
[pid=8051/tid=8052] ppid=8049 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) R 8049 8051 27000 0 -1 4202560 2772 0 1 0 6 1 0 0 20 0 18 0 339302723 2764726272 6455 33554432000 1073741824 1073778376 140734292132624 139747542622296 139747546965291 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) 2699928

[startup+0.300255 s]
/proc/loadavg: 3.66 3.82 3.80 4/197 8051
/proc/meminfo: memFree=26464316/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 8344 0 1 0 55 2 0 0 20 0 18 0 339302722 2764726272 15705 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 674982 15705 2219 9 0 665676 0
[pid=8051/tid=8052] ppid=8049 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) R 8049 8051 27000 0 -1 4202560 2797 0 1 0 26 1 0 0 20 0 18 0 339302723 2764726272 15705 33554432000 1073741824 1073778376 140734292132624 139747542630360 139747381032560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700199 s]
/proc/loadavg: 3.66 3.82 3.80 4/197 8051
/proc/meminfo: memFree=26464316/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 11397 0 1 0 162 5 0 0 20 0 22 0 339302722 3037372416 43561 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 43561 2255 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2857 0 1 0 52 4 0 0 20 0 22 0 339302723 3037372416 43561 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 2966184

[startup+1.50083 s]
/proc/loadavg: 3.66 3.82 3.80 7/219 8073
/proc/meminfo: memFree=26267932/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=4.56 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 25128 0 1 0 446 10 0 0 20 0 22 0 339302722 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 75815 2284 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2857 0 1 0 52 4 0 0 20 0 22 0 339302723 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8054] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8054/stat : 8054 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747526912680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8055] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8055/stat : 8055 (java) S 8049 8051 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747525860136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8056] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8056/stat : 8056 (java) S 8049 8051 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747524807592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8057] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8057/stat : 8057 (java) S 8049 8051 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747523755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8058] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8058/stat : 8058 (java) S 8049 8051 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747522701480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8059] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8059/stat : 8059 (java) S 8049 8051 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747521648936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8060] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8060/stat : 8060 (java) S 8049 8051 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747520596392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8061] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8061/stat : 8061 (java) S 8049 8051 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747519543848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8062] ppid=8049 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8051/task/8062/stat : 8062 (java) S 8049 8051 27000 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 22 0 339302725 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747507133032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8063] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8063/stat : 8063 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747506079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8064] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8064/stat : 8064 (java) S 8049 8051 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747505026696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8065] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8065/stat : 8065 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747503975440 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8066] ppid=8049 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/8051/task/8066/stat : 8066 (java) S 8049 8051 27000 0 -1 4202560 10591 0 0 0 102 3 0 0 20 0 22 0 339302728 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747502921784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8067] ppid=8049 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/8051/task/8067/stat : 8067 (java) S 8049 8051 27000 0 -1 4202560 10270 0 0 0 109 1 0 0 20 0 22 0 339302728 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747501869240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8068] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8068/stat : 8068 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747500816888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8069] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8069/stat : 8069 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747499764552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8070] ppid=8049 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/8051/task/8070/stat : 8070 (java) R 8049 8051 27000 0 -1 4202560 30 0 0 0 83 0 0 0 20 0 22 0 339302780 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747380945576 139747381407735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8071] ppid=8049 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/8051/task/8071/stat : 8071 (java) R 8049 8051 27000 0 -1 4202560 111 0 0 0 82 1 0 0 20 0 22 0 339302780 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747379892712 139747381765937 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8072] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8072/stat : 8072 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747378841128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8073] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8073/stat : 8073 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 75815 33554432000 1073741824 1073778376 140734292132624 139747377788584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 2966184

[startup+3.10078 s]
/proc/loadavg: 3.77 3.83 3.80 5/219 8073
/proc/meminfo: memFree=26160320/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=7.81 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 25897 0 1 0 770 11 0 0 20 0 22 0 339302722 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 89132 2284 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2857 0 1 0 52 4 0 0 20 0 22 0 339302723 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8054] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8054/stat : 8054 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747526912680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8055] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8055/stat : 8055 (java) S 8049 8051 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747525860136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8056] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8056/stat : 8056 (java) S 8049 8051 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747524807592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8057] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8057/stat : 8057 (java) S 8049 8051 27000 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747523755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8058] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8058/stat : 8058 (java) S 8049 8051 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747522701480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8059] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8059/stat : 8059 (java) S 8049 8051 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747521648936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8060] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8060/stat : 8060 (java) S 8049 8051 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747520596392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8061] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8061/stat : 8061 (java) S 8049 8051 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747519543848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8062] ppid=8049 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/8051/task/8062/stat : 8062 (java) S 8049 8051 27000 0 -1 4202560 37 0 0 0 9 0 0 0 20 0 22 0 339302725 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747507133032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8063] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8063/stat : 8063 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747506079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8064] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8064/stat : 8064 (java) S 8049 8051 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747505026696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8065] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8065/stat : 8065 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747503975440 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8066] ppid=8049 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/8051/task/8066/stat : 8066 (java) S 8049 8051 27000 0 -1 4202560 11325 0 0 0 109 3 0 0 20 0 22 0 339302728 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747502921784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8067] ppid=8049 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/8051/task/8067/stat : 8067 (java) S 8049 8051 27000 0 -1 4202560 10271 0 0 0 112 1 0 0 20 0 22 0 339302728 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747501869240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8068] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8068/stat : 8068 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747500816888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8069] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8069/stat : 8069 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747499764552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8070] ppid=8049 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/8051/task/8070/stat : 8070 (java) R 8049 8051 27000 0 -1 4202560 31 0 0 0 236 0 0 0 20 0 22 0 339302780 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747380945488 139747381849805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8071] ppid=8049 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/8051/task/8071/stat : 8071 (java) R 8049 8051 27000 0 -1 4202560 134 0 0 0 234 2 0 0 20 0 22 0 339302780 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747379890688 139747381856986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8072] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8072/stat : 8072 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747378841128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8073] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8073/stat : 8073 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 89132 33554432000 1073741824 1073778376 140734292132624 139747377788584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.30071 s]
/proc/loadavg: 3.77 3.83 3.80 5/219 8073
/proc/meminfo: memFree=26036136/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=14.14 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 25963 0 1 0 1401 13 0 0 20 0 22 0 339302722 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 108678 2284 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2857 0 1 0 52 4 0 0 20 0 22 0 339302723 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8054] ppid=8049 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8051/task/8054/stat : 8054 (java) S 8049 8051 27000 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747526912680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8055] ppid=8049 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8051/task/8055/stat : 8055 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747525860136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8056] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8056/stat : 8056 (java) S 8049 8051 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747524807592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8057] ppid=8049 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/8051/task/8057/stat : 8057 (java) S 8049 8051 27000 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747523755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8058] ppid=8049 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8051/task/8058/stat : 8058 (java) S 8049 8051 27000 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747522701480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8059] ppid=8049 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/8051/task/8059/stat : 8059 (java) S 8049 8051 27000 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747521648936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8060] ppid=8049 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/8051/task/8060/stat : 8060 (java) S 8049 8051 27000 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747520596392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8061] ppid=8049 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/8051/task/8061/stat : 8061 (java) S 8049 8051 27000 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 339302724 3037372416 108678 33554432000 1073741824 1073778376 140734292132624 139747519543848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=8051/tid=8071] ppid=8049 vsize=2966184 CPUtime=712.94 cores=0,2,4,6
/proc/8051/task/8071/stat : 8071 (java) R 8049 8051 27000 0 -1 4202560 415 0 0 0 71277 17 0 0 20 0 22 0 339302780 3037372416 245190 33554432000 1073741824 1073778376 140734292132624 139747379891248 139747381833763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8072] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8072/stat : 8072 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 245190 33554432000 1073741824 1073778376 140734292132624 139747378841128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8073] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8073/stat : 8073 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 245190 33554432000 1073741824 1073778376 140734292132624 139747377788584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1503.57
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.78 3.86 3.87 5/219 8238
/proc/meminfo: memFree=25256044/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=1621.14 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 35111 0 1 0 162004 110 0 0 20 0 22 0 339302722 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 248262 2285 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2890 0 1 0 53 5 0 0 20 0 22 0 339302723 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8054] ppid=8049 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/8051/task/8054/stat : 8054 (java) S 8049 8051 27000 0 -1 4202560 361 0 0 0 491 7 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747526912680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8055] ppid=8049 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/8051/task/8055/stat : 8055 (java) S 8049 8051 27000 0 -1 4202560 348 0 0 0 459 6 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747525860136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8056] ppid=8049 vsize=2966184 CPUtime=4.67 cores=0,2,4,6
/proc/8051/task/8056/stat : 8056 (java) S 8049 8051 27000 0 -1 4202560 322 0 0 0 461 6 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747524807592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8057] ppid=8049 vsize=2966184 CPUtime=4.99 cores=0,2,4,6
/proc/8051/task/8057/stat : 8057 (java) S 8049 8051 27000 0 -1 4202560 339 0 0 0 491 8 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747523755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8058] ppid=8049 vsize=2966184 CPUtime=5.07 cores=0,2,4,6
/proc/8051/task/8058/stat : 8058 (java) S 8049 8051 27000 0 -1 4202560 343 0 0 0 501 6 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747522701480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8059] ppid=8049 vsize=2966184 CPUtime=4.91 cores=0,2,4,6
/proc/8051/task/8059/stat : 8059 (java) S 8049 8051 27000 0 -1 4202560 330 0 0 0 484 7 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747521648936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8060] ppid=8049 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/8051/task/8060/stat : 8060 (java) S 8049 8051 27000 0 -1 4202560 347 0 0 0 491 7 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747520596392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8061] ppid=8049 vsize=2966184 CPUtime=4.77 cores=0,2,4,6
/proc/8051/task/8061/stat : 8061 (java) S 8049 8051 27000 0 -1 4202560 340 0 0 0 470 7 0 0 20 0 22 0 339302724 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747519543848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8062] ppid=8049 vsize=2966184 CPUtime=42.86 cores=0,2,4,6
/proc/8051/task/8062/stat : 8062 (java) S 8049 8051 27000 0 -1 4202560 133 0 0 0 4260 26 0 0 20 0 22 0 339302725 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747507133032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8063] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8063/stat : 8063 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747506079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8064] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8064/stat : 8064 (java) S 8049 8051 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747505026696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8065] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8065/stat : 8065 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747503975440 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8066] ppid=8049 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/8051/task/8066/stat : 8066 (java) S 8049 8051 27000 0 -1 4202560 11340 0 0 0 118 3 0 0 20 0 22 0 339302728 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747502921784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8067] ppid=8049 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/8051/task/8067/stat : 8067 (java) S 8049 8051 27000 0 -1 4202560 16092 0 0 0 173 3 0 0 20 0 22 0 339302728 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747501869240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8068] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8068/stat : 8068 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747500816888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8069] ppid=8049 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/8051/task/8069/stat : 8069 (java) S 8049 8051 27000 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 339302728 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747499764552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8070] ppid=8049 vsize=2966184 CPUtime=767.91 cores=0,2,4,6
/proc/8051/task/8070/stat : 8070 (java) R 8049 8051 27000 0 -1 4202560 263 0 0 0 76776 15 0 0 20 0 22 0 339302780 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747380944576 139747381790932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8071] ppid=8049 vsize=2966184 CPUtime=767.95 cores=0,2,4,6
/proc/8051/task/8071/stat : 8071 (java) R 8049 8051 27000 0 -1 4202560 427 0 0 0 76777 18 0 0 20 0 22 0 339302780 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747379891248 139747381833615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8072] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8072/stat : 8072 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747378841128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8073] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8073/stat : 8073 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 248262 33554432000 1073741824 1073778376 140734292132624 139747377788584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1621.14
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.82 3.86 3.86 5/220 8242
/proc/meminfo: memFree=25245048/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=1736.79 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 35157 0 1 0 173565 114 0 0 20 0 22 0 339302722 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 250822 2285 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2895 0 1 0 53 5 0 0 20 0 22 0 339302723 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8054] ppid=8049 vsize=2966184 CPUtime=5.45 cores=0,2,4,6
/proc/8051/task/8054/stat : 8054 (java) S 8049 8051 27000 0 -1 4202560 364 0 0 0 538 7 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747526912680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8055] ppid=8049 vsize=2966184 CPUtime=5.06 cores=0,2,4,6
/proc/8051/task/8055/stat : 8055 (java) S 8049 8051 27000 0 -1 4202560 350 0 0 0 500 6 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747525860136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8056] ppid=8049 vsize=2966184 CPUtime=5.11 cores=0,2,4,6
/proc/8051/task/8056/stat : 8056 (java) S 8049 8051 27000 0 -1 4202560 323 0 0 0 505 6 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747524807592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8057] ppid=8049 vsize=2966184 CPUtime=5.39 cores=0,2,4,6
/proc/8051/task/8057/stat : 8057 (java) S 8049 8051 27000 0 -1 4202560 340 0 0 0 531 8 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747523755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8058] ppid=8049 vsize=2966184 CPUtime=5.54 cores=0,2,4,6
/proc/8051/task/8058/stat : 8058 (java) S 8049 8051 27000 0 -1 4202560 344 0 0 0 547 7 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747522701480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8059] ppid=8049 vsize=2966184 CPUtime=5.41 cores=0,2,4,6
/proc/8051/task/8059/stat : 8059 (java) S 8049 8051 27000 0 -1 4202560 331 0 0 0 534 7 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747521648936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8060] ppid=8049 vsize=2966184 CPUtime=5.36 cores=0,2,4,6
/proc/8051/task/8060/stat : 8060 (java) S 8049 8051 27000 0 -1 4202560 347 0 0 0 529 7 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747520596392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8061] ppid=8049 vsize=2966184 CPUtime=5.1 cores=0,2,4,6
/proc/8051/task/8061/stat : 8061 (java) S 8049 8051 27000 0 -1 4202560 341 0 0 0 503 7 0 0 20 0 22 0 339302724 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747519543848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8062] ppid=8049 vsize=2966184 CPUtime=48.69 cores=0,2,4,6
/proc/8051/task/8062/stat : 8062 (java) S 8049 8051 27000 0 -1 4202560 137 0 0 0 4842 27 0 0 20 0 22 0 339302725 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747507133032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8063] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8063/stat : 8063 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747506079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8064] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8064/stat : 8064 (java) S 8049 8051 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747505026696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8065] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8065/stat : 8065 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747503975440 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8066] ppid=8049 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/8051/task/8066/stat : 8066 (java) S 8049 8051 27000 0 -1 4202560 11340 0 0 0 118 3 0 0 20 0 22 0 339302728 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747502921784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8067] ppid=8049 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/8051/task/8067/stat : 8067 (java) S 8049 8051 27000 0 -1 4202560 16092 0 0 0 173 3 0 0 20 0 22 0 339302728 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747501869240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8068] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8068/stat : 8068 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747500816888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8069] ppid=8049 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/8051/task/8069/stat : 8069 (java) S 8049 8051 27000 0 -1 4202560 49 0 0 0 15 18 0 0 20 0 22 0 339302728 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747499764552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8070] ppid=8049 vsize=2966184 CPUtime=821.13 cores=0,2,4,6
/proc/8051/task/8070/stat : 8070 (java) R 8049 8051 27000 0 -1 4202560 273 0 0 0 82097 16 0 0 20 0 22 0 339302780 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747380943712 139747381690927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8071] ppid=8049 vsize=2966184 CPUtime=821.17 cores=0,2,4,6
/proc/8051/task/8071/stat : 8071 (java) R 8049 8051 27000 0 -1 4202560 442 0 0 0 82098 19 0 0 20 0 22 0 339302780 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747379892048 139747381391324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8072] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8072/stat : 8072 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747378841128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8073] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8073/stat : 8073 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 250822 33554432000 1073741824 1073778376 140734292132624 139747377788584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1736.79
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.001 s]
/proc/loadavg: 3.84 3.85 3.86 5/219 8242
/proc/meminfo: memFree=25216136/32873648 swapFree=7120/7120
[pid=8051] ppid=8049 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/8051/stat : 8051 (java) S 8049 8051 27000 0 -1 4202496 35212 0 1 0 179898 119 0 0 20 0 22 0 339302722 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 140734292123760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 741546 257990 2285 9 0 732240 0
[pid=8051/tid=8052] ppid=8049 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/8051/task/8052/stat : 8052 (java) S 8049 8051 27000 0 -1 4202560 2896 0 1 0 53 5 0 0 20 0 22 0 339302723 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747542631576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8054] ppid=8049 vsize=2966184 CPUtime=5.72 cores=0,2,4,6
/proc/8051/task/8054/stat : 8054 (java) S 8049 8051 27000 0 -1 4202560 368 0 0 0 565 7 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747526912680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8055] ppid=8049 vsize=2966184 CPUtime=5.34 cores=0,2,4,6
/proc/8051/task/8055/stat : 8055 (java) S 8049 8051 27000 0 -1 4202560 355 0 0 0 528 6 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747525860136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8056] ppid=8049 vsize=2966184 CPUtime=5.41 cores=0,2,4,6
/proc/8051/task/8056/stat : 8056 (java) S 8049 8051 27000 0 -1 4202560 327 0 0 0 535 6 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747524807592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8057] ppid=8049 vsize=2966184 CPUtime=5.63 cores=0,2,4,6
/proc/8051/task/8057/stat : 8057 (java) S 8049 8051 27000 0 -1 4202560 343 0 0 0 555 8 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747523755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8058] ppid=8049 vsize=2966184 CPUtime=5.82 cores=0,2,4,6
/proc/8051/task/8058/stat : 8058 (java) S 8049 8051 27000 0 -1 4202560 348 0 0 0 575 7 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747522701480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8059] ppid=8049 vsize=2966184 CPUtime=5.75 cores=0,2,4,6
/proc/8051/task/8059/stat : 8059 (java) S 8049 8051 27000 0 -1 4202560 337 0 0 0 568 7 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747521648936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8060] ppid=8049 vsize=2966184 CPUtime=5.65 cores=0,2,4,6
/proc/8051/task/8060/stat : 8060 (java) S 8049 8051 27000 0 -1 4202560 351 0 0 0 558 7 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747520596392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8061] ppid=8049 vsize=2966184 CPUtime=5.38 cores=0,2,4,6
/proc/8051/task/8061/stat : 8061 (java) S 8049 8051 27000 0 -1 4202560 344 0 0 0 530 8 0 0 20 0 22 0 339302724 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747519543848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8062] ppid=8049 vsize=2966184 CPUtime=51.74 cores=0,2,4,6
/proc/8051/task/8062/stat : 8062 (java) S 8049 8051 27000 0 -1 4202560 139 0 0 0 5146 28 0 0 20 0 22 0 339302725 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747507133032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8063] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8063/stat : 8063 (java) S 8049 8051 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747506079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8064] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8064/stat : 8064 (java) S 8049 8051 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339302725 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747505026696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8065] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8065/stat : 8065 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747503975440 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8066] ppid=8049 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/8051/task/8066/stat : 8066 (java) S 8049 8051 27000 0 -1 4202560 11340 0 0 0 118 3 0 0 20 0 22 0 339302728 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747502921784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8067] ppid=8049 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/8051/task/8067/stat : 8067 (java) S 8049 8051 27000 0 -1 4202560 16093 0 0 0 174 3 0 0 20 0 22 0 339302728 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747501869240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8068] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8068/stat : 8068 (java) S 8049 8051 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339302728 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747500816888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8069] ppid=8049 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/8051/task/8069/stat : 8069 (java) S 8049 8051 27000 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 339302728 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747499764552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8051/tid=8070] ppid=8049 vsize=2966184 CPUtime=850.15 cores=0,2,4,6
/proc/8051/task/8070/stat : 8070 (java) R 8049 8051 27000 0 -1 4202560 281 0 0 0 84999 16 0 0 20 0 22 0 339302780 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747380943712 139747381690932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8051/tid=8071] ppid=8049 vsize=2966184 CPUtime=850.2 cores=0,2,4,6
/proc/8051/task/8071/stat : 8071 (java) R 8049 8051 27000 0 -1 4202560 450 0 0 0 85001 19 0 0 20 0 22 0 339302780 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747379892152 139747381754807 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8051/tid=8072] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8072/stat : 8072 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747378841128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8051/tid=8073] ppid=8049 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8051/task/8073/stat : 8073 (java) S 8049 8051 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339302782 3037372416 257990 33554432000 1073741824 1073778376 140734292132624 139747377788584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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): 915.059
CPU time (s): 1801.07
CPU user time (s): 1799.43
CPU system time (s): 1.64175
CPU usage (%): 196.826
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.64175
maximum resident set size= 1032084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35244
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36872
involuntary context switches= 84952

runsolver used 2.91056 second user time and 8.47471 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 15:55:54
IDJOB=3730972
IDBENCH=1498
IDSOLVER=2324
FILE ID=node114/3730972-1338731754
RUNJOBID= node114-1338725802-3592
PBS_JOBID= 14636748
Free space on /tmp= 70136 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730972-1338731754/watcher-3730972-1338731754 -o /tmp/evaluation-result-3730972-1338731754/solver-3730972-1338731754 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730972-1338731754.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=22403242

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26464588 kB
Buffers:         1054072 kB
Cached:          3629648 kB
SwapCached:         2244 kB
Active:          3624116 kB
Inactive:        1779384 kB
Active(anon):     705808 kB
Inactive(anon):     9112 kB
Active(file):    2918308 kB
Inactive(file):  1770272 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:        721900 kB
Mapped:            19152 kB
Shmem:               100 kB
Slab:             865836 kB
SReclaimable:     308920 kB
SUnreclaim:       556916 kB
KernelStack:        1800 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70136 MiB
End job on node114 at 2012-06-03 16:11:11