Trace number 2662401

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? 296.059 278.389

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
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.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662401-1276569969.opb
0.22/0.23	c reading problem ... 
295.90/278.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
295.90/278.22		at java.util.Arrays.copyOfRange(Unknown Source)
295.90/278.22		at java.lang.String.<init>(Unknown Source)
295.90/278.22		at java.lang.AbstractStringBuilder.substring(Unknown Source)
295.90/278.22		at java.lang.StringBuffer.substring(Unknown Source)
295.90/278.22		at java.lang.StringBuffer.substring(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2007.checkId(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2005.readIdentifier(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
295.90/278.22		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
295.90/278.22		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
295.90/278.22		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
295.90/278.22		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
295.90/278.22		at org.sat4j.AbstractLauncher.run(Unknown Source)
295.90/278.22		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
295.90/278.23	c starts		: 0
295.90/278.23	c conflicts		: 0
295.90/278.23	c decisions		: 0
295.90/278.23	c propagations		: 0
295.90/278.23	c inspects		: 0
295.90/278.23	c learnt literals	: 0
295.90/278.23	c learnt binary clauses	: 0
295.90/278.23	c learnt ternary clauses	: 0
295.90/278.23	c learnt clauses	: 0
295.90/278.23	c ignored clauses	: 0
295.90/278.23	c root simplifications	: 0
295.90/278.23	c removed literals (reason simplification)	: 0
295.90/278.23	c reason swapping (by a shorter reason)	: 0
295.90/278.23	c Calls to reduceDB	: 0
295.90/278.23	c number of reductions to clauses (during analyze)	: 0
295.90/278.23	c number of learned constraints concerned by reduction	: 0
295.90/278.23	c number of learning phase by resolution	: 0
295.90/278.23	c number of learning phase by cutting planes	: 0
295.90/278.23	c speed (assignments/second)	: 0.0
295.90/278.23	c non guided choices	0
295.90/278.23	c learnt constraints type 
295.90/278.23	c constraints type 
295.90/278.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 259
295.90/278.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 259
295.90/278.23	c constraints type 
295.90/278.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 259
295.90/278.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 259
295.90/278.23	s UNKNOWN
295.90/278.23	c Total wall clock time (in seconds): 278.002

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-2662401-1276569969/watcher-2662401-1276569969 -o /tmp/evaluation-result-2662401-1276569969/solver-2662401-1276569969 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662401-1276569969.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.82 1.97 1.66 3/106 3125
/proc/meminfo: memFree=1593568/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=392 CPUtime=0
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4194304 295 0 0 0 0 0 0 0 22 0 1 0 32602784 401408 40 1992294400 134512640 134550932 4294142336 18446744073709551615 4149844 0 2147483391 4096 0 18446744071699387582 0 0 17 0 0 0 0
/proc/3125/statm: 98 40 32 10 0 25 0

[startup+0.016 s]
/proc/loadavg: 1.82 1.97 1.66 3/106 3125
/proc/meminfo: memFree=1593568/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=13480 CPUtime=0
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 1113 0 0 0 0 0 0 0 18 0 2 0 32602784 13803520 582 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101 s]
/proc/loadavg: 1.82 1.97 1.66 3/106 3125
/proc/meminfo: memFree=1593568/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1523992 CPUtime=0.09
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 3917 0 1 0 6 3 0 0 18 0 12 0 32602784 1560567808 3355 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 380998 3355 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1523992

[startup+0.3 s]
/proc/loadavg: 1.82 1.97 1.66 3/106 3125
/proc/meminfo: memFree=1593568/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1526280 CPUtime=0.35
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 17978 0 1 0 27 8 0 0 18 0 12 0 32602784 1562910720 17414 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 381570 17414 1350 10 0 378873 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526280

[startup+0.8 s]
/proc/loadavg: 1.82 1.97 1.66 3/106 3125
/proc/meminfo: memFree=1593568/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1527512 CPUtime=1.12
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 24593 0 1 0 100 12 0 0 18 0 12 0 32602784 1564172288 23982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 381878 23982 1400 10 0 379181 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527512

[startup+1.501 s]
/proc/loadavg: 1.82 1.97 1.66 2/118 3137
/proc/meminfo: memFree=1489560/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1527512 CPUtime=1.96
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 51448 0 1 0 170 26 0 0 18 0 12 0 32602784 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 381878 50836 1411 10 0 379181 0
[pid=3125/tid=3127] ppid=3123 vsize=1527512 CPUtime=1.32
/proc/3125/task/3127/stat : 3127 (java) R 3123 3125 2010 0 -1 4202560 32010 0 1 0 118 14 0 0 24 0 12 0 32602785 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4109082085 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1527512 CPUtime=0.11
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 10939 0 0 0 6 5 0 0 18 0 12 0 32602787 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1527512 CPUtime=0.12
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 6445 0 0 0 9 3 0 0 18 0 12 0 32602787 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3130/stat : 3130 (java) S 3123 3125 2010 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 32602789 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1527512 CPUtime=0.08
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 102 0 0 0 8 0 0 0 23 0 12 0 32602794 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1527512 CPUtime=0.26
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 879 0 0 0 26 0 0 0 15 0 12 0 32602794 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32602794 1564172288 50836 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1527512

[startup+3.101 s]
/proc/loadavg: 1.82 1.97 1.66 2/118 3137
/proc/meminfo: memFree=1397428/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1527512 CPUtime=3.71
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 62443 0 1 0 340 31 0 0 18 0 12 0 32602784 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 381878 60732 1411 10 0 379181 0
[pid=3125/tid=3127] ppid=3123 vsize=1527512 CPUtime=2.77
/proc/3125/task/3127/stat : 3127 (java) R 3123 3125 2010 0 -1 4202560 32011 0 1 0 262 15 0 0 24 0 12 0 32602785 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4109081994 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1527512 CPUtime=0.28
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 15234 0 0 0 20 8 0 0 18 0 12 0 32602787 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1527512 CPUtime=0.27
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 13144 0 0 0 22 5 0 0 18 0 12 0 32602787 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3130/stat : 3130 (java) S 3123 3125 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32602789 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1527512 CPUtime=0.08
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 102 0 0 0 8 0 0 0 23 0 12 0 32602794 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1527512 CPUtime=0.26
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 879 0 0 0 26 0 0 0 15 0 12 0 32602794 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32602794 1564172288 60732 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1527512

[startup+6.3 s]
/proc/loadavg: 1.75 1.95 1.65 2/118 3137
/proc/meminfo: memFree=1342620/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1527512 CPUtime=7.18
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 73316 0 1 0 680 38 0 0 18 0 12 0 32602784 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 381878 69916 1411 10 0 379181 0
[pid=3125/tid=3127] ppid=3123 vsize=1527512 CPUtime=5.69
/proc/3125/task/3127/stat : 3127 (java) R 3123 3125 2010 0 -1 4202560 32014 0 1 0 553 16 0 0 25 0 12 0 32602785 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4109082242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1527512 CPUtime=0.55
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 18785 0 0 0 46 9 0 0 18 0 12 0 32602787 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1527512 CPUtime=0.55
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 20463 0 0 0 45 10 0 0 18 0 12 0 32602787 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3130/stat : 3130 (java) S 3123 3125 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32602789 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1527512 CPUtime=0.08
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 102 0 0 0 8 0 0 0 18 0 12 0 32602794 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1527512 CPUtime=0.26
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 879 0 0 0 26 0 0 0 15 0 12 0 32602794 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1527512 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32602794 1564172288 69916 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 1527512

[startup+12.705 s]
/proc/loadavg: 1.85 1.97 1.66 3/118 3137
/proc/meminfo: memFree=1227300/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1541392 CPUtime=16.2
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 107489 0 1 0 1563 57 0 0 18 0 12 0 32602784 1578385408 99020 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 385348 99023 1423 10 0 382651 0
[pid=3125/tid=3127] ppid=3123 vsize=1541392 CPUtime=10.02
/proc/3125/task/3127/stat : 3127 (java) S 3123 3125 2010 0 -1 4202560 32044 0 1 0 985 17 0 0 20 0 12 0 32602785 1578385408 99025 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1541392 CPUtime=2.31
/proc/3125/task/3128/stat : 3128 (java) R 3123 3125 2010 0 -1 4202560 35885 0 0 0 212 19 0 0 16 0 12 0 32602787 1578385408 99027 1992294400 134512640 134550932 4294142336 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1541392 CPUtime=2.33
/proc/3125/task/3129/stat : 3129 (java) R 3123 3125 2010 0 -1 4202560 32514 0 0 0 217 16 0 0 15 0 12 0 32602787 1578385408 99029 1992294400 134512640 134550932 4294142336 18446744073709551615 106193893 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3130/stat : 3130 (java) S 3123 3125 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32602789 1578385408 99031 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1578385408 99034 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1578385408 99036 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1578385408 99038 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1541392 CPUtime=0.87
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 4113 0 0 0 86 1 0 0 15 0 12 0 32602794 1578385408 99041 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1541392 CPUtime=0.62
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 1867 0 0 0 61 1 0 0 15 0 12 0 32602794 1578385408 99043 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1578385408 99045 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32602794 1578385408 99047 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 1541392

[startup+25.5015 s]
/proc/loadavg: 1.81 1.95 1.66 2/118 3139
/proc/meminfo: memFree=1009680/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1541392 CPUtime=31.67
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 160430 0 1 0 3083 84 0 0 18 0 12 0 32602784 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 385348 147982 1423 10 0 382651 0
[pid=3125/tid=3127] ppid=3123 vsize=1541392 CPUtime=19.89
/proc/3125/task/3127/stat : 3127 (java) R 3123 3125 2010 0 -1 4202560 32065 0 1 0 1971 18 0 0 16 0 12 0 32602785 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4109247105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1541392 CPUtime=5.03
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 62925 0 0 0 470 33 0 0 16 0 12 0 32602787 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1541392 CPUtime=5.22
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 58387 0 0 0 494 28 0 0 16 0 12 0 32602787 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3130/stat : 3130 (java) S 3123 3125 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32602789 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1541392 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1578385408 147982 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1541392 CPUtime=0.87

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

[pid=3125/tid=3137] ppid=3123 vsize=1545396 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 32602794 1582485504 354820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 273.6
Current children cumulated vsize (KiB) 1545396

[startup+268.702 s]
/proc/loadavg: 1.02 1.42 1.50 2/118 3145
/proc/meminfo: memFree=175532/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1549396 CPUtime=286.39
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 488278 0 1 0 28393 246 0 0 18 0 12 0 32602784 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 387349 355820 1424 10 0 384652 0
[pid=3125/tid=3127] ppid=3123 vsize=1549396 CPUtime=87.86
/proc/3125/task/3127/stat : 3127 (java) S 3123 3125 2010 0 -1 4202560 32156 0 1 0 8760 26 0 0 15 0 12 0 32602785 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1549396 CPUtime=17.43
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 169983 0 0 0 1657 86 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1549396 CPUtime=17.17
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 174819 0 0 0 1624 93 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1549396 CPUtime=162.35
/proc/3125/task/3130/stat : 3130 (java) R 3123 3125 2010 0 -1 4202560 104255 0 0 0 16199 36 0 0 25 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 104187860 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1549396 CPUtime=0.92
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 4118 0 0 0 91 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1549396 CPUtime=0.62
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 1867 0 0 0 61 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 286.39
Current children cumulated vsize (KiB) 1549396

[startup+275.102 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3145
/proc/meminfo: memFree=175532/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1549396 CPUtime=292.79
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 494284 0 1 0 29030 249 0 0 18 0 12 0 32602784 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 387349 355820 1424 10 0 384652 0
[pid=3125/tid=3127] ppid=3123 vsize=1549396 CPUtime=87.86
/proc/3125/task/3127/stat : 3127 (java) S 3123 3125 2010 0 -1 4202560 32158 0 1 0 8760 26 0 0 15 0 12 0 32602785 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1549396 CPUtime=17.43
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 169983 0 0 0 1657 86 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1549396 CPUtime=17.17
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 174819 0 0 0 1624 93 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1549396 CPUtime=168.75
/proc/3125/task/3130/stat : 3130 (java) R 3123 3125 2010 0 -1 4202560 110259 0 0 0 16836 39 0 0 25 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 105696648 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1549396 CPUtime=0.92
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 4118 0 0 0 91 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1549396 CPUtime=0.62
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 1867 0 0 0 61 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 292.79
Current children cumulated vsize (KiB) 1549396

[startup+276.702 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3145
/proc/meminfo: memFree=175532/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1549396 CPUtime=294.39
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 494284 0 1 0 29190 249 0 0 18 0 12 0 32602784 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 387349 355820 1424 10 0 384652 0
[pid=3125/tid=3127] ppid=3123 vsize=1549396 CPUtime=87.86
/proc/3125/task/3127/stat : 3127 (java) S 3123 3125 2010 0 -1 4202560 32158 0 1 0 8760 26 0 0 15 0 12 0 32602785 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1549396 CPUtime=17.43
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 169983 0 0 0 1657 86 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1549396 CPUtime=17.17
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 174819 0 0 0 1624 93 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1549396 CPUtime=170.35
/proc/3125/task/3130/stat : 3130 (java) R 3123 3125 2010 0 -1 4202560 110259 0 0 0 16996 39 0 0 25 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 104187828 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1549396 CPUtime=0.92
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 4118 0 0 0 91 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1549396 CPUtime=0.62
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 1867 0 0 0 61 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 294.39
Current children cumulated vsize (KiB) 1549396

[startup+277.502 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3145
/proc/meminfo: memFree=175532/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1549396 CPUtime=295.19
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 494284 0 1 0 29270 249 0 0 18 0 12 0 32602784 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 387349 355820 1424 10 0 384652 0
[pid=3125/tid=3127] ppid=3123 vsize=1549396 CPUtime=87.86
/proc/3125/task/3127/stat : 3127 (java) S 3123 3125 2010 0 -1 4202560 32158 0 1 0 8760 26 0 0 15 0 12 0 32602785 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1549396 CPUtime=17.43
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 169983 0 0 0 1657 86 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1549396 CPUtime=17.17
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 174819 0 0 0 1624 93 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1549396 CPUtime=171.15
/proc/3125/task/3130/stat : 3130 (java) R 3123 3125 2010 0 -1 4202560 110259 0 0 0 17076 39 0 0 25 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 106836668 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1549396 CPUtime=0.92
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 4118 0 0 0 91 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1549396 CPUtime=0.62
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 1867 0 0 0 61 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 295.19
Current children cumulated vsize (KiB) 1549396

[startup+277.902 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3145
/proc/meminfo: memFree=175532/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=1549396 CPUtime=295.59
/proc/3125/stat : 3125 (java) S 3123 3125 2010 0 -1 4202496 494284 0 1 0 29310 249 0 0 18 0 12 0 32602784 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 387349 355820 1424 10 0 384652 0
[pid=3125/tid=3127] ppid=3123 vsize=1549396 CPUtime=87.86
/proc/3125/task/3127/stat : 3127 (java) S 3123 3125 2010 0 -1 4202560 32158 0 1 0 8760 26 0 0 15 0 12 0 32602785 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3128] ppid=3123 vsize=1549396 CPUtime=17.43
/proc/3125/task/3128/stat : 3128 (java) S 3123 3125 2010 0 -1 4202560 169983 0 0 0 1657 86 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3129] ppid=3123 vsize=1549396 CPUtime=17.17
/proc/3125/task/3129/stat : 3129 (java) S 3123 3125 2010 0 -1 4202560 174819 0 0 0 1624 93 0 0 16 0 12 0 32602787 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3130] ppid=3123 vsize=1549396 CPUtime=171.55
/proc/3125/task/3130/stat : 3130 (java) R 3123 3125 2010 0 -1 4202560 110259 0 0 0 17116 39 0 0 25 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=3125/tid=3131] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3131/stat : 3131 (java) S 3123 3125 2010 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3132] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3132/stat : 3132 (java) S 3123 3125 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32602789 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3133] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3133/stat : 3133 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3134] ppid=3123 vsize=1549396 CPUtime=0.92
/proc/3125/task/3134/stat : 3134 (java) S 3123 3125 2010 0 -1 4202560 4118 0 0 0 91 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=3125/tid=3135] ppid=3123 vsize=1549396 CPUtime=0.62
/proc/3125/task/3135/stat : 3135 (java) S 3123 3125 2010 0 -1 4202560 1867 0 0 0 61 1 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3136/stat : 3136 (java) S 3123 3125 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=3125/tid=3137] ppid=3123 vsize=1549396 CPUtime=0
/proc/3125/task/3137/stat : 3137 (java) S 3123 3125 2010 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 32602794 1586581504 355820 1992294400 134512640 134550932 4294142336 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 295.59
Current children cumulated vsize (KiB) 1549396

[startup+278.309 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3145
/proc/meminfo: memFree=175532/2059040 swapFree=4136456/4192956
[pid=3125] ppid=3123 vsize=0 CPUtime=295.97
/proc/3125/stat : 3125 (java) Z 3123 3125 2010 0 -1 4202524 494300 0 1 0 29343 254 0 0 18 0 2 0 32602784 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3125/statm: 0 0 0 0 0 0 0
[pid=3125/tid=3136] ppid=3123 vsize=0 CPUtime=0.04
/proc/3125/task/3136/stat : 3136 (java) R 3123 3125 2010 0 -1 4203588 1 0 0 0 0 4 0 0 18 0 2 0 32602794 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) 295.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 278.389
CPU time (s): 296.059
CPU user time (s): 293.435
CPU system time (s): 2.6236
CPU usage (%): 106.347
Max. virtual memory (cumulated for all children) (KiB): 1553400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.435
system time used= 2.6236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494300
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= 6777
involuntary context switches= 3538

runsolver used 0.578911 second user time and 1.48977 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 04:46:28
IDJOB=2662401
IDBENCH=2520
IDSOLVER=1166
FILE ID=node001/2662401-1276569969
PBS_JOBID= 11173507
Free space on /tmp= 62228 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-ds.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662401-1276569969/watcher-2662401-1276569969 -o /tmp/evaluation-result-2662401-1276569969/solver-2662401-1276569969 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662401-1276569969.opb

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

MD5SUM BENCH= 7478f253a8ff3e29c2a001743623a20c
RANDOM SEED=727153844

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1594088 kB
Buffers:          2316 kB
Cached:         363228 kB
SwapCached:       9496 kB
Active:         318852 kB
Inactive:        59164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1594088 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:          228080 kB
Writeback:           0 kB
AnonPages:       11128 kB
Mapped:           9388 kB
Slab:            65184 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181356 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= 62228 MiB
End job on node001 at 2010-06-15 04:51:06