Trace number 2662397

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? 266.45 250.606

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-momentum3.opb
MD5SUM84f1974aba41ac2d1ba5ffc7a29fc60a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10752000000
Best CPU time to get the best result obtained on this benchmark258.146
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10752000000
Optimality of the best value was proved NO
Number of variables93400
Total number of constraints49198
Number of constraints which are clauses6081
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints42667
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 87370
Biggest coefficient in the objective function 1310720000
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 13573186735
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 10240000000000000000000000000
Number of bits of the biggest number in a constraint 94
Biggest sum of numbers in a constraint 29801266744107042664773061860
Number of bits of the biggest sum of numbers95
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662397-1276563262.opb
0.22/0.22	c reading problem ... 
255.35/239.56	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
255.35/239.56		at java.math.BigInteger.add(Unknown Source)
255.35/239.56		at java.math.BigInteger.add(Unknown Source)
255.35/239.56		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
255.35/239.56		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
255.35/239.56		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
255.35/239.56		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
255.35/239.56		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
255.35/239.56		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
255.35/239.56		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
255.35/239.56		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
255.35/239.56		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
255.35/239.56		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
255.35/239.56		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
255.35/239.56		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
255.35/239.56		at org.sat4j.AbstractLauncher.run(Unknown Source)
255.35/239.56		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
260.14/244.30	c starts		: 0
260.14/244.30	c conflicts		: 0
260.14/244.30	c decisions		: 0
260.14/244.30	c propagations		: 0
260.14/244.30	c inspects		: 0
260.14/244.30	c learnt literals	: 0
260.14/244.30	c learnt binary clauses	: 0
260.14/244.30	c learnt ternary clauses	: 0
260.14/244.30	c learnt clauses	: 0
260.14/244.30	c ignored clauses	: 0
260.14/244.30	c root simplifications	: 0
260.14/244.30	c removed literals (reason simplification)	: 0
260.14/244.30	c reason swapping (by a shorter reason)	: 0
260.14/244.30	c Calls to reduceDB	: 0
260.14/244.30	c number of reductions to clauses (during analyze)	: 0
266.25/250.45	c number of learned constraints concerned by reduction	: 0
266.25/250.45	c number of learning phase by resolution	: 0
266.25/250.45	c number of learning phase by cutting planes	: 0
266.25/250.45	c speed (assignments/second)	: 0.0
266.25/250.45	c non guided choices	0
266.25/250.45	c learnt constraints type 
266.25/250.45	c constraints type 
266.25/250.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23608
266.25/250.45	c constraints type 
266.25/250.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23608
266.25/250.45	s UNKNOWN
266.25/250.45	c Total wall clock time (in seconds): 250.23

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-2662397-1276563262/watcher-2662397-1276563262 -o /tmp/evaluation-result-2662397-1276563262/solver-2662397-1276563262 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662397-1276563262.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: 0.94 0.96 0.98 3/106 31890
/proc/meminfo: memFree=1478788/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=248 CPUtime=0
/proc/31890/stat : 31890 (java) R 31888 31890 30593 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 31930040 253952 29 1992294400 134512640 134550932 4288062720 18446744073709551615 11227732 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31890/statm: 62 29 21 10 0 23 0

[startup+0.0889989 s]
/proc/loadavg: 0.94 0.96 0.98 3/106 31890
/proc/meminfo: memFree=1478788/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1521796 CPUtime=0.08
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 3809 0 1 0 5 3 0 0 15 0 7 0 31930040 1558319104 3250 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 380449 3250 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.100999 s]
/proc/loadavg: 0.94 0.96 0.98 3/106 31890
/proc/meminfo: memFree=1478788/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1523476 CPUtime=0.09
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 3903 0 1 0 6 3 0 0 15 0 11 0 31930040 1560039424 3342 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 380869 3342 1061 10 0 378179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1523476

[startup+0.300998 s]
/proc/loadavg: 0.94 0.96 0.98 3/106 31890
/proc/meminfo: memFree=1478788/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1526548 CPUtime=0.38
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 6425 0 1 0 33 5 0 0 15 0 12 0 31930040 1563185152 5862 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 381637 5862 1359 10 0 378940 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526548

[startup+0.700996 s]
/proc/loadavg: 0.94 0.96 0.98 3/106 31890
/proc/meminfo: memFree=1478788/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1527776 CPUtime=1.05
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 11021 0 1 0 98 7 0 0 15 0 12 0 31930040 1564442624 10374 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 381944 10376 1396 10 0 379247 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1527776

[startup+1.50199 s]
/proc/loadavg: 0.94 0.96 0.98 4/118 31902
/proc/meminfo: memFree=1423204/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1530264 CPUtime=2.42
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 22579 0 1 0 229 13 0 0 15 0 12 0 31930040 1566990336 21439 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 382566 21440 1414 10 0 379869 0
[pid=31890/tid=31892] ppid=31888 vsize=1530264 CPUtime=1.46
/proc/31890/task/31892/stat : 31892 (java) R 31888 31890 30593 0 -1 4202560 19353 0 1 0 136 10 0 0 18 0 12 0 31930041 1566990336 21441 1992294400 134512640 134550932 4288062720 18446744073709551615 4109319337 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 31930043 1566990336 21442 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31930043 1566990336 21444 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 31930045 1566990336 21444 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31930045 1566990336 21446 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31930045 1566990336 21447 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31930050 1566990336 21448 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1530264 CPUtime=0.6
/proc/31890/task/31899/stat : 31899 (java) R 31888 31890 30593 0 -1 4202560 1701 0 0 0 60 0 0 0 19 0 12 0 31930050 1566990336 21449 1992294400 134512640 134550932 4288062720 18446744073709551615 11728860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1530264 CPUtime=0.32
/proc/31890/task/31900/stat : 31900 (java) R 31888 31890 30593 0 -1 4202560 463 0 0 0 32 0 0 0 20 0 12 0 31930050 1566990336 21451 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 31930050 1566990336 21451 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1530264 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31930050 1566990336 21452 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1530264

[startup+3.10198 s]
/proc/loadavg: 0.94 0.96 0.98 6/118 31902
/proc/meminfo: memFree=1328468/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1554420 CPUtime=5.37
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 52237 0 1 0 513 24 0 0 15 0 12 0 31930040 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 388605 48641 1424 10 0 385908 0
[pid=31890/tid=31892] ppid=31888 vsize=1554420 CPUtime=2.81
/proc/31890/task/31892/stat : 31892 (java) R 31888 31890 30593 0 -1 4202560 32067 0 1 0 265 16 0 0 16 0 12 0 31930041 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4109249674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1554420 CPUtime=0.24
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 6730 0 0 0 22 2 0 0 16 0 12 0 31930043 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1554420 CPUtime=0.05
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 2560 0 0 0 5 0 0 0 17 0 12 0 31930043 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1554420 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31888 31890 30593 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 12 0 31930045 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1554420 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31930045 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1554420 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31930045 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1554420 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31930050 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1554420 CPUtime=1.44
/proc/31890/task/31899/stat : 31899 (java) R 31888 31890 30593 0 -1 4202560 5166 0 0 0 142 2 0 0 16 0 12 0 31930050 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 102092809 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1554420 CPUtime=0.78
/proc/31890/task/31900/stat : 31900 (java) R 31888 31890 30593 0 -1 4202560 4648 0 0 0 77 1 0 0 18 0 12 0 31930050 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 104163886 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1554420 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 31930050 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1554420 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31930050 1591726080 48641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 1554420

[startup+6.30196 s]
/proc/loadavg: 1.26 1.02 1.01 2/118 31902
/proc/meminfo: memFree=1232368/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544636 CPUtime=9.97
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 78886 0 1 0 961 36 0 0 15 0 12 0 31930040 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386159 65756 1424 10 0 383462 0
[pid=31890/tid=31892] ppid=31888 vsize=1544636 CPUtime=5.43
/proc/31890/task/31892/stat : 31892 (java) R 31888 31890 30593 0 -1 4202560 32071 0 1 0 526 17 0 0 16 0 12 0 31930041 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4109258939 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544636 CPUtime=0.8
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 16981 0 0 0 75 5 0 0 16 0 12 0 31930043 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544636 CPUtime=0.63
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 14086 0 0 0 57 6 0 0 18 0 12 0 31930043 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31888 31890 30593 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 31930045 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31930045 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31930045 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31930050 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544636 CPUtime=1.77
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 175 2 0 0 16 0 12 0 31930050 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544636 CPUtime=1.29
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 126 3 0 0 18 0 12 0 31930050 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 31930050 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31930050 1581707264 65756 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 1544636

[startup+12.7019 s]
/proc/loadavg: 1.24 1.02 1.00 2/118 31902
/proc/meminfo: memFree=1122380/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544636 CPUtime=17.57
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 111738 0 1 0 1708 49 0 0 15 0 12 0 31930040 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386159 93886 1424 10 0 383462 0
[pid=31890/tid=31892] ppid=31888 vsize=1544636 CPUtime=10.6
/proc/31890/task/31892/stat : 31892 (java) R 31888 31890 30593 0 -1 4202560 32080 0 1 0 1041 19 0 0 16 0 12 0 31930041 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4109249674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544636 CPUtime=2.01
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 34037 0 0 0 190 11 0 0 16 0 12 0 31930043 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544636 CPUtime=1.83
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 29873 0 0 0 172 11 0 0 16 0 12 0 31930043 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31888 31890 30593 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 31930045 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31930045 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31930045 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31930050 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544636 CPUtime=1.77
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 175 2 0 0 16 0 12 0 31930050 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544636 CPUtime=1.29
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 126 3 0 0 18 0 12 0 31930050 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 31930050 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31930050 1581707264 93886 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (KiB) 1544636

[startup+25.5018 s]
/proc/loadavg: 1.19 1.02 1.00 3/118 31902
/proc/meminfo: memFree=904016/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544636 CPUtime=32.25
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 170754 0 1 0 3143 82 0 0 15 0 12 0 31930040 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386159 145397 1424 10 0 383462 0
[pid=31890/tid=31892] ppid=31888 vsize=1544636 CPUtime=21.49
/proc/31890/task/31892/stat : 31892 (java) R 31888 31890 30593 0 -1 4202560 32101 0 1 0 2126 23 0 0 16 0 12 0 31930041 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4109628907 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544636 CPUtime=3.87
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 64449 0 0 0 359 28 0 0 16 0 12 0 31930043 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544636 CPUtime=3.71
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 58456 0 0 0 348 23 0 0 16 0 12 0 31930043 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31888 31890 30593 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 31930045 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31930045 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31930045 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544636 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31930050 1581707264 145397 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544636 CPUtime=1.81

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

[pid=31890/tid=31897] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544960 CPUtime=1.84
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 182 2 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544960 CPUtime=1.3
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 127 3 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31909] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31909/stat : 31909 (java) S 31888 31890 30593 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 31953997 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 258.95
Current children cumulated vsize (KiB) 1544960

[startup+246.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 31909
/proc/meminfo: memFree=64280/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544960 CPUtime=262.15
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 409840 0 1 0 26007 208 0 0 15 0 13 0 31930040 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386240 354641 1427 10 0 383543 0
[pid=31890/tid=31892] ppid=31888 vsize=1544960 CPUtime=77.49
/proc/31890/task/31892/stat : 31892 (java) S 31888 31890 30593 0 -1 4202560 32188 0 1 0 7707 42 0 0 17 0 13 0 31930041 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544960 CPUtime=13.26
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 187962 0 0 0 1240 86 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544960 CPUtime=13.21
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 173232 0 0 0 1250 71 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544960 CPUtime=155
/proc/31890/task/31895/stat : 31895 (java) R 31888 31890 30593 0 -1 4202560 691 0 0 0 15499 1 0 0 21 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544960 CPUtime=1.84
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 182 2 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544960 CPUtime=1.3
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 127 3 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31909] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31909/stat : 31909 (java) S 31888 31890 30593 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 31953997 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 262.15
Current children cumulated vsize (KiB) 1544960

[startup+247.901 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 31909
/proc/meminfo: memFree=64280/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544960 CPUtime=263.75
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 409840 0 1 0 26167 208 0 0 15 0 13 0 31930040 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386240 354641 1427 10 0 383543 0
[pid=31890/tid=31892] ppid=31888 vsize=1544960 CPUtime=77.49
/proc/31890/task/31892/stat : 31892 (java) S 31888 31890 30593 0 -1 4202560 32188 0 1 0 7707 42 0 0 17 0 13 0 31930041 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544960 CPUtime=13.26
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 187962 0 0 0 1240 86 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544960 CPUtime=13.21
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 173232 0 0 0 1250 71 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544960 CPUtime=156.59
/proc/31890/task/31895/stat : 31895 (java) R 31888 31890 30593 0 -1 4202560 691 0 0 0 15658 1 0 0 25 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544960 CPUtime=1.84
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 182 2 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544960 CPUtime=1.3
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 127 3 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31909] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31909/stat : 31909 (java) S 31888 31890 30593 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 31953997 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.75
Current children cumulated vsize (KiB) 1544960

[startup+249.501 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 31909
/proc/meminfo: memFree=64280/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544960 CPUtime=265.35
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 409840 0 1 0 26327 208 0 0 15 0 13 0 31930040 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386240 354641 1427 10 0 383543 0
[pid=31890/tid=31892] ppid=31888 vsize=1544960 CPUtime=77.49
/proc/31890/task/31892/stat : 31892 (java) S 31888 31890 30593 0 -1 4202560 32188 0 1 0 7707 42 0 0 17 0 13 0 31930041 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544960 CPUtime=13.26
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 187962 0 0 0 1240 86 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544960 CPUtime=13.21
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 173232 0 0 0 1250 71 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544960 CPUtime=158.19
/proc/31890/task/31895/stat : 31895 (java) R 31888 31890 30593 0 -1 4202560 691 0 0 0 15818 1 0 0 25 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544960 CPUtime=1.84
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 182 2 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544960 CPUtime=1.3
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 127 3 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31909] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31909/stat : 31909 (java) S 31888 31890 30593 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 31953997 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 265.35
Current children cumulated vsize (KiB) 1544960

[startup+250.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 31909
/proc/meminfo: memFree=64280/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=1544960 CPUtime=266.15
/proc/31890/stat : 31890 (java) S 31888 31890 30593 0 -1 4202496 409840 0 1 0 26407 208 0 0 15 0 13 0 31930040 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 386240 354641 1427 10 0 383543 0
[pid=31890/tid=31892] ppid=31888 vsize=1544960 CPUtime=77.49
/proc/31890/task/31892/stat : 31892 (java) S 31888 31890 30593 0 -1 4202560 32188 0 1 0 7707 42 0 0 17 0 13 0 31930041 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31893] ppid=31888 vsize=1544960 CPUtime=13.26
/proc/31890/task/31893/stat : 31893 (java) S 31888 31890 30593 0 -1 4202560 187962 0 0 0 1240 86 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31894] ppid=31888 vsize=1544960 CPUtime=13.21
/proc/31890/task/31894/stat : 31894 (java) S 31888 31890 30593 0 -1 4202560 173232 0 0 0 1250 71 0 0 16 0 13 0 31930043 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31895] ppid=31888 vsize=1544960 CPUtime=158.99
/proc/31890/task/31895/stat : 31895 (java) R 31888 31890 30593 0 -1 4202560 691 0 0 0 15898 1 0 0 25 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 106159300 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31890/tid=31896] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31896/stat : 31896 (java) S 31888 31890 30593 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31897] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31888 31890 30593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31930045 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31898] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31888 31890 30593 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31899] ppid=31888 vsize=1544960 CPUtime=1.84
/proc/31890/task/31899/stat : 31899 (java) S 31888 31890 30593 0 -1 4202560 7588 0 0 0 182 2 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31900] ppid=31888 vsize=1544960 CPUtime=1.3
/proc/31890/task/31900/stat : 31900 (java) S 31888 31890 30593 0 -1 4202560 7094 0 0 0 127 3 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31901/stat : 31901 (java) S 31888 31890 30593 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=31890/tid=31902] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31902/stat : 31902 (java) S 31888 31890 30593 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 31930050 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=31890/tid=31909] ppid=31888 vsize=1544960 CPUtime=0
/proc/31890/task/31909/stat : 31909 (java) S 31888 31890 30593 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 31953997 1582039040 354641 1992294400 134512640 134550932 4288062720 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 266.15
Current children cumulated vsize (KiB) 1544960

[startup+250.502 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 31909
/proc/meminfo: memFree=64280/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=0 CPUtime=266.34
/proc/31890/stat : 31890 (java) Z 31888 31890 30593 0 -1 4202524 409850 0 1 0 26422 212 0 0 15 0 2 0 31930040 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 0 0 0 0 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=0 CPUtime=0.03
/proc/31890/task/31901/stat : 31901 (java) R 31888 31890 30593 0 -1 4203588 0 0 0 0 0 3 0 0 18 0 2 0 31930050 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) 266.34
Current children cumulated vsize (KiB) 0

[startup+250.6 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 31909
/proc/meminfo: memFree=64280/2059040 swapFree=4140228/4192956
[pid=31890] ppid=31888 vsize=0 CPUtime=266.43
/proc/31890/stat : 31890 (java) Z 31888 31890 30593 0 -1 4202524 409850 0 1 0 26422 221 0 0 15 0 2 0 31930040 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31890/statm: 0 0 0 0 0 0 0
[pid=31890/tid=31901] ppid=31888 vsize=0 CPUtime=0.12
/proc/31890/task/31901/stat : 31901 (java) R 31888 31890 30593 0 -1 4203588 0 0 0 0 0 12 0 0 18 0 2 0 31930050 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) 266.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 250.606
CPU time (s): 266.45
CPU user time (s): 264.229
CPU system time (s): 2.22166
CPU usage (%): 106.322
Max. virtual memory (cumulated for all children) (KiB): 1557592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.229
system time used= 2.22166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409850
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= 5865
involuntary context switches= 3374

runsolver used 0.508922 second user time and 1.37679 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-15 02:54:43
IDJOB=2662397
IDBENCH=2494
IDSOLVER=1166
FILE ID=node009/2662397-1276563262
PBS_JOBID= 11173493
Free space on /tmp= 62196 MiB

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

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

MD5SUM BENCH= 84f1974aba41ac2d1ba5ffc7a29fc60a
RANDOM SEED=2001375169

node009.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.199
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.39
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.199
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1479184 kB
Buffers:         59920 kB
Cached:         431652 kB
SwapCached:       6120 kB
Active:         340004 kB
Inactive:       164300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1479184 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:          205180 kB
Writeback:           0 kB
AnonPages:       10980 kB
Mapped:          12964 kB
Slab:            53808 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180332 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= 62196 MiB
End job on node009 at 2010-06-15 02:58:54