Trace number 2661491

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 CuttingPlanes 2.2.0 2010-05-26? 208.97 189.64

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
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 variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2661491-1276693880.opb
0.24/0.21	c reading problem ... 
189.56/170.28	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
189.56/170.28		at java.math.BigInteger.negate(Unknown Source)
189.56/170.28		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
189.56/170.28		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
189.56/170.28		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
189.56/170.28		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
189.56/170.28		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
189.56/170.28		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
189.56/170.28		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
189.56/170.28		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
189.56/170.28		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
189.56/170.28		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
189.56/170.28		at org.sat4j.AbstractLauncher.run(Unknown Source)
189.56/170.28		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
208.35/189.02	c starts		: 0
208.35/189.02	c conflicts		: 0
208.35/189.02	c decisions		: 0
208.35/189.02	c propagations		: 0
208.35/189.02	c inspects		: 0
208.35/189.02	c learnt literals	: 0
208.35/189.02	c learnt binary clauses	: 0
208.35/189.02	c learnt ternary clauses	: 0
208.35/189.02	c learnt clauses	: 0
208.35/189.02	c ignored clauses	: 0
208.35/189.02	c root simplifications	: 0
208.35/189.02	c removed literals (reason simplification)	: 0
208.35/189.02	c reason swapping (by a shorter reason)	: 0
208.35/189.02	c Calls to reduceDB	: 0
208.35/189.02	c number of reductions to clauses (during analyze)	: 0
208.35/189.02	c number of learned constraints concerned by reduction	: 0
208.35/189.02	c number of learning phase by resolution	: 0
208.35/189.02	c number of learning phase by cutting planes	: 0
208.35/189.02	c speed (assignments/second)	: 0.0
208.35/189.02	c non guided choices	0
208.35/189.02	c learnt constraints type 
208.35/189.02	c constraints type 
208.35/189.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
208.35/189.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
208.35/189.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 418
208.35/189.02	s UNKNOWN
208.35/189.02	c Total wall clock time (in seconds): 188.812

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-2661491-1276693880/watcher-2661491-1276693880 -o /tmp/evaluation-result-2661491-1276693880/solver-2661491-1276693880 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661491-1276693880.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.25 0.62 0.72 2/105 16099
/proc/meminfo: memFree=1553108/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=428 CPUtime=0
/proc/16099/stat : 16099 (java) R 16097 16099 15298 0 -1 4194304 297 0 0 0 0 0 0 0 25 0 1 0 10683033 438272 43 1992294400 134512640 134550932 4293631872 18446744073709551615 4945094 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16099/statm: 107 43 33 10 0 25 0

[startup+0.0151389 s]
/proc/loadavg: 1.25 0.62 0.72 2/105 16099
/proc/meminfo: memFree=1553108/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=13484 CPUtime=0.01
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 1110 0 0 0 0 1 0 0 25 0 2 0 10683033 13807616 581 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 3371 581 262 10 0 1205 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13484

[startup+0.101149 s]
/proc/loadavg: 1.25 0.62 0.72 2/105 16099
/proc/meminfo: memFree=1553108/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1524592 CPUtime=0.09
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 3975 0 1 0 6 3 0 0 25 0 12 0 10683033 1561182208 3414 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 381148 3414 1078 10 0 378450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524592

[startup+0.301162 s]
/proc/loadavg: 1.25 0.62 0.72 2/105 16099
/proc/meminfo: memFree=1553108/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1525628 CPUtime=0.34
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 22371 0 1 0 24 10 0 0 25 0 12 0 10683033 1562243072 21809 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 381407 21823 1349 10 0 378709 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1525628

[startup+0.701208 s]
/proc/loadavg: 1.25 0.62 0.72 2/105 16099
/proc/meminfo: memFree=1553108/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1526660 CPUtime=1.05
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 58246 0 1 0 76 29 0 0 25 0 12 0 10683033 1563299840 57682 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 381665 57682 1386 10 0 378967 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1526660

[startup+1.50128 s]
/proc/loadavg: 1.25 0.62 0.72 2/117 16111
/proc/meminfo: memFree=1326588/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1527084 CPUtime=2.03
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 58420 0 1 0 173 30 0 0 25 0 12 0 10683033 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 381771 57856 1408 10 0 379073 0
[pid=16099/tid=16101] ppid=16097 vsize=1527084 CPUtime=1.27
/proc/16099/task/16101/stat : 16101 (java) R 16097 16099 15298 0 -1 4202560 30014 0 1 0 115 12 0 0 25 0 12 0 10683035 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4108789386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1527084 CPUtime=0.19
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 16268 0 0 0 10 9 0 0 23 0 12 0 10683036 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1527084 CPUtime=0.2
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 10070 0 0 0 14 6 0 0 22 0 12 0 10683036 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16104/stat : 16104 (java) S 16097 16099 15298 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10683038 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10683038 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1527084 CPUtime=0.15
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 430 0 0 0 15 0 0 0 18 0 12 0 10683043 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1527084 CPUtime=0.17
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 565 0 0 0 17 0 0 0 18 0 12 0 10683043 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10683043 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10683043 1563734016 57856 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1527084

[startup+3.10144 s]
/proc/loadavg: 1.25 0.62 0.72 3/117 16111
/proc/meminfo: memFree=1286784/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1527084 CPUtime=3.72
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 68637 0 1 0 338 34 0 0 25 0 12 0 10683033 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 381771 67956 1408 10 0 379073 0
[pid=16099/tid=16101] ppid=16097 vsize=1527084 CPUtime=2.75
/proc/16099/task/16101/stat : 16101 (java) R 16097 16099 15298 0 -1 4202560 31983 0 1 0 262 13 0 0 25 0 12 0 10683035 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4108789386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1527084 CPUtime=0.3
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 21611 0 0 0 19 11 0 0 18 0 12 0 10683036 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1527084 CPUtime=0.31
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 12971 0 0 0 23 8 0 0 18 0 12 0 10683036 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16104/stat : 16104 (java) S 16097 16099 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10683038 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10683038 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1527084 CPUtime=0.15
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 430 0 0 0 15 0 0 0 18 0 12 0 10683043 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1527084 CPUtime=0.17
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 565 0 0 0 17 0 0 0 18 0 12 0 10683043 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10683043 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10683043 1563734016 67956 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1527084

[startup+6.30176 s]
/proc/loadavg: 1.55 0.69 0.74 2/117 16111
/proc/meminfo: memFree=1230116/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1527084 CPUtime=7.32
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 88775 0 1 0 689 43 0 0 25 0 12 0 10683033 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 381771 86052 1408 10 0 379073 0
[pid=16099/tid=16101] ppid=16097 vsize=1527084 CPUtime=5.56
/proc/16099/task/16101/stat : 16101 (java) R 16097 16099 15298 0 -1 4202560 31988 0 1 0 542 14 0 0 24 0 12 0 10683035 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4108850431 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1527084 CPUtime=0.69
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 33836 0 0 0 53 16 0 0 18 0 12 0 10683036 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1527084 CPUtime=0.7
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 20879 0 0 0 59 11 0 0 18 0 12 0 10683036 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16104/stat : 16104 (java) S 16097 16099 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10683038 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10683038 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1527084 CPUtime=0.15
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 430 0 0 0 15 0 0 0 18 0 12 0 10683043 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1527084 CPUtime=0.17
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 565 0 0 0 17 0 0 0 18 0 12 0 10683043 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10683043 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1527084 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10683043 1563734016 86052 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1527084

[startup+12.7016 s]
/proc/loadavg: 1.83 0.76 0.76 2/118 16112
/proc/meminfo: memFree=1133884/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1528368 CPUtime=15.06
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 112767 0 1 0 1448 58 0 0 25 0 12 0 10683033 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 382092 108008 1413 10 0 379394 0
[pid=16099/tid=16101] ppid=16097 vsize=1528368 CPUtime=10.56
/proc/16099/task/16101/stat : 16101 (java) R 16097 16099 15298 0 -1 4202560 31996 0 1 0 1041 15 0 0 16 0 12 0 10683035 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4108789634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1528368 CPUtime=2.08
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 48683 0 0 0 185 23 0 0 16 0 12 0 10683036 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1528368 CPUtime=2.04
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 30011 0 0 0 187 17 0 0 16 0 12 0 10683036 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16104/stat : 16104 (java) S 16097 16099 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10683038 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10683038 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1528368 CPUtime=0.16
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 435 0 0 0 16 0 0 0 16 0 12 0 10683043 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1528368 CPUtime=0.17
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 565 0 0 0 17 0 0 0 18 0 12 0 10683043 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10683043 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10683043 1565048832 108008 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1528368

[startup+25.5017 s]
/proc/loadavg: 2.32 0.92 0.81 2/117 16112
/proc/meminfo: memFree=970956/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1528368 CPUtime=31.22
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 154580 0 1 0 3040 82 0 0 25 0 12 0 10683033 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 382092 147769 1413 10 0 379394 0
[pid=16099/tid=16101] ppid=16097 vsize=1528368 CPUtime=19.72
/proc/16099/task/16101/stat : 16101 (java) R 16097 16099 15298 0 -1 4202560 32013 0 1 0 1953 19 0 0 16 0 12 0 10683035 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4108829318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1528368 CPUtime=5.7
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 76413 0 0 0 535 35 0 0 16 0 12 0 10683036 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1528368 CPUtime=5.4
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 44074 0 0 0 515 25 0 0 16 0 12 0 10683036 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16104/stat : 16104 (java) S 16097 16099 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10683038 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10683038 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1528368 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1565048832 147769 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1528368 CPUtime=0.16

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

/proc/loadavg: 1.42 1.29 0.99 2/118 16117
/proc/meminfo: memFree=116464/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1572912 CPUtime=204.86
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 809523 0 1 0 20136 350 0 0 25 0 13 0 10683033 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 393228 361774 1425 10 0 390530 0
[pid=16099/tid=16101] ppid=16097 vsize=1572912 CPUtime=47.93
/proc/16099/task/16101/stat : 16101 (java) S 16097 16099 15298 0 -1 4202560 32095 0 1 0 4770 23 0 0 17 0 13 0 10683035 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1572912 CPUtime=18.91
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 189198 0 0 0 1805 86 0 0 16 0 13 0 10683036 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1572912 CPUtime=18.45
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 158030 0 0 0 1764 81 0 0 16 0 13 0 10683036 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1572912 CPUtime=118.01
/proc/16099/task/16104/stat : 16104 (java) R 16097 16099 15298 0 -1 4202560 422315 0 0 0 11648 153 0 0 25 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 105880854 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1572912 CPUtime=0.36
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 1124 0 0 0 36 0 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1572912 CPUtime=1.12
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 5681 0 0 0 110 2 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16117] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16117/stat : 16117 (java) S 16097 16099 15298 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10700062 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.86
Current children cumulated vsize (KiB) 1572912

[startup+187.102 s]
/proc/loadavg: 1.42 1.29 0.99 2/118 16117
/proc/meminfo: memFree=116464/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1572912 CPUtime=206.46
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 809523 0 1 0 20296 350 0 0 25 0 13 0 10683033 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 393228 361774 1425 10 0 390530 0
[pid=16099/tid=16101] ppid=16097 vsize=1572912 CPUtime=47.93
/proc/16099/task/16101/stat : 16101 (java) S 16097 16099 15298 0 -1 4202560 32095 0 1 0 4770 23 0 0 17 0 13 0 10683035 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1572912 CPUtime=18.91
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 189198 0 0 0 1805 86 0 0 16 0 13 0 10683036 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1572912 CPUtime=18.45
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 158030 0 0 0 1764 81 0 0 16 0 13 0 10683036 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1572912 CPUtime=119.61
/proc/16099/task/16104/stat : 16104 (java) R 16097 16099 15298 0 -1 4202560 422315 0 0 0 11808 153 0 0 25 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1572912 CPUtime=0.36
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 1124 0 0 0 36 0 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1572912 CPUtime=1.12
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 5681 0 0 0 110 2 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16117] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16117/stat : 16117 (java) S 16097 16099 15298 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10700062 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 206.46
Current children cumulated vsize (KiB) 1572912

[startup+188.701 s]
/proc/loadavg: 1.39 1.29 0.99 2/118 16117
/proc/meminfo: memFree=116464/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1572912 CPUtime=208.05
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 809523 0 1 0 20455 350 0 0 25 0 13 0 10683033 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 393228 361774 1425 10 0 390530 0
[pid=16099/tid=16101] ppid=16097 vsize=1572912 CPUtime=47.93
/proc/16099/task/16101/stat : 16101 (java) S 16097 16099 15298 0 -1 4202560 32095 0 1 0 4770 23 0 0 17 0 13 0 10683035 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1572912 CPUtime=18.91
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 189198 0 0 0 1805 86 0 0 16 0 13 0 10683036 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1572912 CPUtime=18.45
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 158030 0 0 0 1764 81 0 0 16 0 13 0 10683036 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1572912 CPUtime=121.21
/proc/16099/task/16104/stat : 16104 (java) R 16097 16099 15298 0 -1 4202560 422315 0 0 0 11968 153 0 0 25 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10683038 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1572912 CPUtime=0.36
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 1124 0 0 0 36 0 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1572912 CPUtime=1.12
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 5681 0 0 0 110 2 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10683043 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16117] ppid=16097 vsize=1572912 CPUtime=0
/proc/16099/task/16117/stat : 16117 (java) S 16097 16099 15298 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10700062 1610661888 361774 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 208.05
Current children cumulated vsize (KiB) 1572912

[startup+189.101 s]
/proc/loadavg: 1.39 1.29 0.99 2/117 16117
/proc/meminfo: memFree=148588/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1540908 CPUtime=208.46
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 809528 0 1 0 20496 350 0 0 25 0 12 0 10683033 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 385227 353777 1426 10 0 382529 0
[pid=16099/tid=16101] ppid=16097 vsize=1540908 CPUtime=47.93
/proc/16099/task/16101/stat : 16101 (java) S 16097 16099 15298 0 -1 4202560 32096 0 1 0 4770 23 0 0 15 0 12 0 10683035 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1540908 CPUtime=18.91
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 189198 0 0 0 1805 86 0 0 16 0 12 0 10683036 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1540908 CPUtime=18.45
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 158030 0 0 0 1764 81 0 0 16 0 12 0 10683036 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1540908 CPUtime=121.62
/proc/16099/task/16104/stat : 16104 (java) R 16097 16099 15298 0 -1 4202560 422315 0 0 0 12008 154 0 0 25 0 12 0 10683038 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10683038 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1540908 CPUtime=0.36
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 1124 0 0 0 36 0 0 0 15 0 12 0 10683043 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1540908 CPUtime=1.12
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 5681 0 0 0 110 2 0 0 15 0 12 0 10683043 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10683043 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683043 1577889792 353777 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 208.46
Current children cumulated vsize (KiB) 1540908

[startup+189.501 s]
/proc/loadavg: 1.39 1.29 0.99 2/117 16117
/proc/meminfo: memFree=148588/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=1540908 CPUtime=208.84
/proc/16099/stat : 16099 (java) S 16097 16099 15298 0 -1 4202496 809530 0 1 0 20534 350 0 0 25 0 12 0 10683033 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 385227 353778 1426 10 0 382529 0
[pid=16099/tid=16101] ppid=16097 vsize=1540908 CPUtime=47.93
/proc/16099/task/16101/stat : 16101 (java) S 16097 16099 15298 0 -1 4202560 32098 0 1 0 4770 23 0 0 15 0 12 0 10683035 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16102] ppid=16097 vsize=1540908 CPUtime=18.91
/proc/16099/task/16102/stat : 16102 (java) S 16097 16099 15298 0 -1 4202560 189198 0 0 0 1805 86 0 0 16 0 12 0 10683036 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16103] ppid=16097 vsize=1540908 CPUtime=18.45
/proc/16099/task/16103/stat : 16103 (java) S 16097 16099 15298 0 -1 4202560 158030 0 0 0 1764 81 0 0 16 0 12 0 10683036 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16104] ppid=16097 vsize=1540908 CPUtime=122
/proc/16099/task/16104/stat : 16104 (java) S 16097 16099 15298 0 -1 4202560 422315 0 0 0 12046 154 0 0 25 0 12 0 10683038 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 0 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16105] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16105/stat : 16105 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683038 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16106] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16106/stat : 16106 (java) S 16097 16099 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10683038 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16107] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16107/stat : 16107 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10683043 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16108] ppid=16097 vsize=1540908 CPUtime=0.36
/proc/16099/task/16108/stat : 16108 (java) S 16097 16099 15298 0 -1 4202560 1124 0 0 0 36 0 0 0 15 0 12 0 10683043 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=1540908 CPUtime=1.12
/proc/16099/task/16109/stat : 16109 (java) S 16097 16099 15298 0 -1 4202560 5681 0 0 0 110 2 0 0 15 0 12 0 10683043 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
[pid=16099/tid=16110] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16110/stat : 16110 (java) S 16097 16099 15298 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10683043 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 1 0 0 0
[pid=16099/tid=16111] ppid=16097 vsize=1540908 CPUtime=0
/proc/16099/task/16111/stat : 16111 (java) S 16097 16099 15298 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10683043 1577889792 353778 1992294400 134512640 134550932 4293631872 18446744073709551615 4294960144 0 4 0 16800975 18446604437823326272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 208.84
Current children cumulated vsize (KiB) 1540908

[startup+189.601 s]
/proc/loadavg: 1.39 1.29 0.99 2/117 16117
/proc/meminfo: memFree=148588/2059040 swapFree=4140432/4192956
[pid=16099] ppid=16097 vsize=0 CPUtime=208.93
/proc/16099/stat : 16099 (java) Z 16097 16099 15298 0 -1 4202524 809533 0 1 0 20534 359 0 0 18 0 2 0 10683033 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16099/statm: 0 0 0 0 0 0 0
[pid=16099/tid=16109] ppid=16097 vsize=0 CPUtime=1.21
/proc/16099/task/16109/stat : 16109 (java) R 16097 16099 15298 0 -1 4203588 5681 0 0 0 110 11 0 0 16 0 2 0 10683043 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) 208.93
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 189.64
CPU time (s): 208.97
CPU user time (s): 205.342
CPU system time (s): 3.62845
CPU usage (%): 110.193
Max. virtual memory (cumulated for all children) (KiB): 1588916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.342
system time used= 3.62845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809533
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= 4751
involuntary context switches= 3278

runsolver used 0.368943 second user time and 1.04584 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 15:11:32
IDJOB=2661491
IDBENCH=71914
IDSOLVER=1165
FILE ID=node084/2661491-1276693880
PBS_JOBID= 11172572
Free space on /tmp= 62264 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661491-1276693880/watcher-2661491-1276693880 -o /tmp/evaluation-result-2661491-1276693880/solver-2661491-1276693880 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661491-1276693880.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1760558481

node084.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.229
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.45
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.229
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1553272 kB
Buffers:          9916 kB
Cached:         394360 kB
SwapCached:      13444 kB
Active:         290184 kB
Inactive:       134940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1553272 kB
SwapTotal:     4192956 kB
SwapFree:      4140432 kB
Dirty:          255512 kB
Writeback:           0 kB
AnonPages:       11280 kB
Mapped:          13056 kB
Slab:            58396 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180632 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= 62264 MiB
End job on node084 at 2010-06-16 15:14:42