Trace number 2662138

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
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.22 910.315

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath2.opb
MD5SUMa4a0adfe0d9b9bff1eac92e870352c94
Bench CategoryOPT-BIGINT (optimisation, big 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 variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4820003452178237
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662138-1276526433.opb
0.25/0.21	c reading problem ... 
8.75/5.59	c ... done. Wall clock time 5.377s.
8.75/5.59	c #vars     52335
8.75/5.59	c #constraints  7593
8.75/5.59	c constraints type 
8.75/5.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
8.75/5.59	c constraints type 
8.75/5.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
832.45/420.79	c cleaning 2495 clauses out of 5001 with flag 5002/5002
1019.15/515.19	c cleaning 4252 clauses out of 8504 with flag 11000/11000
1180.98/597.00	c cleaning 5626 clauses out of 11252 with flag 18000/18000
1333.27/674.14	c cleaning 6805 clauses out of 13627 with flag 26001/26001
1485.23/751.11	c cleaning 7910 clauses out of 15826 with flag 35005/35005
1800.04/910.21	c starts		: 66
1800.04/910.21	c conflicts		: 43679
1800.04/910.21	c decisions		: 1093012
1800.04/910.21	c propagations		: 8521400
1800.04/910.21	c inspects		: 38003627
1800.04/910.21	c learnt literals	: 1
1800.04/910.21	c learnt binary clauses	: 0
1800.04/910.21	c learnt ternary clauses	: 0
1800.04/910.21	c learnt clauses	: 43677
1800.04/910.21	c ignored clauses	: 0
1800.04/910.22	c root simplifications	: 0
1800.04/910.22	c removed literals (reason simplification)	: 9901880
1800.04/910.22	c reason swapping (by a shorter reason)	: 0
1800.04/910.22	c Calls to reduceDB	: 5
1800.04/910.22	c number of reductions to clauses (during analyze)	: 0
1800.04/910.22	c number of learned constraints concerned by reduction	: 0
1800.04/910.22	c number of learning phase by resolution	: 0
1800.04/910.22	c number of learning phase by cutting planes	: 0
1800.04/910.22	c speed (assignments/second)	: 9419.846079356903
1800.04/910.22	c non guided choices	359055
1800.04/910.27	c learnt constraints type 
1800.04/910.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16589
1800.04/910.27	c constraints type 
1800.04/910.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
1800.04/910.27	c constraints type 
1800.04/910.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
1800.04/910.27	s UNKNOWN
1800.04/910.27	c Total wall clock time (in seconds): 910.053

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662138-1276526433/watcher-2662138-1276526433 -o /tmp/evaluation-result-2662138-1276526433/solver-2662138-1276526433 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662138-1276526433.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.38 1.12 1.11 3/106 32320
/proc/meminfo: memFree=1770620/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1832 CPUtime=0
/proc/32320/stat : 32320 (java6) R 32318 32320 31603 0 -1 4194304 255 0 0 0 0 0 0 0 19 0 1 0 28244942 1875968 157 1992294400 134512640 134550932 4287483536 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32320/statm: 458 157 119 10 0 63 0

[startup+0.01758 s]
/proc/loadavg: 1.38 1.12 1.11 3/106 32320
/proc/meminfo: memFree=1770620/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=13480 CPUtime=0.01
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 1113 0 0 0 0 1 0 0 18 0 2 0 28244942 13803520 582 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13480

[startup+0.102073 s]
/proc/loadavg: 1.38 1.12 1.11 3/106 32320
/proc/meminfo: memFree=1770620/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1524180 CPUtime=0.08
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 28244942 1560760320 3398 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301169 s]
/proc/loadavg: 1.38 1.12 1.11 3/106 32320
/proc/meminfo: memFree=1770620/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1526060 CPUtime=0.36
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 5957 0 1 0 33 3 0 0 18 0 12 0 28244942 1562685440 5393 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 381515 5393 1358 10 0 378818 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526060

[startup+0.702168 s]
/proc/loadavg: 1.38 1.12 1.11 3/106 32320
/proc/meminfo: memFree=1770620/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1529460 CPUtime=1.15
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 8589 0 1 0 111 4 0 0 18 0 12 0 28244942 1566167040 7964 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 382365 7964 1404 10 0 379668 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529460

[startup+1.50017 s]
/proc/loadavg: 1.35 1.12 1.11 4/118 32332
/proc/meminfo: memFree=1732520/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1539692 CPUtime=2.67
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 25994 0 1 0 254 13 0 0 18 0 12 0 28244942 1576644608 23784 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 384923 23785 1407 10 0 382226 0
[pid=32320/tid=32322] ppid=32318 vsize=1539692 CPUtime=1.47
/proc/32320/task/32322/stat : 32322 (java) R 32318 32320 31603 0 -1 4202560 19493 0 1 0 137 10 0 0 18 0 12 0 28244943 1576644608 23785 1992294400 134512640 134550932 4292110560 18446744073709551615 4109071027 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 28244945 1576644608 23786 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 28244945 1576644608 23787 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28244946 1576644608 23787 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 28244947 1576644608 23788 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 28244947 1576644608 23789 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28244951 1576644608 23789 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1539692 CPUtime=0.44
/proc/32320/task/32329/stat : 32329 (java) R 32318 32320 31603 0 -1 4202560 309 0 0 0 44 0 0 0 24 0 12 0 28244951 1576644608 23790 1992294400 134512640 134550932 4292110560 18446744073709551615 105830704 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1539692 CPUtime=0.74
/proc/32320/task/32330/stat : 32330 (java) R 32318 32320 31603 0 -1 4202560 5130 0 0 0 72 2 0 0 18 0 12 0 28244951 1576644608 23790 1992294400 134512640 134550932 4292110560 18446744073709551615 103147925 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28244951 1576644608 23791 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1539692 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 28244951 1576644608 23792 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1539692

[startup+3.10117 s]
/proc/loadavg: 1.35 1.12 1.11 6/118 32332
/proc/meminfo: memFree=1656384/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1548260 CPUtime=5.75
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 45399 0 1 0 552 23 0 0 18 0 12 0 28244942 1585418240 37364 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 387065 37366 1415 10 0 384368 0
[pid=32320/tid=32322] ppid=32318 vsize=1548260 CPUtime=3.06
/proc/32320/task/32322/stat : 32322 (java) R 32318 32320 31603 0 -1 4202560 30736 0 1 0 290 16 0 0 18 0 12 0 28244943 1585418240 37367 1992294400 134512640 134550932 4292110560 18446744073709551615 4109118888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 28244945 1585418240 37368 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 28244945 1585418240 37369 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28244946 1585418240 37370 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 28244947 1585418240 37371 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 28244947 1585418240 37372 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28244951 1585418240 37373 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1548260 CPUtime=1.19
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 3878 0 0 0 118 1 0 0 25 0 12 0 28244951 1585418240 37374 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1548260 CPUtime=1.46
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9725 0 0 0 142 4 0 0 19 0 12 0 28244951 1585418240 37375 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28244951 1585418240 37376 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1548260 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 28244951 1585418240 37377 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 1548260

[startup+6.30016 s]
/proc/loadavg: 1.32 1.12 1.11 3/118 32332
/proc/meminfo: memFree=1544784/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1545120 CPUtime=10.3
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 74039 0 1 0 995 35 0 0 18 0 16 0 28244942 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 386280 62343 1428 10 0 383583 0
[pid=32320/tid=32322] ppid=32318 vsize=1545120 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32051 0 1 0 475 17 0 0 16 0 16 0 28244943 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1545120 CPUtime=0.62
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 15279 0 0 0 57 5 0 0 16 0 16 0 28244945 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1545120 CPUtime=0.59
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 11946 0 0 0 55 4 0 0 16 0 16 0 28244945 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1545120 CPUtime=0.01
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 16 0 28244946 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 28244947 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 28244947 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28244951 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1545120 CPUtime=1.48
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 3923 0 0 0 147 1 0 0 17 0 16 0 28244951 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1545120 CPUtime=1.77
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9744 0 0 0 173 4 0 0 17 0 16 0 28244951 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28244951 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 28244951 1582202880 62343 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 1545120

[startup+12.7012 s]
/proc/loadavg: 1.37 1.13 1.11 3/122 32336
/proc/meminfo: memFree=1515240/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1545120 CPUtime=22.98
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 76777 0 1 0 2261 37 0 0 18 0 16 0 28244942 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 386280 64864 1432 10 0 383583 0
[pid=32320/tid=32322] ppid=32318 vsize=1545120 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32051 0 1 0 475 17 0 0 15 0 16 0 28244943 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1545120 CPUtime=0.74
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 16129 0 0 0 68 6 0 0 16 0 16 0 28244945 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1545120 CPUtime=0.71
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 13739 0 0 0 66 5 0 0 16 0 16 0 28244945 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1545120 CPUtime=0.01
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 16 0 28244946 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 28244947 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 28244947 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28244951 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1545120 CPUtime=2.23
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 3977 0 0 0 222 1 0 0 15 0 16 0 28244951 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1545120 CPUtime=2
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9759 0 0 0 196 4 0 0 15 0 16 0 28244951 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28244951 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 28244951 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32333] ppid=32318 vsize=1545120 CPUtime=6.51
/proc/32320/task/32333/stat : 32333 (java) R 32318 32320 31603 0 -1 4202560 28 0 0 0 651 0 0 0 25 0 16 0 28245501 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4109579044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32334] ppid=32318 vsize=1545120 CPUtime=5.78
/proc/32320/task/32334/stat : 32334 (java) R 32318 32320 31603 0 -1 4202560 20 0 0 0 578 0 0 0 25 0 16 0 28245501 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4109037422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32335] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32335/stat : 32335 (java) S 32318 32320 31603 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28245539 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32336] ppid=32318 vsize=1545120 CPUtime=0
/proc/32320/task/32336/stat : 32336 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28245552 1582202880 64864 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 1545120

[startup+25.5011 s]
/proc/loadavg: 1.51 1.17 1.13 3/122 32338
/proc/meminfo: memFree=1516356/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1543432 CPUtime=48.37
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 76799 0 1 0 4799 38 0 0 18 0 16 0 28244942 1580474368 64467 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 385858 64467 1432 10 0 383161 0
[pid=32320/tid=32322] ppid=32318 vsize=1543432 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32053 0 1 0 475 17 0 0 15 0 16 0 28244943 1580474368 64467 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1543432 CPUtime=0.74
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 16129 0 0 0 68 6 0 0 16 0 16 0 28244945 1580474368 64467 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1543432 CPUtime=0.71
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 13739 0 0 0 66 5 0 0 16 0 16 0 28244945 1580474368 64467 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1543432 CPUtime=0.01

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

/proc/32320/task/32335/stat : 32335 (java) S 32318 32320 31603 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28245539 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32336] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32336/stat : 32336 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28245552 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1388.53
Current children cumulated vsize (KiB) 1543432

[startup+762.31 s]
/proc/loadavg: 2.00 1.93 1.59 3/122 32356
/proc/meminfo: memFree=1420256/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1543432 CPUtime=1506.95
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 103102 0 1 0 150609 86 0 0 18 0 16 0 28244942 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 385858 88322 1445 10 0 383161 0
[pid=32320/tid=32322] ppid=32318 vsize=1543432 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32055 0 1 0 475 17 0 0 15 0 16 0 28244943 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1543432 CPUtime=2.19
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 29380 0 0 0 205 14 0 0 16 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1543432 CPUtime=2.17
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 26606 0 0 0 206 11 0 0 15 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1543432 CPUtime=2.69
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 47 0 0 0 267 2 0 0 15 0 16 0 28244946 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1543432 CPUtime=2.65
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 4003 0 0 0 264 1 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1543432 CPUtime=2.53
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9766 0 0 0 249 4 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32333] ppid=32318 vsize=1543432 CPUtime=747.94
/proc/32320/task/32333/stat : 32333 (java) R 32318 32320 31603 0 -1 4202560 93 0 0 0 74784 10 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109579055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32334] ppid=32318 vsize=1543432 CPUtime=741.78
/proc/32320/task/32334/stat : 32334 (java) R 32318 32320 31603 0 -1 4202560 30 0 0 0 74156 22 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109642582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32335] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32335/stat : 32335 (java) S 32318 32320 31603 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28245539 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32336] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32336/stat : 32336 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28245552 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1506.95
Current children cumulated vsize (KiB) 1543432

[startup+822.301 s]
/proc/loadavg: 2.00 1.94 1.62 3/122 32358
/proc/meminfo: memFree=1420132/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1543432 CPUtime=1625.84
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 103113 0 1 0 162495 89 0 0 18 0 16 0 28244942 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 385858 88322 1445 10 0 383161 0
[pid=32320/tid=32322] ppid=32318 vsize=1543432 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32055 0 1 0 475 17 0 0 15 0 16 0 28244943 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1543432 CPUtime=2.26
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 29380 0 0 0 212 14 0 0 15 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1543432 CPUtime=2.24
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 26606 0 0 0 213 11 0 0 15 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1543432 CPUtime=2.7
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 49 0 0 0 268 2 0 0 15 0 16 0 28244946 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1543432 CPUtime=2.65
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 4003 0 0 0 264 1 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1543432 CPUtime=2.53
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9766 0 0 0 249 4 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32333] ppid=32318 vsize=1543432 CPUtime=807.82
/proc/32320/task/32333/stat : 32333 (java) R 32318 32320 31603 0 -1 4202560 97 0 0 0 80769 13 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109599155 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32334] ppid=32318 vsize=1543432 CPUtime=800.64
/proc/32320/task/32334/stat : 32334 (java) R 32318 32320 31603 0 -1 4202560 31 0 0 0 80042 22 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109602177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32335] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32335/stat : 32335 (java) S 32318 32320 31603 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28245539 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32336] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32336/stat : 32336 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28245552 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.84
Current children cumulated vsize (KiB) 1543432

[startup+882.301 s]
/proc/loadavg: 2.07 1.97 1.64 4/122 32360
/proc/meminfo: memFree=1420132/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1543432 CPUtime=1744.74
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 103121 0 1 0 174383 91 0 0 18 0 16 0 28244942 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 385858 88322 1445 10 0 383161 0
[pid=32320/tid=32322] ppid=32318 vsize=1543432 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32055 0 1 0 475 17 0 0 15 0 16 0 28244943 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1543432 CPUtime=2.3
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 29380 0 0 0 216 14 0 0 16 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1543432 CPUtime=2.29
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 26606 0 0 0 218 11 0 0 15 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1543432 CPUtime=2.7
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 53 0 0 0 268 2 0 0 15 0 16 0 28244946 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1543432 CPUtime=2.65
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 4003 0 0 0 264 1 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1543432 CPUtime=2.53
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9766 0 0 0 249 4 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32333] ppid=32318 vsize=1543432 CPUtime=867.74
/proc/32320/task/32333/stat : 32333 (java) R 32318 32320 31603 0 -1 4202560 98 0 0 0 86759 15 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109112113 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32334] ppid=32318 vsize=1543432 CPUtime=859.53
/proc/32320/task/32334/stat : 32334 (java) R 32318 32320 31603 0 -1 4202560 32 0 0 0 85931 22 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109602177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32335] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32335/stat : 32335 (java) S 32318 32320 31603 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28245539 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32336] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32336/stat : 32336 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28245552 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1744.74
Current children cumulated vsize (KiB) 1543432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.201 s]
/proc/loadavg: 2.04 1.97 1.65 3/122 32360
/proc/meminfo: memFree=1420132/2059040 swapFree=4136184/4192956
[pid=32320] ppid=32318 vsize=1543432 CPUtime=1800.04
/proc/32320/stat : 32320 (java) S 32318 32320 31603 0 -1 4202496 103123 0 1 0 179913 91 0 0 18 0 16 0 28244942 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32320/statm: 385858 88322 1445 10 0 383161 0
[pid=32320/tid=32322] ppid=32318 vsize=1543432 CPUtime=4.92
/proc/32320/task/32322/stat : 32322 (java) S 32318 32320 31603 0 -1 4202560 32055 0 1 0 475 17 0 0 15 0 16 0 28244943 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32323] ppid=32318 vsize=1543432 CPUtime=2.3
/proc/32320/task/32323/stat : 32323 (java) S 32318 32320 31603 0 -1 4202560 29380 0 0 0 216 14 0 0 16 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32324] ppid=32318 vsize=1543432 CPUtime=2.29
/proc/32320/task/32324/stat : 32324 (java) S 32318 32320 31603 0 -1 4202560 26606 0 0 0 218 11 0 0 15 0 16 0 28244945 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32325] ppid=32318 vsize=1543432 CPUtime=2.7
/proc/32320/task/32325/stat : 32325 (java) S 32318 32320 31603 0 -1 4202560 53 0 0 0 268 2 0 0 15 0 16 0 28244946 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 0 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32326] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32326/stat : 32326 (java) S 32318 32320 31603 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32327] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32327/stat : 32327 (java) S 32318 32320 31603 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28244947 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32328] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32328/stat : 32328 (java) S 32318 32320 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32329] ppid=32318 vsize=1543432 CPUtime=2.65
/proc/32320/task/32329/stat : 32329 (java) S 32318 32320 31603 0 -1 4202560 4003 0 0 0 264 1 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
[pid=32320/tid=32330] ppid=32318 vsize=1543432 CPUtime=2.53
/proc/32320/task/32330/stat : 32330 (java) S 32318 32320 31603 0 -1 4202560 9766 0 0 0 249 4 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32331] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32331/stat : 32331 (java) S 32318 32320 31603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32332] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32332/stat : 32332 (java) S 32318 32320 31603 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 28244951 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32333] ppid=32318 vsize=1543432 CPUtime=895.63
/proc/32320/task/32333/stat : 32333 (java) R 32318 32320 31603 0 -1 4202560 98 0 0 0 89548 15 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109112125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32320/tid=32334] ppid=32318 vsize=1543432 CPUtime=886.94
/proc/32320/task/32334/stat : 32334 (java) R 32318 32320 31603 0 -1 4202560 32 0 0 0 88672 22 0 0 25 0 16 0 28245501 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4109357511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32320/tid=32335] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32335/stat : 32335 (java) S 32318 32320 31603 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28245539 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 0 0 0 0
[pid=32320/tid=32336] ppid=32318 vsize=1543432 CPUtime=0
/proc/32320/task/32336/stat : 32336 (java) S 32318 32320 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28245552 1580474368 88322 1992294400 134512640 134550932 4292110560 18446744073709551615 4294960144 0 4 0 16800975 18446604437838003136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1543432

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 910.315
CPU time (s): 1800.22
CPU user time (s): 1799.26
CPU system time (s): 0.956854
CPU usage (%): 197.758
Max. virtual memory (cumulated for all children) (KiB): 1550184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.956854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103148
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20689
involuntary context switches= 49504

runsolver used 5.61415 second user time and 9.00563 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-14 16:40:34
IDJOB=2662138
IDBENCH=2313
IDSOLVER=1166
FILE ID=node011/2662138-1276526433
PBS_JOBID= 11173437
Free space on /tmp= 62260 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662138-1276526433/watcher-2662138-1276526433 -o /tmp/evaluation-result-2662138-1276526433/solver-2662138-1276526433 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662138-1276526433.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a4a0adfe0d9b9bff1eac92e870352c94
RANDOM SEED=199542098

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1771140 kB
Buffers:         99696 kB
Cached:         111280 kB
SwapCached:       9796 kB
Active:          99016 kB
Inactive:       124460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1771140 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            5004 kB
Writeback:           0 kB
AnonPages:       11132 kB
Mapped:           9156 kB
Slab:            42652 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62260 MiB
End job on node011 at 2010-06-14 16:55:46