Trace number 46641

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, and are wall clock time (not CPU 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
SAT4JPSEUDO 2006.2? (TO) 1800.49 1787.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node24/46641-1154067450/instance-46641-1154067450.opb
0.20	c reading problem ... 
13.33	c ... done. Time 13.133 ms.
13.33	c #vars     11001
13.33	c #constraints  21678
1787.42	c starts		: 13
1787.42	c conflicts		: 28888
1787.42	c decisions		: 51881
1787.42	c propagations		: 6932567
1787.42	c inspects		: 334819363
1787.42	c learnt literals	: 0
1787.42	c learnt binary clauses	: 1
1787.42	c learnt ternary clauses	: 0
1787.42	c learnt clauses	: 28887
1787.42	c root simplifications	: 0
1787.42	c removed literals (reason simplification)	: 0
1787.42	c reason swapping (by a shorter reason)	: 0
1787.42	c Calls to reduceDB	: 0
1787.42	c speed (decisions/second)	: 29.244104084005848
1787.42	c non guided choices	10840
1787.42	s UNKNOWN
1787.42	c Total wall clock time (ms): 1787.223

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node24/watcher-46641-1154067450 -o ROOT/results/node24/solver-46641-1154067450 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node24/46641-1154067450/instance-46641-1154067450.opb 322846430 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.99 3/64 1703
/proc/meminfo: memFree=1540392/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=172 CPUtime=0
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 202 0 0 0 0 0 0 0 19 0 1 0 153605664 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 2605860 0 0 4096 0 0 0 0 17 0 0 0
/proc/1703/statm: 43 24 18 14 0 3 0

[startup+10.0022 s]
/proc/loadavg: 1.00 0.99 0.99 3/75 1715
/proc/meminfo: memFree=1318288/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1712668 CPUtime=11.29
/proc/1703/stat : 1703 (java) S 1701 1703 1652 0 -1 0 61628 0 1 0 1099 30 0 0 23 0 12 0 153605664 1753772032 57352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 428167 57352 1881 14 0 414914 0
[pid=1703/tid=1704] ppid=1701 vsize=1712668 CPUtime=0.6
/proc/1703/task/1704/stat : 1704 (java) R 1701 1703 1652 0 -1 64 9655 0 0 0 56 4 0 0 16 0 12 0 153605667 1753772032 57356 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1712668 CPUtime=0.59
/proc/1703/task/1705/stat : 1705 (java) R 1701 1703 1652 0 -1 64 12002 0 0 0 54 5 0 0 17 0 12 0 153605667 1753772032 57358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154976005 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 153605669 1753772032 57361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 153605670 1753772032 57363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 153605670 1753772032 57365 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 153605673 1753772032 57366 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 153605673 1753772032 57368 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1712668 CPUtime=0.5
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 1455 0 0 0 50 0 0 0 17 0 12 0 153605673 1753772032 57370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1712668 CPUtime=0.45
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 1990 0 0 0 45 0 0 0 16 0 12 0 153605673 1753772032 57372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153605673 1753772032 57372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1712668 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 153605673 1753772032 57372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (Kb) 1712668

[startup+20.0269 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 1716
/proc/meminfo: memFree=1291336/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716500 CPUtime=22.22
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 71401 0 1 0 2187 35 0 0 25 0 13 0 153605664 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071620096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429125 64066 1905 14 0 415872 0
[pid=1703/tid=1704] ppid=1701 vsize=1716500 CPUtime=0.79
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 12473 0 0 0 73 6 0 0 16 0 13 0 153605667 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716500 CPUtime=0.78
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 15487 0 0 0 72 6 0 0 16 0 13 0 153605667 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 153605669 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 153605673 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716500 CPUtime=0.99
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3180 0 0 0 98 1 0 0 16 0 13 0 153605673 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716500 CPUtime=0.87
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3668 0 0 0 86 1 0 0 17 0 13 0 153605673 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716500 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153607000 1757696000 64066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (Kb) 1716500

[startup+30.0348 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 1716
/proc/meminfo: memFree=1291272/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=32.49
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 71515 0 1 0 3213 36 0 0 25 0 13 0 153605664 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071619915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429109 64101 1908 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=0.82
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 12513 0 0 0 76 6 0 0 16 0 13 0 153605667 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=0.81
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 15527 0 0 0 75 6 0 0 16 0 13 0 153605667 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 153605669 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 153605673 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.07
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3188 0 0 0 106 1 0 0 17 0 13 0 153605673 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.06
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3681 0 0 0 105 1 0 0 17 0 13 0 153605673 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153607000 1757630464 64101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.49
Current children cumulated vsize (Kb) 1716436

[startup+40.0417 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 1716
/proc/meminfo: memFree=1297544/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=42.64
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 71688 0 1 0 4228 36 0 0 17 0 13 0 153605664 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071620208 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1703/statm: 429109 62521 1910 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=0.86
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 12607 0 0 0 80 6 0 0 16 0 13 0 153605667 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=0.85
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 15593 0 0 0 79 6 0 0 17 0 13 0 153605667 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 153605669 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3193 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.09
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3682 0 0 0 108 1 0 0 17 0 13 0 153605673 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153607000 1757630464 62521 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.64
Current children cumulated vsize (Kb) 1716436

[startup+50.0538 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 1716
/proc/meminfo: memFree=1303368/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=52.69
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 71814 0 1 0 5233 36 0 0 25 0 13 0 153605664 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071620358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1703/statm: 429109 61069 1910 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=0.89
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 12682 0 0 0 83 6 0 0 16 0 13 0 153605667 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=0.88
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 15639 0 0 0 82 6 0 0 17 0 13 0 153605667 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 153605669 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.16
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3194 0 0 0 115 1 0 0 17 0 13 0 153605673 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.11
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3682 0 0 0 110 1 0 0 16 0 13 0 153605673 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 61069 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.69
Current children cumulated vsize (Kb) 1716436

[startup+60.0617 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 1716
/proc/meminfo: memFree=1311880/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=62.75
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 71998 0 1 0 6239 36 0 0 18 0 13 0 153605664 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071580979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1703/statm: 429109 58934 1910 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=0.95
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 12811 0 0 0 89 6 0 0 16 0 13 0 153605667 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=0.94
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 15689 0 0 0 88 6 0 0 17 0 13 0 153605667 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 153605669 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 58934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0

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

/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.22
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3196 0 0 0 121 1 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3683 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.33
Current children cumulated vsize (Kb) 1716436

[startup+1784.39 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 1718
/proc/meminfo: memFree=1166216/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=1797.34
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 160387 0 1 0 179637 97 0 0 25 0 13 0 153605664 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071620096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429109 95106 1911 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=12.02
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 43415 0 0 0 1178 24 0 0 16 0 13 0 153605667 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=12
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 39686 0 0 0 1179 21 0 0 16 0 13 0 153605667 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0.24
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 106 0 0 0 12 12 0 0 16 0 13 0 153605669 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.22
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3196 0 0 0 121 1 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3683 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.34
Current children cumulated vsize (Kb) 1716436

[startup+1785.4 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 1718
/proc/meminfo: memFree=1166216/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=1798.34
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 160387 0 1 0 179737 97 0 0 25 0 13 0 153605664 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071574255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429109 95106 1911 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=12.02
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 43415 0 0 0 1178 24 0 0 16 0 13 0 153605667 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=12
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 39686 0 0 0 1179 21 0 0 16 0 13 0 153605667 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0.24
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 106 0 0 0 12 12 0 0 16 0 13 0 153605669 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.22
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3196 0 0 0 121 1 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3683 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 95106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.34
Current children cumulated vsize (Kb) 1716436

[startup+1786.4 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 1718
/proc/meminfo: memFree=1166472/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=1799.36
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 160441 0 1 0 179839 97 0 0 20 0 13 0 153605664 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071581026 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429109 95030 1911 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=12.03
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 43425 0 0 0 1179 24 0 0 16 0 13 0 153605667 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=12.01
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 39729 0 0 0 1180 21 0 0 16 0 13 0 153605667 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0.24
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 106 0 0 0 12 12 0 0 15 0 13 0 153605669 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.22
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3196 0 0 0 121 1 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3683 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (Kb) 1716436

[startup+1787.41 s]
/proc/loadavg: 1.03 1.02 1.00 2/76 1718
/proc/meminfo: memFree=1166472/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=1800.36
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 160441 0 1 0 179939 97 0 0 25 0 13 0 153605664 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071580886 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429109 95030 1911 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=12.03
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 43425 0 0 0 1179 24 0 0 16 0 13 0 153605667 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=12.01
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 39729 0 0 0 1180 21 0 0 16 0 13 0 153605667 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0.24
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 106 0 0 0 12 12 0 0 16 0 13 0 153605669 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.22
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3196 0 0 0 121 1 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3683 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (Kb) 1716436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.41 s]
/proc/loadavg: 1.03 1.02 1.00 3/76 1718
/proc/meminfo: memFree=1166472/2055920 swapFree=4183196/4192956
[pid=1703] ppid=1701 vsize=1716436 CPUtime=1800.37
/proc/1703/stat : 1703 (java) R 1701 1703 1652 0 -1 0 160441 0 1 0 179940 97 0 0 25 0 13 0 153605664 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071581026 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 429109 95030 1911 14 0 415856 0
[pid=1703/tid=1704] ppid=1701 vsize=1716436 CPUtime=12.03
/proc/1703/task/1704/stat : 1704 (java) S 1701 1703 1652 0 -1 64 43425 0 0 0 1179 24 0 0 16 0 13 0 153605667 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1701 vsize=1716436 CPUtime=12.01
/proc/1703/task/1705/stat : 1705 (java) S 1701 1703 1652 0 -1 64 39729 0 0 0 1180 21 0 0 16 0 13 0 153605667 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1701 vsize=1716436 CPUtime=0.24
/proc/1703/task/1706/stat : 1706 (java) S 1701 1703 1652 0 -1 64 106 0 0 0 12 12 0 0 16 0 13 0 153605669 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1707] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1701 1703 1652 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1708] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1701 1703 1652 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 153605670 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1709] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1709/stat : 1709 (java) S 1701 1703 1652 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1711] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1701 1703 1652 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1712] ppid=1701 vsize=1716436 CPUtime=1.22
/proc/1703/task/1712/stat : 1712 (java) S 1701 1703 1652 0 -1 64 3196 0 0 0 121 1 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1713] ppid=1701 vsize=1716436 CPUtime=1.15
/proc/1703/task/1713/stat : 1713 (java) S 1701 1703 1652 0 -1 64 3683 0 0 0 114 1 0 0 17 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1714] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1714/stat : 1714 (java) S 1701 1703 1652 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1703/tid=1715] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1715/stat : 1715 (java) S 1701 1703 1652 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153605673 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1703/tid=1716] ppid=1701 vsize=1716436 CPUtime=0
/proc/1703/task/1716/stat : 1716 (java) S 1701 1703 1652 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153607000 1757630464 95030 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (Kb) 1716436

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

Child status: 143
Real time (s): 1787.52
CPU time (s): 1800.49
CPU user time (s): 1799.44
CPU system time (s): 1.04184
CPU usage (%): 100.725
Max. virtual memory (cumulated for all children) (Kb): 1716500
The end

Launcher Data (download as text)

Begin job on node24 on Fri Jul 28 06:17:30 UTC 2006


FILE ID= 46641-1154067450

PBS_JOBID= 882543

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node24/46641-1154067450/instance-46641-1154067450.opb 322846430
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-46641-1154067450 -o ROOT/results/node24/solver-46641-1154067450 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node24/46641-1154067450/instance-46641-1154067450.opb 322846430

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  5a1b3155d98b6c4d8f9ab1b869fece67

RANDOM SEED= 322846430

TIMEOUT= 1800 seconds


/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.266
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.266
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1540600 kB
Buffers:         35804 kB
Cached:         420204 kB
SwapCached:       3672 kB
Active:          39936 kB
Inactive:       424744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540600 kB
SwapTotal:     4192956 kB
SwapFree:      4183196 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            36636 kB
Committed_AS:   558792 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node24 on Fri Jul 28 06:47:18 UTC 2006