Trace number 43763

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.89 1765.48

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
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.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c no version file found!!!
0.22	c sun.arch.data.model	32
0.22	c java.version	1.5.0_06
0.22	c os.name	Linux
0.22	c os.version	2.6.9-22.EL.rootsmp
0.22	c os.arch	i386
0.22	c Free memory 1548419056
0.22	c Max memory 1551040512
0.22	c Total memory 1551040512
0.22	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.28	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node44/43763-1149322204/instance-43763-1149322204.opb
0.28	c reading problem ... 
1765.40	c starts		: 0
1765.40	c conflicts		: 0
1765.40	c decisions		: 0
1765.40	c propagations		: 0
1765.40	c inspects		: 0
1765.40	c learnt literals	: 0
1765.40	c learnt binary clauses	: 0
1765.40	c learnt ternary clauses	: 0
1765.40	c learnt clauses	: 0
1765.40	c root simplifications	: 0
1765.40	c removed literals (reason simplification)	: 0
1765.40	c reason swapping (by a shorter reason)	: 0
1765.40	c Calls to reduceDB	: 0
1765.40	c speed (decisions/second)	: 0.0
1765.40	c non guided choices	0
1765.40	s UNKNOWN
1765.40	c Total wall clock time (ms): 1765.119

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/node44/watcher-43763-1149322204 -o ROOT/results/node44/solver-43763-1149322204 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node44/43763-1149322204/instance-43763-1149322204.opb 559054511 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.23 0.73 0.90 2/64 20770
/proc/meminfo: memFree=1750720/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1500 CPUtime=0
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 69 0 0 0 0 0 0 0 18 0 1 0 197895873 1536000 53 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 11245361 0 0 4096 0 0 0 0 17 1 0 0
/proc/20770/statm: 375 64 51 14 0 8 0

[startup+10.0028 s]
/proc/loadavg: 0.49 0.77 0.91 2/75 20781
/proc/meminfo: memFree=1526888/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710776 CPUtime=10.82
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 59017 0 1 0 1046 36 0 0 17 0 12 0 197895873 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424583 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20770/statm: 427694 57699 1872 14 0 414441 0
[pid=20770/tid=20771] ppid=20768 vsize=1710776 CPUtime=0.54
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 11392 0 0 0 46 8 0 0 16 0 12 0 197895883 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710776 CPUtime=0.53
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 10571 0 0 0 43 10 0 0 16 0 12 0 197895883 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 197895885 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 197895889 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710776 CPUtime=0.3
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 855 0 0 0 30 0 0 0 16 0 12 0 197895889 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710776 CPUtime=0.15
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 204 0 0 0 15 0 0 0 16 0 12 0 197895889 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751834624 57699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (Kb) 1710776

[startup+20.0117 s]
/proc/loadavg: 0.57 0.78 0.91 2/75 20781
/proc/meminfo: memFree=1523624/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710776 CPUtime=21.08
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 59896 0 1 0 2068 40 0 0 16 0 12 0 197895873 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071431021 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427694 58541 1879 14 0 414441 0
[pid=20770/tid=20771] ppid=20768 vsize=1710776 CPUtime=0.71
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 11590 0 0 0 60 11 0 0 16 0 12 0 197895883 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710776 CPUtime=0.7
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 10687 0 0 0 59 11 0 0 15 0 12 0 197895883 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 197895885 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197895889 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710776 CPUtime=0.34
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 859 0 0 0 34 0 0 0 17 0 12 0 197895889 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710776 CPUtime=0.21
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 213 0 0 0 21 0 0 0 16 0 12 0 197895889 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710776 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751834624 58541 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.08
Current children cumulated vsize (Kb) 1710776

[startup+30.0267 s]
/proc/loadavg: 0.64 0.78 0.91 2/75 20781
/proc/meminfo: memFree=1521192/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=31.35
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 60729 0 1 0 3091 44 0 0 17 0 12 0 197895873 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424591 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 59134 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=0.86
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 11724 0 0 0 75 11 0 0 16 0 12 0 197895883 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=0.85
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 11103 0 0 0 70 15 0 0 16 0 12 0 197895883 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.01
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 197895885 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.39
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 917 0 0 0 39 0 0 0 16 0 12 0 197895889 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.3
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 418 0 0 0 30 0 0 0 16 0 12 0 197895889 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.35
Current children cumulated vsize (Kb) 1710808

[startup+40.0346 s]
/proc/loadavg: 0.69 0.79 0.91 2/75 20781
/proc/meminfo: memFree=1519208/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=41.47
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 61229 0 1 0 4098 49 0 0 25 0 12 0 197895873 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 59615 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=1
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 12007 0 0 0 86 14 0 0 16 0 12 0 197895883 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=0.98
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 11303 0 0 0 82 16 0 0 16 0 12 0 197895883 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.01
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 197895885 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.39
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 917 0 0 0 39 0 0 0 16 0 12 0 197895889 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.3
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 418 0 0 0 30 0 0 0 16 0 12 0 197895889 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 59615 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (Kb) 1710808

[startup+50.0435 s]
/proc/loadavg: 0.74 0.80 0.91 2/75 20781
/proc/meminfo: memFree=1517992/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=51.6
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 61563 0 1 0 5108 52 0 0 18 0 12 0 197895873 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 59919 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=1.13
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 12201 0 0 0 97 16 0 0 15 0 12 0 197895883 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=1.11
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 11426 0 0 0 94 17 0 0 16 0 12 0 197895883 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.01
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 197895885 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.39
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 917 0 0 0 39 0 0 0 16 0 12 0 197895889 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.3
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 418 0 0 0 30 0 0 0 16 0 12 0 197895889 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 59919 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.6
Current children cumulated vsize (Kb) 1710808

[startup+60.0513 s]
/proc/loadavg: 0.78 0.80 0.91 2/75 20781
/proc/meminfo: memFree=1516968/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=61.73
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 61852 0 1 0 6116 57 0 0 20 0 12 0 197895873 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071417753 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20770/statm: 427702 60175 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=1.27
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 12263 0 0 0 111 16 0 0 15 0 12 0 197895883 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=1.25
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 11637 0 0 0 103 22 0 0 16 0 12 0 197895883 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.01
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 197895885 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.39
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 917 0 0 0 39 0 0 0 16 0 12 0 197895889 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.3
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 418 0 0 0 30 0 0 0 16 0 12 0 197895889 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 60175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[startup+1761.34 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 20783
/proc/meminfo: memFree=1330280/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=1796.62
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 112056 0 1 0 178413 1249 0 0 19 0 12 0 197895873 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429136 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 106479 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=36.44
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 31254 0 0 0 3188 456 0 0 15 0 12 0 197895883 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=36.23
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 39399 0 0 0 2887 736 0 0 16 0 12 0 197895883 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.6
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 279 0 0 0 36 24 0 0 16 0 12 0 197895885 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.47
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 1239 0 0 0 47 0 0 0 17 0 12 0 197895889 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.32
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 422 0 0 0 32 0 0 0 16 0 12 0 197895889 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 106479 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (Kb) 1710808

[startup+1762.35 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 20783
/proc/meminfo: memFree=1330152/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=1797.65
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 112092 0 1 0 178515 1250 0 0 25 0 12 0 197895873 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 106511 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=36.47
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 31258 0 0 0 3191 456 0 0 15 0 12 0 197895883 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=36.26
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 39429 0 0 0 2889 737 0 0 16 0 12 0 197895883 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.6
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 279 0 0 0 36 24 0 0 16 0 12 0 197895885 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.47
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 1239 0 0 0 47 0 0 0 17 0 12 0 197895889 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.32
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 422 0 0 0 32 0 0 0 16 0 12 0 197895889 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 106511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (Kb) 1710808

[startup+1763.35 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 20783
/proc/meminfo: memFree=1330024/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=1798.68
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 112127 0 1 0 178617 1251 0 0 25 0 12 0 197895873 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 106543 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=36.5
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 31262 0 0 0 3194 456 0 0 15 0 12 0 197895883 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=36.29
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 39458 0 0 0 2891 738 0 0 16 0 12 0 197895883 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.6
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 279 0 0 0 36 24 0 0 16 0 12 0 197895885 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.47
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 1239 0 0 0 47 0 0 0 17 0 12 0 197895889 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.32
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 422 0 0 0 32 0 0 0 16 0 12 0 197895889 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 106543 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 1710808

[startup+1764.36 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 20783
/proc/meminfo: memFree=1329832/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=1799.72
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 112162 0 1 0 178720 1252 0 0 25 0 12 0 197895873 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 106575 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=36.52
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 31266 0 0 0 3196 456 0 0 16 0 12 0 197895883 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=36.32
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 39487 0 0 0 2893 739 0 0 16 0 12 0 197895883 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.6
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 279 0 0 0 36 24 0 0 16 0 12 0 197895885 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.47
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 1239 0 0 0 47 0 0 0 17 0 12 0 197895889 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.32
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 422 0 0 0 32 0 0 0 16 0 12 0 197895889 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 106575 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.72
Current children cumulated vsize (Kb) 1710808

[startup+1765.37 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 20783
/proc/meminfo: memFree=1329768/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=1800.74
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 112179 0 1 0 178821 1253 0 0 25 0 12 0 197895873 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071427103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 106591 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=36.54
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 31268 0 0 0 3198 456 0 0 16 0 12 0 197895883 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=36.33
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 39501 0 0 0 2894 739 0 0 16 0 12 0 197895883 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.6
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 279 0 0 0 36 24 0 0 16 0 12 0 197895885 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.47
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 1239 0 0 0 47 0 0 0 17 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.32
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 422 0 0 0 32 0 0 0 16 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (Kb) 1710808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.37 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 20783
/proc/meminfo: memFree=1329768/2055920 swapFree=4181400/4192956
[pid=20770] ppid=20768 vsize=1710808 CPUtime=1800.75
/proc/20770/stat : 20770 (java) R 20768 20770 20724 0 -1 0 112179 0 1 0 178822 1253 0 0 25 0 12 0 197895873 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424583 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20770/statm: 427702 106591 1879 14 0 414449 0
[pid=20770/tid=20771] ppid=20768 vsize=1710808 CPUtime=36.54
/proc/20770/task/20771/stat : 20771 (java) S 20768 20770 20724 0 -1 64 31268 0 0 0 3198 456 0 0 16 0 12 0 197895883 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20772] ppid=20768 vsize=1710808 CPUtime=36.33
/proc/20770/task/20772/stat : 20772 (java) S 20768 20770 20724 0 -1 64 39501 0 0 0 2894 739 0 0 16 0 12 0 197895883 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20773] ppid=20768 vsize=1710808 CPUtime=0.6
/proc/20770/task/20773/stat : 20773 (java) S 20768 20770 20724 0 -1 64 279 0 0 0 36 24 0 0 16 0 12 0 197895885 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20774] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20774/stat : 20774 (java) S 20768 20770 20724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20775] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20775/stat : 20775 (java) S 20768 20770 20724 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197895886 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20770/tid=20776] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20776/stat : 20776 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20777] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20777/stat : 20777 (java) S 20768 20770 20724 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20778] ppid=20768 vsize=1710808 CPUtime=0.47
/proc/20770/task/20778/stat : 20778 (java) S 20768 20770 20724 0 -1 64 1239 0 0 0 47 0 0 0 17 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20779] ppid=20768 vsize=1710808 CPUtime=0.32
/proc/20770/task/20779/stat : 20779 (java) S 20768 20770 20724 0 -1 64 422 0 0 0 32 0 0 0 16 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20780] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20780/stat : 20780 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20770/tid=20781] ppid=20768 vsize=1710808 CPUtime=0
/proc/20770/task/20781/stat : 20781 (java) S 20768 20770 20724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197895889 1751867392 106591 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (Kb) 1710808

Sending SIGTERM to -20770
Sleeping 2 seconds

Child status: 143
Real time (s): 1765.48
CPU time (s): 1800.89
CPU user time (s): 1788.27
CPU system time (s): 12.6151
CPU usage (%): 102.005
Max. virtual memory (cumulated for all children) (Kb): 1710808

Launcher Data (download as text)

Begin job on node44 on Sat Jun  3 08:10:12 UTC 2006


FILE ID= 43763-1149322204

PBS_JOBID= 309389

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node44/43763-1149322204/instance-43763-1149322204.opb 559054511
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-43763-1149322204 -o ROOT/results/node44/solver-43763-1149322204 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node44/43763-1149322204/instance-43763-1149322204.opb 559054511

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  9b565ffd2f62b11d1859d685ea38235b

RANDOM SEED= 559054511


/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.261
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.261
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:       1750400 kB
Buffers:         14048 kB
Cached:         226732 kB
SwapCached:       3272 kB
Active:          80264 kB
Inactive:       169256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750400 kB
SwapTotal:     4192956 kB
SwapFree:      4181400 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          14948 kB
Slab:            42000 kB
Committed_AS:   307136 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node44 on Sat Jun  3 08:40:56 UTC 2006