Trace number 3709915

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
SAT4J PB specific settings 2.3.2 snapshotUNSAT 1646.31 1642.03

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1646.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709915-1338185452.opb
0.10/0.11	c reading problem ... 
0.91/0.59	c ... done. Wall clock time 0.473s.
0.91/0.59	c declared #vars     11712
0.91/0.59	c #constraints  34540
0.91/0.59	c constraints type 
0.91/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
0.91/0.59	c ignored satisfied constraints => 4111
0.91/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
0.91/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 1705
0.91/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
0.91/0.59	c 38651 constraints processed.
2.91/1.89	c cleaning 2499 clauses out of 4997 with flag 5000/5000
4.22/3.08	c cleaning 4240 clauses out of 8498 with flag 11000/11000
5.98/4.49	c cleaning 5626 clauses out of 11259 with flag 18001/18001
8.11/6.15	c cleaning 6809 clauses out of 13634 with flag 26002/26002
9.96/7.97	c cleaning 7905 clauses out of 15823 with flag 35000/35000
11.97/9.95	c cleaning 8955 clauses out of 17919 with flag 45001/45001
14.27/12.29	c cleaning 9965 clauses out of 19963 with flag 56000/56000
16.77/14.79	c cleaning 10991 clauses out of 21999 with flag 68001/68001
19.37/17.37	c cleaning 11999 clauses out of 24010 with flag 81003/81003
22.67/20.63	c cleaning 12998 clauses out of 26012 with flag 95004/95004
25.99/23.99	c cleaning 14000 clauses out of 28010 with flag 110000/110000
29.70/27.61	c cleaning 14992 clauses out of 30010 with flag 126000/126000
33.40/31.33	c cleaning 16001 clauses out of 32019 with flag 143001/143001
37.32/35.26	c cleaning 17000 clauses out of 34019 with flag 161002/161002
41.83/39.79	c cleaning 18004 clauses out of 36018 with flag 180001/180001
46.33/44.23	c cleaning 19003 clauses out of 38014 with flag 200001/200001
51.22/49.17	c cleaning 19999 clauses out of 40011 with flag 221001/221001
56.66/54.55	c cleaning 21000 clauses out of 42011 with flag 243000/243000
62.37/60.29	c cleaning 22003 clauses out of 44014 with flag 266003/266003
68.20/66.05	c cleaning 22996 clauses out of 46011 with flag 290003/290003
74.02/71.83	c cleaning 23994 clauses out of 48012 with flag 315000/315000
81.23/79.05	c cleaning 24997 clauses out of 50020 with flag 341002/341002
88.16/85.91	c cleaning 25992 clauses out of 52021 with flag 368000/368000
95.36/93.16	c cleaning 27006 clauses out of 54030 with flag 396001/396001
102.51/100.25	c cleaning 28004 clauses out of 56023 with flag 425000/425000
110.13/107.88	c cleaning 28996 clauses out of 58020 with flag 455001/455001
117.73/115.48	c cleaning 30007 clauses out of 60023 with flag 486000/486000
126.66/124.36	c cleaning 30993 clauses out of 62016 with flag 518000/518000
135.26/132.91	c cleaning 32005 clauses out of 64024 with flag 551001/551001
144.49/142.19	c cleaning 33004 clauses out of 66018 with flag 585000/585000
153.81/151.49	c cleaning 33998 clauses out of 68016 with flag 620002/620002
163.53/161.19	c cleaning 35000 clauses out of 70017 with flag 656001/656001
173.83/171.40	c cleaning 36000 clauses out of 72017 with flag 693001/693001
184.47/182.05	c cleaning 37001 clauses out of 74017 with flag 731001/731001
195.59/193.18	c cleaning 37980 clauses out of 76015 with flag 770000/770000
206.51/204.07	c cleaning 38995 clauses out of 78035 with flag 810000/810000
218.52/216.08	c cleaning 40012 clauses out of 80044 with flag 851004/851004
230.63/228.13	c cleaning 41011 clauses out of 82031 with flag 893003/893003
243.85/241.37	c cleaning 42001 clauses out of 84019 with flag 936002/936002
257.50/254.99	c cleaning 42998 clauses out of 86016 with flag 980000/980000
271.62/269.03	c cleaning 43992 clauses out of 88018 with flag 1025000/1025000
285.63/283.01	c cleaning 44999 clauses out of 90026 with flag 1071000/1071000
299.95/297.33	c cleaning 45997 clauses out of 92028 with flag 1118001/1118001
315.67/313.07	c cleaning 46996 clauses out of 94031 with flag 1166001/1166001
330.60/327.90	c cleaning 48003 clauses out of 96034 with flag 1215000/1215000
345.74/343.08	c cleaning 48998 clauses out of 98033 with flag 1265002/1265002
362.57/359.84	c cleaning 50004 clauses out of 100033 with flag 1316000/1316000
379.92/377.10	c cleaning 51005 clauses out of 102029 with flag 1368000/1368000
397.13/394.37	c cleaning 52006 clauses out of 104024 with flag 1421000/1421000
415.25/412.49	c cleaning 52992 clauses out of 106018 with flag 1475000/1475000
433.47/430.64	c cleaning 53998 clauses out of 108026 with flag 1530000/1530000
452.68/449.83	c cleaning 55000 clauses out of 110028 with flag 1586000/1586000
471.99/469.12	c cleaning 56003 clauses out of 112028 with flag 1643000/1643000
491.92/489.02	c cleaning 56990 clauses out of 114025 with flag 1701000/1701000
512.53/509.68	c cleaning 58011 clauses out of 116035 with flag 1760000/1760000
532.75/529.86	c cleaning 58992 clauses out of 118024 with flag 1820000/1820000
556.46/553.50	c cleaning 59997 clauses out of 120032 with flag 1881000/1881000
578.39/575.43	c cleaning 61001 clauses out of 122035 with flag 1943000/1943000
599.82/596.82	c cleaning 62005 clauses out of 124034 with flag 2006000/2006000
624.74/621.72	c cleaning 63011 clauses out of 126029 with flag 2070000/2070000
647.26/644.27	c cleaning 64005 clauses out of 128018 with flag 2135000/2135000
671.51/668.47	c cleaning 64993 clauses out of 130014 with flag 2201001/2201001
697.61/694.56	c cleaning 66009 clauses out of 132022 with flag 2268002/2268002
719.74/716.64	c cleaning 60524 clauses out of 121075 with flag 2336000/2336000
744.35/741.21	c cleaning 64767 clauses out of 129551 with flag 2405000/2405000
770.46/767.39	c cleaning 67386 clauses out of 134784 with flag 2475004/2475004
797.98/794.80	c cleaning 69193 clauses out of 138394 with flag 2546000/2546000
824.21/821.05	c cleaning 68169 clauses out of 136373 with flag 2618001/2618001
851.72/848.54	c cleaning 70599 clauses out of 141205 with flag 2691002/2691002
880.44/877.28	c cleaning 72298 clauses out of 144604 with flag 2765000/2765000
907.28/904.07	c cleaning 73640 clauses out of 147306 with flag 2840000/2840000
935.51/932.21	c cleaning 74817 clauses out of 149666 with flag 2916000/2916000
967.35/964.01	c cleaning 75914 clauses out of 151849 with flag 2993000/2993000
996.78/993.48	c cleaning 76963 clauses out of 153937 with flag 3071002/3071002
1026.70/1023.39	c cleaning 77972 clauses out of 155975 with flag 3150003/3150003
1056.43/1053.02	c cleaning 78987 clauses out of 158000 with flag 3230000/3230000
1089.15/1085.75	c cleaning 79994 clauses out of 160013 with flag 3311000/3311000
1121.87/1118.47	c cleaning 80988 clauses out of 162019 with flag 3393000/3393000
1153.09/1149.67	c cleaning 82004 clauses out of 164032 with flag 3476001/3476001
1186.11/1182.62	c cleaning 83009 clauses out of 166028 with flag 3560001/3560001
1218.94/1215.49	c cleaning 84002 clauses out of 168018 with flag 3645000/3645000
1251.84/1248.38	c cleaning 84996 clauses out of 170016 with flag 3731000/3731000
1287.57/1284.04	c cleaning 86003 clauses out of 172021 with flag 3818001/3818001
1326.69/1323.10	c cleaning 87008 clauses out of 174020 with flag 3906003/3906003
1366.63/1363.03	c cleaning 87998 clauses out of 176009 with flag 3995000/3995000
1402.32/1398.79	c cleaning 56386 clauses out of 112803 with flag 4085000/4085000
1436.33/1432.71	c cleaning 73698 clauses out of 147418 with flag 4176001/4176001
1473.16/1469.57	c cleaning 82857 clauses out of 165720 with flag 4268001/4268001
1511.29/1507.69	c cleaning 87923 clauses out of 175862 with flag 4361000/4361000
1549.03/1545.37	c cleaning 90968 clauses out of 181939 with flag 4455000/4455000
1590.45/1586.77	c cleaning 92981 clauses out of 185971 with flag 4550000/4550000
1628.09/1624.31	c cleaning 67653 clauses out of 135311 with flag 4646000/4646000
1645.79/1642.02	c starts		: 253
1645.79/1642.02	c conflicts		: 4700322
1645.79/1642.02	c decisions		: 5772899
1645.79/1642.02	c propagations		: 2072717000
1645.79/1642.02	c inspects		: 18710767154
1645.79/1642.02	c shortcuts		: 0
1645.79/1642.02	c learnt literals	: 13
1645.79/1642.02	c learnt binary clauses	: 75
1645.79/1642.02	c learnt ternary clauses	: 1614
1645.79/1642.02	c learnt constraints	: 4700308
1645.79/1642.02	c ignored constraints	: 0
1645.79/1642.02	c root simplifications	: 265
1645.79/1642.02	c removed literals (reason simplification)	: 101488949
1645.79/1642.02	c reason swapping (by a shorter reason)	: 0
1645.79/1642.02	c Calls to reduceDB	: 92
1645.79/1642.02	c number of reductions to clauses (during analyze)	: 0
1645.79/1642.02	c number of learned constraints concerned by reduction	: 0
1645.79/1642.02	c number of learning phase by resolution	: 0
1645.79/1642.02	c number of learning phase by cutting planes	: 0
1645.79/1642.02	c speed (assignments/second)	: 1262780.0062386072
1645.79/1642.02	c non guided choices	20
1645.79/1642.02	c learnt constraints type 
1645.79/1642.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1645.79/1642.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4794
1645.79/1642.02	c constraints type 
1645.79/1642.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
1645.79/1642.02	c ignored satisfied constraints => 4111
1645.79/1642.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1645.79/1642.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 1705
1645.79/1642.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
1645.79/1642.02	c 38651 constraints processed.
1645.79/1642.02	s UNSATISFIABLE
1645.79/1642.02	c Total wall clock time (in seconds): 1641.909

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-3709915-1338185452/watcher-3709915-1338185452 -o /tmp/evaluation-result-3709915-1338185452/solver-3709915-1338185452 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709915-1338185452.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: 1.81 1.95 1.98 2/195 16693
/proc/meminfo: memFree=30954904/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 1157 0 0 0 0 0 0 0 20 0 2 0 284671304 91889664 877 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 22434 883 668 9 0 16769 0
[pid=16693/tid=16694] ppid=16691 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 284671305 91893760 892 33554432000 1073741824 1073778376 140735242615792 140735242604856 251032101815 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0293419 s]
/proc/loadavg: 1.81 1.95 1.98 2/195 16693
/proc/meminfo: memFree=30954904/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 3010 0 1 0 1 0 0 0 20 0 13 0 284671304 9446973440 3197 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2306390 3197 1661 9 0 2297091 0
[pid=16693/tid=16694] ppid=16691 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) S 16691 16693 12979 0 -1 4202560 1828 0 1 0 1 0 0 0 20 0 13 0 284671305 9446973440 3197 33554432000 1073741824 1073778376 140735242615792 139867624218400 251032076771 0 4 0 16784584 18446744071580425449 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100222 s]
/proc/loadavg: 1.81 1.95 1.98 2/195 16693
/proc/meminfo: memFree=30954904/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 4329 0 1 0 9 1 0 0 20 0 18 0 284671304 9787842560 5536 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2389610 5536 2116 9 0 2380296 0
[pid=16693/tid=16694] ppid=16691 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2463 0 1 0 6 1 0 0 20 0 18 0 284671305 9787842560 5536 33554432000 1073741824 1073778376 140735242615792 139867624221928 251035444493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300241 s]
/proc/loadavg: 1.81 1.95 1.98 2/195 16693
/proc/meminfo: memFree=30954904/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9558440 CPUtime=0.48 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 6087 0 1 0 46 2 0 0 20 0 18 0 284671304 9787842560 8389 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2389610 8389 2224 9 0 2380296 0
[pid=16693/tid=16694] ppid=16691 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2545 0 1 0 26 1 0 0 20 0 18 0 284671305 9787842560 8389 33554432000 1073741824 1073778376 140735242615792 139867624221928 139867564013601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.70025 s]
/proc/loadavg: 1.81 1.95 1.98 2/195 16693
/proc/meminfo: memFree=30954904/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 12153 0 1 0 144 4 0 0 20 0 19 0 284671304 9856004096 30227 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 30227 2250 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2592 0 1 0 65 2 0 0 20 0 19 0 284671305 9856004096 30227 33554432000 1073741824 1073778376 140735242615792 139867624223504 139867627508688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 1.81 1.95 1.98 3/214 16712
/proc/meminfo: memFree=30842508/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 13619 0 1 0 254 4 0 0 20 0 19 0 284671304 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 30758 2258 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2596 0 1 0 145 3 0 0 20 0 19 0 284671305 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867624221944 139867564709100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867448215912 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4583 0 0 0 52 0 0 0 20 0 19 0 284671310 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 5244 0 0 0 55 0 0 0 20 0 19 0 284671310 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867442953144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16710] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16710/stat : 16710 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867441900280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16711] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16711/stat : 16711 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867440847944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16712] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16712/stat : 16712 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671368 9856004096 30758 33554432000 1073741824 1073778376 140735242615792 139867439793192 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 1.83 1.95 1.98 3/214 16712
/proc/meminfo: memFree=30825752/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=4.38 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 14348 0 1 0 433 5 0 0 20 0 19 0 284671304 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 35165 2289 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) S 16691 16693 12979 0 -1 4202560 2600 0 1 0 301 3 0 0 20 0 19 0 284671305 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867624223144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) R 16691 16693 12979 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 284671307 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867448214888 139867630731336 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4611 0 0 0 62 0 0 0 20 0 19 0 284671310 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 5880 0 0 0 61 2 0 0 20 0 19 0 284671310 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867442929112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16710] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16710/stat : 16710 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867441900280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16711] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16711/stat : 16711 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867440847944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16712] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16712/stat : 16712 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671368 9856004096 35165 33554432000 1073741824 1073778376 140735242615792 139867439793192 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 1.83 1.95 1.98 3/214 16712
/proc/meminfo: memFree=30818752/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=8.36 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 24156 0 1 0 829 7 0 0 20 0 19 0 284671304 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 36086 2289 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2601 0 1 0 615 3 0 0 20 0 19 0 284671305 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867624223024 139867564693968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284671306 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 12979 0 -1 4202560 54 0 0 0 7 0 0 0 20 0 19 0 284671307 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867448215912 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4611 0 0 0 63 0 0 0 20 0 19 0 284671310 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 15658 0 0 0 137 3 0 0 20 0 19 0 284671310 9856004096 36086 33554432000 1073741824 1073778376 140735242615792 139867442953144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 37 0 0 0 26 2 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 34 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 57 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 12979 0 -1 4202560 158 0 0 0 317 3 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867448215912 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4611 0 0 0 63 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 15661 0 0 0 140 3 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867442953144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16710] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16710/stat : 16710 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867441900280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16711] ppid=16691 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/16693/task/16711/stat : 16711 (java) S 16691 16693 12979 0 -1 4202560 95 0 0 0 24 31 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867440847944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16712] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16712/stat : 16712 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671368 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867439793192 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1644.49
Current children cumulated vsize (KiB) 9625004

[startup+1641.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17180
/proc/meminfo: memFree=30614356/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=1645.29 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 24733 0 1 0 164491 38 0 0 20 0 19 0 284671304 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 46699 2290 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=1637.53 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2692 0 1 0 163724 29 0 0 20 0 19 0 284671305 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867624223024 139867564693980 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 37 0 0 0 26 2 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 34 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 57 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 12979 0 -1 4202560 158 0 0 0 317 3 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867448215912 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4611 0 0 0 63 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 15661 0 0 0 140 3 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867442953144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16710] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16710/stat : 16710 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867441900280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16711] ppid=16691 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/16693/task/16711/stat : 16711 (java) S 16691 16693 12979 0 -1 4202560 95 0 0 0 24 31 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867440847944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16712] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16712/stat : 16712 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671368 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867439793192 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1645.29
Current children cumulated vsize (KiB) 9625004

[startup+1641.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17180
/proc/meminfo: memFree=30614356/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=1645.69 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 24733 0 1 0 164531 38 0 0 20 0 19 0 284671304 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 46699 2290 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=1637.93 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2692 0 1 0 163764 29 0 0 20 0 19 0 284671305 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867624223024 139867564744683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 37 0 0 0 26 2 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 34 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 57 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 12979 0 -1 4202560 158 0 0 0 317 3 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867448215912 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4611 0 0 0 63 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 15661 0 0 0 140 3 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867442953144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16710] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16710/stat : 16710 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867441900280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16711] ppid=16691 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/16693/task/16711/stat : 16711 (java) S 16691 16693 12979 0 -1 4202560 95 0 0 0 24 31 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867440847944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16712] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16712/stat : 16712 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671368 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867439793192 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1645.69
Current children cumulated vsize (KiB) 9625004

[startup+1642 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17180
/proc/meminfo: memFree=30614356/32873844 swapFree=7372/7372
[pid=16693] ppid=16691 vsize=9625004 CPUtime=1645.79 cores=0,2,4,6
/proc/16693/stat : 16693 (java) S 16691 16693 12979 0 -1 4202496 24733 0 1 0 164541 38 0 0 20 0 19 0 284671304 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 140735242606928 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16693/statm: 2406251 46699 2290 9 0 2396937 0
[pid=16693/tid=16694] ppid=16691 vsize=9625004 CPUtime=1638.03 cores=0,2,4,6
/proc/16693/task/16694/stat : 16694 (java) R 16691 16693 12979 0 -1 4202560 2692 0 1 0 163774 29 0 0 20 0 19 0 284671305 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867624223024 139867564709162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867562953128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 12979 0 -1 4202560 37 0 0 0 26 2 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867561900584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 12979 0 -1 4202560 76 0 0 0 30 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867560847528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 12979 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867559794984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 12979 0 -1 4202560 34 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867558742952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 12979 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867557690408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 12979 0 -1 4202560 57 0 0 0 26 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867461466792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16703] ppid=16691 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 12979 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 284671306 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867460414248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 12979 0 -1 4202560 158 0 0 0 317 3 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867448215912 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867447162232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284671307 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867446109064 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16707] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16707/stat : 16707 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867445057808 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16708] ppid=16691 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/16693/task/16708/stat : 16708 (java) S 16691 16693 12979 0 -1 4202560 4611 0 0 0 63 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867444005688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16693/tid=16709] ppid=16691 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/16693/task/16709/stat : 16709 (java) S 16691 16693 12979 0 -1 4202560 15661 0 0 0 140 3 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867442953144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16710] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16710/stat : 16710 (java) S 16691 16693 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867441900280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16693/tid=16711] ppid=16691 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/16693/task/16711/stat : 16711 (java) S 16691 16693 12979 0 -1 4202560 95 0 0 0 24 31 0 0 20 0 19 0 284671310 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867440847944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16693/tid=16712] ppid=16691 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16693/task/16712/stat : 16712 (java) S 16691 16693 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284671368 9856004096 46699 33554432000 1073741824 1073778376 140735242615792 139867439793192 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1645.79
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 1642.03
CPU time (s): 1646.31
CPU user time (s): 1645.5
CPU system time (s): 0.813876
CPU usage (%): 100.261
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1645.5
system time used= 0.813876
maximum resident set size= 186840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24747
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37285
involuntary context switches= 9179

runsolver used 4.27435 second user time and 7.96879 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 08:10:52
IDJOB=3709915
IDBENCH=76228
IDSOLVER=2289
FILE ID=node118/3709915-1338185452
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709915-1338185452/watcher-3709915-1338185452 -o /tmp/evaluation-result-3709915-1338185452/solver-3709915-1338185452 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709915-1338185452.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=27380438

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30955168 kB
Buffers:          386844 kB
Cached:           503284 kB
SwapCached:            0 kB
Active:           694156 kB
Inactive:         377440 kB
Active(anon):     171652 kB
Inactive(anon):    11320 kB
Active(file):     522504 kB
Inactive(file):   366120 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2500 kB
Writeback:             0 kB
AnonPages:        209688 kB
Mapped:            19996 kB
Shmem:               200 kB
Slab:             696656 kB
SReclaimable:     137164 kB
SUnreclaim:       559492 kB
KernelStack:        1760 kB
PageTables:         4484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     701924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71668 MiB
End job on node118 at 2012-05-28 08:38:14