Trace number 3687996

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.77 904.058

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM9a5e6e5ac9dd04defb35f28c3f495740
Bench CategoryDEC-MEDINT (no optimisation, medium 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 benchmark229.381
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
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 constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-3687996-1337875674.opb
0.12/0.10	c reading problem ... 
0.12/0.12	c ... done. Wall clock time 0.016s.
0.12/0.12	c declared #vars     86
0.12/0.12	c #constraints  2
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.12/0.12	c 2 constraints processed.
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.12/0.12	c 2 constraints processed.
2.01/0.65	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.17/0.91	c cleaning 4251 clauses out of 8501 with flag 11001/11001
4.22/1.35	c cleaning 5625 clauses out of 11249 with flag 18000/18000
5.25/1.83	c cleaning 6815 clauses out of 13629 with flag 26005/26005
6.08/2.28	c cleaning 7900 clauses out of 15809 with flag 35000/35000
7.25/2.82	c cleaning 8953 clauses out of 17910 with flag 45001/45001
8.04/3.29	c cleaning 9970 clauses out of 19957 with flag 56001/56001
9.24/3.81	c cleaning 10990 clauses out of 21987 with flag 68001/68001
10.81/4.68	c cleaning 11996 clauses out of 23996 with flag 81000/81000
12.82/5.61	c cleaning 12990 clauses out of 26003 with flag 95003/95003
14.99/6.72	c cleaning 14003 clauses out of 28011 with flag 110001/110001
16.54/7.57	c cleaning 15004 clauses out of 30008 with flag 126001/126001
19.49/9.09	c cleaning 15998 clauses out of 32003 with flag 143000/143000
22.24/10.48	c cleaning 17001 clauses out of 34005 with flag 161000/161000
25.02/11.84	c cleaning 17995 clauses out of 36004 with flag 180000/180000
26.98/12.83	c cleaning 18999 clauses out of 38009 with flag 200000/200000
28.90/13.83	c cleaning 20006 clauses out of 40011 with flag 221001/221001
31.25/15.01	c cleaning 20997 clauses out of 42004 with flag 243000/243000
33.61/16.26	c cleaning 21996 clauses out of 44007 with flag 266000/266000
37.03/17.98	c cleaning 23006 clauses out of 46011 with flag 290000/290000
41.59/20.27	c cleaning 23993 clauses out of 48007 with flag 315002/315002
44.94/21.95	c cleaning 25001 clauses out of 50012 with flag 341000/341000
48.09/23.58	c cleaning 26006 clauses out of 52011 with flag 368000/368000
51.22/25.12	c cleaning 27004 clauses out of 54007 with flag 396002/396002
55.74/27.40	c cleaning 27997 clauses out of 56002 with flag 425001/425001
60.57/29.81	c cleaning 28992 clauses out of 58007 with flag 455003/455003
64.48/31.90	c cleaning 30003 clauses out of 60012 with flag 486000/486000
65.42/32.37	c cleaning 0 clauses out of 5002 with flag 0/5002
68.89/33.94	c cleaning 31005 clauses out of 62009 with flag 518000/518000
73.02/36.06	c cleaning 31991 clauses out of 64004 with flag 551000/551000
77.74/38.46	c cleaning 33003 clauses out of 66015 with flag 585002/585002
82.09/40.62	c cleaning 34005 clauses out of 68010 with flag 620000/620000
88.19/43.76	c cleaning 34997 clauses out of 70008 with flag 656003/656003
93.13/46.30	c cleaning 36003 clauses out of 72010 with flag 693002/693002
97.45/48.43	c cleaning 37003 clauses out of 74005 with flag 731000/731000
101.56/50.51	c cleaning 38001 clauses out of 76002 with flag 770000/770000
105.42/52.58	c cleaning 39000 clauses out of 78001 with flag 810000/810000
110.14/54.90	c cleaning 39998 clauses out of 80001 with flag 851000/851000
114.88/57.33	c cleaning 41001 clauses out of 82004 with flag 893001/893001
121.19/60.57	c cleaning 42001 clauses out of 84002 with flag 936000/936000
130.47/65.25	c cleaning 42990 clauses out of 86001 with flag 980000/980000
138.41/69.22	c cleaning 43999 clauses out of 88011 with flag 1025000/1025000
147.54/73.89	c cleaning 45003 clauses out of 90012 with flag 1071000/1071000
156.63/78.48	c cleaning 45998 clauses out of 92009 with flag 1118000/1118000
164.48/82.48	c cleaning 47000 clauses out of 94012 with flag 1166001/1166001
170.78/85.62	c cleaning 48000 clauses out of 96011 with flag 1215000/1215000
177.27/88.95	c cleaning 49003 clauses out of 98012 with flag 1265001/1265001
183.76/92.24	c cleaning 50000 clauses out of 100008 with flag 1316000/1316000
191.60/96.26	c cleaning 51005 clauses out of 102009 with flag 1368001/1368001
201.28/101.15	c cleaning 51996 clauses out of 104004 with flag 1421001/1421001
214.36/107.72	c cleaning 53000 clauses out of 106009 with flag 1475002/1475002
230.06/115.68	c cleaning 53996 clauses out of 108007 with flag 1530000/1530000
246.26/123.87	c cleaning 55006 clauses out of 110012 with flag 1586001/1586001
258.19/129.82	c cleaning 56001 clauses out of 112006 with flag 1643001/1643001
271.67/136.62	c cleaning 56993 clauses out of 114004 with flag 1701000/1701000
280.97/141.37	c cleaning 58003 clauses out of 116011 with flag 1760000/1760000
291.96/146.97	c cleaning 58998 clauses out of 118009 with flag 1820001/1820001
302.24/152.11	c cleaning 60003 clauses out of 120011 with flag 1881001/1881001
307.31/154.78	c cleaning 0 clauses out of 11000 with flag 0/11000
313.83/158.01	c cleaning 60999 clauses out of 122008 with flag 1943001/1943001
323.24/162.88	c cleaning 61994 clauses out of 124009 with flag 2006001/2006001
332.71/167.60	c cleaning 63003 clauses out of 126014 with flag 2070000/2070000
341.99/172.32	c cleaning 64004 clauses out of 128011 with flag 2135000/2135000
351.69/177.27	c cleaning 64996 clauses out of 130007 with flag 2201000/2201000
363.04/183.09	c cleaning 66000 clauses out of 132011 with flag 2268000/2268000
373.91/188.51	c cleaning 67004 clauses out of 134011 with flag 2336000/2336000
385.57/194.42	c cleaning 68003 clauses out of 136009 with flag 2405002/2405002
395.64/199.51	c cleaning 68997 clauses out of 138004 with flag 2475000/2475000
413.23/208.41	c cleaning 70001 clauses out of 140007 with flag 2546000/2546000
431.95/217.84	c cleaning 71001 clauses out of 142006 with flag 2618000/2618000
448.99/226.49	c cleaning 71999 clauses out of 144006 with flag 2691001/2691001
464.83/234.42	c cleaning 73001 clauses out of 146006 with flag 2765000/2765000
481.38/242.88	c cleaning 74001 clauses out of 148005 with flag 2840000/2840000
500.47/252.41	c cleaning 75001 clauses out of 150006 with flag 2916002/2916002
521.15/262.86	c cleaning 76002 clauses out of 152003 with flag 2993000/2993000
537.79/271.23	c cleaning 76998 clauses out of 154001 with flag 3071000/3071000
560.38/282.60	c cleaning 77998 clauses out of 156003 with flag 3150000/3150000
579.09/292.07	c cleaning 79001 clauses out of 158008 with flag 3230003/3230003
606.99/306.09	c cleaning 79998 clauses out of 160004 with flag 3311000/3311000
631.09/318.11	c cleaning 81000 clauses out of 162006 with flag 3393000/3393000
664.15/334.78	c cleaning 82003 clauses out of 164006 with flag 3476000/3476000
688.59/347.07	c cleaning 82995 clauses out of 166003 with flag 3560000/3560000
707.48/356.59	c cleaning 84002 clauses out of 168009 with flag 3645001/3645001
734.38/370.10	c cleaning 84993 clauses out of 170007 with flag 3731001/3731001
758.36/382.13	c cleaning 86002 clauses out of 172013 with flag 3818000/3818000
778.07/392.02	c cleaning 87002 clauses out of 174011 with flag 3906000/3906000
797.60/401.85	c cleaning 87998 clauses out of 176009 with flag 3995000/3995000
822.53/414.37	c cleaning 89003 clauses out of 178013 with flag 4085002/4085002
847.18/426.71	c cleaning 90001 clauses out of 180008 with flag 4176000/4176000
870.09/438.22	c cleaning 0 clauses out of 18000 with flag 0/18000
877.71/442.16	c cleaning 91003 clauses out of 182010 with flag 4268003/4268003
903.05/454.84	c cleaning 92001 clauses out of 184005 with flag 4361001/4361001
931.54/469.11	c cleaning 92996 clauses out of 186003 with flag 4455000/4455000
951.67/479.27	c cleaning 93999 clauses out of 188007 with flag 4550000/4550000
975.03/490.97	c cleaning 94997 clauses out of 190008 with flag 4646000/4646000
1000.02/503.47	c cleaning 95999 clauses out of 192012 with flag 4743001/4743001
1025.00/516.08	c cleaning 97003 clauses out of 194013 with flag 4841001/4841001
1044.89/526.08	c cleaning 97997 clauses out of 196010 with flag 4940001/4940001
1067.42/537.32	c cleaning 98999 clauses out of 198012 with flag 5040000/5040000
1086.90/547.18	c cleaning 100007 clauses out of 200016 with flag 5141003/5141003
1121.36/564.48	c cleaning 101003 clauses out of 202006 with flag 5243000/5243000
1159.71/583.66	c cleaning 101998 clauses out of 204003 with flag 5346000/5346000
1217.35/612.37	c cleaning 103003 clauses out of 206005 with flag 5450000/5450000
1278.35/642.71	c cleaning 103995 clauses out of 208004 with flag 5555002/5555002
1314.57/660.88	c cleaning 104996 clauses out of 210007 with flag 5661000/5661000
1350.93/679.08	c cleaning 106005 clauses out of 212013 with flag 5768002/5768002
1386.08/696.62	c cleaning 107000 clauses out of 214007 with flag 5876001/5876001
1426.29/716.77	c cleaning 107996 clauses out of 216006 with flag 5985000/5985000
1466.19/736.77	c cleaning 109001 clauses out of 218010 with flag 6095000/6095000
1502.16/754.71	c cleaning 110001 clauses out of 220009 with flag 6206000/6206000
1536.39/771.80	c cleaning 111001 clauses out of 222009 with flag 6318001/6318001
1568.53/787.97	c cleaning 111998 clauses out of 224007 with flag 6431000/6431000
1602.83/805.14	c cleaning 113002 clauses out of 226011 with flag 6545002/6545002
1643.24/825.34	c cleaning 113998 clauses out of 228008 with flag 6660001/6660001
1675.39/841.40	c cleaning 114999 clauses out of 230010 with flag 6776001/6776001
1720.59/864.04	c cleaning 115997 clauses out of 232010 with flag 6893000/6893000
1752.17/879.95	c cleaning 116999 clauses out of 234014 with flag 7011001/7011001
1799.04/903.33	c cleaning 118001 clauses out of 236015 with flag 7130001/7130001
1800.13/904.01	c starts		: 295
1800.13/904.01	c conflicts		: 7138236
1800.13/904.01	c decisions		: 7154273
1800.13/904.01	c propagations		: 41583891
1800.13/904.01	c inspects		: 7503776297
1800.13/904.01	c shortcuts		: 0
1800.13/904.01	c learnt literals	: 0
1800.13/904.01	c learnt binary clauses	: 0
1800.13/904.01	c learnt ternary clauses	: 0
1800.13/904.01	c learnt constraints	: 7138239
1800.13/904.01	c ignored constraints	: 0
1800.13/904.01	c root simplifications	: 0
1800.13/904.01	c removed literals (reason simplification)	: 58263726
1800.13/904.01	c reason swapping (by a shorter reason)	: 0
1800.13/904.01	c Calls to reduceDB	: 115
1800.13/904.01	c number of reductions to clauses (during analyze)	: 0
1800.13/904.01	c number of learned constraints concerned by reduction	: 0
1800.13/904.01	c number of learning phase by resolution	: 0
1800.13/904.01	c number of learning phase by cutting planes	: 0
1800.13/904.01	c speed (assignments/second)	: 46005.56594891629
1800.13/904.01	c non guided choices	75
1800.13/904.04	c learnt constraints type 
1800.13/904.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126698
1800.13/904.04	c constraints type 
1800.13/904.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.13/904.04	c 2 constraints processed.
1800.13/904.04	c constraints type 
1800.13/904.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.13/904.04	c 2 constraints processed.
1800.13/904.04	s UNKNOWN
1800.13/904.04	c Total wall clock time (in seconds): 903.943

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-3687996-1337875674/watcher-3687996-1337875674 -o /tmp/evaluation-result-3687996-1337875674/solver-3687996-1337875674 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687996-1337875674.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.88 3.92 3.77 3/197 22801
/proc/meminfo: memFree=28753484/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 1151 0 0 0 0 0 0 0 20 0 2 0 253694779 91889664 872 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 22434 883 667 9 0 16769 0
[pid=22801/tid=22802] ppid=22799 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) R 22799 22801 21597 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 253694780 91893760 894 33554432000 1073741824 1073778376 140733888486576 140733888475640 219513442321 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.105809 s]
/proc/loadavg: 3.88 3.92 3.77 3/197 22801
/proc/meminfo: memFree=28753484/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 4505 0 1 0 11 1 0 0 20 0 18 0 253694779 9787813888 6133 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2389603 6133 2152 9 0 2380296 0
[pid=22801/tid=22802] ppid=22799 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) R 22799 22801 21597 0 -1 4202560 2430 0 1 0 8 0 0 0 20 0 18 0 253694780 9787813888 6133 33554432000 1073741824 1073778376 140733888486576 140300294966192 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558412

[startup+0.200249 s]
/proc/loadavg: 3.88 3.92 3.77 3/197 22801
/proc/meminfo: memFree=28753484/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 7848 0 1 0 40 1 0 0 20 0 22 0 253694779 10060460032 9320 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 9320 2206 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2436 0 1 0 10 0 0 0 20 0 22 0 253694780 10060460032 9320 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9824668

[startup+0.300263 s]
/proc/loadavg: 3.88 3.92 3.77 3/197 22801
/proc/meminfo: memFree=28753484/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 10469 0 1 0 79 2 0 0 20 0 22 0 253694779 10060460032 11223 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 11223 2213 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2436 0 1 0 10 0 0 0 20 0 22 0 253694780 10060460032 11223 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 9824668

[startup+0.700222 s]
/proc/loadavg: 3.88 3.92 3.77 3/197 22801
/proc/meminfo: memFree=28753484/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 20918 0 1 0 232 4 0 0 20 0 22 0 253694779 10060460032 27752 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 27752 2252 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2436 0 1 0 10 0 0 0 20 0 22 0 253694780 10060460032 27752 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 3.88 3.92 3.77 5/219 22823
/proc/meminfo: memFree=28634208/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=4.61 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 27375 0 1 0 454 7 0 0 20 0 22 0 253694779 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 45239 2266 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2436 0 1 0 10 0 0 0 20 0 22 0 253694780 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22804] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22799 22801 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300284029864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22805] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300282977320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22806] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300281924264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22807] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22799 22801 21597 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300280871720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22808] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300279818664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22809] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22799 22801 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300278766120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22810] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22799 22801 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300277713064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22811] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22799 22801 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300276660520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22812] ppid=22799 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22799 22801 21597 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 253694782 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300118997864 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22813] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22799 22801 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300117944184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22814] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300116891016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22815] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300115839760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22816] ppid=22799 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22799 22801 21597 0 -1 4202560 16299 0 0 0 85 3 0 0 20 0 22 0 253694784 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300114786616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22817] ppid=22799 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/22801/task/22817/stat : 22817 (java) S 22799 22801 21597 0 -1 4202560 7181 0 0 0 89 0 0 0 20 0 22 0 253694784 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300113734072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22818] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22818/stat : 22818 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300112681208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22819] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22819/stat : 22819 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300111628872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22820] ppid=22799 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22801/task/22820/stat : 22820 (java) R 22799 22801 21597 0 -1 4202560 48 0 0 0 130 0 0 0 20 0 22 0 253694792 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300110574536 140300157078936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22821] ppid=22799 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22801/task/22821/stat : 22821 (java) R 22799 22801 21597 0 -1 4202560 124 0 0 0 128 2 0 0 20 0 22 0 253694792 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300109521328 140300157407585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22822] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22822/stat : 22822 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300108469544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22823] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22823/stat : 22823 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 45239 33554432000 1073741824 1073778376 140733888486576 140300107417000 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 3.88 3.92 3.77 5/219 22823
/proc/meminfo: memFree=28588964/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=7.84 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 27433 0 1 0 777 7 0 0 20 0 22 0 253694779 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 47849 2273 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2436 0 1 0 10 0 0 0 20 0 22 0 253694780 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22804] ppid=22799 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22799 22801 21597 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300284029864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22805] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22799 22801 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300282977320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22806] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22799 22801 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300281924264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22807] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22799 22801 21597 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300280871720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22808] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300279818664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22809] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22799 22801 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300278766120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22810] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22799 22801 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300277713064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22811] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22799 22801 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300276660520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22812] ppid=22799 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22799 22801 21597 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 22 0 253694782 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300118997864 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22813] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22799 22801 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300117944184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22814] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300116891016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22815] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300115839760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22816] ppid=22799 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22799 22801 21597 0 -1 4202560 16307 0 0 0 96 3 0 0 20 0 22 0 253694784 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300114786616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22817] ppid=22799 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/22801/task/22817/stat : 22817 (java) S 22799 22801 21597 0 -1 4202560 7181 0 0 0 89 0 0 0 20 0 22 0 253694784 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300113734072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22818] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22818/stat : 22818 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300112681208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22819] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22819/stat : 22819 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300111628872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22820] ppid=22799 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/22801/task/22820/stat : 22820 (java) R 22799 22801 21597 0 -1 4202560 50 0 0 0 280 0 0 0 20 0 22 0 253694792 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300110574416 140300157171524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22821] ppid=22799 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/22801/task/22821/stat : 22821 (java) R 22799 22801 21597 0 -1 4202560 129 0 0 0 277 2 0 0 20 0 22 0 253694792 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300109519648 140300157436504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22822] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22822/stat : 22822 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300108469544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22823] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22823/stat : 22823 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 47849 33554432000 1073741824 1073778376 140733888486576 140300107417000 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.81 3.91 3.76 5/219 22823
/proc/meminfo: memFree=28548072/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=14.17 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 27552 0 1 0 1408 9 0 0 20 0 22 0 253694779 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 64533 2273 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2437 0 1 0 10 0 0 0 20 0 22 0 253694780 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22804] ppid=22799 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22799 22801 21597 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300284029864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22805] ppid=22799 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22799 22801 21597 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300282977320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22806] ppid=22799 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22799 22801 21597 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300281924264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22807] ppid=22799 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22799 22801 21597 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300280871720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22808] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22799 22801 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300279818664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22809] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22799 22801 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300278766120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22810] ppid=22799 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22799 22801 21597 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300277713064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22811] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22799 22801 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253694781 10060460032 64533 33554432000 1073741824 1073778376 140733888486576 140300276660520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=22801/tid=22821] ppid=22799 vsize=9824668 CPUtime=796.3 cores=0,2,4,6
/proc/22801/task/22821/stat : 22821 (java) R 22799 22801 21597 0 -1 4202560 3762 0 0 0 79595 35 0 0 20 0 22 0 253694792 10060460032 209584 33554432000 1073741824 1073778376 140733888486576 140300109520848 140300157249065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22822] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22822/stat : 22822 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 209584 33554432000 1073741824 1073778376 140733888486576 140300108469544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22823] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22823/stat : 22823 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 209584 33554432000 1073741824 1073778376 140733888486576 140300107417000 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1637.2
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 4.00 3.98 3.89 5/219 22894
/proc/meminfo: memFree=27971096/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=1756.69 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 43193 0 1 0 175547 122 0 0 20 0 22 0 253694779 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 199901 2274 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2477 0 1 0 12 2 0 0 20 0 22 0 253694780 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22804] ppid=22799 vsize=9824668 CPUtime=3.04 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22799 22801 21597 0 -1 4202560 507 0 0 0 296 8 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300284029864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22805] ppid=22799 vsize=9824668 CPUtime=3.16 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22799 22801 21597 0 -1 4202560 754 0 0 0 308 8 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300282977320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22806] ppid=22799 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22799 22801 21597 0 -1 4202560 878 0 0 0 289 8 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300281924264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22807] ppid=22799 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22799 22801 21597 0 -1 4202560 417 0 0 0 274 6 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300280871720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22808] ppid=22799 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22799 22801 21597 0 -1 4202560 458 0 0 0 287 7 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300279818664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22809] ppid=22799 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22799 22801 21597 0 -1 4202560 379 0 0 0 272 7 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300278766120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22810] ppid=22799 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22799 22801 21597 0 -1 4202560 670 0 0 0 309 6 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300277713064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22811] ppid=22799 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22799 22801 21597 0 -1 4202560 578 0 0 0 313 7 0 0 20 0 22 0 253694781 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300276660520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22812] ppid=22799 vsize=9824668 CPUtime=21.26 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22799 22801 21597 0 -1 4202560 1222 0 0 0 2104 22 0 0 20 0 22 0 253694782 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300118997864 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22813] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22799 22801 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300117944184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22814] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300116891016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22815] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300115839760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22816] ppid=22799 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22799 22801 21597 0 -1 4202560 22317 0 0 0 161 4 0 0 20 0 22 0 253694784 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300114786616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22817] ppid=22799 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22801/task/22817/stat : 22817 (java) S 22799 22801 21597 0 -1 4202560 7203 0 0 0 97 0 0 0 20 0 22 0 253694784 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300113734072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22818] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22818/stat : 22818 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300112681208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22819] ppid=22799 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22801/task/22819/stat : 22819 (java) S 22799 22801 21597 0 -1 4202560 50 0 0 0 16 16 0 0 20 0 22 0 253694784 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300111628872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22820] ppid=22799 vsize=9824668 CPUtime=854.31 cores=0,2,4,6
/proc/22801/task/22820/stat : 22820 (java) R 22799 22801 21597 0 -1 4202560 324 0 0 0 85416 15 0 0 20 0 22 0 253694792 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300110574416 140300157171045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22821] ppid=22799 vsize=9824668 CPUtime=854.21 cores=0,2,4,6
/proc/22801/task/22821/stat : 22821 (java) R 22799 22801 21597 0 -1 4202560 3771 0 0 0 85386 35 0 0 20 0 22 0 253694792 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300109519952 140300157245949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22822] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22822/stat : 22822 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300108469544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22823] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22823/stat : 22823 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 199901 33554432000 1073741824 1073778376 140733888486576 140300107417000 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1756.69
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.001 s]
/proc/loadavg: 4.00 3.98 3.89 5/219 22894
/proc/meminfo: memFree=28069932/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=1800.13 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 43235 0 1 0 179889 124 0 0 20 0 22 0 253694779 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 191801 2274 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2477 0 1 0 12 2 0 0 20 0 22 0 253694780 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22804] ppid=22799 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22799 22801 21597 0 -1 4202560 509 0 0 0 310 8 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300284029864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22805] ppid=22799 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22799 22801 21597 0 -1 4202560 755 0 0 0 319 8 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300282977320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22806] ppid=22799 vsize=9824668 CPUtime=3.06 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22799 22801 21597 0 -1 4202560 879 0 0 0 298 8 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300281924264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22807] ppid=22799 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22799 22801 21597 0 -1 4202560 418 0 0 0 287 6 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300280871720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22808] ppid=22799 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22799 22801 21597 0 -1 4202560 461 0 0 0 298 7 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300279818664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22809] ppid=22799 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22799 22801 21597 0 -1 4202560 381 0 0 0 283 7 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300278766120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22810] ppid=22799 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22799 22801 21597 0 -1 4202560 671 0 0 0 315 6 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300277713064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22811] ppid=22799 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22799 22801 21597 0 -1 4202560 578 0 0 0 321 7 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300276660520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22812] ppid=22799 vsize=9824668 CPUtime=21.62 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22799 22801 21597 0 -1 4202560 1244 0 0 0 2140 22 0 0 20 0 22 0 253694782 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300118997864 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22813] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22799 22801 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300117944184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22814] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300116891016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22815] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300115839760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22816] ppid=22799 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22799 22801 21597 0 -1 4202560 22317 0 0 0 161 4 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300114786616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22817] ppid=22799 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22801/task/22817/stat : 22817 (java) S 22799 22801 21597 0 -1 4202560 7203 0 0 0 97 0 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300113734072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22818] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22818/stat : 22818 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300112681208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22819] ppid=22799 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/22801/task/22819/stat : 22819 (java) S 22799 22801 21597 0 -1 4202560 52 0 0 0 17 16 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300111628872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22820] ppid=22799 vsize=9824668 CPUtime=875.42 cores=0,2,4,6
/proc/22801/task/22820/stat : 22820 (java) R 22799 22801 21597 0 -1 4202560 327 0 0 0 87526 16 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300110574416 140300157379476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22821] ppid=22799 vsize=9824668 CPUtime=875.32 cores=0,2,4,6
/proc/22801/task/22821/stat : 22821 (java) R 22799 22801 21597 0 -1 4202560 3775 0 0 0 87496 36 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300109520064 140300157249065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22822] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22822/stat : 22822 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300108469544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22823] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22823/stat : 22823 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300107417000 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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

[startup+904.001 s]
/proc/loadavg: 4.00 3.98 3.89 5/219 22894
/proc/meminfo: memFree=28069932/32873648 swapFree=7108/7108
[pid=22801] ppid=22799 vsize=9824668 CPUtime=1800.13 cores=0,2,4,6
/proc/22801/stat : 22801 (java) S 22799 22801 21597 0 -1 4202496 43235 0 1 0 179889 124 0 0 20 0 22 0 253694779 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140733888477712 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22801/statm: 2456167 191801 2274 9 0 2446860 0
[pid=22801/tid=22802] ppid=22799 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/22801/task/22802/stat : 22802 (java) S 22799 22801 21597 0 -1 4202560 2477 0 1 0 12 2 0 0 20 0 22 0 253694780 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300294968312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22804] ppid=22799 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/22801/task/22804/stat : 22804 (java) S 22799 22801 21597 0 -1 4202560 509 0 0 0 310 8 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300284029864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22805] ppid=22799 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/22801/task/22805/stat : 22805 (java) S 22799 22801 21597 0 -1 4202560 755 0 0 0 319 8 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300282977320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22806] ppid=22799 vsize=9824668 CPUtime=3.06 cores=0,2,4,6
/proc/22801/task/22806/stat : 22806 (java) S 22799 22801 21597 0 -1 4202560 879 0 0 0 298 8 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300281924264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22807] ppid=22799 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/22801/task/22807/stat : 22807 (java) S 22799 22801 21597 0 -1 4202560 418 0 0 0 287 6 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300280871720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22808] ppid=22799 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/22801/task/22808/stat : 22808 (java) S 22799 22801 21597 0 -1 4202560 461 0 0 0 298 7 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300279818664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22809] ppid=22799 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/22801/task/22809/stat : 22809 (java) S 22799 22801 21597 0 -1 4202560 381 0 0 0 283 7 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300278766120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22810] ppid=22799 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/22801/task/22810/stat : 22810 (java) S 22799 22801 21597 0 -1 4202560 671 0 0 0 315 6 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300277713064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22811] ppid=22799 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/22801/task/22811/stat : 22811 (java) S 22799 22801 21597 0 -1 4202560 578 0 0 0 321 7 0 0 20 0 22 0 253694781 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300276660520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22812] ppid=22799 vsize=9824668 CPUtime=21.62 cores=0,2,4,6
/proc/22801/task/22812/stat : 22812 (java) S 22799 22801 21597 0 -1 4202560 1244 0 0 0 2140 22 0 0 20 0 22 0 253694782 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300118997864 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22813] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22813/stat : 22813 (java) S 22799 22801 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300117944184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22814] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22814/stat : 22814 (java) S 22799 22801 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253694782 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300116891016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22815] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22815/stat : 22815 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300115839760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22816] ppid=22799 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/22801/task/22816/stat : 22816 (java) S 22799 22801 21597 0 -1 4202560 22317 0 0 0 161 4 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300114786616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22801/tid=22817] ppid=22799 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22801/task/22817/stat : 22817 (java) S 22799 22801 21597 0 -1 4202560 7203 0 0 0 97 0 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300113734072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22818] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22818/stat : 22818 (java) S 22799 22801 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300112681208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22819] ppid=22799 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/22801/task/22819/stat : 22819 (java) S 22799 22801 21597 0 -1 4202560 52 0 0 0 17 16 0 0 20 0 22 0 253694784 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300111628872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22820] ppid=22799 vsize=9824668 CPUtime=875.42 cores=0,2,4,6
/proc/22801/task/22820/stat : 22820 (java) R 22799 22801 21597 0 -1 4202560 327 0 0 0 87526 16 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300110574416 140300157379476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22801/tid=22821] ppid=22799 vsize=9824668 CPUtime=875.32 cores=0,2,4,6
/proc/22801/task/22821/stat : 22821 (java) R 22799 22801 21597 0 -1 4202560 3775 0 0 0 87496 36 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300109520064 140300157249065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22801/tid=22822] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22822/stat : 22822 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300108469544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22801/tid=22823] ppid=22799 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22801/task/22823/stat : 22823 (java) S 22799 22801 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253694792 10060460032 191801 33554432000 1073741824 1073778376 140733888486576 140300107417000 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 904.058
CPU time (s): 1800.77
CPU user time (s): 1799.08
CPU system time (s): 1.69074
CPU usage (%): 199.187
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.69074
maximum resident set size= 1276088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43280
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= 29916
involuntary context switches= 52306

runsolver used 3.35049 second user time and 8.17376 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 18:07:54
IDJOB=3687996
IDBENCH=2564
IDSOLVER=2268
FILE ID=node114/3687996-1337875674
RUNJOBID= node114-1337871881-21613
PBS_JOBID= 14620090
Free space on /tmp= 71672 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-prob8.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687996-1337875674/watcher-3687996-1337875674 -o /tmp/evaluation-result-3687996-1337875674/solver-3687996-1337875674 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687996-1337875674.opb

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

MD5SUM BENCH= 9a5e6e5ac9dd04defb35f28c3f495740
RANDOM SEED=1723270997

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:        28753748 kB
Buffers:          200752 kB
Cached:          2485656 kB
SwapCached:            0 kB
Active:          1269400 kB
Inactive:        2074228 kB
Active(anon):     658844 kB
Inactive(anon):     1084 kB
Active(file):     610556 kB
Inactive(file):  2073144 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             0 kB
AnonPages:        664464 kB
Mapped:            21600 kB
Shmem:               200 kB
Slab:             622196 kB
SReclaimable:      66164 kB
SUnreclaim:       556032 kB
KernelStack:        1600 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     968284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 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= 71672 MiB
End job on node114 at 2012-05-24 18:23:00