Trace number 42673

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 Heuristics? (TO) 1800.5 1761.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c no version file found!!!
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_06
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 1548419056
0.18	c Max memory 1551040512
0.18	c Total memory 1551040512
0.18	c Number of processors 2
0.25	c Cutting planes based inference
0.25	c --- Begin Solver configuration ---
0.25	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.25	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.25	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving ROOT/tmp/node4/42673-1149365820/instance-42673-1149365820.opb
0.25	c reading problem ... 
1761.41	c starts		: 0
1761.41	c conflicts		: 0
1761.41	c decisions		: 0
1761.41	c propagations		: 0
1761.41	c inspects		: 0
1761.41	c learnt literals	: 0
1761.41	c learnt binary clauses	: 0
1761.41	c learnt ternary clauses	: 0
1761.41	c learnt clauses	: 0
1761.41	c root simplifications	: 0
1761.41	c removed literals (reason simplification)	: 0
1761.41	c reason swapping (by a shorter reason)	: 0
1761.41	c Calls to reduceDB	: 0
1761.41	c speed (decisions/second)	: 0.0
1761.41	c non guided choices	0
1761.41	s UNKNOWN
1761.41	c Total wall clock time (ms): 1761.166

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-42673-1149365820 -o ROOT/results/node4/solver-42673-1149365820 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node4/42673-1149365820/instance-42673-1149365820.opb 529757715 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.96 2/64 15440
/proc/meminfo: memFree=1729504/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1784 CPUtime=0
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 153 0 0 0 0 0 0 0 18 0 1 0 202243995 1826816 125 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15440/statm: 446 132 97 14 0 91 0

[startup+10.0051 s]
/proc/loadavg: 0.93 0.98 0.96 2/75 15451
/proc/meminfo: memFree=1515664/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709072 CPUtime=10.54
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 56235 0 1 0 1017 37 0 0 16 0 12 0 202243995 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071361699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15440/statm: 427268 55301 1870 14 0 414015 0
[pid=15440/tid=15441] ppid=15438 vsize=1709072 CPUtime=0.36
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 16230 0 0 0 24 12 0 0 15 0 12 0 202244002 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709072 CPUtime=0.36
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 2780 0 0 0 27 9 0 0 16 0 12 0 202244002 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 24 0 0 0 0 0 0 0 15 0 12 0 202244004 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709072 CPUtime=0.16
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 299 0 0 0 16 0 0 0 17 0 12 0 202244008 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709072 CPUtime=0.13
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 448 0 0 0 13 0 0 0 16 0 12 0 202244008 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709072 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202244008 1750089728 55301 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (Kb) 1709072

[startup+20.0137 s]
/proc/loadavg: 0.94 0.98 0.96 2/75 15451
/proc/meminfo: memFree=1514640/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709324 CPUtime=20.81
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 56617 0 1 0 2038 43 0 0 25 0 12 0 202243995 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071359448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15440/statm: 427331 55645 1878 14 0 414078 0
[pid=15440/tid=15441] ppid=15438 vsize=1709324 CPUtime=0.54
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 16352 0 0 0 39 15 0 0 15 0 12 0 202244002 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709324 CPUtime=0.54
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 2917 0 0 0 42 12 0 0 16 0 12 0 202244002 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 202244004 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709324 CPUtime=0.21
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 322 0 0 0 21 0 0 0 17 0 12 0 202244008 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709324 CPUtime=0.23
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 514 0 0 0 23 0 0 0 17 0 12 0 202244008 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709324 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202244008 1750347776 55645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.81
Current children cumulated vsize (Kb) 1709324

[startup+30.0216 s]
/proc/loadavg: 1.02 1.00 0.97 2/75 15451
/proc/meminfo: memFree=1513168/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1708884 CPUtime=31.09
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 57111 0 1 0 3058 51 0 0 25 0 12 0 202243995 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15440/statm: 427221 56025 1878 14 0 413968 0
[pid=15440/tid=15441] ppid=15438 vsize=1708884 CPUtime=0.71
/proc/15440/task/15441/stat : 15441 (java) R 15438 15440 15394 0 -1 64 16513 0 0 0 54 17 0 0 16 0 12 0 202244002 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1708884 CPUtime=0.7
/proc/15440/task/15442/stat : 15442 (java) R 15438 15440 15394 0 -1 64 3223 0 0 0 54 16 0 0 15 0 12 0 202244002 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 202244004 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1708884 CPUtime=0.25
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 325 0 0 0 25 0 0 0 16 0 12 0 202244008 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1708884 CPUtime=0.29
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 517 0 0 0 29 0 0 0 16 0 12 0 202244008 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202244008 1749897216 56025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.09
Current children cumulated vsize (Kb) 1708884

[startup+40.0286 s]
/proc/loadavg: 1.10 1.02 0.97 2/75 15451
/proc/meminfo: memFree=1511376/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1708884 CPUtime=41.28
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 57589 0 1 0 4070 58 0 0 21 0 12 0 202243995 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709502 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15440/statm: 427221 56481 1878 14 0 413968 0
[pid=15440/tid=15441] ppid=15438 vsize=1708884 CPUtime=0.9
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 16745 0 0 0 69 21 0 0 16 0 12 0 202244002 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1708884 CPUtime=0.89
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 3449 0 0 0 69 20 0 0 16 0 12 0 202244002 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1708884 CPUtime=0.01
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 202244004 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1708884 CPUtime=0.25
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 325 0 0 0 25 0 0 0 17 0 12 0 202244008 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1708884 CPUtime=0.3
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 517 0 0 0 30 0 0 0 16 0 12 0 202244008 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202244008 1749897216 56481 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.28
Current children cumulated vsize (Kb) 1708884

[startup+50.0356 s]
/proc/loadavg: 1.08 1.02 0.97 2/75 15451
/proc/meminfo: memFree=1510224/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1708884 CPUtime=51.46
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 57893 0 1 0 5080 66 0 0 23 0 12 0 202243995 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071361844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15440/statm: 427221 56761 1878 14 0 413968 0
[pid=15440/tid=15441] ppid=15438 vsize=1708884 CPUtime=1.08
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 16855 0 0 0 85 23 0 0 16 0 12 0 202244002 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1708884 CPUtime=1.06
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 3623 0 0 0 81 25 0 0 16 0 12 0 202244002 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1708884 CPUtime=0.02
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 1 1 0 0 16 0 12 0 202244004 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1708884 CPUtime=0.25
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 325 0 0 0 25 0 0 0 17 0 12 0 202244008 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1708884 CPUtime=0.3
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 517 0 0 0 30 0 0 0 16 0 12 0 202244008 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202244008 1749897216 56761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.46
Current children cumulated vsize (Kb) 1708884

[startup+60.0425 s]
/proc/loadavg: 1.07 1.01 0.97 2/75 15451
/proc/meminfo: memFree=1509264/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1708884 CPUtime=61.64
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 58175 0 1 0 6091 73 0 0 25 0 12 0 202243995 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15440/statm: 427221 57021 1878 14 0 413968 0
[pid=15440/tid=15441] ppid=15438 vsize=1708884 CPUtime=1.26
/proc/15440/task/15441/stat : 15441 (java) R 15438 15440 15394 0 -1 64 16934 0 0 0 101 25 0 0 16 0 12 0 202244002 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1708884 CPUtime=1.24
/proc/15440/task/15442/stat : 15442 (java) R 15438 15440 15394 0 -1 64 3805 0 0 0 93 31 0 0 15 0 12 0 202244002 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649170 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1708884 CPUtime=0.02
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 1 1 0 0 16 0 12 0 202244004 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1708884 CPUtime=0.25
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 325 0 0 0 25 0 0 0 17 0 12 0 202244008 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1708884 CPUtime=0.3
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 517 0 0 0 30 0 0 0 16 0 12 0 202244008 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1708884 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202244008 1749897216 57021 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[startup+1757.38 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 15453
/proc/meminfo: memFree=1328208/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709908 CPUtime=1796.28
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 107381 0 1 0 178094 1534 0 0 25 0 12 0 202243995 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071359448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15440/statm: 427477 102003 1879 14 0 414224 0
[pid=15440/tid=15441] ppid=15438 vsize=1709908 CPUtime=39.89
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 37239 0 0 0 3390 599 0 0 16 0 12 0 202244002 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709908 CPUtime=39.87
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 29257 0 0 0 3113 874 0 0 16 0 12 0 202244002 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709908 CPUtime=0.73
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 45 28 0 0 15 0 12 0 202244004 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709908 CPUtime=0.27
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 326 0 0 0 27 0 0 0 16 0 12 0 202244008 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709908 CPUtime=0.38
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 521 0 0 0 38 0 0 0 17 0 12 0 202244008 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 202244008 1750945792 102003 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (Kb) 1709908

[startup+1758.39 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 15453
/proc/meminfo: memFree=1328080/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709908 CPUtime=1797.31
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 107410 0 1 0 178196 1535 0 0 25 0 12 0 202243995 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071359380 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15440/statm: 427477 102029 1879 14 0 414224 0
[pid=15440/tid=15441] ppid=15438 vsize=1709908 CPUtime=39.91
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 37253 0 0 0 3392 599 0 0 15 0 12 0 202244002 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709908 CPUtime=39.91
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 29270 0 0 0 3116 875 0 0 16 0 12 0 202244002 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709908 CPUtime=0.73
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 45 28 0 0 16 0 12 0 202244004 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709908 CPUtime=0.27
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 326 0 0 0 27 0 0 0 16 0 12 0 202244008 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709908 CPUtime=0.38
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 521 0 0 0 38 0 0 0 17 0 12 0 202244008 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 202244008 1750945792 102029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (Kb) 1709908

[startup+1759.39 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 15453
/proc/meminfo: memFree=1328016/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709908 CPUtime=1798.35
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 107438 0 1 0 178299 1536 0 0 25 0 12 0 202243995 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071361691 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15440/statm: 427477 102055 1879 14 0 414224 0
[pid=15440/tid=15441] ppid=15438 vsize=1709908 CPUtime=39.94
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 37266 0 0 0 3395 599 0 0 16 0 12 0 202244002 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709908 CPUtime=39.93
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 29283 0 0 0 3118 875 0 0 16 0 12 0 202244002 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709908 CPUtime=0.73
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 45 28 0 0 16 0 12 0 202244004 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709908 CPUtime=0.27
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 326 0 0 0 27 0 0 0 16 0 12 0 202244008 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709908 CPUtime=0.38
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 521 0 0 0 38 0 0 0 17 0 12 0 202244008 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 202244008 1750945792 102055 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (Kb) 1709908

[startup+1760.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 15453
/proc/meminfo: memFree=1327888/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709908 CPUtime=1799.38
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 107466 0 1 0 178401 1537 0 0 25 0 12 0 202243995 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071361691 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15440/statm: 427477 102081 1879 14 0 414224 0
[pid=15440/tid=15441] ppid=15438 vsize=1709908 CPUtime=39.97
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 37279 0 0 0 3397 600 0 0 16 0 12 0 202244002 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709908 CPUtime=39.95
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 29296 0 0 0 3120 875 0 0 16 0 12 0 202244002 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709908 CPUtime=0.73
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 45 28 0 0 16 0 12 0 202244004 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709908 CPUtime=0.27
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 326 0 0 0 27 0 0 0 16 0 12 0 202244008 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709908 CPUtime=0.38
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 521 0 0 0 38 0 0 0 17 0 12 0 202244008 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 202244008 1750945792 102081 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (Kb) 1709908

[startup+1761.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 15453
/proc/meminfo: memFree=1327760/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709908 CPUtime=1800.4
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 107495 0 1 0 178503 1537 0 0 25 0 12 0 202243995 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071361844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15440/statm: 427477 102107 1879 14 0 414224 0
[pid=15440/tid=15441] ppid=15438 vsize=1709908 CPUtime=39.99
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 37293 0 0 0 3399 600 0 0 15 0 12 0 202244002 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709908 CPUtime=39.98
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 29309 0 0 0 3122 876 0 0 16 0 12 0 202244002 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709908 CPUtime=0.73
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 45 28 0 0 16 0 12 0 202244004 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709908 CPUtime=0.27
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 326 0 0 0 27 0 0 0 16 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709908 CPUtime=0.38
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 521 0 0 0 38 0 0 0 17 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 1709908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.41 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 15453
/proc/meminfo: memFree=1327760/2055920 swapFree=4181420/4192956
[pid=15440] ppid=15438 vsize=1709908 CPUtime=1800.41
/proc/15440/stat : 15440 (java) R 15438 15440 15394 0 -1 0 107495 0 1 0 178504 1537 0 0 25 0 12 0 202243995 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071361699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15440/statm: 427477 102107 1879 14 0 414224 0
[pid=15440/tid=15441] ppid=15438 vsize=1709908 CPUtime=39.99
/proc/15440/task/15441/stat : 15441 (java) S 15438 15440 15394 0 -1 64 37293 0 0 0 3399 600 0 0 15 0 12 0 202244002 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15442] ppid=15438 vsize=1709908 CPUtime=39.98
/proc/15440/task/15442/stat : 15442 (java) S 15438 15440 15394 0 -1 64 29309 0 0 0 3122 876 0 0 16 0 12 0 202244002 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15443] ppid=15438 vsize=1709908 CPUtime=0.73
/proc/15440/task/15443/stat : 15443 (java) S 15438 15440 15394 0 -1 64 25 0 0 0 45 28 0 0 16 0 12 0 202244004 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15444] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15444/stat : 15444 (java) S 15438 15440 15394 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15445] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15445/stat : 15445 (java) S 15438 15440 15394 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 202244005 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15446] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15446/stat : 15446 (java) S 15438 15440 15394 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15447] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15447/stat : 15447 (java) S 15438 15440 15394 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15448] ppid=15438 vsize=1709908 CPUtime=0.27
/proc/15440/task/15448/stat : 15448 (java) S 15438 15440 15394 0 -1 64 326 0 0 0 27 0 0 0 16 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15449] ppid=15438 vsize=1709908 CPUtime=0.38
/proc/15440/task/15449/stat : 15449 (java) S 15438 15440 15394 0 -1 64 521 0 0 0 38 0 0 0 17 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15440/tid=15450] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15450/stat : 15450 (java) S 15438 15440 15394 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15440/tid=15451] ppid=15438 vsize=1709908 CPUtime=0
/proc/15440/task/15451/stat : 15451 (java) S 15438 15440 15394 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 202244008 1750945792 102107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 1709908

Sending SIGTERM to -15440
Sleeping 2 seconds

Child status: 143
Real time (s): 1761.5
CPU time (s): 1800.5
CPU user time (s): 1785.06
CPU system time (s): 15.4427
CPU usage (%): 102.214
Max. virtual memory (cumulated for all children) (Kb): 1709908

Launcher Data (download as text)

Begin job on node4 on Sat Jun  3 20:17:01 UTC 2006


FILE ID= 42673-1149365820

PBS_JOBID= 311812

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node4/42673-1149365820/instance-42673-1149365820.opb 529757715
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-42673-1149365820 -o ROOT/results/node4/solver-42673-1149365820 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node4/42673-1149365820/instance-42673-1149365820.opb 529757715

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  1ef5c8e94b66b7ed63dffc6923ecd901

RANDOM SEED= 529757715


/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.236
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.236
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:       1729904 kB
Buffers:         19364 kB
Cached:         246956 kB
SwapCached:       3164 kB
Active:          79544 kB
Inactive:       195436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729904 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            36984 kB
Committed_AS:   336672 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node4 on Sat Jun  3 20:46:23 UTC 2006