Trace number 2662192

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.21 910.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662192-1276557955.opb
0.22/0.22	c reading problem ... 
9.07/7.29	c ... done. Wall clock time 7.07s.
9.07/7.29	c #vars     54540
9.07/7.29	c #constraints  32354
9.07/7.29	c constraints type 
9.07/7.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
9.07/7.29	c constraints type 
9.07/7.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.11/910.32	c starts		: 21
1800.11/910.32	c conflicts		: 4839
1800.11/910.32	c decisions		: 24460
1800.11/910.32	c propagations		: 1892964
1800.11/910.32	c inspects		: 16049293
1800.11/910.32	c learnt literals	: 0
1800.11/910.32	c learnt binary clauses	: 0
1800.11/910.32	c learnt ternary clauses	: 0
1800.11/910.32	c learnt clauses	: 4839
1800.11/910.32	c ignored clauses	: 0
1800.11/910.32	c root simplifications	: 0
1800.11/910.32	c removed literals (reason simplification)	: 105933
1800.11/910.32	c reason swapping (by a shorter reason)	: 0
1800.11/910.32	c Calls to reduceDB	: 0
1800.11/910.32	c number of reductions to clauses (during analyze)	: 0
1800.11/910.32	c number of learned constraints concerned by reduction	: 0
1800.11/910.32	c number of learning phase by resolution	: 0
1800.11/910.32	c number of learning phase by cutting planes	: 0
1800.11/910.32	c speed (assignments/second)	: 2096.2568976801203
1800.11/910.32	c non guided choices	0
1800.11/910.32	c learnt constraints type 
1800.11/910.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4839
1800.11/910.32	c constraints type 
1800.11/910.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.11/910.32	c constraints type 
1800.11/910.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.11/910.32	s UNKNOWN
1800.11/910.33	c Total wall clock time (in seconds): 910.103

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-2662192-1276557955/watcher-2662192-1276557955 -o /tmp/evaluation-result-2662192-1276557955/solver-2662192-1276557955 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662192-1276557955.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.01 1.03 1.00 3/106 2516
/proc/meminfo: memFree=1808024/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=428 CPUtime=0
/proc/2516/stat : 2516 (java6) R 2514 2516 2088 0 -1 4194304 124 0 0 0 0 0 0 0 21 0 1 0 31399592 438272 43 1992294400 134512640 134550932 4288734480 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2516/statm: 107 46 36 10 0 25 0

[startup+0.047193 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 2516
/proc/meminfo: memFree=1808024/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1520328 CPUtime=0.02
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 3421 0 1 0 1 1 0 0 15 0 4 0 31399592 1556815872 2864 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 380082 2867 960 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101192 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 2516
/proc/meminfo: memFree=1808024/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1524180 CPUtime=0.08
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 3958 0 1 0 6 2 0 0 15 0 12 0 31399592 1560760320 3397 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301189 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 2516
/proc/meminfo: memFree=1808024/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1526548 CPUtime=0.36
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 5981 0 1 0 33 3 0 0 15 0 12 0 31399592 1563185152 5418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 381637 5431 1359 10 0 378940 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526548

[startup+0.701183 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 2516
/proc/meminfo: memFree=1808024/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1527452 CPUtime=1.04
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 9867 0 1 0 99 5 0 0 15 0 12 0 31399592 1564110848 9208 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 381863 9208 1400 10 0 379166 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1527452

[startup+1.50217 s]
/proc/loadavg: 1.01 1.03 1.00 4/118 2528
/proc/meminfo: memFree=1762856/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1527584 CPUtime=2.08
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 25883 0 1 0 196 12 0 0 15 0 12 0 31399592 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 381896 25133 1406 10 0 379199 0
[pid=2516/tid=2518] ppid=2514 vsize=1527584 CPUtime=1.45
/proc/2516/task/2518/stat : 2518 (java) R 2514 2516 2088 0 -1 4202560 23673 0 1 0 134 11 0 0 25 0 12 0 31399593 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4109106380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 31399595 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31399595 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31399596 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31399597 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 31399597 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 31399601 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1527584 CPUtime=0.12
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 97 0 0 0 12 0 0 0 20 0 12 0 31399601 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1527584 CPUtime=0.49
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 1047 0 0 0 49 0 0 0 16 0 12 0 31399601 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31399601 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31399601 1564246016 25133 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1527584

[startup+3.10015 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 2528
/proc/meminfo: memFree=1647164/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1527584 CPUtime=3.83
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 42533 0 1 0 363 20 0 0 15 0 12 0 31399592 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 381896 41418 1417 10 0 379199 0
[pid=2516/tid=2518] ppid=2514 vsize=1527584 CPUtime=2.88
/proc/2516/task/2518/stat : 2518 (java) R 2514 2516 2088 0 -1 4202560 32017 0 1 0 274 14 0 0 25 0 12 0 31399593 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4109018374 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1527584 CPUtime=0.14
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 4267 0 0 0 12 2 0 0 16 0 12 0 31399595 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1527584 CPUtime=0.15
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 4034 0 0 0 14 1 0 0 18 0 12 0 31399595 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 31399596 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 31399597 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 31399597 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 31399601 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1527584 CPUtime=0.12
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 97 0 0 0 12 0 0 0 20 0 12 0 31399601 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1527584 CPUtime=0.49
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 1047 0 0 0 49 0 0 0 16 0 12 0 31399601 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31399601 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31399601 1564246016 41418 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1527584

[startup+6.3011 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 2528
/proc/meminfo: memFree=1589876/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1527584 CPUtime=7.77
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 65039 0 1 0 746 31 0 0 15 0 12 0 31399592 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 381896 60321 1417 10 0 379199 0
[pid=2516/tid=2518] ppid=2514 vsize=1527584 CPUtime=5.34
/proc/2516/task/2518/stat : 2518 (java) R 2514 2516 2088 0 -1 4202560 32021 0 1 0 518 16 0 0 24 0 12 0 31399593 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4108983690 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1527584 CPUtime=0.9
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 16699 0 0 0 82 8 0 0 16 0 12 0 31399595 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1527584 CPUtime=0.88
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 14104 0 0 0 83 5 0 0 18 0 12 0 31399595 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 31399596 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 31399597 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 31399597 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 31399601 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1527584 CPUtime=0.12
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 97 0 0 0 12 0 0 0 20 0 12 0 31399601 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1527584 CPUtime=0.49
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 1047 0 0 0 49 0 0 0 16 0 12 0 31399601 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31399601 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1527584 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31399601 1564246016 60321 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1527584

[startup+12.701 s]
/proc/loadavg: 1.25 1.07 1.02 3/122 2532
/proc/meminfo: memFree=1518296/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1530188 CPUtime=19.89
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 80770 0 1 0 1948 41 0 0 15 0 16 0 31399592 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 382547 73506 1438 10 0 379850 0
[pid=2516/tid=2518] ppid=2514 vsize=1530188 CPUtime=6.06
/proc/2516/task/2518/stat : 2518 (java) S 2514 2516 2088 0 -1 4202560 32048 0 1 0 590 16 0 0 18 0 16 0 31399593 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1530188 CPUtime=1.63
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 24698 0 0 0 150 13 0 0 15 0 16 0 31399595 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1530188 CPUtime=1.6
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 20572 0 0 0 152 8 0 0 16 0 16 0 31399595 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1530188 CPUtime=0.01
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 16 0 31399596 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31399597 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31399597 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31399601 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1530188 CPUtime=0.56
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 327 0 0 0 56 0 0 0 15 0 16 0 31399601 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1530188 CPUtime=1.14
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 1982 0 0 0 114 0 0 0 15 0 16 0 31399601 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31399601 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31399601 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2529] ppid=2514 vsize=1530188 CPUtime=4.33
/proc/2516/task/2529/stat : 2529 (java) R 2514 2516 2088 0 -1 4202560 25 0 0 0 433 0 0 0 25 0 16 0 31400321 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4109063594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2516/tid=2530] ppid=2514 vsize=1530188 CPUtime=4.48
/proc/2516/task/2530/stat : 2530 (java) R 2514 2516 2088 0 -1 4202560 38 0 0 0 448 0 0 0 20 0 16 0 31400321 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4109109838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2531] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2531/stat : 2531 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 31400437 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2532] ppid=2514 vsize=1530188 CPUtime=0
/proc/2516/task/2532/stat : 2532 (java) S 2514 2516 2088 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31400442 1566912512 73506 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (KiB) 1530188

[startup+25.5018 s]
/proc/loadavg: 1.42 1.12 1.03 3/122 2532
/proc/meminfo: memFree=1515816/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1530420 CPUtime=45.22
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 81866 0 1 0 4479 43 0 0 15 0 16 0 31399592 1567150080 74036 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 382605 74036 1438 10 0 379908 0
[pid=2516/tid=2518] ppid=2514 vsize=1530420 CPUtime=6.06
/proc/2516/task/2518/stat : 2518 (java) S 2514 2516 2088 0 -1 4202560 32048 0 1 0 590 16 0 0 18 0 16 0 31399593 1567150080 74036 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1530420 CPUtime=1.75
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 24929 0 0 0 162 13 0 0 15 0 16 0 31399595 1567150080 74036 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1530420 CPUtime=1.74
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 20784 0 0 0 165 9 0 0 16 0 16 0 31399595 1567150080 74036 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1530420 CPUtime=0.03

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

/proc/2516/task/2531/stat : 2531 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 31400437 1567588352 96050 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2532] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2532/stat : 2532 (java) S 2514 2516 2088 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31400442 1567588352 96050 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1506.67
Current children cumulated vsize (KiB) 1530848

[startup+822.302 s]
/proc/loadavg: 2.03 2.08 1.66 3/122 2554
/proc/meminfo: memFree=1412772/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1530848 CPUtime=1625.64
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 112440 0 1 0 162432 132 0 0 15 0 16 0 31399592 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 382712 99633 1444 10 0 380015 0
[pid=2516/tid=2518] ppid=2514 vsize=1530848 CPUtime=6.06
/proc/2516/task/2518/stat : 2518 (java) S 2514 2516 2088 0 -1 4202560 32048 0 1 0 590 16 0 0 15 0 16 0 31399593 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1530848 CPUtime=6.77
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 37676 0 0 0 644 33 0 0 15 0 16 0 31399595 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1530848 CPUtime=6.76
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 35203 0 0 0 646 30 0 0 16 0 16 0 31399595 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1530848 CPUtime=0.53
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 54 0 0 0 43 10 0 0 15 0 16 0 31399596 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31399601 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1530848 CPUtime=1.2
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 2072 0 0 0 119 1 0 0 15 0 16 0 31399601 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1530848 CPUtime=2.3
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 3219 0 0 0 229 1 0 0 16 0 16 0 31399601 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31399601 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 31399601 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2529] ppid=2514 vsize=1530848 CPUtime=802.91
/proc/2516/task/2529/stat : 2529 (java) R 2514 2516 2088 0 -1 4202560 439 0 0 0 80270 21 0 0 25 0 16 0 31400321 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4109063655 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2530] ppid=2514 vsize=1530848 CPUtime=799.03
/proc/2516/task/2530/stat : 2530 (java) R 2514 2516 2088 0 -1 4202560 607 0 0 0 79887 16 0 0 25 0 16 0 31400321 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4109063628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2516/tid=2531] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2531/stat : 2531 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 31400437 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2532] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2532/stat : 2532 (java) S 2514 2516 2088 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31400442 1567588352 99633 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.64
Current children cumulated vsize (KiB) 1530848

[startup+882.302 s]
/proc/loadavg: 2.01 2.07 1.68 3/122 2554
/proc/meminfo: memFree=1385492/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1530848 CPUtime=1744.59
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 120183 0 1 0 174320 139 0 0 15 0 16 0 31399592 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 382712 106405 1444 10 0 380015 0
[pid=2516/tid=2518] ppid=2514 vsize=1530848 CPUtime=6.06
/proc/2516/task/2518/stat : 2518 (java) S 2514 2516 2088 0 -1 4202560 32048 0 1 0 590 16 0 0 15 0 16 0 31399593 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1530848 CPUtime=7.19
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 41269 0 0 0 685 34 0 0 16 0 16 0 31399595 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1530848 CPUtime=7.17
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 39319 0 0 0 686 31 0 0 15 0 16 0 31399595 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1530848 CPUtime=0.54
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 57 0 0 0 44 10 0 0 15 0 16 0 31399596 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31399601 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1530848 CPUtime=1.2
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 2072 0 0 0 119 1 0 0 15 0 16 0 31399601 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1530848 CPUtime=2.3
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 3220 0 0 0 229 1 0 0 15 0 16 0 31399601 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31399601 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 31399601 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2529] ppid=2514 vsize=1530848 CPUtime=861.46
/proc/2516/task/2529/stat : 2529 (java) R 2514 2516 2088 0 -1 4202560 445 0 0 0 86122 24 0 0 25 0 16 0 31400321 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4109063485 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2530] ppid=2514 vsize=1530848 CPUtime=858.57
/proc/2516/task/2530/stat : 2530 (java) R 2514 2516 2088 0 -1 4202560 627 0 0 0 85841 16 0 0 25 0 16 0 31400321 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4109263938 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2516/tid=2531] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2531/stat : 2531 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 31400437 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2532] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2532/stat : 2532 (java) S 2514 2516 2088 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31400442 1567588352 106405 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1744.59
Current children cumulated vsize (KiB) 1530848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.302 s]
/proc/loadavg: 2.00 2.06 1.69 3/122 2556
/proc/meminfo: memFree=1373960/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1530848 CPUtime=1800.11
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 123516 0 1 0 179869 142 0 0 15 0 16 0 31399592 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 382712 109315 1444 10 0 380015 0
[pid=2516/tid=2518] ppid=2514 vsize=1530848 CPUtime=6.06
/proc/2516/task/2518/stat : 2518 (java) S 2514 2516 2088 0 -1 4202560 32048 0 1 0 590 16 0 0 15 0 16 0 31399593 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1530848 CPUtime=7.39
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 42753 0 0 0 704 35 0 0 16 0 16 0 31399595 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1530848 CPUtime=7.36
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 41152 0 0 0 704 32 0 0 16 0 16 0 31399595 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1530848 CPUtime=0.54
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 59 0 0 0 44 10 0 0 15 0 16 0 31399596 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1530848 CPUtime=1.2
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 2072 0 0 0 119 1 0 0 15 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1530848 CPUtime=2.3
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 3220 0 0 0 229 1 0 0 15 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2529] ppid=2514 vsize=1530848 CPUtime=888.79
/proc/2516/task/2529/stat : 2529 (java) R 2514 2516 2088 0 -1 4202560 451 0 0 0 88854 25 0 0 25 0 16 0 31400321 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4109385519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2530] ppid=2514 vsize=1530848 CPUtime=886.37
/proc/2516/task/2530/stat : 2530 (java) R 2514 2516 2088 0 -1 4202560 633 0 0 0 88621 16 0 0 25 0 16 0 31400321 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4109263905 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2516/tid=2531] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2531/stat : 2531 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 31400437 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2532] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2532/stat : 2532 (java) S 2514 2516 2088 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31400442 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1530848

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

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

[startup+910.302 s]
/proc/loadavg: 2.00 2.06 1.69 3/122 2556
/proc/meminfo: memFree=1373960/2059040 swapFree=4135652/4192956
[pid=2516] ppid=2514 vsize=1530848 CPUtime=1800.11
/proc/2516/stat : 2516 (java) S 2514 2516 2088 0 -1 4202496 123516 0 1 0 179869 142 0 0 15 0 16 0 31399592 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2516/statm: 382712 109315 1444 10 0 380015 0
[pid=2516/tid=2518] ppid=2514 vsize=1530848 CPUtime=6.06
/proc/2516/task/2518/stat : 2518 (java) S 2514 2516 2088 0 -1 4202560 32048 0 1 0 590 16 0 0 15 0 16 0 31399593 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2519] ppid=2514 vsize=1530848 CPUtime=7.39
/proc/2516/task/2519/stat : 2519 (java) S 2514 2516 2088 0 -1 4202560 42753 0 0 0 704 35 0 0 16 0 16 0 31399595 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2520] ppid=2514 vsize=1530848 CPUtime=7.36
/proc/2516/task/2520/stat : 2520 (java) S 2514 2516 2088 0 -1 4202560 41152 0 0 0 704 32 0 0 16 0 16 0 31399595 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2521] ppid=2514 vsize=1530848 CPUtime=0.54
/proc/2516/task/2521/stat : 2521 (java) S 2514 2516 2088 0 -1 4202560 59 0 0 0 44 10 0 0 15 0 16 0 31399596 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2522] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2522/stat : 2522 (java) S 2514 2516 2088 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2523] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2523/stat : 2523 (java) S 2514 2516 2088 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31399597 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2524] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2524/stat : 2524 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2525] ppid=2514 vsize=1530848 CPUtime=1.2
/proc/2516/task/2525/stat : 2525 (java) S 2514 2516 2088 0 -1 4202560 2072 0 0 0 119 1 0 0 15 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2526] ppid=2514 vsize=1530848 CPUtime=2.3
/proc/2516/task/2526/stat : 2526 (java) S 2514 2516 2088 0 -1 4202560 3220 0 0 0 229 1 0 0 15 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=2516/tid=2527] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2527/stat : 2527 (java) S 2514 2516 2088 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2528] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2528/stat : 2528 (java) S 2514 2516 2088 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 31399601 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2529] ppid=2514 vsize=1530848 CPUtime=888.79
/proc/2516/task/2529/stat : 2529 (java) R 2514 2516 2088 0 -1 4202560 451 0 0 0 88854 25 0 0 25 0 16 0 31400321 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4109385519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2516/tid=2530] ppid=2514 vsize=1530848 CPUtime=886.37
/proc/2516/task/2530/stat : 2530 (java) R 2514 2516 2088 0 -1 4202560 633 0 0 0 88621 16 0 0 25 0 16 0 31400321 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4109263905 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2516/tid=2531] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2531/stat : 2531 (java) S 2514 2516 2088 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 31400437 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=2516/tid=2532] ppid=2514 vsize=1530848 CPUtime=0
/proc/2516/task/2532/stat : 2532 (java) S 2514 2516 2088 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 31400442 1567588352 109315 1992294400 134512640 134550932 4290624384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1530848

Child status: 143
Real time (s): 910.38
CPU time (s): 1800.21
CPU user time (s): 1798.74
CPU system time (s): 1.47378
CPU usage (%): 197.743
Max. virtual memory (cumulated for all children) (KiB): 1534528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.47378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123536
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= 30926
involuntary context switches= 54113

runsolver used 4.09938 second user time and 9.74352 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 01:25:56
IDJOB=2662192
IDBENCH=2464
IDSOLVER=1166
FILE ID=node002/2662192-1276557955
PBS_JOBID= 11173491
Free space on /tmp= 62448 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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-degen3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662192-1276557955/watcher-2662192-1276557955 -o /tmp/evaluation-result-2662192-1276557955/solver-2662192-1276557955 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662192-1276557955.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=303065953

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1808296 kB
Buffers:         38416 kB
Cached:         122700 kB
SwapCached:      10484 kB
Active:          87332 kB
Inactive:        86456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1808296 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:           10864 kB
Writeback:           0 kB
AnonPages:       11116 kB
Mapped:           9276 kB
Slab:            55036 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181564 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= 62448 MiB
End job on node002 at 2010-06-15 01:41:09