Trace number 2663376

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.42 916.753

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__2048.opb
MD5SUMd1fb051a767cfe5591d677674fdef8c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables614498
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint2048
Maximum length of a constraint34817
Number of terms in the objective function 614400
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22173505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22173505536
Number of bits of the biggest sum of numbers35
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2663376-1276694034.opb
0.22/0.22	c reading problem ... 
32.14/24.96	c ... done. Wall clock time 24.733s.
32.14/24.96	c #vars     614498
32.14/24.96	c #constraints  500
32.14/24.96	c constraints type 
32.14/24.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
32.14/24.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
32.14/24.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
32.14/24.96	c constraints type 
32.14/24.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
32.14/24.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
32.14/24.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.06/916.52	c starts		: 3
1800.06/916.52	c conflicts		: 4906
1800.06/916.52	c decisions		: 1701078
1800.06/916.52	c propagations		: 6236452
1800.06/916.52	c inspects		: 20327068
1800.06/916.52	c learnt literals	: 0
1800.06/916.52	c learnt binary clauses	: 0
1800.06/916.52	c learnt ternary clauses	: 0
1800.06/916.52	c learnt clauses	: 4906
1800.06/916.52	c ignored clauses	: 0
1800.06/916.52	c root simplifications	: 0
1800.06/916.52	c removed literals (reason simplification)	: 2
1800.06/916.52	c reason swapping (by a shorter reason)	: 0
1800.06/916.52	c Calls to reduceDB	: 0
1800.06/916.52	c number of reductions to clauses (during analyze)	: 0
1800.06/916.52	c number of learned constraints concerned by reduction	: 0
1800.06/916.52	c number of learning phase by resolution	: 0
1800.06/916.52	c number of learning phase by cutting planes	: 0
1800.06/916.52	c speed (assignments/second)	: 6995.132062435225
1800.06/916.52	c non guided choices	0
1800.06/916.60	c learnt constraints type 
1800.06/916.60	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4906
1800.06/916.60	c constraints type 
1800.06/916.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.06/916.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
1800.06/916.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.06/916.61	c constraints type 
1800.06/916.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.06/916.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
1800.06/916.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.06/916.61	s UNKNOWN
1800.06/916.61	c Total wall clock time (in seconds): 916.383

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-2663376-1276694034/watcher-2663376-1276694034 -o /tmp/evaluation-result-2663376-1276694034/solver-2663376-1276694034 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663376-1276694034.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.00 1.00 1.00 3/106 16089
/proc/meminfo: memFree=1829588/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=248 CPUtime=0
/proc/16089/stat : 16089 (java6) R 16087 16089 15546 0 -1 4194304 108 0 0 0 0 0 0 0 16 0 1 0 10696384 253952 28 1992294400 134512640 134550932 4289058880 18446744073709551615 10547796 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16089/statm: 62 28 21 10 0 23 0

[startup+0.086377 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16089
/proc/meminfo: memFree=1829588/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1521796 CPUtime=0.07
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 3799 0 1 0 5 2 0 0 15 0 7 0 10696384 1558319104 3241 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 380449 3241 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101374 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16089
/proc/meminfo: memFree=1829588/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1524020 CPUtime=0.08
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 3931 0 1 0 6 2 0 0 15 0 12 0 10696384 1560596480 3371 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 381005 3371 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301395 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16089
/proc/meminfo: memFree=1829588/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1526248 CPUtime=0.35
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 12154 0 1 0 29 6 0 0 15 0 12 0 10696384 1562877952 11592 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 381562 11592 1351 10 0 378865 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526248

[startup+0.701437 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16089
/proc/meminfo: memFree=1829588/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1528468 CPUtime=1.03
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 15937 0 1 0 96 7 0 0 15 0 12 0 10696384 1565151232 15375 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 382117 15376 1396 10 0 379420 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528468

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16101
/proc/meminfo: memFree=1751000/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1528468 CPUtime=1.84
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 30664 0 1 0 170 14 0 0 15 0 12 0 10696384 1565151232 30102 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 382117 30103 1396 10 0 379420 0
[pid=16089/tid=16091] ppid=16087 vsize=1528468 CPUtime=1.46
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 15546 0 -1 4202560 28445 0 1 0 134 12 0 0 25 0 12 0 10696386 1565151232 30103 1992294400 134512640 134550932 4291317920 18446744073709551615 4109482247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 10696387 1565151232 30104 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 10696387 1565151232 30105 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10696389 1565151232 30106 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 10696390 1565151232 30107 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10696390 1565151232 30108 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10696394 1565151232 30108 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1528468 CPUtime=0.05
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 73 0 0 0 5 0 0 0 22 0 12 0 10696394 1565151232 30109 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1528468 CPUtime=0.29
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1086 0 0 0 29 0 0 0 16 0 12 0 10696394 1565151232 30110 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10696394 1565151232 30111 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10696394 1565151232 30112 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1528468

[startup+3.10169 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16101
/proc/meminfo: memFree=1656264/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1528468 CPUtime=3.54
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 45462 0 1 0 333 21 0 0 15 0 12 0 10696384 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 382117 44276 1407 10 0 379420 0
[pid=16089/tid=16091] ppid=16087 vsize=1528468 CPUtime=2.95
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 15546 0 -1 4202560 32009 0 1 0 281 14 0 0 25 0 12 0 10696386 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4109475536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1528468 CPUtime=0.1
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 8157 0 0 0 7 3 0 0 16 0 12 0 10696387 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1528468 CPUtime=0.09
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 3067 0 0 0 8 1 0 0 18 0 12 0 10696387 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10696389 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10696390 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10696390 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10696394 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1528468 CPUtime=0.05
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 73 0 0 0 5 0 0 0 22 0 12 0 10696394 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1528468 CPUtime=0.29
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1086 0 0 0 29 0 0 0 16 0 12 0 10696394 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10696394 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1528468 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10696394 1565151232 44276 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1528468

[startup+6.30206 s]
/proc/loadavg: 1.08 1.02 1.01 3/118 16101
/proc/meminfo: memFree=1579384/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1543460 CPUtime=8.3
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 70389 0 1 0 798 32 0 0 15 0 12 0 10696384 1580503040 64491 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 385865 64494 1423 10 0 383168 0
[pid=16089/tid=16091] ppid=16087 vsize=1543460 CPUtime=5.58
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 15546 0 -1 4202560 32039 0 1 0 544 14 0 0 25 0 12 0 10696386 1580503040 64496 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1543460 CPUtime=0.51
/proc/16089/task/16092/stat : 16092 (java) R 16087 16089 15546 0 -1 4202560 20094 0 0 0 43 8 0 0 16 0 12 0 10696387 1580503040 64498 1992294400 134512640 134550932 4291317920 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1543460 CPUtime=0.5
/proc/16089/task/16093/stat : 16093 (java) R 16087 16089 15546 0 -1 4202560 9986 0 0 0 46 4 0 0 18 0 12 0 10696387 1580503040 64500 1992294400 134512640 134550932 4291317920 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1543460 CPUtime=0
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10696389 1580503040 64503 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1543460 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10696390 1580503040 64505 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1543460 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10696390 1580503040 64507 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1543460 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10696394 1580503040 64509 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1543460 CPUtime=1.01
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 5666 0 0 0 99 2 0 0 16 0 12 0 10696394 1580503040 64511 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1543460 CPUtime=0.63
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1541 0 0 0 63 0 0 0 16 0 12 0 10696394 1580503040 64514 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1543460 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10696394 1580503040 64516 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1543460 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10696394 1580503040 64518 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1543460

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 3/118 16101
/proc/meminfo: memFree=1439512/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1544208 CPUtime=16.94
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 117119 0 1 0 1640 54 0 0 15 0 12 0 10696384 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 386052 105700 1423 10 0 383355 0
[pid=16089/tid=16091] ppid=16087 vsize=1544208 CPUtime=9.67
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 15546 0 -1 4202560 32046 0 1 0 952 15 0 0 16 0 12 0 10696386 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4109599725 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1544208 CPUtime=2.81
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 44356 0 0 0 261 20 0 0 16 0 12 0 10696387 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1544208 CPUtime=2.77
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 32440 0 0 0 262 15 0 0 16 0 12 0 10696387 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1544208 CPUtime=0
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10696389 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1544208 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10696390 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1544208 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10696390 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1544208 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10696394 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1544208 CPUtime=1.01
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 5666 0 0 0 99 2 0 0 15 0 12 0 10696394 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1544208 CPUtime=0.63
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1541 0 0 0 63 0 0 0 16 0 12 0 10696394 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1544208 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10696394 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1544208 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10696394 1581268992 105700 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.94
Current children cumulated vsize (KiB) 1544208

[startup+25.5017 s]
/proc/loadavg: 1.21 1.05 1.01 6/120 16103
/proc/meminfo: memFree=1187900/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1545880 CPUtime=33.26
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 179081 0 1 0 3239 87 0 0 15 0 14 0 10696384 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 386470 161676 1436 10 0 383773 0
[pid=16089/tid=16091] ppid=16087 vsize=1545880 CPUtime=18.66
/proc/16089/task/16091/stat : 16091 (java) S 16087 16089 15546 0 -1 4202560 32103 0 1 0 1849 17 0 0 17 0 14 0 10696386 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1545880 CPUtime=6.08
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 71752 0 0 0 577 31 0 0 16 0 14 0 10696387 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1545880 CPUtime=5.85
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 66361 0 0 0 552 33 0 0 16 0 14 0 10696387 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1545880 CPUtime=0
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 14 0 10696389 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1545880 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10696390 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1545880 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10696390 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1545880 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 10696394 1582981120 161676 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1545880 CPUtime=1.18

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

/proc/16089/statm: 385852 347414 1440 10 0 383155 0
[pid=16089/tid=16091] ppid=16087 vsize=1543408 CPUtime=18.66
/proc/16089/task/16091/stat : 16091 (java) S 16087 16089 15546 0 -1 4202560 32113 0 1 0 1849 17 0 0 15 0 16 0 10696386 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1543408 CPUtime=27.63
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 163531 0 0 0 2675 88 0 0 16 0 16 0 10696387 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1543408 CPUtime=27.22
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 162496 0 0 0 2629 93 0 0 16 0 16 0 10696387 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1543408 CPUtime=0.23
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 52 0 0 0 19 4 0 0 15 0 16 0 10696389 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10696390 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10696390 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10696394 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1543408 CPUtime=2.53
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 7440 0 0 0 250 3 0 0 15 0 16 0 10696394 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1543408 CPUtime=1.65
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1644 0 0 0 165 0 0 0 15 0 16 0 10696394 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10696394 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 10696394 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=1543408 CPUtime=768.53
/proc/16089/task/16102/stat : 16102 (java) R 16087 16089 15546 0 -1 4202560 185 0 0 0 76845 8 0 0 25 0 16 0 10698880 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4109911474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=1543408 CPUtime=768.49
/proc/16089/task/16103/stat : 16103 (java) R 16087 16089 15546 0 -1 4202560 410 0 0 0 76838 11 0 0 19 0 16 0 10698880 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4110186066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 15546 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10699051 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 15546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 10699059 1580449792 347414 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1615.03
Current children cumulated vsize (KiB) 1543408

[startup+882.301 s]
/proc/loadavg: 2.10 2.07 1.71 3/122 16127
/proc/meminfo: memFree=418092/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1543408 CPUtime=1732.14
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 376811 0 1 0 172978 236 0 0 15 0 16 0 10696384 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 385852 353115 1442 10 0 383155 0
[pid=16089/tid=16091] ppid=16087 vsize=1543408 CPUtime=18.66
/proc/16089/task/16091/stat : 16091 (java) S 16087 16089 15546 0 -1 4202560 32115 0 1 0 1849 17 0 0 15 0 16 0 10696386 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1543408 CPUtime=28.84
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 166089 0 0 0 2794 90 0 0 16 0 16 0 10696387 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1543408 CPUtime=28.4
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 165676 0 0 0 2745 95 0 0 15 0 16 0 10696387 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1543408 CPUtime=2.42
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 2089 0 0 0 237 5 0 0 15 0 16 0 10696389 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10696390 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10696390 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1543408 CPUtime=2.55
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 7440 0 0 0 252 3 0 0 15 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1543408 CPUtime=1.65
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1644 0 0 0 165 0 0 0 15 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=1543408 CPUtime=824.96
/proc/16089/task/16102/stat : 16102 (java) R 16087 16089 15546 0 -1 4202560 200 0 0 0 82487 9 0 0 25 0 16 0 10698880 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4110072068 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=1543408 CPUtime=824.59
/proc/16089/task/16103/stat : 16103 (java) R 16087 16089 15546 0 -1 4202560 434 0 0 0 82446 13 0 0 25 0 16 0 10698880 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4110363815 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 15546 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10699051 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 15546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 10699059 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.14
Current children cumulated vsize (KiB) 1543408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.502 s]
/proc/loadavg: 2.05 2.06 1.72 3/122 16129
/proc/meminfo: memFree=418092/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1543408 CPUtime=1800.06
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 376842 0 1 0 179766 240 0 0 15 0 16 0 10696384 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 385852 353115 1442 10 0 383155 0
[pid=16089/tid=16091] ppid=16087 vsize=1543408 CPUtime=18.66
/proc/16089/task/16091/stat : 16091 (java) S 16087 16089 15546 0 -1 4202560 32115 0 1 0 1849 17 0 0 15 0 16 0 10696386 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1543408 CPUtime=29.37
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 166089 0 0 0 2846 91 0 0 15 0 16 0 10696387 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1543408 CPUtime=28.92
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 165676 0 0 0 2796 96 0 0 16 0 16 0 10696387 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1543408 CPUtime=2.43
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 2091 0 0 0 238 5 0 0 15 0 16 0 10696389 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10696390 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10696390 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1543408 CPUtime=2.55
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 7440 0 0 0 252 3 0 0 15 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1543408 CPUtime=1.65
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1644 0 0 0 165 0 0 0 15 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 10696394 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=1543408 CPUtime=858.41
/proc/16089/task/16102/stat : 16102 (java) R 16087 16089 15546 0 -1 4202560 206 0 0 0 85832 9 0 0 25 0 16 0 10698880 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4110071968 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=1543408 CPUtime=857.98
/proc/16089/task/16103/stat : 16103 (java) R 16087 16089 15546 0 -1 4202560 455 0 0 0 85784 14 0 0 25 0 16 0 10698880 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4110123520 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 15546 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10699051 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=1543408 CPUtime=0
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 15546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 10699059 1580449792 353115 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1543408

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

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

[startup+916.617 s]
/proc/loadavg: 2.05 2.06 1.72 3/122 16129
/proc/meminfo: memFree=418092/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=1544056 CPUtime=1800.27
/proc/16089/stat : 16089 (java) S 16087 16089 15546 0 -1 4202496 376863 0 1 0 179787 240 0 0 15 0 17 0 10696384 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 386014 353136 1443 10 0 383317 0
[pid=16089/tid=16091] ppid=16087 vsize=1544056 CPUtime=18.66
/proc/16089/task/16091/stat : 16091 (java) S 16087 16089 15546 0 -1 4202560 32115 0 1 0 1849 17 0 0 15 0 17 0 10696386 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=1544056 CPUtime=29.37
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 15546 0 -1 4202560 166089 0 0 0 2846 91 0 0 15 0 17 0 10696387 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=1544056 CPUtime=28.92
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 15546 0 -1 4202560 165676 0 0 0 2796 96 0 0 16 0 17 0 10696387 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=1544056 CPUtime=2.43
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 15546 0 -1 4202560 2091 0 0 0 238 5 0 0 15 0 17 0 10696389 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 0 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 15546 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 10696390 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 15546 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 10696390 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 15546 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 10696394 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=1544056 CPUtime=2.55
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 15546 0 -1 4202560 7440 0 0 0 252 3 0 0 15 0 17 0 10696394 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=1544056 CPUtime=1.65
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 15546 0 -1 4202560 1644 0 0 0 165 0 0 0 15 0 17 0 10696394 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 15546 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 10696394 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 15546 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 10696394 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=1544056 CPUtime=858.52
/proc/16089/task/16102/stat : 16102 (java) R 16087 16089 15546 0 -1 4202560 206 0 0 0 85843 9 0 0 25 0 17 0 10698880 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4109936606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=1544056 CPUtime=858.07
/proc/16089/task/16103/stat : 16103 (java) R 16087 16089 15546 0 -1 4202560 455 0 0 0 85793 14 0 0 25 0 17 0 10698880 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4110123570 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 15546 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 17 0 10699051 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=1544056 CPUtime=0
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 15546 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 17 0 10699059 1581113344 353136 1992294400 134512640 134550932 4291317920 18446744073709551615 4294960144 0 4 0 16800975 18446604437842484096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1544056

[startup+916.702 s]
/proc/loadavg: 2.05 2.06 1.72 3/122 16129
/proc/meminfo: memFree=418092/2059040 swapFree=4151640/4192956
[pid=16089] ppid=16087 vsize=0 CPUtime=1800.36
/proc/16089/stat : 16089 (java) Z 16087 16089 15546 0 -1 4203548 376863 0 1 0 179789 247 0 0 15 0 2 0 10696384 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16089/statm: 0 0 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=0 CPUtime=858.15
/proc/16089/task/16103/stat : 16103 (java) R 16087 16089 15546 0 -1 4203588 455 0 0 0 85794 21 0 0 25 0 2 0 10698880 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.753
CPU time (s): 1800.42
CPU user time (s): 1797.9
CPU system time (s): 2.52761
CPU usage (%): 196.391
Max. virtual memory (cumulated for all children) (KiB): 1551412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.52761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376863
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= 28203
involuntary context switches= 52172

runsolver used 3.9074 second user time and 6.35603 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 15:13:56
IDJOB=2663376
IDBENCH=71917
IDSOLVER=1166
FILE ID=node037/2663376-1276694034
PBS_JOBID= 11172612
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__2048.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663376-1276694034/watcher-2663376-1276694034 -o /tmp/evaluation-result-2663376-1276694034/solver-2663376-1276694034 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663376-1276694034.opb

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

MD5SUM BENCH= d1fb051a767cfe5591d677674fdef8c6
RANDOM SEED=666731902

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1829860 kB
Buffers:          9584 kB
Cached:         121936 kB
SwapCached:       1484 kB
Active:         100288 kB
Inactive:        51000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1829860 kB
SwapTotal:     4192956 kB
SwapFree:      4151640 kB
Dirty:           28688 kB
Writeback:           0 kB
AnonPages:       18276 kB
Mapped:          13556 kB
Slab:            55804 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181884 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= 62556 MiB
End job on node037 at 2010-06-16 15:29:14