Trace number 3732653

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.16 905.445

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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@431b9fb1
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@5b2558d6
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-3732653-1338740369.opb
0.10/0.10	c reading problem ... 
0.51/0.42	c ... done. Wall clock time 0.324s.
0.51/0.42	c #vars     6352
0.51/0.42	c #constraints  13376
0.51/0.42	c constraints type 
0.51/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
0.51/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
0.51/0.42	c constraints type 
0.51/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
0.51/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
7.15/3.29	c cleaning 2500 clauses out of 5001 with flag 5001/5001
15.24/7.24	c cleaning 4249 clauses out of 8500 with flag 11000/11000
22.84/11.11	c cleaning 0 clauses out of 5001 with flag 0/5001
25.00/12.04	c cleaning 5626 clauses out of 11252 with flag 18001/18001
36.38/17.68	c cleaning 6810 clauses out of 13626 with flag 26001/26001
49.01/23.94	c cleaning 7907 clauses out of 15815 with flag 35000/35000
49.18/24.06	c cleaning 0 clauses out of 11001 with flag 0/11001
63.18/31.09	c cleaning 8951 clauses out of 17908 with flag 45000/45000
78.53/38.75	c cleaning 9979 clauses out of 19957 with flag 56000/56000
80.70/39.83	c cleaning 0 clauses out of 18001 with flag 0/18001
95.30/47.19	c cleaning 10988 clauses out of 21979 with flag 68001/68001
114.08/56.57	c cleaning 11993 clauses out of 23992 with flag 81002/81002
115.04/57.03	c cleaning 0 clauses out of 26001 with flag 0/26001
134.40/66.74	c cleaning 12994 clauses out of 25998 with flag 95001/95001
154.39/76.74	c cleaning 13501 clauses out of 27003 with flag 109000/109000
154.39/76.79	c cleaning 0 clauses out of 35001 with flag 0/35001
174.54/86.81	c cleaning 13748 clauses out of 27502 with flag 123000/123000
194.31/96.76	c cleaning 13877 clauses out of 27754 with flag 137000/137000
199.47/99.35	c cleaning 0 clauses out of 45000 with flag 0/45000
214.05/106.60	c cleaning 13938 clauses out of 27877 with flag 151000/151000
234.20/116.74	c cleaning 13966 clauses out of 27941 with flag 165002/165002
249.99/124.69	c cleaning 0 clauses out of 56001 with flag 0/56001
254.35/126.85	c cleaning 13985 clauses out of 27973 with flag 179000/179000
269.31/134.34	c cleaning 13991 clauses out of 27987 with flag 193000/193000
283.26/141.34	c cleaning 13998 clauses out of 27997 with flag 207001/207001
297.25/148.40	c cleaning 13999 clauses out of 27998 with flag 221000/221000
307.02/153.26	c cleaning 0 clauses out of 68001 with flag 0/68001
311.18/155.35	c cleaning 13997 clauses out of 27999 with flag 235000/235000
325.52/162.50	c cleaning 13998 clauses out of 28002 with flag 249000/249000
339.09/169.35	c cleaning 13999 clauses out of 28005 with flag 263001/263001
351.05/175.37	c cleaning 13997 clauses out of 28005 with flag 277000/277000
362.99/181.38	c cleaning 13998 clauses out of 28008 with flag 291000/291000
370.91/185.39	c cleaning 0 clauses out of 81001 with flag 0/81001
375.27/187.58	c cleaning 14006 clauses out of 28011 with flag 305001/305001
388.04/193.97	c cleaning 14001 clauses out of 28007 with flag 319003/319003
402.22/201.07	c cleaning 13998 clauses out of 28004 with flag 333001/333001
416.76/208.36	c cleaning 14002 clauses out of 28006 with flag 347001/347001
431.93/215.92	c cleaning 14002 clauses out of 28005 with flag 361002/361002
438.10/219.01	c cleaning 0 clauses out of 95000 with flag 0/95000
447.06/223.52	c cleaning 13999 clauses out of 28001 with flag 375000/375000
462.20/231.14	c cleaning 13996 clauses out of 28003 with flag 389001/389001
477.77/238.91	c cleaning 13997 clauses out of 28007 with flag 403001/403001
489.92/245.03	c cleaning 0 clauses out of 109003 with flag 0/109003
493.06/246.61	c cleaning 14001 clauses out of 28010 with flag 417001/417001
508.20/254.26	c cleaning 14000 clauses out of 28009 with flag 431001/431001
523.76/262.01	c cleaning 14002 clauses out of 28008 with flag 445000/445000
536.92/268.62	c cleaning 0 clauses out of 123002 with flag 0/123002
539.65/270.02	c cleaning 13997 clauses out of 28006 with flag 459000/459000
555.98/278.26	c cleaning 14003 clauses out of 28009 with flag 473000/473000
572.92/286.72	c cleaning 13999 clauses out of 28006 with flag 487000/487000
585.08/292.83	c cleaning 0 clauses out of 137000 with flag 0/137000
589.60/295.18	c cleaning 14000 clauses out of 28007 with flag 501000/501000
606.54/303.64	c cleaning 13998 clauses out of 28008 with flag 515001/515001
623.49/312.18	c cleaning 13999 clauses out of 28009 with flag 529000/529000
637.27/319.01	c cleaning 0 clauses out of 151000 with flag 0/151000
641.41/321.16	c cleaning 14000 clauses out of 28012 with flag 543002/543002
660.48/330.78	c cleaning 13999 clauses out of 28010 with flag 557000/557000
679.23/340.12	c cleaning 14004 clauses out of 28011 with flag 571000/571000
687.38/344.28	c cleaning 0 clauses out of 165001 with flag 0/165001
698.33/349.80	c cleaning 13998 clauses out of 28008 with flag 585001/585001
717.22/359.20	c cleaning 14000 clauses out of 28009 with flag 599000/599000
735.98/368.69	c cleaning 14000 clauses out of 28010 with flag 613001/613001
738.29/369.83	c cleaning 0 clauses out of 179000 with flag 0/179000
755.04/378.29	c cleaning 13994 clauses out of 28009 with flag 627000/627000
774.72/388.14	c cleaning 13998 clauses out of 28015 with flag 641000/641000
790.63/396.13	c cleaning 0 clauses out of 193000 with flag 0/193000
793.95/397.87	c cleaning 14003 clauses out of 28017 with flag 655000/655000
813.88/407.82	c cleaning 13997 clauses out of 28014 with flag 669000/669000
833.78/417.85	c cleaning 14005 clauses out of 28018 with flag 683001/683001
844.10/423.06	c cleaning 0 clauses out of 207002 with flag 0/207002
854.01/428.09	c cleaning 13999 clauses out of 28012 with flag 697000/697000
874.53/438.36	c cleaning 13998 clauses out of 28014 with flag 711001/711001
895.01/448.60	c cleaning 14002 clauses out of 28018 with flag 725003/725003
896.90/449.69	c cleaning 0 clauses out of 221001 with flag 0/221001
915.83/459.13	c cleaning 14002 clauses out of 28013 with flag 739000/739000
936.55/469.58	c cleaning 13999 clauses out of 28011 with flag 753000/753000
947.39/475.03	c cleaning 0 clauses out of 235002 with flag 0/235002
958.07/480.43	c cleaning 13997 clauses out of 28012 with flag 767000/767000
979.58/491.28	c cleaning 14001 clauses out of 28015 with flag 781000/781000
1001.51/502.23	c cleaning 14000 clauses out of 28015 with flag 795001/795001
1001.96/502.55	c cleaning 0 clauses out of 249001 with flag 0/249001
1022.86/513.05	c cleaning 13998 clauses out of 28016 with flag 809002/809002
1044.37/523.80	c cleaning 14001 clauses out of 28016 with flag 823000/823000
1057.24/530.36	c cleaning 0 clauses out of 263000 with flag 0/263000
1067.07/535.36	c cleaning 14001 clauses out of 28016 with flag 837001/837001
1089.78/546.77	c cleaning 13995 clauses out of 28014 with flag 851000/851000
1110.88/557.40	c cleaning 0 clauses out of 277001 with flag 0/277001
1113.16/558.56	c cleaning 14000 clauses out of 28019 with flag 865000/865000
1136.60/570.30	c cleaning 14005 clauses out of 28019 with flag 879000/879000
1159.51/581.81	c cleaning 14001 clauses out of 28015 with flag 893001/893001
1163.98/584.17	c cleaning 0 clauses out of 291000 with flag 0/291000
1181.27/592.84	c cleaning 13999 clauses out of 28014 with flag 907001/907001
1202.87/603.74	c cleaning 14001 clauses out of 28016 with flag 921002/921002
1225.17/614.94	c cleaning 14000 clauses out of 28013 with flag 935000/935000
1225.62/615.30	c cleaning 0 clauses out of 305001 with flag 0/305001
1248.71/626.81	c cleaning 14005 clauses out of 28014 with flag 949001/949001
1271.12/638.15	c cleaning 13997 clauses out of 28008 with flag 963000/963000
1286.39/645.88	c cleaning 0 clauses out of 319000 with flag 0/319000
1293.44/649.45	c cleaning 14000 clauses out of 28011 with flag 977000/977000
1315.75/660.69	c cleaning 14001 clauses out of 28012 with flag 991001/991001
1338.95/672.30	c cleaning 13997 clauses out of 28010 with flag 1005000/1005000
1344.39/675.19	c cleaning 0 clauses out of 333000 with flag 0/333000
1361.26/683.60	c cleaning 14001 clauses out of 28013 with flag 1019000/1019000
1383.74/694.95	c cleaning 13999 clauses out of 28012 with flag 1033000/1033000
1402.95/704.69	c cleaning 0 clauses out of 347000 with flag 0/347000
1406.17/706.31	c cleaning 14000 clauses out of 28013 with flag 1047000/1047000
1428.67/717.68	c cleaning 14002 clauses out of 28013 with flag 1061000/1061000
1452.14/729.44	c cleaning 13997 clauses out of 28012 with flag 1075001/1075001
1462.72/734.90	c cleaning 0 clauses out of 361001 with flag 0/361001
1474.55/740.88	c cleaning 13999 clauses out of 28015 with flag 1089001/1089001
1497.64/752.44	c cleaning 13995 clauses out of 28015 with flag 1103000/1103000
1521.46/764.46	c cleaning 14003 clauses out of 28020 with flag 1117000/1117000
1522.78/765.29	c cleaning 0 clauses out of 375001 with flag 0/375001
1545.46/776.68	c cleaning 13999 clauses out of 28018 with flag 1131001/1131001
1568.93/788.41	c cleaning 14003 clauses out of 28020 with flag 1145002/1145002
1582.77/795.43	c cleaning 0 clauses out of 389001 with flag 0/389001
1591.71/800.00	c cleaning 14002 clauses out of 28020 with flag 1159005/1159005
1615.57/812.01	c cleaning 14001 clauses out of 28014 with flag 1173001/1173001
1638.19/823.49	c cleaning 13999 clauses out of 28012 with flag 1187000/1187000
1651.03/829.98	c cleaning 0 clauses out of 403000 with flag 0/403000
1661.78/835.47	c cleaning 13996 clauses out of 28013 with flag 1201000/1201000
1684.63/846.96	c cleaning 14002 clauses out of 28017 with flag 1215000/1215000
1708.43/858.95	c cleaning 13997 clauses out of 28015 with flag 1229000/1229000
1715.24/862.45	c cleaning 0 clauses out of 417001 with flag 0/417001
1733.19/871.52	c cleaning 13997 clauses out of 28018 with flag 1243000/1243000
1757.22/883.66	c cleaning 14004 clauses out of 28021 with flag 1257000/1257000
1772.82/891.57	c cleaning 0 clauses out of 431000 with flag 0/431000
1780.83/895.68	c cleaning 13999 clauses out of 28018 with flag 1271001/1271001
1800.16/905.41	c starts		: 190
1800.16/905.41	c conflicts		: 1282330
1800.16/905.41	c decisions		: 1436424
1800.16/905.41	c propagations		: 1803671359
1800.16/905.41	c inspects		: 9856973664
1800.16/905.41	c learnt literals	: 1
1800.16/905.41	c learnt binary clauses	: 58
1800.16/905.41	c learnt ternary clauses	: 70
1800.16/905.41	c learnt clauses	: 1282329
1800.16/905.41	c ignored clauses	: 0
1800.16/905.41	c root simplifications	: 0
1800.16/905.41	c removed literals (reason simplification)	: 14994752
1800.16/905.41	c reason swapping (by a shorter reason)	: 0
1800.16/905.41	c Calls to reduceDB	: 94
1800.16/905.41	c number of reductions to clauses (during analyze)	: 0
1800.16/905.41	c number of learned constraints concerned by reduction	: 0
1800.16/905.41	c number of learning phase by resolution	: 0
1800.16/905.41	c number of learning phase by cutting planes	: 0
1800.16/905.41	c speed (assignments/second)	: 1993043.0615347894
1800.16/905.41	c non guided choices	0
1800.16/905.42	c learnt constraints type 
1800.16/905.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25303
1800.16/905.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
1800.16/905.42	c constraints type 
1800.16/905.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1800.16/905.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1800.16/905.42	c constraints type 
1800.16/905.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1800.16/905.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
1800.16/905.42	s UNKNOWN
1800.16/905.42	c Total wall clock time (in seconds): 905.324

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-3732653-1338740369/watcher-3732653-1338740369 -o /tmp/evaluation-result-3732653-1338740369/solver-3732653-1338740369 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732653-1338740369.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: 2.99 3.43 3.19 4/197 18099
/proc/meminfo: memFree=27816692/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/18099/stat : 18099 (java) R 18097 18099 17063 0 -1 4202496 820 0 0 0 0 0 0 0 20 0 1 0 340161269 23793664 547 33554432000 1073741824 1073778376 140734762781920 140734762770984 209874631237 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 5809 556 418 9 0 128 0

[startup+0.028227 s]
/proc/loadavg: 2.99 3.43 3.19 4/197 18099
/proc/meminfo: memFree=27816692/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2233952 CPUtime=0.02 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 3601 0 1 0 1 1 0 0 20 0 11 0 340161269 2287566848 4811 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 558488 4814 1628 9 0 549189 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2233952

[startup+0.100344 s]
/proc/loadavg: 2.99 3.43 3.19 4/197 18099
/proc/meminfo: memFree=27816692/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 4764 0 1 0 9 1 0 0 20 0 18 0 340161269 2764726272 6468 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 674982 6468 2131 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300249 s]
/proc/loadavg: 2.99 3.43 3.19 4/197 18099
/proc/meminfo: memFree=27816692/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 5939 0 1 0 49 2 0 0 20 0 18 0 340161269 2764726272 9746 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 674982 9746 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700166 s]
/proc/loadavg: 2.99 3.43 3.19 4/197 18099
/proc/meminfo: memFree=27816692/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 11718 0 1 0 183 4 0 0 20 0 22 0 340161269 3037372416 25057 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 741546 25057 2259 9 0 732240 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 2966184

[startup+1.50077 s]
/proc/loadavg: 2.99 3.43 3.19 5/219 18121
/proc/meminfo: memFree=27671560/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 11990 0 1 0 362 7 0 0 20 0 22 0 340161269 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 741546 62946 2260 9 0 732240 0
[pid=18099/tid=18101] ppid=18097 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/18099/task/18101/stat : 18101 (java) S 18097 18099 17063 0 -1 4202560 2816 0 1 0 38 2 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140564091282584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140564080343720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563956824872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563955772328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563954719784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563953666216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563952613672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563951561128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563950508584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563467696744 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563466643064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563465590408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18113/stat : 18113 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563464539152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/18099/task/18114/stat : 18114 (java) S 18097 18099 17063 0 -1 4202560 3703 0 0 0 56 2 0 0 20 0 22 0 340161274 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563463485496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (java) S 18097 18099 17063 0 -1 4202560 4094 0 0 0 53 0 0 0 20 0 22 0 340161274 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563462432952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18116] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18116/stat : 18116 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563461380600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18117] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18117/stat : 18117 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563460328264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18118] ppid=18097 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18099/task/18118/stat : 18118 (java) R 18097 18099 17063 0 -1 4202560 26 0 0 0 105 0 0 0 20 0 22 0 340161312 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563459273640 140563962384040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18119] ppid=18097 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18099/task/18119/stat : 18119 (java) R 18097 18099 17063 0 -1 4202560 149 0 0 0 103 2 0 0 20 0 22 0 340161312 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563458220760 140563962458537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18120] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18120/stat : 18120 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563457168936 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18121] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18121/stat : 18121 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 62946 33554432000 1073741824 1073778376 140734762781920 140563456116392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 2.99 3.43 3.19 5/219 18121
/proc/meminfo: memFree=27456016/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2966184 CPUtime=6.94 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 12093 0 1 0 685 9 0 0 20 0 22 0 340161269 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 741546 96761 2272 9 0 732240 0
[pid=18099/tid=18101] ppid=18097 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/18099/task/18101/stat : 18101 (java) S 18097 18099 17063 0 -1 4202560 2816 0 1 0 38 2 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140564091282584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140564080343720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 17063 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563956824872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563955772328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563954719784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563953666216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 17063 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563952613672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563951561128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563950508584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563467696744 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563466643064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563465590408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18113/stat : 18113 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563464539152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/18099/task/18114/stat : 18114 (java) S 18097 18099 17063 0 -1 4202560 3703 0 0 0 60 2 0 0 20 0 22 0 340161274 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563463485496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (java) S 18097 18099 17063 0 -1 4202560 4094 0 0 0 53 0 0 0 20 0 22 0 340161274 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563462432952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18116] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18116/stat : 18116 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563461380600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18117] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18117/stat : 18117 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563460328264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18118] ppid=18097 vsize=2966184 CPUtime=2.64 cores=0,2,4,6
/proc/18099/task/18118/stat : 18118 (java) R 18097 18099 17063 0 -1 4202560 27 0 0 0 264 0 0 0 20 0 22 0 340161312 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563459273736 140563962384315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18119] ppid=18097 vsize=2966184 CPUtime=2.64 cores=0,2,4,6
/proc/18099/task/18119/stat : 18119 (java) R 18097 18099 17063 0 -1 4202560 214 0 0 0 260 4 0 0 20 0 22 0 340161312 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563458220552 140563962480123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18120] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18120/stat : 18120 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563457168936 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18121] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18121/stat : 18121 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 96761 33554432000 1073741824 1073778376 140734762781920 140563456116392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 2966184

[startup+6.30082 s]
/proc/loadavg: 3.07 3.44 3.19 5/219 18121
/proc/meminfo: memFree=27404444/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2966184 CPUtime=13.43 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 12151 0 1 0 1333 10 0 0 20 0 22 0 340161269 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 741546 102912 2284 9 0 732240 0
[pid=18099/tid=18101] ppid=18097 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/18099/task/18101/stat : 18101 (java) S 18097 18099 17063 0 -1 4202560 2816 0 1 0 38 2 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140564091282584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140564080343720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563956824872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563955772328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 17063 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563954719784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563953666216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 17063 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563952613672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563951561128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161270 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563950508584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 17063 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 340161272 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563467696744 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563466643064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563465590408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18113/stat : 18113 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563464539152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/18099/task/18114/stat : 18114 (java) S 18097 18099 17063 0 -1 4202560 3711 0 0 0 67 2 0 0 20 0 22 0 340161274 3037372416 102912 33554432000 1073741824 1073778376 140734762781920 140563463485496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/18099/statm: 741546 173030 2286 9 0 732240 0
[pid=18099/tid=18101] ppid=18097 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/18099/task/18101/stat : 18101 (java) S 18097 18099 17063 0 -1 4202560 2823 0 1 0 39 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140564091282584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 17063 0 -1 4202560 76 0 0 0 100 4 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140564080343720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 17063 0 -1 4202560 82 0 0 0 90 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563956824872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 17063 0 -1 4202560 83 0 0 0 93 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563955772328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 17063 0 -1 4202560 94 0 0 0 97 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563954719784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 17063 0 -1 4202560 95 0 0 0 97 4 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563953666216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 17063 0 -1 4202560 101 0 0 0 101 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563952613672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 17063 0 -1 4202560 74 0 0 0 87 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563951561128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 17063 0 -1 4202560 77 0 0 0 93 3 0 0 20 0 22 0 340161270 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563950508584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=2966184 CPUtime=12.55 cores=0,2,4,6
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 17063 0 -1 4202560 117 0 0 0 1242 13 0 0 20 0 22 0 340161272 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563467696744 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563466643064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563465590408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18113/stat : 18113 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563464539152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/18099/task/18114/stat : 18114 (java) S 18097 18099 17063 0 -1 4202560 8080 0 0 0 118 3 0 0 20 0 22 0 340161274 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563463485496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (java) S 18097 18099 17063 0 -1 4202560 4130 0 0 0 66 0 0 0 20 0 22 0 340161274 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563462432952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18116] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18116/stat : 18116 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563461380600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18117] ppid=18097 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/18099/task/18117/stat : 18117 (java) S 18097 18099 17063 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 340161274 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563460328264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18118] ppid=18097 vsize=2966184 CPUtime=804.51 cores=0,2,4,6
/proc/18099/task/18118/stat : 18118 (java) R 18097 18099 17063 0 -1 4202560 269 0 0 0 80437 14 0 0 20 0 22 0 340161312 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563459272352 140563962384040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18119] ppid=18097 vsize=2966184 CPUtime=804.55 cores=0,2,4,6
/proc/18099/task/18119/stat : 18119 (java) R 18097 18099 17063 0 -1 4202560 359 0 0 0 80437 18 0 0 20 0 22 0 340161312 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563458218832 140563962480085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18120] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18120/stat : 18120 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563457168936 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18121] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18121/stat : 18121 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 173030 33554432000 1073741824 1073778376 140734762781920 140563456116392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1635.99
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.87 3.87 3.61 5/219 18130
/proc/meminfo: memFree=26892676/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2966184 CPUtime=1754.62 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 17752 0 1 0 175394 68 0 0 20 0 22 0 340161269 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 741546 175602 2286 9 0 732240 0
[pid=18099/tid=18101] ppid=18097 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/18099/task/18101/stat : 18101 (java) S 18097 18099 17063 0 -1 4202560 2824 0 1 0 39 3 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140564091282584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 17063 0 -1 4202560 80 0 0 0 109 4 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140564080343720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 17063 0 -1 4202560 84 0 0 0 96 3 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563956824872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 17063 0 -1 4202560 91 0 0 0 102 3 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563955772328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 17063 0 -1 4202560 95 0 0 0 102 3 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563954719784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 17063 0 -1 4202560 96 0 0 0 105 4 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563953666216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 17063 0 -1 4202560 103 0 0 0 109 3 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563952613672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 17063 0 -1 4202560 82 0 0 0 97 3 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563951561128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 17063 0 -1 4202560 79 0 0 0 100 4 0 0 20 0 22 0 340161270 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563950508584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=2966184 CPUtime=14.15 cores=0,2,4,6
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 17063 0 -1 4202560 121 0 0 0 1401 14 0 0 20 0 22 0 340161272 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563467696744 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563466643064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563465590408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18113/stat : 18113 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563464539152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/18099/task/18114/stat : 18114 (java) S 18097 18099 17063 0 -1 4202560 8080 0 0 0 118 3 0 0 20 0 22 0 340161274 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563463485496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (java) S 18097 18099 17063 0 -1 4202560 4130 0 0 0 66 0 0 0 20 0 22 0 340161274 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563462432952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18116] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18116/stat : 18116 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563461380600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18117] ppid=18097 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/18099/task/18117/stat : 18117 (java) S 18097 18099 17063 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 340161274 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563460328264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18118] ppid=18097 vsize=2966184 CPUtime=862.55 cores=0,2,4,6
/proc/18099/task/18118/stat : 18118 (java) R 18097 18099 17063 0 -1 4202560 282 0 0 0 86240 15 0 0 20 0 22 0 340161312 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563459272352 140563962384063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18119] ppid=18097 vsize=2966184 CPUtime=862.6 cores=0,2,4,6
/proc/18099/task/18119/stat : 18119 (java) R 18097 18099 17063 0 -1 4202560 364 0 0 0 86241 19 0 0 20 0 22 0 340161312 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563458218864 140563962480457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18120] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18120/stat : 18120 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563457168936 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18121] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18121/stat : 18121 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 175602 33554432000 1073741824 1073778376 140734762781920 140563456116392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1754.62
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.401 s]
/proc/loadavg: 3.92 3.88 3.62 5/219 18130
/proc/meminfo: memFree=26863880/32873844 swapFree=7632/7632
[pid=18099] ppid=18097 vsize=2966184 CPUtime=1800.16 cores=0,2,4,6
/proc/18099/stat : 18099 (java) S 18097 18099 17063 0 -1 4202496 17771 0 1 0 179947 69 0 0 20 0 22 0 340161269 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140734762773056 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18099/statm: 741546 177140 2286 9 0 732240 0
[pid=18099/tid=18101] ppid=18097 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/18099/task/18101/stat : 18101 (java) S 18097 18099 17063 0 -1 4202560 2824 0 1 0 39 3 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140564091282584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 17063 0 -1 4202560 82 0 0 0 113 5 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140564080343720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 17063 0 -1 4202560 85 0 0 0 99 3 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563956824872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 17063 0 -1 4202560 94 0 0 0 106 4 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563955772328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 17063 0 -1 4202560 95 0 0 0 105 3 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563954719784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 17063 0 -1 4202560 96 0 0 0 107 4 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563953666216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 17063 0 -1 4202560 104 0 0 0 112 3 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563952613672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 17063 0 -1 4202560 83 0 0 0 100 3 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563951561128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 17063 0 -1 4202560 80 0 0 0 103 4 0 0 20 0 22 0 340161270 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563950508584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=2966184 CPUtime=14.9 cores=0,2,4,6
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 17063 0 -1 4202560 121 0 0 0 1476 14 0 0 20 0 22 0 340161272 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563467696744 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563466643064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340161272 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563465590408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18113/stat : 18113 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563464539152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/18099/task/18114/stat : 18114 (java) S 18097 18099 17063 0 -1 4202560 8080 0 0 0 118 3 0 0 20 0 22 0 340161274 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563463485496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (java) S 18097 18099 17063 0 -1 4202560 4130 0 0 0 66 0 0 0 20 0 22 0 340161274 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563462432952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18116] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18116/stat : 18116 (java) S 18097 18099 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340161274 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563461380600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18117] ppid=18097 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/18099/task/18117/stat : 18117 (java) S 18097 18099 17063 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 340161274 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563460328264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18118] ppid=18097 vsize=2966184 CPUtime=884.75 cores=0,2,4,6
/proc/18099/task/18118/stat : 18118 (java) R 18097 18099 17063 0 -1 4202560 289 0 0 0 88460 15 0 0 20 0 22 0 340161312 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563459272352 140563962109419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18099/tid=18119] ppid=18097 vsize=2966184 CPUtime=884.81 cores=0,2,4,6
/proc/18099/task/18119/stat : 18119 (java) R 18097 18099 17063 0 -1 4202560 365 0 0 0 88462 19 0 0 20 0 22 0 340161312 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563458219024 140563962528447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18099/tid=18120] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18120/stat : 18120 (java) S 18097 18099 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563457168936 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18099/tid=18121] ppid=18097 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18121/stat : 18121 (java) S 18097 18099 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340161322 3037372416 177140 33554432000 1073741824 1073778376 140734762781920 140563456116392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18099 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=988120
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=173821
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.445
CPU time (s): 1800.16
CPU user time (s): 1799.47
CPU system time (s): 0.69
CPU usage (%): 198.815
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 1.17382
maximum resident set size= 708684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17806
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31653
involuntary context switches= 38962

runsolver used 3.36249 second user time and 8.02278 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 18:19:29
IDJOB=3732653
IDBENCH=2167
IDSOLVER=2324
FILE ID=node141/3732653-1338740369
RUNJOBID= node141-1338738353-17079
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732653-1338740369/watcher-3732653-1338740369 -o /tmp/evaluation-result-3732653-1338740369/solver-3732653-1338740369 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732653-1338740369.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=110362767

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27816320 kB
Buffers:          420436 kB
Cached:          3181328 kB
SwapCached:          216 kB
Active:          1819384 kB
Inactive:        2343392 kB
Active(anon):     551720 kB
Inactive(anon):    11288 kB
Active(file):    1267664 kB
Inactive(file):  2332104 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1324 kB
Writeback:             0 kB
AnonPages:        590028 kB
Mapped:            19000 kB
Shmem:               172 kB
Slab:             742032 kB
SReclaimable:     183376 kB
SUnreclaim:       558656 kB
KernelStack:        1792 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    540672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70720 MiB
End job on node141 at 2012-06-03 18:34:37