Trace number 2660002

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 Resolution 2.2.0 2010-05-26? 210.957 195.728

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__256.opb
MD5SUM8b626683195681f98573c11853056c85
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 variables3842998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint256
Maximum length of a constraint11521
Number of terms in the objective function 3840000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 130042022144
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 130042022144
Number of bits of the biggest sum of numbers37
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.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2660002-1276692978.opb
0.24/0.20	c reading problem ... 
183.95/168.79	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
183.95/168.79		at java.math.BigInteger.add(Unknown Source)
183.95/168.79		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
183.95/168.79		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
183.95/168.79		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
183.95/168.79		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
183.95/168.79		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
183.95/168.79		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
183.95/168.79		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
183.95/168.79		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
183.95/168.79		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
183.95/168.79		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
183.95/168.79		at org.sat4j.AbstractLauncher.run(Unknown Source)
183.95/168.79		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
193.65/178.41	c starts		: 0
210.24/195.09	c conflicts		: 0
210.24/195.09	c decisions		: 0
210.24/195.09	c propagations		: 0
210.24/195.09	c inspects		: 0
210.24/195.09	c learnt literals	: 0
210.24/195.09	c learnt binary clauses	: 0
210.24/195.09	c learnt ternary clauses	: 0
210.24/195.09	c learnt clauses	: 0
210.24/195.09	c ignored clauses	: 0
210.24/195.09	c root simplifications	: 0
210.24/195.09	c removed literals (reason simplification)	: 0
210.24/195.09	c reason swapping (by a shorter reason)	: 0
210.24/195.09	c Calls to reduceDB	: 0
210.24/195.09	c number of reductions to clauses (during analyze)	: 0
210.24/195.09	c number of learned constraints concerned by reduction	: 0
210.24/195.09	c number of learning phase by resolution	: 0
210.24/195.09	c number of learning phase by cutting planes	: 0
210.24/195.09	c speed (assignments/second)	: 0.0
210.24/195.09	c non guided choices	0
210.24/195.09	c learnt constraints type 
210.24/195.09	c constraints type 
210.24/195.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
210.24/195.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
210.24/195.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2534
210.24/195.09	s UNKNOWN
210.24/195.09	c Total wall clock time (in seconds): 194.887

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-2660002-1276692978/watcher-2660002-1276692978 -o /tmp/evaluation-result-2660002-1276692978/solver-2660002-1276692978 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660002-1276692978.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.15 1.03 1.01 3/105 19503
/proc/meminfo: memFree=1538284/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1832 CPUtime=0
/proc/19503/stat : 19503 (java6) S 19501 19503 18933 0 -1 4194304 244 0 0 0 0 0 0 0 22 0 1 0 10592528 1875968 148 1992294400 134512640 134550932 4293686768 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699268798 0 0 17 0 0 0 0
/proc/19503/statm: 458 148 111 10 0 63 0

[startup+0.049685 s]
/proc/loadavg: 1.15 1.03 1.01 3/105 19503
/proc/meminfo: memFree=1538284/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1521016 CPUtime=0.03
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 3488 0 1 0 1 2 0 0 22 0 5 0 10592528 1557520384 2932 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 380254 2932 987 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.10069 s]
/proc/loadavg: 1.15 1.03 1.01 3/105 19503
/proc/meminfo: memFree=1538284/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1524184 CPUtime=0.09
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 3962 0 1 0 6 3 0 0 22 0 12 0 10592528 1560764416 3402 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300715 s]
/proc/loadavg: 1.15 1.03 1.01 3/105 19503
/proc/meminfo: memFree=1538284/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1526372 CPUtime=0.33
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 23098 0 1 0 23 10 0 0 22 0 12 0 10592528 1563004928 22536 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 381593 22546 1348 10 0 378895 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526372

[startup+0.700765 s]
/proc/loadavg: 1.15 1.03 1.01 3/105 19503
/proc/meminfo: memFree=1538284/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1527832 CPUtime=1.01
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 29382 0 1 0 89 12 0 0 22 0 12 0 10592528 1564499968 28821 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 381958 28822 1396 10 0 379260 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527832

[startup+1.50184 s]
/proc/loadavg: 1.15 1.03 1.01 3/117 19515
/proc/meminfo: memFree=1359568/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1527832 CPUtime=1.98
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 56845 0 1 0 172 26 0 0 22 0 12 0 10592528 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 381958 56282 1407 10 0 379260 0
[pid=19503/tid=19505] ppid=19501 vsize=1527832 CPUtime=1.29
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 18933 0 -1 4202560 31996 0 1 0 116 13 0 0 17 0 12 0 10592530 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4109811355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1527832 CPUtime=0.17
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 10567 0 0 0 12 5 0 0 18 0 12 0 10592531 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1527832 CPUtime=0.16
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 12228 0 0 0 10 6 0 0 18 0 12 0 10592531 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 18933 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10592533 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10592533 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1527832 CPUtime=0.2
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 332 0 0 0 20 0 0 0 24 0 12 0 10592538 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1527832 CPUtime=0.12
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 654 0 0 0 12 0 0 0 23 0 12 0 10592538 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10592538 1564499968 56282 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1527832

[startup+3.10201 s]
/proc/loadavg: 1.15 1.03 1.01 2/117 19515
/proc/meminfo: memFree=1317656/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1527832 CPUtime=3.71
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 65997 0 1 0 340 31 0 0 22 0 12 0 10592528 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 381958 64792 1407 10 0 379260 0
[pid=19503/tid=19505] ppid=19501 vsize=1527832 CPUtime=2.74
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 18933 0 -1 4202560 31997 0 1 0 261 13 0 0 18 0 12 0 10592530 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4109797066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1527832 CPUtime=0.3
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 14045 0 0 0 24 6 0 0 18 0 12 0 10592531 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1527832 CPUtime=0.29
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 17899 0 0 0 20 9 0 0 18 0 12 0 10592531 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 18933 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 10592533 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10592533 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1527832 CPUtime=0.2
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 332 0 0 0 20 0 0 0 24 0 12 0 10592538 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1527832 CPUtime=0.12
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 654 0 0 0 12 0 0 0 23 0 12 0 10592538 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10592538 1564499968 64792 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1527832

[startup+6.30234 s]
/proc/loadavg: 1.38 1.08 1.03 2/117 19515
/proc/meminfo: memFree=1241396/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1527832 CPUtime=7.17
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 77899 0 1 0 679 38 0 0 22 0 12 0 10592528 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 381958 75386 1407 10 0 379260 0
[pid=19503/tid=19505] ppid=19501 vsize=1527832 CPUtime=5.67
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 18933 0 -1 4202560 32001 0 1 0 552 15 0 0 20 0 12 0 10592530 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4109830876 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1527832 CPUtime=0.57
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 20717 0 0 0 48 9 0 0 18 0 12 0 10592531 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1527832 CPUtime=0.57
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 23125 0 0 0 45 12 0 0 18 0 12 0 10592531 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 18933 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10592533 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10592533 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1527832 CPUtime=0.2
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 332 0 0 0 20 0 0 0 24 0 12 0 10592538 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1527832 CPUtime=0.13
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 654 0 0 0 13 0 0 0 18 0 12 0 10592538 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1527832 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10592538 1564499968 75386 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 1527832

[startup+12.702 s]
/proc/loadavg: 1.51 1.11 1.04 2/117 19515
/proc/meminfo: memFree=1144304/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1531680 CPUtime=14.79
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 108239 0 1 0 1421 58 0 0 22 0 12 0 10592528 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 382920 102153 1412 10 0 380222 0
[pid=19503/tid=19505] ppid=19501 vsize=1531680 CPUtime=10.82
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 18933 0 -1 4202560 32010 0 1 0 1064 18 0 0 25 0 12 0 10592530 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4109811182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1531680 CPUtime=1.8
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 35845 0 0 0 162 18 0 0 16 0 12 0 10592531 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1531680 CPUtime=1.8
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 38323 0 0 0 160 20 0 0 16 0 12 0 10592531 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1531680 CPUtime=0
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 18933 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10592533 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1531680 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1531680 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10592533 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1531680 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1531680 CPUtime=0.2
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 332 0 0 0 20 0 0 0 24 0 12 0 10592538 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1531680 CPUtime=0.13
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 659 0 0 0 13 0 0 0 16 0 12 0 10592538 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1531680 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1531680 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10592538 1568440320 102153 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1531680

[startup+25.5014 s]
/proc/loadavg: 1.47 1.12 1.04 3/117 19517
/proc/meminfo: memFree=898040/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1532128 CPUtime=31.55
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 175476 0 1 0 3061 94 0 0 22 0 12 0 10592528 1568899072 166578 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 383032 166581 1423 10 0 380334 0
[pid=19503/tid=19505] ppid=19501 vsize=1532128 CPUtime=19.75
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 18933 0 -1 4202560 32052 0 1 0 1956 19 0 0 25 0 12 0 10592530 1568899072 166583 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1532128 CPUtime=5.57
/proc/19503/task/19506/stat : 19506 (java) R 19501 19503 18933 0 -1 4202560 58809 0 0 0 527 30 0 0 16 0 12 0 10592531 1568899072 166585 1992294400 134512640 134550932 4288123504 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1532128 CPUtime=5.47
/proc/19503/task/19507/stat : 19507 (java) R 19501 19503 18933 0 -1 4202560 82257 0 0 0 505 42 0 0 16 0 12 0 10592531 1568899072 166587 1992294400 134512640 134550932 4288123504 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1532128 CPUtime=0
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 18933 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10592533 1568899072 166588 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1532128 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1568899072 166588 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1532128 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10592533 1568899072 166588 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1532128 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1568899072 166588 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1532128 CPUtime=0.41

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

/proc/loadavg: 1.25 1.19 1.08 2/118 19522
/proc/meminfo: memFree=107036/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1564456 CPUtime=200.74
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 856198 0 1 0 19697 377 0 0 22 0 13 0 10592528 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 391114 359477 1424 10 0 388416 0
[pid=19503/tid=19505] ppid=19501 vsize=1564456 CPUtime=39.84
/proc/19503/task/19505/stat : 19505 (java) S 19501 19503 18933 0 -1 4202560 32109 0 1 0 3959 25 0 0 19 0 13 0 10592530 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1564456 CPUtime=15.87
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 152116 0 0 0 1512 75 0 0 16 0 13 0 10592531 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1564456 CPUtime=14.85
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 192921 0 0 0 1384 101 0 0 16 0 13 0 10592531 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1564456 CPUtime=129.41
/proc/19503/task/19508/stat : 19508 (java) R 19501 19503 18933 0 -1 4202560 476680 0 0 0 12767 174 0 0 25 0 13 0 10592533 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 105886157 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10592533 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10592533 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1564456 CPUtime=0.42
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 496 0 0 0 42 0 0 0 15 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1564456 CPUtime=0.31
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 799 0 0 0 31 0 0 0 15 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 18933 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10609408 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 200.74
Current children cumulated vsize (KiB) 1564456

[startup+191.902 s]
/proc/loadavg: 1.23 1.19 1.08 2/118 19522
/proc/meminfo: memFree=123032/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1580460 CPUtime=207.15
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 883372 0 1 0 20328 387 0 0 22 0 13 0 10592528 1618391040 359139 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 395115 359147 1424 10 0 392417 0
[pid=19503/tid=19505] ppid=19501 vsize=1580460 CPUtime=39.84
/proc/19503/task/19505/stat : 19505 (java) S 19501 19503 18933 0 -1 4202560 32109 0 1 0 3959 25 0 0 19 0 13 0 10592530 1618391040 359152 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1580460 CPUtime=15.87
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 152116 0 0 0 1512 75 0 0 16 0 13 0 10592531 1618391040 359160 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1580460 CPUtime=14.85
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 192921 0 0 0 1384 101 0 0 16 0 13 0 10592531 1618391040 359169 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1580460 CPUtime=135.81
/proc/19503/task/19508/stat : 19508 (java) R 19501 19503 18933 0 -1 4202560 503891 0 0 0 13398 183 0 0 25 0 13 0 10592533 1618391040 359177 1992294400 134512640 134550932 4288123504 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1580460 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10592533 1618391040 359185 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1580460 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10592533 1618391040 359192 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1580460 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10592538 1618391040 359201 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1580460 CPUtime=0.42
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 496 0 0 0 42 0 0 0 15 0 13 0 10592538 1618391040 359209 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1580460 CPUtime=0.31
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 799 0 0 0 31 0 0 0 15 0 13 0 10592538 1618391040 359217 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1580460 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10592538 1618391040 359225 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1580460 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10592538 1618391040 359234 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=1580460 CPUtime=0
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 18933 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10609408 1618391040 359241 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 207.15
Current children cumulated vsize (KiB) 1580460

[startup+193.502 s]
/proc/loadavg: 1.21 1.18 1.08 2/118 19522
/proc/meminfo: memFree=107036/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1564456 CPUtime=208.75
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 887711 0 1 0 20487 388 0 0 22 0 13 0 10592528 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 391114 359477 1424 10 0 388416 0
[pid=19503/tid=19505] ppid=19501 vsize=1564456 CPUtime=39.84
/proc/19503/task/19505/stat : 19505 (java) S 19501 19503 18933 0 -1 4202560 32109 0 1 0 3959 25 0 0 19 0 13 0 10592530 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1564456 CPUtime=15.87
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 152116 0 0 0 1512 75 0 0 16 0 13 0 10592531 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1564456 CPUtime=14.85
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 192921 0 0 0 1384 101 0 0 16 0 13 0 10592531 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1564456 CPUtime=137.42
/proc/19503/task/19508/stat : 19508 (java) R 19501 19503 18933 0 -1 4202560 508192 0 0 0 13557 185 0 0 25 0 13 0 10592533 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 106157993 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10592533 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10592533 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1564456 CPUtime=0.42
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 496 0 0 0 42 0 0 0 15 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1564456 CPUtime=0.31
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 799 0 0 0 31 0 0 0 15 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10592538 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=1564456 CPUtime=0
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 18933 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10609408 1602002944 359477 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 208.75
Current children cumulated vsize (KiB) 1564456

[startup+195.102 s]
/proc/loadavg: 1.21 1.18 1.08 2/118 19522
/proc/meminfo: memFree=107036/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1532452 CPUtime=210.35
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 887715 0 1 0 20646 389 0 0 22 0 12 0 10592528 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 383113 351479 1425 10 0 380415 0
[pid=19503/tid=19505] ppid=19501 vsize=1532452 CPUtime=39.84
/proc/19503/task/19505/stat : 19505 (java) S 19501 19503 18933 0 -1 4202560 32110 0 1 0 3959 25 0 0 18 0 12 0 10592530 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1532452 CPUtime=15.87
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 152116 0 0 0 1512 75 0 0 16 0 12 0 10592531 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1532452 CPUtime=14.85
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 192921 0 0 0 1384 101 0 0 16 0 12 0 10592531 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1532452 CPUtime=139.01
/proc/19503/task/19508/stat : 19508 (java) R 19501 19503 18933 0 -1 4202560 508192 0 0 0 13716 185 0 0 25 0 12 0 10592533 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 9425671 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10592533 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1532452 CPUtime=0.42
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 496 0 0 0 42 0 0 0 15 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1532452 CPUtime=0.31
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 799 0 0 0 31 0 0 0 15 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 210.35
Current children cumulated vsize (KiB) 1532452

[startup+195.501 s]
/proc/loadavg: 1.21 1.18 1.08 2/118 19522
/proc/meminfo: memFree=107036/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=1532452 CPUtime=210.75
/proc/19503/stat : 19503 (java) S 19501 19503 18933 0 -1 4202496 887715 0 1 0 20686 389 0 0 22 0 12 0 10592528 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 383113 351479 1425 10 0 380415 0
[pid=19503/tid=19505] ppid=19501 vsize=1532452 CPUtime=39.84
/proc/19503/task/19505/stat : 19505 (java) S 19501 19503 18933 0 -1 4202560 32110 0 1 0 3959 25 0 0 18 0 12 0 10592530 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=1532452 CPUtime=15.87
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 18933 0 -1 4202560 152116 0 0 0 1512 75 0 0 16 0 12 0 10592531 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=1532452 CPUtime=14.85
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 18933 0 -1 4202560 192921 0 0 0 1384 101 0 0 16 0 12 0 10592531 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=1532452 CPUtime=139.41
/proc/19503/task/19508/stat : 19508 (java) R 19501 19503 18933 0 -1 4202560 508192 0 0 0 13756 185 0 0 25 0 12 0 10592533 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 106158105 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10592533 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 18933 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10592533 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=1532452 CPUtime=0.42
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 18933 0 -1 4202560 496 0 0 0 42 0 0 0 15 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=1532452 CPUtime=0.31
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 18933 0 -1 4202560 799 0 0 0 31 0 0 0 15 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=1532452 CPUtime=0
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 18933 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10592538 1569230848 351479 1992294400 134512640 134550932 4288123504 18446744073709551615 4294960144 0 4 0 16800975 18446604437861510080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 210.75
Current children cumulated vsize (KiB) 1532452

[startup+195.701 s]
/proc/loadavg: 1.21 1.18 1.08 2/107 19522
/proc/meminfo: memFree=1280620/2059040 swapFree=4148288/4192956
[pid=19503] ppid=19501 vsize=0 CPUtime=210.93
/proc/19503/stat : 19503 (java) Z 19501 19503 18933 0 -1 4202524 887720 0 1 0 20694 399 0 0 18 0 2 0 10592528 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19503/statm: 0 0 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=0 CPUtime=0.1
/proc/19503/task/19509/stat : 19509 (java) R 19501 19503 18933 0 -1 4203588 10 0 0 0 0 10 0 0 17 0 2 0 10592533 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 210.93
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 195.728
CPU time (s): 210.957
CPU user time (s): 206.944
CPU system time (s): 4.01339
CPU usage (%): 107.781
Max. virtual memory (cumulated for all children) (KiB): 1580460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.944
system time used= 4.01339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 887720
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= 5095
involuntary context switches= 6400

runsolver used 0.372943 second user time and 1.08483 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 14:56:28
IDJOB=2660002
IDBENCH=71901
IDSOLVER=1164
FILE ID=node082/2660002-1276692978
PBS_JOBID= 11172579
Free space on /tmp= 62396 MiB

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

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

MD5SUM BENCH= 8b626683195681f98573c11853056c85
RANDOM SEED=1715885604

node082.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.215
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.43
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.215
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.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1538564 kB
Buffers:         83412 kB
Cached:         325732 kB
SwapCached:       6844 kB
Active:         292488 kB
Inactive:       138320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1538564 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:          190864 kB
Writeback:           0 kB
AnonPages:       18828 kB
Mapped:          13184 kB
Slab:            67836 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62396 MiB
End job on node082 at 2010-06-16 14:59:46